@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Black.eot);
    src: url(../fonts/Montserrat/Montserrat-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Black.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Black.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-BlackItalic.eot);
    src: url(../fonts/Montserrat/Montserrat-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-BlackItalic.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-BlackItalic.woff) format("woff"), url(../fonts/Montserrat/Montserrat-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-BoldItalic.eot);
    src: url(../fonts/Montserrat/Montserrat-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-BoldItalic.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-BoldItalic.woff) format("woff"), url(../fonts/Montserrat/Montserrat-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.eot);
    src: url(../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: PTSans;
    src: url(../fonts/PTSans/PTSans-Caption.eot);
    src: url(../fonts/PTSans/PTSans-Caption.eot?#iefix) format("embedded-opentype"), url(../fonts/PTSans/PTSans-Caption.woff2) format("woff2"), url(../fonts/PTSans/PTSans-Caption.woff) format("woff"), url(../fonts/PTSans/PTSans-Caption.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Manrope;
    src: url(../fonts/Manrope/Manrope-Bold.eot);
    src: url(../fonts/Manrope/Manrope-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Manrope/Manrope-Bold.woff2) format("woff2"), url(../fonts/Manrope/Manrope-Bold.woff) format("woff"), url(../fonts/Manrope/Manrope-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

._anim-items {
    transition: .6s;
    opacity: 0
}

._anim-items.active {
    opacity: 1
}

.left-anim {
    transform: translate(-60%, 0)
}

.left-anim.active {
    transform: translate(0, 0)
}

.right-anim {
    transform: translate(60%, 0)
}

.right-anim.active {
    transform: translate(0, 0)
}

.top-anim {
    transform: translate(0, 60%)
}

.top-anim.active {
    transform: translate(0, 0)
}

.bott-anim {
    transform: translate(0, -60%)
}

.bott-anim.active {
    transform: translate(0, 0)
}

* {
    -webkit-text-size-adjust: none;
    scrollbar-width: thin;
    scrollbar-color: var(--color) rgba(255, 255, 255, 0)
}

.b24-form-click-btn-wrapper {
    /* position: fixed;
    bottom: 8rem;
    right: 2rem;
    z-index: 100; */
}

.b24-form-click-btn-wrapper.--b24-mod-rounded > button {
    border-radius: 7px !important;
    padding: 0;
    height: auto !important;
    font-family: Comfortaa, sans-serif !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0)
}

::-webkit-scrollbar-thumb {
    background-color: var(--color)
}

body {
    background: #f2efed
}

body.fixed-body {
    overflow: hidden
}

body .bvi-body[data-bvi-theme=white] .home__about::after,
body .bvi-body[data-bvi-theme=white] .home__about::before,
body .bvi-body[data-bvi-theme=white] .home__centr::after,
body .bvi-body[data-bvi-theme=white] .home__centr::before,
body .bvi-body[data-bvi-theme=white] .home__news::after,
body .bvi-body[data-bvi-theme=white] .home__news::before,
body .bvi-body[data-bvi-theme=white] .home__ways::after,
body .bvi-body[data-bvi-theme=white] .home__ways::before,
body .bvi-body[data-bvi-theme=white] .title-block h1 + p::after,
body .bvi-body[data-bvi-theme=white] .title-block h1 + p::before,
body .bvi-body[data-bvi-theme=white] .title-block h2 + p::after,
body .bvi-body[data-bvi-theme=white] .title-block h2 + p::before {
    display: none !important
}

body .bvi-body[data-bvi-theme=white] .title-block h1 + p,
body .bvi-body[data-bvi-theme=white] .title-block h2 + p {
    padding-left: 0 !important
}

body .bvi-body[data-bvi-theme=white] .home__centr-slider-row::after,
body .bvi-body[data-bvi-theme=white] .home__centr-slider-row::before {
    background: #fff !important
}

body .bvi-body[data-bvi-theme=white] .home__about,
body .bvi-body[data-bvi-theme=white] .home__news,
body .bvi-body[data-bvi-theme=white] .home__ways {
    background: #fff !important
}

body .bvi-body[data-bvi-theme=white] .home__consult .home__consult-banner-text *,
body .bvi-body[data-bvi-theme=white] .home__promo .home__promo-text * {
    background: 0 0 !important
}

svg {
    height: auto
}

.page-frame {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

h1 {
    line-height: 1.25
}

h2 {
    font-size: 2.5rem
}

h3 {
    line-height: 1.25;
    font-size: 2rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    line-height: 1.2;
    font-size: 1.25rem
}

.container-fluid {
    max-width: 1752px
}

.img_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.text_normal {
    font-style: normal
}

.text_italic {
    font-style: italic
}

.text_center {
    text-align: center
}

.text_black {
    color: var(--dark)
}

.text_white {
    color: var(--light)
}

.text_underline {
    text-decoration: underline
}

.text_upper {
    text-transform: uppercase
}

.text_ffMont {
    font-family: Montserrat, Comfortaa, sans-serif
}

.text_ffComf {
    font-family: Comfortaa, sans-serif
}

.text_ffManr {
    font-family: Manrope, Comfortaa, sans-serif
}

.text_ffPTs {
    font-family: PTSans, Comfortaa, sans-serif
}

.text_fw300 {
    font-weight: 300
}

.text_fw400 {
    font-weight: 400
}

.text_fw500 {
    font-weight: 500
}

.text_fw600 {
    font-weight: 600
}

.text_fw700 {
    font-weight: 700
}

.text_fw800 {
    font-weight: 800
}

.text_fw900 {
    font-weight: 900
}

.text_fz12 {
    font-size: .75rem;
    line-height: 1.33333
}

.text_fz14 {
    font-size: .875rem;
    line-height: 1.28571
}

.text_fz16 {
    font-size: 1rem;
    line-height: 1.5
}

.text_fz18 {
    font-size: 1.125rem;
    line-height: 1.33333
}

.text_fz20 {
    font-size: 1.25rem;
    line-height: 1.4
}

.text_fz24 {
    font-size: 1.5rem;
    line-height: 1.4
}

.text_fz32 {
    font-size: 2rem;
    line-height: 1.25
}

.text_fz40 {
    font-size: 2.5rem;
    line-height: 1.2
}

a.btn.btn-big,
button.btn.btn-big {
    background: 0 0;
    font-size: 1rem
}

a.btn.btn-big .back,
a.btn.btn-big .front,
button.btn.btn-big .back,
button.btn.btn-big .front {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

a.btn.btn-big .back,
button.btn.btn-big .back {
    top: 4px;
    width: 97%
}

a.btn.btn-big span,
button.btn.btn-big span {
    padding: 2.4375rem 1.875rem 2.1875rem;
    font-family: Montserrat, Comfortaa, sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
    z-index: 2;
    width: 340px;
    max-width: 100%;
    border-radius: 10px
}

a.btn.btn-big span::after,
a.btn.btn-big span::before,
button.btn.btn-big span::after,
button.btn.btn-big span::before {
    content: "";
    display: block;
    width: 0;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: .2;
    border-radius: 100%
}

a.btn.btn-big span::before,
button.btn.btn-big span::before {
    transition: .4s width
}

a.btn.btn-big span::after,
button.btn.btn-big span::after {
    transition: .4s width .2s
}

a.btn.btn-big::before,
button.btn.btn-big::before {
    content: "";
    width: 126%;
    height: 178%;
    background: url(../i/btn-shadow.png) center center/contain no-repeat;
    position: absolute;
    display: block;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

a.btn.btn-big:hover span::after,
a.btn.btn-big:hover span::before,
button.btn.btn-big:hover span::after,
button.btn.btn-big:hover span::before {
    width: 120%
}

a.btn.btn-beige::before,
button.btn.btn-beige::before {
    display: none
}

a.btn.btn-beige span,
button.btn.btn-beige span {
    color: var(--dark)
}

a.btn.btn-beige span::after,
a.btn.btn-beige span::before,
button.btn.btn-beige span::after,
button.btn.btn-beige span::before {
    display: none
}

a.btn.btn-beige .front,
button.btn.btn-beige .front {
    filter: brightness(0) invert(1) sepia(.7) contrast(.8)
}

a.btn.btn-beige .back,
button.btn.btn-beige .back {
    filter: brightness(0) invert(1) sepia(.7) contrast(.6)
}

a.btn.btn-white::before,
button.btn.btn-white::before {
    display: none
}

a.btn.btn-white span,
button.btn.btn-white span {
    color: var(--dark);
    box-shadow: inset 0 0 10px 6px rgba(0, 0, 0, .03)
}

a.btn.btn-white span::after,
a.btn.btn-white span::before,
button.btn.btn-white span::after,
button.btn.btn-white span::before {
    display: none
}

a.btn.btn-white .back,
button.btn.btn-white .back {
    filter: brightness(0) invert(.9)
}

a.btn.btn-white .front,
button.btn.btn-white .front {
    filter: brightness(0) invert(1)
}

.title-block h2 {
    font-weight: 700
}

.title-block h1,
.title-block h2 {
    margin-top: 0;
    margin-bottom: 2rem
}

.title-block h1 + p,
.title-block h2 + p {
    margin: 0;
    font-weight: 500;
    padding-left: 5rem;
    position: relative
}

.title-block h1 + p .text_color,
.title-block h2 + p .text_color {
    font-weight: 600;
    color: #805735
}

.title-block h1 + p::before,
.title-block h2 + p::before {
    content: "";
    display: block;
    width: 3.125rem;
    border-radius: 1.25rem;
    height: 3px;
    position: absolute;
    background: linear-gradient(207deg, #e0cabd 0, #b49e89 100%);
    top: .8125rem;
    left: 0
}

.arc-line {
    position: absolute;
    width: 100%;
    min-width: 120rem;
    max-width: unset;
    max-height: unset;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.arc-line.top {
    top: 0;
    transform: translate(-50%, -95%)
}

.arc-line.bott {
    bottom: 0;
    transform: translate(-50%, 95%)
}

.arc-line.reverse.top {
    transform: translate(-50%, -95%) rotate(180deg)
}

.arc-line.reverse.bott {
    transform: translate(-50%, 95%) rotate(180deg)
}

.leaf {
    position: absolute;
    z-index: 0;
    max-height: unset;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.leaf.bvi-img {
    display: none !important
}

.styled-ul ul li {
    position: relative;
    padding-left: 3.4375rem;
    align-self: center
}

.styled-ul ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../i/svg/point.svg) center center/contain no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.home .slick-arrow {
    position: relative;
    width: 3.875rem;
    height: 3.875rem;
    box-shadow: none;
    background: #fff;
    bottom: unset
}

.slick-arrow {
    background-color: #fff;
}

.slick-arrow svg path {
    fill: var(--dark);
}

.slick-arrows {
    display: flex;
    align-items: center;
    margin: 9px auto 0;
    width: -moz-fit-content;
    width: fit-content
}

.home .slick-arrow svg {
    height: auto;
    width: 49%;
    min-height: unset;
    position: absolute;
    top: 50%
}

.rev-inner {
    margin-top: 2rem;
}

.home .slick-arrow svg path {
    transition: .3s fill
}

.home .slick-arrow:active,
.home .slick-arrow:hover {
    box-shadow: none;
    background: var(--accent)
}

.home .slick-arrow:active svg path,
.home .slick-arrow:hover svg path {
    fill: #fff
}

.home .slick-arrow:first-child {
    margin-right: 1.875rem
}

.home .slick-arrow:last-child {
    margin-right: 0 !important
}

.home .slick-arrow:last-child svg {
    top: unset;
    bottom: 50%
}

header {
    background: #fff
}

.header__mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
    left: -110%;
    transition: .5s all;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    top: 4rem;
    height: calc(100vh - 4rem);
    overflow: auto;
    padding: 5% 0
}

.header__mobile .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: max-content;
}

.header__mobile.active {
    opacity: 1;
    visibility: visible;
    left: 0
}

.header__mobile .header__top-socials {
    margin: 0
}

.header__mobile .header__top-socials a img {
    width: 2.5rem
}

.header__mobile .header__phones {
    margin: 1.5rem 0;
    font-size: 100%
}

.header__mobile .header__phones a strong {
    font-size: 135%
}

.header__mobile .header__nav {
    margin: 0
}

.header__mobile .header__nav ul {
    flex-direction: column
}

.header__mobile .header__nav ul li {
    margin-bottom: .5rem
}

.header__mobile .header__nav ul li:last-child {
    margin-bottom: 0
}

.header__mobile .header__nav ul li::after {
    display: none
}

.header__mobile .header__nav ul li a {
    width: 33.33rem;
    font-size: 150%;
    text-align: center;
    padding: .3rem 0;
    /*border-right: 1px solid rgba(0, 0, 0, .3);*/
    /*border-left: 1px solid rgba(0, 0, 0, .3)*/
}

.b24-widget-button-position-bottom-left.b24-widget-button-wrapper._hide,
.yButton.bottom._hide {
    /*display: none !important;*/
    transform: scale(0) !important;
}

.header__top {
    padding: .8125rem 0
}

.header__top .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__top-email,
.header__top-visibility {
    display: flex;
    align-items: center;
    color: var(--dark) !important
}

.header__top-email.prev,
.header__top-visibility.prev {
    display: none
}

.header__top-email svg,
.header__top-visibility svg {
    margin-right: .9375rem
}

.header__top-email svg path,
.header__top-visibility svg path {
    transition: .3s all
}

.header__top-email:hover,
.header__top-visibility:hover {
    color: var(--accent) !important
}

.header__top-email:hover svg path,
.header__top-visibility:hover svg path {
    fill: var(--accent)
}

.header__top-email {
    border: none !important;
    color: var(--color) !important
}

.header__top-email svg path {
    fill: var(--color)
}

.header__top-email:hover {
    color: var(--color) !important
}

.header__top-email:hover svg path {
    fill: var(--color)
}

.header__top-right {
    display: flex;
    align-items: center
}

.header__top-socials {
    margin: 0 4.5rem 0 4.875rem;
    display: flex;
    align-items: center;
}

.header__top-socials a {
    margin-right: .9375rem;
    display: flex
}

.header__top-socials a img,
.header__top-socials a svg {
    width: 2.125rem;
    height: auto
}

.header__top-socials a img path,
.header__top-socials a svg path {
    transition: .3s all
}

.header__top-socials a:last-child {
    margin-right: 0 !important
}

.header__top-call {
    background: 0 0;
    border: none;
    padding: 0;
    color: var(--color);
    display: flex;
    align-items: flex-start
}

.header__top-call img {
    margin-right: .625rem
}

.header__top-call span {
    border-bottom: 1px dashed var(--color)
}

.header__bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.header__bottom .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__bottom-right {
    display: flex;
    align-items: center
}

.header__bottom .header__hamburger,
.header__bottom .header__top-call {
    display: none
}

.header__bottom .header__hamburger {
    cursor: pointer;
    margin-left: 1.25rem;
    width: 2.667rem;
    min-width: 2.667rem;
    height: 2.667rem;
    position: relative
}

.header__bottom .header__hamburger::after,
.header__bottom .header__hamburger::before {
    content: "";
    display: block;
    position: absolute;
    height: 2.5px;
    width: 64%;
    background: var(--dark);
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s all
}

.header__bottom .header__hamburger::before {
    top: 35%
}

.header__bottom .header__hamburger::after {
    bottom: 35%
}

.header__bottom .header__hamburger.active::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.header__bottom .header__hamburger.active::after {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(45deg)
}

.header__nav {
    margin: 0 6.25rem 0 6.25rem
}

.header__nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.header__nav ul li {
    position: relative
}

.header__nav ul li a {
    color: var(--dark);
    padding: .3rem 1.25rem;
    display: block
}

.header__nav ul li a:hover,
.header__nav ul li.current_page_item a {
    color: var(--color)
}

.header__nav ul li::after {
    content: "";
    display: block;
    height: .75rem;
    width: 1px;
    background: var(--dark);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    opacity: .2
}

.header__nav ul li:first-child {
    padding-left: 0
}

.header__nav ul li:last-child {
    padding-right: 0
}

.header__nav ul li:last-child::after {
    display: none
}

.header__logo {
    width: 10.5625rem;
    min-width: 10.5625rem;
    display: block
}

.header__phones {
    display: flex;
    align-items: center;
    height: 100%
}

.header__phones-wrapper {
    background: var(--color_bg_2);
}

.header__phones a {
    display: block;
    height: 100%;
    color: var(--dark);
    background: var(--color_bg_2);
    padding: 1.125rem;
    min-width: 12.9375rem
}

.header__phones a strong {
    display: block;
    margin-top: .625rem;
    transition: .3s color
}

.header__phones a:hover strong {
    color: var(--color)
}

.home + .footer .footer__leaf {
    display: inline-block
}

.home__promo {
    padding: 5rem 0 16.25rem;
    overflow: hidden
}

.home__promo-leaf {
    left: 0;
    width: 24.625rem;
    top: -8.125rem
}

.home__promo-text {
    position: relative;
    z-index: 3
}

.home__promo-text p {
    max-width: 35.0625rem;
    font-family: Montserrat, Comfortaa, sans-serif
}

.home__promo-btn {
    margin-top: 3.25rem;
    display: flex;
    align-items: center
}

.home__promo-btn button.btn span {
    width: 24rem
}

.home__promo-btn > span {
    margin-left: 1.875rem;
    max-width: 20.9375rem;
    font-family: Montserrat, Comfortaa, sans-serif
}

.home__promo-image {
    width: 51.0625rem;
    position: absolute;
    z-index: 2;
    right: 4.6875rem;
    top: -13.9375rem
}

.home__promo-image > img {
    width: 100%;
    height: auto;
    position: relative
}

.home__promo-image span {
    display: block;
    text-align: right;
    max-width: 17.3125rem;
    position: absolute;
    right: .875rem;
    top: 32%
}

.home__promo-image span img {
    position: absolute;
    right: 0;
    top: calc(100% + .5625rem);
    width: 29.1875rem;
    max-width: unset;
    max-height: unset;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.home__promo-image::before {
    content: "";
    display: block;
    width: 87.5rem;
    height: 87.5rem;
    border-radius: 100%;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: 50%;
    top: -7.5rem;
    transform: translateX(-50%)
}

.home__group {
    background: #fff;
    position: relative;
    z-index: 2
}

.home__perks {
    padding: 0;
    top: -3.75rem
}

.home__perks .container-fluid {
    display: grid;
    grid-template: auto/repeat(4, 1fr);
    gap: 3.75rem 1.875rem
}

.home__perks-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1.25rem;
    background: #fff;
    position: relative;
    padding: 5.125rem 2.1875rem .9375rem;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.home__perks-item img {
    position: absolute;
    height: 7.75rem;
    top: 0;
    z-index: 1;
    transform: translateY(-50%)
}

.home__perks-item strong {
    margin-bottom: .625rem
}

.home__perks-item span,
.home__perks-item strong {
    position: relative;
    z-index: 1
}

.home__perks-item::after,
.home__perks-item::before {
    content: "";
    background: #fff;
    position: absolute;
    display: block;
    width: 100%;
    border-radius: 100%;
    bottom: -1.875rem;
    padding-top: 21.25%;
    z-index: 0;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1)
}

.home__perks-item::before {
    bottom: unset;
    top: -1.875rem;
    box-shadow: none
}

.home__consult {
    margin-top: 5rem;
    padding: 0
}

.home__consult-leaf {
    right: 0;
    width: 30.9375rem;
    z-index: 2;
    top: 3.4375rem
}

.home__consult-wrap {
    max-width: 80.625rem;
    margin: 0 auto
}

.home__consult h2 {
    max-width: 71.875rem;
    margin: 0
}

.home__consult h2 .text_color {
    font-size: 120%;
    line-height: 1.25
}

.home__consult-banner {
    position: relative;
    top: 3.125rem;
    padding: 6.25rem 6.25rem 12.5rem
}

.home__consult-banner-text {
    position: relative;
    z-index: 1;
    max-width: 49.0625rem
}

.home__consult-banner-text .banner-title {
    margin-bottom: 2.5rem
}

.home__consult-banner-text button {
    margin-top: 1.875rem
}

.home__consult-banner-text ul {
    display: grid;
    grid-template: auto/1fr 1fr;
    gap: 1.0625rem .625rem
}

.home__consult-banner-image {
    position: absolute;
    bottom: 1.5%;
    left: .8%;
    width: 98.3%;
    height: 36.5rem;
    object-fit: cover;
    object-position: left;
    max-width: unset
}

.home__consult-banner-back {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, .1));
    cursor: pointer;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.home__ways {
    padding: 8.75rem 0 5.625rem;
    overflow: hidden
}

.home__ways::after,
.home__ways::before {
    content: "";
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eeeae5
}

.home__ways::after {
    width: 55.25rem;
    height: 57.875rem;
    z-index: 0
}

.home__ways::before {
    width: 106.125rem;
    height: 111.125rem;
    background: rgba(238, 234, 229, .5);
    z-index: 1
}

.home__ways-leaf {
    width: 37.375rem;
    left: 0;
    top: -9.375rem
}

.home__ways-image {
    position: absolute;
    width: 38.6875rem;
    left: 50%;
    bottom: -1.5625rem;
    transform: translateX(-37%);
    z-index: 2;
}

.home__ways .container-fluid {
    z-index: 3
}

.home__ways-title {
    max-width: 77.5rem;
    margin: 0 auto 4.375rem
}

.home__ways-title h2 {
    margin: 0 0 2rem
}

.home__ways-title h2 .text_color {
    color: #805735
}

.home__ways-title p {
    margin-top: 0
}

.home__ways-title p:last-child {
    margin-bottom: 0
}

.home__ways-cards {
    display: grid;
    grid-template: auto/1fr 1fr;
    gap: 0 27.5rem;
    justify-content: center
}

.home__ways-cards-col {
    display: flex;
    flex-direction: column
}

.home__ways-cards-col .item3 .descr {
    top: 50%;
    transform: translateY(-50%)
}

.home__ways-cards-col .item4 .descr,
.home__ways-cards-col .item5 .descr {
    top: unset;
    bottom: 4.0625rem
}

.home__ways-cards-col:first-child {
    align-items: flex-end;
    text-align: right
}

.home__ways-cards-col:first-child .descr {
    left: calc(100% - 4.0625rem)
}

.home__ways-cards-col:first-child .item2,
.home__ways-cards-col:first-child .item4 {
    margin-right: 7.5rem
}

.home__ways-cards-col:first-child .item3 {
    margin-right: 9.6875rem
}

.home__ways-cards-col:first-child .item3 .descr {
    left: calc(100% + 41px)
}

.home__ways-cards-col:last-child .descr {
    right: calc(100% - 4.0625rem)
}

.home__ways-cards-col:last-child .item2,
.home__ways-cards-col:last-child .item4 {
    margin-left: 7.5rem
}

.home__ways-cards-col:last-child .item3 {
    margin-left: 9.6875rem
}

.home__ways-cards-col:last-child .item3 .descr {
    right: calc(100% + 41px)
}

.home__ways-cards-col:last-child > div {
    flex-direction: row-reverse
}

.home__ways-cards-col:last-child > div .point {
    margin-left: 0;
    margin-right: 1.5625rem
}

.home__ways-cards-item {
    font-size: 1.875rem;
    line-height: .8;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    position: relative;
    transition: .3s color;
    cursor: pointer
}

.home__ways-cards-item.active {
    color: var(--color)
}

.home__ways-cards-item:last-child {
    margin-bottom: 0 !important
}

.home__ways-cards-item .descr {
    color: var(--dark);
    position: absolute;
    transition: .4s all;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    border-radius: 20px;
    top: 4.0625rem;
    padding: 3.125rem;
    width: 26.5625rem;
    max-height: 20.625rem;
    overflow: auto;
    background: #fff;
    font-weight: 400;
    z-index: 0
}

.home__ways-cards-item .descr-title {
    margin-bottom: .625rem
}

.home__ways-cards-item .descr p {
    margin-top: 0
}

.home__ways-cards-item .descr p:last-child {
    margin-bottom: 0
}

.home__ways-cards-item .point {
    font-family: Montserrat, Comfortaa, sans-serif;
    font-style: italic;
    font-weight: 900;
    margin-left: 1.5625rem;
    min-width: 8.125rem;
    min-height: 8.125rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../i/svg/ways-point.svg) center center/contain no-repeat;
    border-radius: 100%;
    color: #fff;
    z-index: 1
}

.home__ways-cards-item.active .descr {
    opacity: 1;
    visibility: visible
}

.home__about {
    padding: 7.5rem 0 0;
    background: url(../i/about-back.png) center center/cover no-repeat
}

.home__about:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.home__about .container-fluid {
    align-items: flex-start;
    justify-content: space-between;
    display: grid;
    grid-template: auto/56.93% 41%
}

.home__about-top .btn {
    margin: 3.25rem 0 0 5rem
}

.home__about-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    grid-row-start: 1;
    grid-row-end: 3;
    padding-top: 11rem
}

.home__about-cards-item {
    display: flex;
    align-items: center;
    max-width: 30.25rem;
    width: 30.25rem;
    min-height: 8rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 1.5625rem 1.875rem 1.5625rem 8.75rem;
    position: relative;
    margin-bottom: 3.125rem
}

.home__about-cards-item:last-child {
    margin-bottom: 0 !important
}

.home__about-cards-item:nth-child(2n) {
    margin-right: 8.125rem
}

.home__about-cards-item img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7.3125rem;
    max-height: unset
}

.home__about-banner {
    margin-top: 13rem;
    padding: 3.125rem 3.125rem 8.3125rem;
    border-radius: 40px;
    max-width: 46.8125rem;
    background: #fff;
    box-shadow: 0 20px 20px 0 rgba(244, 242, 240, .59);
    position: relative;
    grid-row-start: 2;
    grid-column-start: 1
}

.home__about-banner button.btn {
    margin: 3.125rem 0 1.875rem
}

.home__about-banner button.btn span {
    width: 384px
}

.home__about-banner .btn-descr {
    max-width: 24rem
}

.home__about-banner-content {
    position: relative;
    z-index: 1
}

.home__about-banner-image {
    position: absolute;
    bottom: 0;
    width: 84.38%;
    max-height: unset;
    right: 0;
    transform: translateX(50%);
    z-index: 0
}

.home__about-banner-leaf {
    width: 52.0625rem;
    left: -10.3125rem;
    top: -22.5rem;
    z-index: -1
}

.home__about-banner-text {
    max-width: 441px
}

.home__about-banner-text ul li {
    margin-bottom: 1.875rem
}

.home__about-banner-text ul li:last-child {
    margin-bottom: 0 !important
}

.home__centr {
    padding: 9.375rem 0 0;
    background: #f2efed;
    z-index: 2
}

.home__centr h2 {
    margin: 0
}

.home__centr::before {
    content: "";
    position: absolute;
    border-radius: 100%;
    display: block;
    background: #f2efed;
    width: 131.25rem;
    height: 3.75rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.home__centr-slider .slick-slide {
    position: relative;
    width: 25.06vw;
    height: 25.06vw;
    margin: 0 .83vw
}

.home__centr-slider .slick-slide > div {
    width: 100%;
    height: 100%
}

.home__centr-slider-item {
    width: 100%;
    height: 100%
}

.home__centr-slider-row {
    overflow: hidden
}

.home__centr-slider-row::after,
.home__centr-slider-row::before {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    height: 7.61vw;
    width: 105.58vw;
    border-radius: 100%;
    z-index: 1;
    background: #f2efed
}

.home__centr-slider-row::before {
    top: 0;
    transform: translate(-50%, -50%)
}

.home__centr-slider-row::after {
    bottom: 0;
    transform: translate(-50%, 50%)
}

.home__found {
    padding: 9.375rem 0 0;
    z-index: 3
}

.home__found .container-fluid {
    padding-bottom: 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.home__found-leaf.leaf1 {
    right: 0;
    top: -4.0625rem;
    width: 32.1875rem
}

.home__found-leaf.leaf2 {
    left: 0;
    bottom: -20.9375rem;
    width: 25.5rem
}

.home__found-back {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 91rem;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.home__found-achieve {
    position: relative;
    top: 11.5625rem;
    border-radius: 40px;
    padding: 3.125rem;
    box-shadow: 0 20px 20px 0 rgba(244, 242, 240, .59);
    background: #fff;
    max-width: 24.875rem;
    align-self: flex-end;
    z-index: 2
}

.home__found-achieve-title {
    line-height: 1;
    font-size: 1.875rem;
    color: var(--color);
    margin-bottom: .625rem
}

.home__found-achieve-title p:last-child {
    margin-bottom: 0
}

.home__found-achieve-title strong {
    font-size: 166.6666%
}

.home__found-achieve-item {
    margin-bottom: 3.125rem
}

.home__found-achieve-item:last-child {
    margin-bottom: 0 !important
}

.home__found-achieve-item span {
    font-family: Montserrat, Comfortaa, sans-serif;
    display: block
}

.home__found-text {
    max-width: 47.8125rem
}

.home__found-text h2 + p {
    font-weight: 700;
    max-width: 36.0625rem
}

.home__found-under {
    margin: 4.125rem 0 0 5rem;
    max-width: 26.25rem
}

.home__found-person {
    margin: 5.75rem 0 0 9.75rem;
    max-width: 22.625rem
}

.home__found-person-name {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 5px;
    padding: .9375rem 1.875rem;
    margin-bottom: 2rem;
    color: var(--color)
}

.home__found-person span {
    color: rgba(51, 51, 51, .7);
    max-width: 19.6875rem;
    line-height: 1.71429;
    display: block
}

.home__found-image {
    position: absolute;
    width: 46.9375rem;
    left: 51%;
    bottom: 0;
    object-fit: contain;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.home__workers {
    padding: 9.375rem 0
}

.home__workers-title {
    max-width: 47.8125rem
}

.home__workers-title h2 + p {
    font-weight: 700
}

.home__workers-slider {
    padding-top: 9.375rem;
    position: relative
}

.home__workers-slider-item {
    position: relative
}

.home__workers-slider-back {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.home__workers-slider-arrows {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%)
}

.home__workers-slider-text {
    position: absolute;
    left: 30px;
    bottom: -15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.home__workers-slider-text .name {
    color: var(--accent);
    padding: .9375rem 1.875rem;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 5px;
    position: relative
}

.home__workers-slider-text .descr {
    color: rgba(51, 51, 51, .7);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: .625rem 1.875rem .9375rem;
    border-radius: 0 0 10px 10px;
    margin-right: .625rem
}

.home__workers-slider-image {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 124%;
    max-height: unset
}

.home__workers-slider .slick-list {
    overflow: visible
}

.home__workers-slider .slick-slide {
    width: 31.25rem;
    margin-right: 1.875rem
}

.home__reviews {
    padding: 9.375rem 0;
    z-index: 2
}

.home__reviews-leaf {
    top: -11.875rem;
    right: 0;
    width: 41.5rem
}

.home__reviews-title {
    margin-bottom: 3.125rem;
    max-width: 47.3125rem
}

.home__reviews-title h2 + p {
    font-weight: 700
}

.home__reviews-image {
    position: absolute;
    right: 14.375rem;
    width: 42.25rem;
    top: -13.4375rem;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.home__reviews-slider .slick-slide {
    margin-right: 1.875rem
}

.home__reviews-slider-item {
    border-radius: 30px;
    padding: 3.125rem;
    background: #fff
}

.home__reviews-slider-descr {
    line-height: 1.57143
}

.home__reviews-slider-name {
    margin-top: 2.5rem
}

.home__reviews-slider-name p:last-child {
    margin-bottom: 0
}

.home__reviews-slider-name img {
    margin: 0 .625rem
}

.home__reviews-slider-city {
    margin-top: 2.5rem;
    cursor: pointer;
    letter-spacing: .06em
}

.home__reviews-slider-city .list {
    max-height: 0;
    opacity: 0;
    transition: .5s all;
    visibility: hidden;
    overflow: hidden
}

.home__reviews-slider-city a.btn {
    width: 100%;
    margin-bottom: .625rem
}

.home__reviews-slider-city a.btn:last-child {
    margin-bottom: 0 !important
}

.home__reviews-slider-city a.btn span {
    width: 100%
}

.home__reviews-slider-city > span {
    display: flex;
    align-items: center
}

.home__reviews-slider-city > span svg {
    margin-left: .625rem;
    width: 1.5rem;
    transition: .3s transform
}

.home__reviews-slider-city > span.active svg {
    transform: rotate(180deg)
}

.home__reviews-slider-city > span.active + .list {
    visibility: visible;
    opacity: 1;
    max-height: 9999px;
    padding-top: 2.5rem
}

.home__gallery {
    padding: 0 0 11.25rem
}

.home__gallery-leaf {
    left: 0;
    top: -31.25rem;
    width: 25.75rem
}

.home__gallery-title {
    margin-bottom: 50px;
    max-width: 757px
}

.home__gallery-title h2 + p {
    font-weight: 700
}

.home__gallery-slider {
    position: relative
}

.home__gallery-slider .slick-list {
    overflow: visible
}

.home__gallery-slider .slick-slide {
    margin: 0 1.3vw
}

.home__gallery-slider-arrows {
    margin: 0;
    position: static;
    justify-content: space-between
}

.home__gallery-slider-arrows .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.home__gallery-slider-prev {
    left: 2.6vw
}

.home__gallery-slider-next {
    right: 2.6vw
}

.home__gallery-slider-item img {
    width: 100%;
    border-radius: 20px
}

.home__news {
    padding: 7.5rem 0 9.375rem;
    background: url(../i/news-back.png) center bottom/cover no-repeat;
    z-index: 2
}

.home__news::after,
.home__news::before {
    content: "";
    position: absolute;
    border-radius: 100%;
    display: block;
    background: #f2efed;
    width: 131.25rem;
    height: 3.75rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.home__news::after {
    transform: translate(-50%, 0);
    border-radius: 0;
    height: 6.75rem;
    background: linear-gradient(180deg, #f2efed, transparent)
}

.home__news h2 {
    margin: 0
}

.home__news-slider-arrows {
    margin-top: 2rem
}

.home__news-list {
    margin-top: 3.125rem
}

.home__news-list .slick-slide {
    margin: 0 15px
}

.home__news-list-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.home__news-list-item > img {
    width: 100%;
    margin-bottom: 1.875rem;
    max-height: 43.92vw;
    object-fit: cover
}

.home__news-list-item a.btn {
    margin-top: auto
}

.home__news-list-item a.btn span {
    width: 23rem
}

.home__video {
    padding: 9.375rem 3.5625rem 0
}

.home__video-leaf {
    right: 0;
    top: -8.75rem;
    width: 49.1875rem
}

.home__video-title {
    max-width: 43rem
}

.home__video-title h2 .text_color {
    color: #ca322f
}

.home__video-title h2 .text_color img {
    margin-left: .75rem
}

.home__video-title h2 + p {
    font-weight: 700
}

.home__video-person {
    width: 37rem;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-83%);
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}


.home__video-person img {
    width: 100%
}

.home__video-person-text {
    position: absolute;
    left: 0;
    bottom: 3.375rem;
    display: flex;
    flex-direction: column
}

.home__video-person-text .descr,
.home__video-person-text .name {
    width: -moz-fit-content;
    width: fit-content;
    padding: .9375rem 1.875rem;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.home__video-person-text .name {
    border-radius: 5px;
    color: var(--accent);
    position: relative;
    top: 5px
}

.home__video-person-text .descr {
    border-radius: 10px;
    margin-left: 5.875rem;
    color: rgba(51, 51, 51, .7)
}

.home__video-link {
    border-radius: 20px;
    box-shadow: 0 20px 20px 0 rgba(127, 195, 227, .2);
    background: #fff;
    padding: 3.125rem 3.125rem 1.5625rem;
    display: flex;
    right: 8%;
    max-width: 63%;
    margin-left: auto;
    align-items: center;
    position: relative
}

.home__video-link-descr {
    line-height: 1;
    display: flex;
    align-items: center;
    margin-right: 5rem
}

.home__video-link-descr p {
    margin: 0
}

.home__video-link-descr svg {
    width: 8rem;
    margin-right: 1.875rem
}

.home__video-link-descr .text_color {
    font-size: 175%;
    font-weight: 700;
    color: #e53935;
    display: block
}

.home__video-link a.btn span {
    width: 384px
}

.home__video-slider {
    padding-top: 2.1875rem;
    margin-bottom: 5.3125rem;
    margin-left: auto;
    max-width: 73rem;
    position: relative
}

.home__video-slider .slick-list {
    overflow: visible
}

.home__video-slider .slick-slide > div {
    margin: .9375rem;
    width: 23.5625rem;
    height: 17.375rem
}

.home__video-slider-arrows {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%)
}

.home__video-slider-item {
    border-radius: 20px;
    box-shadow: 0 2px 4px 0 #d6d9dd;
    background: #fff;
    padding: 8px;
    width: 100%;
    height: 100%;
    cursor: pointer !important
}

.home__video-slider-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding: 1.0625rem .8125rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.home__video-slider-wrap span {
    color: #fff;
    display: block;
    position: relative;
    z-index: 2
}

.home__video-slider-wrap svg {
    position: absolute;
    width: 4.375rem;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home__video-slider-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0
}

.home__feed {
    padding: 7.5rem 0 8.125rem;
    margin-bottom: 15rem
}

.home__feed-title {
    max-width: 47.3125rem;
    margin-bottom: 3.125rem
}

.home__feed-title h2 + p {
    font-weight: 700
}

.home__feed-banner {
    position: absolute;
    bottom: -23.4rem;
    right: -2rem;
    width: 32.75rem;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 20px 0 rgba(244, 242, 240, .59)
}

.home__feed-banner button {
    margin: 2.5rem 0
}

.home__feed-banner-image {
    width: 48.125rem;
    position: absolute;
    max-width: unset;
    max-height: unset;
    right: -6.75rem;
    bottom: 13.75rem;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    transform: scale(-1, 1);
}

.home__feed-banner-image.finger {
    z-index: 0
}

.home__feed-banner-under {
    margin-top: 1.25rem
}

.home__feed-banner-descr .text_color,
.home__feed-banner-under {
    background: linear-gradient(220deg, #9cd5ff 0, #18a4e0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.home__feed-list {
    display: grid;
    grid-template: auto/31.25rem 31.25rem;
    justify-content: left;
    gap: 1.875rem;
    position: relative;
    z-index: -1
}

.home__feed-list-item {
    min-height: 16.1875rem;
    border-radius: 20px;
    overflow: hidden;
    background: url(../i/feed-back.jpg) center center/cover no-repeat;
    padding: 1.875rem;
    position: relative
}

.home__feed-list-item span {
    display: block;
    max-width: 16.25rem;
    position: relative;
    z-index: 1
}

.home__feed-list-item img {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%
}

.home__map {
    padding: 7.5rem 0 9.375rem;
    margin-top: 2rem;
}

.home__map-top p {
    font-weight: 700 !important;
    max-width: 29.8125rem
}

.home__map-point {
    position: absolute;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.home__map-point .map-dot {
    position: absolute;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home__map-point .map-dot svg {
    position: static;
    transform: none;
    filter: brightness(.7)
}

.home__map-main {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 54vw;
    max-width: 73rem;
    z-index: 2
}

.home__map-main .main-white {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .25))
}

.home__map-main svg {
    width: 100% !important;
    height: auto
}

.home__map-main svg path.map-target {
    transition: .3s all;
    cursor: pointer;
    stroke-width: 3
}

.home__map-main svg path.map-target.active,
.home__map-main svg path.map-target:hover {
    opacity: .5
}

.home__map-regions {
    position: absolute;
    top: 0;
    left: 18%;
    z-index: 2
}

.home__map-control {
    margin-top: 3.125rem;
    max-width: 37.8rem;
    width: 38.8%;
    position: relative
}

.home__map-control h5 {
    margin: 2.125rem 0 0
}

.home__map-control h5:first-child {
    margin-top: 0 !important
}

.home__map-control-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem
}

.home__map-control-btns button {
    margin-bottom: 1.25rem
}

.home__map-control-btns button span {
    width: -moz-fit-content !important;
    width: fit-content !important
}

.home__map-control-btns button:last-child {
    margin-bottom: 0 !important
}

.home__map-control-list {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.home__map-control-list span {
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(51, 51, 51, .1);
    border-radius: 50px;
    padding: 13px 24px;
    letter-spacing: .06em;
    transition: .3s border;
    cursor: pointer
}

.home__map-control-list span:hover {
    border: 1px solid var(--color)
}

.home__map-control-list span.active {
    color: #fff;
    background: linear-gradient(220deg, #9cd5ff 0, #18a4e0 100%);
    border: 1px solid rgba(51, 51, 51, 0) !important
}

.home__map-item {
    position: absolute;
    left: 0;
    top: 0;
    border: 5px dashed var(--accent);
    border-radius: 20px;
    width: 31.25rem;
    max-width: calc(100vw - 3rem);
    background: #fff;
    padding: 2.5rem;
    opacity: 0;
    visibility: hidden;
    transition: .3s all
}

.home__map-item.active {
    opacity: 1;
    visibility: visible
}

.home__map-item .region-title {
    display: block;
    margin-bottom: 2.5rem
}

.home__map-item .region-label {
    margin-bottom: 1.875rem;
    color: rgba(0, 0, 0, .5)
}

.home__map-item .region-label a,
.home__map-item .region-label span {
    color: #000;
    display: block;
    margin-top: 1rem
}

.error-404 {
    position: relative;
    padding-bottom: 14.0625rem
}

.error-404 .container-fluid {
    padding-top: 3.6875rem
}

.error-404__text {
    position: relative;
    z-index: 1;
    padding-left: 4.8125rem
}

.error-404__text svg {
    width: 46.94%;
    height: auto
}

.error-404__back {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 106.125rem;
    max-height: unset;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.error-404 h1 {
    color: #25282a;
    margin: 3.125rem 0 1.875rem
}

.error-404 a,
.error-404 h1 {
    margin-left: 14.375rem
}

.gratitude__promo {
    padding: 8rem 0 3.8125rem
}

.gratitude__promo-content {
    max-width: 80.4375rem;
    min-height: 42.125rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 9.25rem 3.125rem
}

.gratitude__promo-image {
    position: absolute;
    bottom: 1.5%;
    max-height: unset;
    height: 92.75%;
    z-index: 2;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.gratitude__promo-image.image1 {
    left: .8%
}

.gratitude__promo-image.image2 {
    right: .8%
}

.gratitude__promo-under {
    padding: 0 1.8125rem;
    margin-bottom: 1.875rem
}

.gratitude__promo-under strong {
    display: block;
    letter-spacing: .05em;
    margin-bottom: .625rem
}

.gratitude__promo-back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, .1))
}

.gratitude__promo-text {
    position: relative;
    max-width: 100%;
    width: 30.5rem;
    border-radius: 20px;
    box-shadow: 0 20px 20px 0 rgba(186, 164, 143, .1);
    background: #fff;
    padding: 2.5rem;
    display: flex;
    flex-direction: column
}

.gratitude__promo-text h1 {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem
}

.gratitude__promo-text h1 svg {
    margin-right: 1.875rem;
    width: 1.9375rem
}

.gratitude__promo-text a.btn {
    width: calc(100% - 1.5rem);
    margin: 0 auto
}

.gratitude__promo-text a.btn span {
    width: 100% !important
}

.footer {
    padding: 3.125rem 0 1rem;
    margin-top: auto;
    position: relative;
    z-index: 3
}

.footer .container-fluid {
    z-index: 1
}

.footer__leaf {
    display: none;
    z-index: 2
}

.footer__leaf.leaf1 {
    width: 33.625rem;
    left: 0;
    top: -35.625rem
}

.footer__leaf.leaf2 {
    width: 22.4375rem;
    right: 0;
    top: -25rem
}

.footer__top {
    padding-bottom: 3.125rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer__top-mobile {
    display: none
}

.footer__top-mobile .header__top-socials {
    margin: 0 0 2.142rem 0
}

.footer__top-right {
    display: flex;
    align-items: flex-start
}

.footer__top-left {
    min-width: 16.75rem;
    width: 16.75rem
}

.footer__top-left span {
    display: block;
    padding: .625rem 0 1.875rem
}

.footer__top-left ul li {
    margin-bottom: .625rem
}

.footer__top-left ul li:last-child {
    margin-bottom: 0 !important
}

.footer__top-contact .header__top-socials {
    margin: 1.25rem 0
}

.footer__top-contact-call .header__top-call {
    margin: .625rem 0 1.25rem
}

.footer__top-contact-call a {
    color: var(--dark)
}

.footer__top-contact-call a strong {
    margin-top: .625rem;
    display: block;
    transition: .3s color
}

.footer__top-contact-call a:hover strong {
    color: var(--color)
}

.footer__top-city {
    margin: 0 6.25rem
}

.footer__top-city-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
    color: var(--dark)
}

.footer__top-city-item img {
    min-width: 2.625rem;
    margin-right: .6875rem
}

.footer__top-city-item strong {
    display: block;
    transition: .3s color
}

.footer__top-city-item:hover strong {
    color: var(--color)
}

.footer__top-city-item:last-child {
    margin-bottom: 0 !important
}

.footer__top-menu {
    display: flex;
    align-items: flex-start
}

.footer__top-menu-item {
    margin-right: 6.25rem
}

.footer__top-menu-item li {
    margin-bottom: .9375rem
}

.footer__top-menu-item li a {
    color: var(--dark)
}

.footer__top-menu-item li a:hover,
.footer__top-menu-item li.current_page_item a {
    color: var(--color)
}

.footer__top-menu-item li:last-child {
    margin-bottom: 0 !important
}

.footer__top-menu-item:last-child {
    margin-right: 0 !important
}

.footer__bott {
    padding-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer__bott .b2b-copy {
    font-family: Comfortaa, sans-serif;
    padding: .625rem .9375rem;
    border-radius: 10px;
    background: var(--dark);
    opacity: 1;
    margin: 0
}

.footer__bott .b2b-copy-svg {
    height: auto
}

.footer__bott .b2b-copy a {
    color: #fff !important
}

.footer__bott .b2b-copy svg {
    margin-left: .625rem;
    width: 5.0625rem;
    height: 1.5625rem
}

.footer__bott .b2b-copy svg #b2b {
    fill: #fff
}

.footer__bott a {
    color: var(--dark)
}

.footer__bott a:hover {
    color: var(--color)
}

#blog .image img {
    /*height: 14.32vw !important;*/
    height: 100%;
    width: 100%;

}

#blog h2 {
    font-size: 2rem;
}

#blog h3 {
    font-size: 1.6rem;
}

#blog .main-image img {
    display: block;
    width: 100%;
}

#blog .info_content {
    justify-content: flex-end;
}

#blog .info_content {
    display: none;
}

#blog .item .title {
    margin: 1rem 0 0 0;
}

@media (max-width: 1750px) {
    .header__nav {
        margin: 0 3rem 0 3rem
    }

    .home__video-person {
        width: 36.8125rem;
        left: -5rem
    }

    .home__feed-list {
        grid-template: auto/28.25rem 28.25rem
    }

    .home__feed-list-item span {
        max-width: 14.25rem
    }
}

@media (max-width: 1699px) {
    .header__nav {
        margin: 0 3rem
    }

    .header__nav ul li a {
        padding: .2rem 1rem
    }

    .header__phones a {
        padding: 1rem
    }

    .home__found-image {
        width: 40%
    }

    .home__found-person {
        margin: 5.75rem 0 0 7.75rem
    }

    .home__found-back {
        width: 81%
    }

    .home__workers-slider .slick-slide {
        width: 29.25rem
    }

    .home__video-link {
        right: 3%;
        max-width: 69%
    }

    .home__video-person {
        width: 31.8125rem
    }

    .home__video-person-text {
        bottom: 8%
    }

    .home__feed {
        padding: 7.5rem 0 4.125rem;
        margin-bottom: 17rem
    }

    .home__feed-banner {
        bottom: -21.5625rem;
        right: 2rem;
        width: 30.75rem;
    }

    .home__feed-banner-image {
        width: 45rem;
        right: -.75rem;
        bottom: 27rem;
    }

    .error-404 {
        padding-bottom: 14rem
    }

    .error-404__back {
        min-width: 95rem
    }
}

@media (max-width: 1599px) {
    .header__top-socials {
        margin: 0 2rem
    }

    .header__phones a {
        min-width: 12.7rem
    }

    .error-404 {
        padding-bottom: 11rem
    }

    .error-404__text {
        padding-left: 0
    }

    .home__map {
        padding: 5rem 0
    }

    .home__promo-leaf {
        width: 20%;
        top: -4%
    }

    .home__promo-image {
        width: 45.0625rem;
        right: 2.6875rem;
        top: -8.9375rem
    }

    .home__promo-image::before {
        width: 152%;
        height: 138%
    }

    .home__promo-image span img {
        width: 25.1875rem
    }

    .home__perks-item {
        padding: 5rem 1rem .8rem
    }

    .home__perks-item::before {
        top: -.875rem
    }

    .home__perks-item::after {
        bottom: -.875rem
    }

    .home__consult-leaf {
        width: 24%;
        top: 17%
    }

    .home__ways::before {
        width: 72vw;
        height: 72vw
    }

    .home__ways::after {
        width: 52vw;
        height: 52vw
    }

    .home__ways-image {
        width: 34.6875rem
    }

    .home__ways-leaf {
        width: 28%;
        top: 11%
    }

    .home__ways-cards-col:first-child .descr {
        left: calc(100% - 3.0625rem)
    }

    .home__ways-cards-col:last-child .descr {
        right: calc(100% - 3.0625rem)
    }

    .home__ways-cards-item {
        font-size: 1.25rem
    }

    .home__ways-cards-item .point {
        min-width: 7.125rem;
        min-height: 7.125rem
    }

    .home__about-banner-leaf {
        width: 68%;
        left: -20%;
        top: -37%
    }

    .home__about-cards {
        padding-top: 0
    }

    .home__about-cards-item:nth-child(2n) {
        margin-right: 0
    }

    .home__found-leaf.leaf1 {
        width: 28%;
        top: 7%
    }

    .home__found-leaf.leaf2 {
        width: 20%;
        bottom: -13%
    }

    .home__found-under {
        margin: 4.125rem 0 0 0
    }

    .home__found-person {
        margin: 5.75rem 0 0 3.75rem
    }

    .home__workers-slider .slick-slide {
        width: 25.25rem
    }

    .home__reviews-leaf {
        width: 31%;
        top: -3%
    }

    .home__reviews-image {
        right: 12%;
        top: -5rem;
        width: 30rem
    }

    .home__reviews-slider-item {
        padding: 2.5rem 2rem
    }

    .home__gallery-leaf {
        top: -41%;
        width: 23%
    }

    .home__video-leaf {
        top: -10%;
        width: 41%
    }

    .home__video-person-text {
        left: unset;
        right: 5rem
    }

    .home__video-link-descr {
        margin-right: 2rem;
        font-size: 1.9rem
    }

    .home__video-link-descr svg {
        width: 6rem;
        margin-right: 1rem
    }

    .home__video-slider {
        max-width: 61.5rem
    }

    .home__video-slider .slick-slide > div {
        width: 20.5625rem;
        height: 15.375rem;
        margin: .5rem
    }

    .home__feed-banner {
        width: 28.75rem;
        /* left: 3rem; */
        padding: 2rem
    }

    .home__feed-banner-image {
        width: 34.125rem;
        right: 0rem
    }

    .home__feed-list {
        grid-template: auto/24.25rem 24.25rem
    }

    .home__feed-list-item {
        padding: 1rem;
        min-height: 13.1875rem
    }

    .footer__leaf.leaf1 {
        width: 24%;
        top: -50%
    }

    .footer__leaf.leaf2 {
        width: 18%;
        top: -43%
    }

    .footer__top-left {
        width: 13rem;
        min-width: 13rem
    }

    .footer__top-menu-item {
        margin-right: 3rem
    }

    .footer__top-city {
        margin: 0 3rem
    }
}

@media (max-width: 1399px) {

    .title-block h1,
    .title-block h2 {
        margin-bottom: 1rem
    }

    .title-block h1 + p,
    .title-block h2 + p {
        padding-left: 3rem
    }

    .title-block h1 + p::before,
    .title-block h2 + p::before {
        width: 2rem
    }

    .arc-line {
        min-width: 93rem
    }

    .home .slick-arrow {
        width: 3.2rem;
        height: 3.2rem
    }

    .home .slick-arrow:first-child {
        margin-right: 1rem
    }

    .header__top-socials a {
        margin-right: .6rem
    }

    .header__top-socials a img,
    .header__top-socials a svg {
        width: 1.7rem
    }

    .gratitude__promo {
        padding: 5rem 0 3rem
    }

    .gratitude__promo-content {
        min-height: 36.125rem
    }

    .home__promo {
        padding: 3rem 0 12rem
    }

    .home__promo-image {
        width: 40.0625rem
    }

    .home__promo-image span {
        font-size: 1rem;
        max-width: 13.3125rem
    }

    .home__promo-image span img {
        width: 22.1875rem
    }

    .home__promo-btn button.btn span {
        width: 20rem
    }

    .home__promo-btn > span {
        margin-left: 1rem;
        max-width: 21rem
    }

    .home__perks .container-fluid {
        gap: 3rem 1rem
    }

    .home__perks-item {
        padding: 4rem 1rem .8rem
    }

    .home__perks-item img {
        height: 5rem
    }

    .home__consult {
        margin-top: 4rem
    }

    .home__consult-banner {
        top: 3rem;
        padding: 5.25rem 4rem 9.5rem
    }

    .home__consult-banner-image {
        height: auto;
    }

    .home__consult-banner-text {
        max-width: 43rem
    }

    .home__consult-banner-text .banner-title {
        margin-bottom: 2rem
    }

    .home__ways {
        padding: 6rem 0 4rem
    }

    .home__ways-title {
        margin-bottom: 2rem
    }

    .home__ways-title h2 {
        margin-bottom: 1rem
    }

    .home__ways-image {
        width: 29rem
    }

    .home__ways-cards {
        gap: 0 22rem
    }

    .home__ways-cards-item {
        margin-bottom: 1rem
    }

    .home__ways-cards-item .descr {
        padding: 2rem;
        width: 24rem;
        max-height: 18rem
    }

    .home__ways-cards-item .point {
        margin-left: 1rem
    }

    .home__ways-cards-col:first-child .descr {
        left: calc(100% - 2rem)
    }

    .home__ways-cards-col:first-child .item2,
    .home__ways-cards-col:first-child .item4 {
        margin-right: 6rem
    }

    .home__ways-cards-col:first-child .item3 {
        margin-right: 8.5rem
    }

    .home__ways-cards-col:last-child .descr {
        right: calc(100% - 2rem)
    }

    .home__ways-cards-col:last-child .item2,
    .home__ways-cards-col:last-child .item4 {
        margin-left: 6rem
    }

    .home__ways-cards-col:last-child .item3 {
        margin-left: 8.5rem
    }

    .home__ways-cards-col:last-child > div .point {
        margin-right: 1rem
    }

    .home__about {
        padding: 5rem 0 0
    }

    .home__about-top .btn {
        margin: 2rem 0 0 3rem
    }

    .home__about-banner {
        margin-top: 5rem;
        padding: 2rem 2rem 6rem;
        max-width: 35rem
    }

    .home__about-banner .btn-descr {
        max-width: 21rem
    }

    .home__about-banner button.btn {
        margin: 2rem 0 1.5rem
    }

    .home__about-cards-item {
        width: 28rem;
        max-width: 28rem;
        margin-bottom: 1.5rem;
        padding: 1.2rem 1.2rem 1.2rem 7rem;
        min-height: 6.5rem
    }

    .home__about-cards-item img {
        width: 6rem
    }

    .home__centr {
        padding-top: 5rem
    }

    .home__centr::before {
        width: 95rem;
        height: 2.75rem
    }

    .home__found {
        padding-top: 5rem;
        margin-bottom: 22rem;
    }

    .home__found-achieve {
        padding: 2rem;
        top: 9rem
    }

    .home__found-achieve-item {
        margin-bottom: 2rem
    }

    .home__workers {
        padding: 5rem 0
    }

    .home__workers-slider {
        padding-top: 6rem
    }

    .home__workers-slider-text {
        left: 10px
    }

    .home__workers-slider-text .name {
        padding: .5rem 1rem
    }

    .home__workers-slider-text .descr {
        padding: .5rem 1rem
    }

    .home__workers-slider .slick-slide {
        width: 23.5rem
    }

    .home__reviews {
        padding: 5rem 0
    }

    .home__reviews-title {
        margin-bottom: 2rem
    }

    .home__reviews-slider .slick-slide {
        margin-right: 1rem
    }

    .home__reviews-slider-name {
        margin-top: 1.5rem
    }

    .home__reviews-slider-city > span.active + .list {
        padding-top: 1rem
    }

    .home__gallery {
        padding-bottom: 5rem
    }

    .home__gallery-title {
        margin-bottom: 2rem
    }

    .home__news {
        padding: 5rem 0
    }

    .home__news::after,
    .home__news::before {
        width: 95rem;
        height: 2.75rem
    }

    .home__news::after {
        height: 4.75rem
    }

    .home__news-list {
        margin-top: 2rem
    }

    .home__news-list-item a.btn span {
        width: 20rem
    }

    .home__video {
        padding: 5rem 3rem 0
    }

    .home__video-link {
        padding: 2rem 1.5rem 1rem;
        max-width: 73%
    }

    .home__video-person {
        width: 26rem
    }

    .home__video-person-text {
        left: 7%;
        right: unset
    }

    .home__map-control {
        width: 100%;
        max-width: 100%
    }

    .home__map-control-btns {
        align-items: center
    }

    .home__map-main {
        position: relative;
        transform: none;
        right: unset;
        top: unset;
        width: 62rem;
        margin: auto
    }

    .home__map-regions {
        top: 0;
        left: 17%
    }

    .home__feed {
        padding: 5rem 0 3rem
    }

    .home__feed-banner {
        bottom: -19rem;
        width: 27rem
    }

    .home__feed-banner-image {
        bottom: 15.4rem;
        width: 31.125rem
    }

    .home__feed-banner-under {
        margin-top: .7rem
    }

    .home__feed-banner-descr p:last-child {
        margin-bottom: 0
    }

    .home__feed-banner button {
        margin: 1.5rem 0
    }

    .home__feed-list {
        gap: .5rem;
        grid-template: auto/22rem 22rem
    }

    .home__feed-list-item {
        min-height: 11rem
    }

    .error-404 a,
    .error-404 h1 {
        margin-left: 10rem
    }
}

@media (max-width: 1299px) {
    h2 {
        font-size: 1.866rem
    }

    h3 {
        font-size: 1.333rem
    }

    h4 {
        font-size: 1.06rem
    }

    h5 {
        font-size: 1rem
    }

    .text_fz16 {
        font-size: .9375rem
    }

    .text_fz18,
    .text_fz20 {
        font-size: 1rem
    }

    .text_fz24 {
        font-size: 1.06rem
    }

    .text_fz32 {
        font-size: 1.333rem
    }

    .text_fz40 {
        font-size: 1.866rem
    }

    .title-block h1 + p::before,
    .title-block h2 + p::before {
        height: 2px;
        top: .5rem
    }

    a.btn.btn-big,
    button.btn.btn-big {
        font-size: .9375rem
    }

    a.btn.btn-big span,
    button.btn.btn-big span {
        width: 305px;
        padding: 2rem 1.875rem 2rem
    }

    .header .header__top-socials {
        display: none
    }

    .header__top-email {
        margin-right: 1rem
    }

    .header__nav {
        margin-right: 0
    }

    .header__phones {
        display: none
    }

    .header__bottom {
        padding: .5rem 0
    }

    .gratitude__promo-text {
        width: 29.5rem
    }

    .gratitude__promo-image {
        height: 84.75%
    }

    .error-404 {
        padding-bottom: 7rem
    }

    .error-404 h1 {
        margin: 2rem 0 1rem
    }

    .error-404 a,
    .error-404 h1 {
        margin-left: 8rem
    }

    .error-404__back {
        min-width: 75rem
    }

    .home__map-main {
        width: 49rem
    }

    .home__map-control h5 {
        margin: 1.5rem 0 0
    }

    .home__map-control-btns button {
        margin-bottom: 1rem
    }

    .home__map-control-list {
        margin-top: 1rem
    }

    .home__map-control-list span {
        margin-right: .5rem;
        margin-bottom: .5rem;
        padding: 10px 18px
    }

    .home__map-item {
        padding: 1.5rem;
        width: 23rem
    }

    .home__map-item button {
        max-width: 100%
    }

    .home__map-item .region-label,
    .home__map-item .region-title {
        margin-bottom: 1rem
    }

    .home__map-item .region-label span {
        margin-top: .5rem
    }

    .home__promo {
        padding-bottom: 10rem
    }

    .home__promo-image {
        width: 38rem;
        right: 1rem;
        top: -7rem
    }

    .home__promo-image span img {
        width: 21.5rem
    }

    .home__promo-text p {
        max-width: 30rem
    }

    .home__promo-btn {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 2rem
    }

    .home__promo-btn > span {
        margin-left: 0;
        margin-top: 1rem
    }

    .home__perks-item strong {
        margin-bottom: .3rem
    }

    .home__perks-item span {
        font-size: .8rem
    }

    .home__consult-banner-image {
        height: 97%;
        object-fit: contain;
    }

    .home__ways-title {
        max-width: 50rem
    }

    .home__ways-cards-item {
        font-size: 1rem
    }

    .home__ways-cards-item .point {
        min-width: 6rem;
        min-height: 6rem
    }

    .home__about .container-fluid {
        grid-template: auto/52.93% 45%
    }

    .home__about-banner-text ul li {
        margin-bottom: 1rem
    }

    .home__about-banner-image {
        width: 69%;
        right: -6%
    }

    .home__found .container-fluid {
        padding-bottom: 11rem
    }

    .home__found-text h2 + p {
        max-width: 28rem
    }

    .home__found-achieve-title {
        font-size: 1.333rem
    }

    .home__found-under {
        margin-top: 3rem
    }

    .home__found-person {
        margin: 3rem 0 0 3rem;
        max-width: 18rem
    }

    .home__found-person span {
        font-size: .8rem;
        max-width: 100%
    }

    .home__found-person-name {
        padding: .7rem 1rem;
        margin-bottom: 1rem
    }

    .home__workers-title {
        max-width: 39rem
    }

    .home__workers-slider .slick-slide {
        width: 20.7rem;
        margin-right: 1rem
    }

    .home__reviews-title {
        max-width: 27rem
    }

    .home__reviews-image {
        width: 23rem;
        right: 10%
    }

    .home__reviews-slider-item {
        padding: 1.5rem
    }

    .home__reviews-slider-city {
        margin-top: 1rem
    }

    .home__reviews-slider-city > span {
        font-size: .9rem
    }

    .home__reviews-slider-city a.btn span {
        padding: 1.2rem
    }

    .home__reviews-slider-name {
        font-size: .8rem
    }

    .home__reviews-slider-name img {
        margin: 0 .5rem;
        max-height: 1.5rem;
        width: auto
    }

    .home__gallery-title {
        max-width: 37rem
    }

    .home__video {
        padding-bottom: 5rem
    }

    .home__video-title {
        max-width: 32rem
    }

    .home__video-link {
        padding: 2rem 1.5rem 2rem;
        flex-direction: column;
        align-items: flex-end;
        left: unset;
        margin: 0 auto;
        max-width: 44.4rem;
        margin-top: 8rem;
    }

    .home__video-link-descr {
        margin-right: 0;
        margin-bottom: 1rem
    }

    .home__video-link a.btn span {
        width: 315px !important
    }

    .home__video-person {
        width: 22rem;
        bottom: -7rem;
        transform: none
    }

    .home__video-person-text {
        left: 4%;
        bottom: 18%
    }

    .home__feed {
        margin-bottom: 7rem
    }

    .home__feed-title {
        max-width: 34rem;
        margin-bottom: 2rem
    }

    .home__feed-list {
        grid-template: auto/19rem 19rem
    }

    .home__feed-list-item {
        min-height: 9rem
    }

    .home__feed-list-item span {
        max-width: 11rem
    }

    .home__feed-banner {
        width: 23rem;
        bottom: -10rem;
        right: 2rem;
    }

    .home__feed-banner-image {
        width: 20.125rem;
        bottom: 13.7rem
    }

    .home__feed-banner button.btn span {
        width: 290px
    }

    .footer__top {
        padding-bottom: 2rem
    }

    .footer__top-city {
        margin: 0 2rem
    }

    .footer__top-city-item {
        margin-bottom: 1rem
    }

    .footer__top-menu {
        flex-direction: column
    }

    .footer__top-menu-item {
        margin-right: 0;
        margin-bottom: .9375rem
    }

    .footer__top-menu-item:last-child {
        margin-bottom: 0 !important
    }

    .footer__bottom {
        padding-top: 1.5rem
    }

    #blog .image img {
        /*height: 21.17vw !important;*/
    }
}

@media (max-width: 1180px) {
    #blog .ya-share2__list {
        flex-direction: row;
        gap: .5rem;
        margin: 2rem 0;
    }

    #blog .item .title {
        margin-bottom: 2rem;
    }
}

@media (max-width: 1023px) {
    header {
        display: flex;
        flex-direction: column-reverse
    }

    .rev__items-padding {
        padding-top: 3rem;
    }

    .arc-line {
        min-width: 66rem
    }

    a.btn.btn-big span,
    button.btn.btn-big span {
        width: 260px;
        padding: 1.55rem 1.5rem 1.55rem
    }

    #header-wrapper {
        position: fixed !important
    }

    .header__logo {
        width: 8.5625rem;
        min-width: 8.5625rem
    }

    .header__top {
        padding: .4125rem 0
    }

    .header__top .header__top-call {
        display: none
    }

    .header__bottom .header__nav {
        display: none
    }

    .header__bottom .header__hamburger,
    .header__bottom .header__top-call {
        display: flex
    }

    .header__mobile {
        display: flex
    }

    .header__mobile .header__phones,
    .header__mobile .header__top-socials {
        display: flex
    }

    .header__mobile .header__phones {
        gap: 15px;
        margin: 1.5rem 0 2rem 0;
        width: 100%;
    }

    .header__mobile .header__phones,
    .header__mobile .header__phones a {
        height: auto;
    }

    .header__mobile .header__phones a {
        display: block;
        width: max-content;
        max-width: 100%;
    }

    .header__mobile .header__phones-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        background: var(--color_bg_2);
    }

    .header__mobile .header__top-socials {
        gap: 15px;
        margin-bottom: 28px;
    }

    .header__top-socials a {
        margin-right: 0;
    }

    .error-404 {
        padding-bottom: 5rem
    }

    .error-404__back {
        min-width: 64rem
    }

    .error-404 a,
    .error-404 h1 {
        margin-left: 3rem
    }

    .gratitude__promo-text {
        padding: 1.5rem;
        width: 24.5rem
    }

    .gratitude__promo-text h1 {
        margin-bottom: 1rem
    }

    .gratitude__promo-text h1 svg {
        margin-right: 1rem
    }

    .gratitude__promo-content {
        min-height: unset;
        max-width: 45.4375rem;
        padding: 5rem 3rem
    }

    .gratitude__promo-under {
        padding: 0;
        margin-bottom: 1rem
    }

    .gratitude__promo-under strong {
        margin-bottom: 0
    }

    .home__promo-image {
        width: 31rem;
        right: 1rem;
        top: 2rem
    }

    .home__promo-image span {
        font-size: .8rem;
        max-width: 10.3125rem
    }

    .home__promo-image span img {
        width: 17rem
    }

    .home__perks {
        top: 0
    }

    .home__perks .container-fluid {
        grid-template: auto/19rem 19rem;
        justify-content: center
    }

    .home__perks-item::after,
    .home__perks-item::before {
        display: none
    }

    .home__news::after,
    .home__news::before {
        width: 67rem
    }

    .home__consult-banner {
        padding: 3rem 2rem 6.5rem
    }

    .home__consult-banner-image {
        height: 27rem;
        object-fit: cover;
    }

    .home__consult-banner button.btn span {
        width: 305px !important
    }

    .home__ways-image {
        width: 23rem;
        bottom: 0
    }

    .home__ways-cards {
        gap: 0 18rem
    }

    .home__ways-cards-col:first-child .descr {
        left: calc(100% - 1rem) !important
    }

    .home__ways-cards-col:last-child .descr {
        right: calc(100% - 1rem) !important
    }

    .home__ways-cards-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: .5rem
    }

    .home__ways-cards-item .descr {
        width: 18rem;
        padding: 1rem;
        max-height: 17rem;
        font-size: .8rem
    }

    .home__ways-cards-item .point {
        min-width: 5rem;
        min-height: 5rem
    }

    .home__about .container-fluid {
        grid-template: auto/1fr
    }

    .home__about-top h2 + p {
        max-width: 42rem
    }

    .home__about-banner {
        grid-row-start: 3
    }

    .home__about-banner button.btn span {
        width: 305px
    }

    .home__about-cards {
        margin-top: 2rem;
        grid-row-start: 2;
        display: grid;
        grid-template: auto/1fr 1fr;
        gap: 1rem
    }

    .home__about-cards-item {
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
        height: 100%
    }

    .home__workers-slider .slick-slide {
        width: 23rem
    }

    .home__centr::before {
        width: 67rem
    }

    .home__centr-slider .slick-slide {
        width: 28.06vw;
        height: 28.06vw
    }

    .home__found .container-fluid {
        padding-bottom: 5rem
    }

    .home__found-image {
        width: 42%;
        left: 49%
    }

    .home__found-under {
        margin-top: 4.125rem
    }

    .home__found-achieve {
        padding: 1rem;
        border-radius: 10px;
        position: absolute;
        right: 2.5rem;
        top: 11rem;
        max-width: 20rem
    }

    .home__found-person {
        margin: 10rem 0 0 0
    }

    .home__found-person span {
        max-width: 14rem
    }

    .home__video-title h2 .text_color img {
        max-height: 2.5rem;
        width: auto
    }

    .home__video-person {
        left: -1rem;
        width: 21rem
    }

    .home__video-slider .slick-slide > div {
        width: 22.5625rem
    }

    .home__feed {
        margin-bottom: 8rem;
        padding-bottom: 7rem
    }

    .home__feed-list {
        justify-content: center;
        grid-template: auto/1fr 1fr;
        margin-bottom: 11rem;
    }

    .home__feed-list-item span {
        max-width: 15rem
    }

    .home__feed-banner {
        width: 29rem;
        bottom: -15rem;
        left: unset;
        margin: 0 auto;
        position: relative;
        right: unset;
    }

    .home__feed-banner-image {
        width: 19.125rem;
        bottom: 12.7rem;
        right: 5rem
    }

    .home__feed-banner-image.finger {
        display: none
    }

    .home__map {
        padding: 4rem 0
    }

    .home__map-item {
        width: 33rem
    }

    .home__map-main {
        width: 44rem
    }

    .home__map-point .map-dot {
        width: 18px
    }

    .footer {
        padding: 2rem 0 1rem
    }

    .footer__top {
        padding-bottom: 1.5rem;
        flex-direction: column
    }

    .footer__top-descr {
        margin-right: 2rem
    }

    .footer__top-menu {
        margin-right: auto
    }

    .footer__top-right {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .footer__top-left {
        display: flex;
        align-items: flex-end;
        width: auto;
        min-width: unset;
        margin-bottom: 2rem
    }

    .footer__top-left span {
        padding-bottom: 0;
        max-width: 13rem
    }

    .footer__bott {
        padding-top: 1.5rem
    }
}

@media (max-width: 767px) {
    .header .header__top-email {
        display: none
    }

    #persona .persona {
        padding-bottom: 2rem;
    }

    .home__feed-list {
        margin-bottom: 8rem;
    }

    .home__video-link {

        margin-top: 0;
    }

    .error-404__back {
        min-width: 54rem;
        left: 68%
    }

    .error-404__text svg {
        width: 64%
    }

    .error-404 a,
    .error-404 h1 {
        margin-left: 0
    }

    .gratitude__promo {
        padding: 4rem 0 3rem
    }

    .gratitude__promo-image {
        display: none
    }

    .gratitude__promo-content {
        max-width: 30.4375rem
    }

    .home__promo {
        padding-bottom: 25rem
    }

    .home__promo-image {
        width: 34rem;
        right: 0rem;
        top: 69%
    }

    .home__promo-image span img {
        width: 19rem
    }

    .home__perks .container-fluid {
        grid-template: auto/1fr 1fr
    }

    .home__consult-banner-image {
        height: 19rem
    }

    .home__consult-banner-text ul {
        grid-template: auto/1fr
    }

    .home__centr-slider .slick-slide {
        width: 36vw;
        height: 36vw
    }

    .home__reviews-image {
        width: 13rem
    }

    .home__reviews-slider .slick-slide {
        margin: 0 .3rem
    }

    .home__reviews-slider-item {
        border-radius: 10px
    }

    .home__reviews-slider-city a.btn span {
        width: 100% !important
    }

    .home__gallery-slider-item img {
        border-radius: 10px;
        min-height: 17rem;
        object-fit: cover
    }

    .home__workers {
        padding-top: 3rem;
    }

    .home__workers-slider {
        padding-top: 4rem
    }

    .home__workers-slider .slick-slide {
        width: 15rem
    }

    .home__workers-slider-arrows {
        position: static;
        margin-top: 3rem;
        transform: none
    }

    .home__ways-cards {
        grid-template: auto/1fr;
        gap: .5rem 0
    }

    .home__ways-cards-col {
        align-items: flex-end
    }

    .home__ways-cards-col:first-child .descr {
        right: 100%;
        left: unset !important;
        top: 0;
        bottom: unset;
        transform: none
    }

    .home__ways-cards-col:last-child .descr {
        right: 100% !important;
        top: unset;
        bottom: 0;
        transform: none
    }

    .home__ways-cards-item {
        flex-direction: row-reverse;
        font-size: .9rem;
        text-align: left;
        justify-content: flex-end;
        width: 41%
    }

    .home__ways-cards-item .descr {
        border-radius: 10px
    }

    .home__ways-cards-item .point {
        min-width: 3rem;
        min-height: 3rem;
        margin-left: 0 !important;
        margin-right: .5rem !important
    }

    .home__about-cards {
        grid-template: auto/1fr
    }

    .home__video {
        padding: 5rem 2rem 9rem
    }

    .home__video-person {
        width: 20rem;
        bottom: -13rem
    }

    .home__video-person-text .descr,
    .home__video-person-text .name {
        padding: 10px 15px
    }

    .home__video-person-text .descr {
        margin-left: 2.875rem
    }

    .home__video-link-descr {
        font-size: 1.2rem
    }

    .home__video-link-descr svg {
        width: 4.26rem
    }

    .home__video-slider-arrows {
        position: static;
        transform: none
    }

    .home__video-slider .slick-slide > div {
        width: 23rem;
        height: 15rem
    }

    .home__news-list .slick-slide {
        margin: 0 7px
    }

    .home__news-list-item img {
        max-width: 30rem;
        max-height: 88.92vw;
        margin-bottom: 1rem
    }

    .home__found-back {
        width: 100%
    }

    .home__found-image {
        width: 65%;
        left: 75%
    }

    .home__found-achieve {
        top: 91%;
        max-width: 21rem
    }

    .home__map-main {
        width: 31rem
    }

    .home__map-regions {
        left: 0
    }

    .home__map-item {
        width: 30rem
    }

    .home__feed-list {
        grid-template: auto/minmax(1rem, 30rem)
    }

    .footer {
        padding: 1.3333rem 0
    }

    .footer__top-right {
        display: grid;
        grid-template: auto auto/auto auto;
        gap: 1.3333rem 0
    }

    .footer__top-city {
        margin: 0;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        display: flex;
        flex-wrap: wrap
    }

    .footer__top-city-item {
        margin-right: 1rem
    }

    .footer__bott {
        padding-top: 1.3333rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .footer__bott > * {
        margin-bottom: 1rem !important
    }

    .footer__bott > :last-child {
        margin-bottom: 0 !important
    }

    .header__top-socials {
        gap: .9375rem;
    }
}

@media (max-width: 576px) {
    .header__mobile .header__phones a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 80%;
    }

    .header__mobile .header__phones a strong {
        font-size: 115%;
    }
}

@media (max-width: 499px) {
    h2 {
        font-size: 1.428rem
    }

    .b24-form-click-btn-wrapper {
        bottom: 2rem;
        right: 2rem;
    }

    .btn.b24-form-click-btn-wrapper {
        position: relative;
        bottom: unset;
        right: unset;
    }

    h3 {
        font-size: 1.285rem
    }

    h4 {
        font-size: 1.142rem
    }

    h5 {
        font-size: 1rem
    }

    .text_fz12 {
        font-size: .857rem
    }

    .text_fz14,
    .text_fz16 {
        font-size: 1rem
    }

    .text_fz18 {
        font-size: 1.142rem
    }

    .text_fz20 {
        font-size: 1.285rem
    }

    .text_fz24 {
        font-size: 1.428rem
    }

    .text_fz32,
    .text_fz40 {
        font-size: 1.714rem
    }

    .arc-line {
        max-width: 47rem
    }

    .home .slick-arrow {
        width: 2.857rem;
        height: 2.857rem
    }

    .home .slick-arrow:first-child {
        margin-right: .714rem
    }

    .title-block h1,
    .title-block h2 {
        margin-bottom: 1.428rem
    }

    a.btn.btn-big,
    button.btn.btn-big {
        font-size: .857rem
    }

    a.btn.btn-big span,
    button.btn.btn-big span {
        width: 235px;
        padding: 1.428rem 1rem 1.428rem
    }

    .header__mobile .header__phones {
        width: 100%;
        font-size: 90%
    }

    .header__mobile .header__phones a {
        min-width: 100%;
        text-align: center;
        margin-bottom: .5rem
    }

    .header__mobile .header__phones a:last-child {
        margin-bottom: 0
    }

    .header__mobile .header__phones a strong {
        font-size: 145%;
    }

    .header__mobile .header__nav ul li a {
        width: 89vw;
        font-size: 115%
    }

    .header__logo {
        width: 7.5rem;
        min-width: 7.5rem
    }

    .header__bottom .header__hamburger {
        width: 2.857rem;
        min-width: 2.857rem;
        height: 2.857rem
    }

    .header__top-visibility {
        font-size: 1rem
    }

    .header__top-socials a {
        margin-right: 0;
    }

    .header__top-socials a img,
    .header__top-socials a svg {
        width: 2.428rem
    }

    .header__top-email {
        font-size: 1.142rem
    }

    .header__top-call {
        font-size: .857rem
    }

    .header__top-call img {
        margin-right: .225rem;
        width: 2.5rem
    }

    .gratitude__promo-under {
        text-align: center
    }

    .gratitude__promo-content {
        padding: 4rem 0 4rem;
        width: 100%;
        max-width: 100%
    }

    .gratitude__promo-back {
        left: 50%;
        transform: translateX(-50%);
        max-width: unset;
        width: 42rem
    }

    .home__promo {
        padding: 4rem 0 27.85rem
    }

    .home__promo-leaf {
        width: 22%;
        top: 19%
    }

    .home__promo-text p {
        font-size: 1.285rem
    }

    .home__promo-btn {
        margin-left: 3rem;
        margin-top: 1.5rem
    }

    .home__promo-btn > span {
        font-size: .857rem
    }

    .home__promo-image {
        width: 36rem;
        right: -8%;
        top: 77%
    }

    .home__promo-image span {
        font-size: .857rem;
        right: 3rem;
        top: 30%;
        max-width: 8rem
    }

    .home__promo-image span img {
        width: 18rem
    }

    .home__perks {
        padding-top: 5rem
    }

    .home__perks .container-fluid {
        gap: 4.857rem 1rem
    }

    .home__perks-item {
        padding: 2.571rem 3px 2.071rem;
        border-radius: 20px
    }

    .home__perks-item strong {
        font-size: 1rem;
        margin-bottom: 10px
    }

    .home__perks-item span {
        font-size: .857rem
    }

    .home__perks-item img {
        height: 4.714rem;
        transform: none;
        top: -3.142rem
    }

    .home__consult-leaf {
        display: none
    }

    .home__consult-banner {
        top: 1rem;
        padding: 2.785rem 0 12.857rem
    }

    .home__consult-banner-image {
        height: 18rem;
        left: -16.2%;
        width: 124.3%
    }

    .home__consult-banner-text .banner-title {
        margin-bottom: 1.428rem
    }

    .home__consult-banner-text button.btn {
        margin-top: 1.428rem
    }

    .home__consult-banner-text button.btn span {
        width: 260px !important
    }

    .home__consult-banner-back {
        width: 170%;
        left: 50%;
        transform: translateX(-50%);
        max-width: unset
    }

    .home__ways {
        padding: 4rem 0 1.857rem
    }

    .home__ways-title {
        font-size: 1.142rem
    }

    .home__ways-title h2 {
        margin-bottom: 1.428rem;
        text-align: left
    }

    .home__ways-leaf {
        display: none
    }

    .home__ways-image {
        width: 23rem;
        bottom: -1rem;
        left: 29%
    }

    .home__ways-cards-item {
        font-size: 1rem;
        width: 49%
    }

    .home__ways-cards-item .descr {
        width: 111%;
        padding: .7rem
    }

    .home__ways-cards-item .descr::-webkit-scrollbar {
        width: 3px
    }

    .home__ways-cards-item .descr-title {
        font-size: 1rem
    }

    .home__ways-cards-item .point {
        font-size: .857rem;
        font-weight: 700;
        min-height: 2.857rem;
        min-width: 2.857rem;
        margin-right: 1rem !important
    }

    .home__about {
        padding: 4rem 0 7.714rem
    }

    .home__about-top {
        font-size: 1rem
    }

    .home__about-banner {
        margin-top: 6.571rem;
        padding: 0;
        background: 0;
        border-radius: 0
    }

    .home__about-banner button.btn {
        margin-bottom: 1rem
    }

    .home__about-banner button.btn span {
        width: 256px
    }

    .home__about-banner .btn-descr {
        font-size: .857rem;
        max-width: 14rem
    }

    .home__about-banner-image {
        width: 13rem;
        bottom: -6.785rem;
        right: 19%;
        z-index: 2
    }

    .home__about-banner-leaf {
        display: none
    }

    .home__about-banner-text ul li {
        margin-bottom: 10px
    }

    .home__about-cards {
        gap: 1.428rem;
        margin-top: 4rem
    }

    .home__about-cards-item {
        font-size: .857rem;
        padding: 1.428rem 1rem 1.428rem 10rem;
        min-height: 9.142rem;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1)
    }

    .home__about-cards-item img {
        width: 8.357rem
    }

    .home__centr {
        padding-top: 1.428rem
    }

    .home__centr h2 {
        font-size: 1.428rem;
        text-align: left
    }

    .home__centr-slider {
        margin-top: 1.428rem
    }

    .home__centr-slider .slick-slide {
        width: 45vw;
        height: 45vw
    }

    .home__found {
        padding: 4rem 0 0
    }

    .home__found .container-fluid {
        padding-bottom: 17.857rem
    }

    .home__found-leaf {
        display: none
    }

    .home__found-back {
        width: 175%;
        max-width: unset
    }

    .home__found-under {
        margin: 2.142rem 0 0 3rem
    }

    .home__found-text {
        font-size: 1.428rem
    }

    .home__found-text h2 + p {
        font-size: 1rem
    }

    .home__found-image {
        left: 79%;
        width: 107%;
        max-width: 32rem
    }

    .home__found-achieve {
        width: 66%;
        left: 1.5rem;
        right: 0;
        top: 77%;
        padding: 1.428rem
    }

    .home__found-achieve-item {
        margin-bottom: 4rem
    }

    .home__found-person {
        margin-top: 6.357rem;
        position: static
    }

    .home__found-person-name {
        padding: 15px;
        font-size: 1rem;
        margin-bottom: 1.428rem
    }

    .home__found-person span {
        font-size: .857rem
    }

    .home__workers {
        padding-bottom: 4rem
    }

    .home__workers-title h2 {
        font-size: 1.428rem
    }

    .home__workers-title p {
        font-size: 1rem
    }

    .home__workers-slider .slick-slide {
        width: 18rem
    }

    .home__workers-slider-arrows {
        margin-top: 4.857rem
    }

    .home__workers-slider-text {
        left: 20px;
        bottom: -40px
    }

    .home__workers-slider-text .name {
        padding: 10px 15px;
        font-size: 1rem
    }

    .home__workers-slider-text .descr {
        font-size: .857rem;
        padding: 10px 15px;
        /*margin-right: -2.5rem;*/
        border-radius: 0 10px 10px 10px
    }

    .home__reviews {
        padding: 4rem 0
    }

    .home__reviews-image {
        width: 8rem;
        top: -16%;
        right: 3%;
        transform: rotate3d(0, 1, 0, 180deg)
    }

    .home__reviews-title {
        margin-bottom: 1.428rem
    }

    .home__reviews-title h2 + p {
        font-size: 1rem
    }

    .home__reviews-slider-item {
        padding: 1rem
    }

    .home__reviews-slider-name {
        margin-top: 1.428rem
    }

    .home__reviews-slider-arrows {
        margin-top: 2rem
    }

    .home__gallery {
        padding-bottom: 4rem
    }

    .home__gallery-leaf {
        top: -45%;
        width: 41%
    }

    .home__gallery-title h2 + p {
        font-size: 1rem
    }

    .home__gallery-slider .slick-slide {
        margin: 0 .5rem
    }

    .home__gallery-slider-next {
        right: -1rem
    }

    .home__gallery-slider-prev {
        left: -1rem
    }

    .home__gallery-slider-item img {
        min-height: 16rem
    }

    .home__news {
        padding: 4rem 0;
        background: #fff
    }

    .home__news::after,
    .home__news::before {
        display: none
    }

    .home__map-top p {
        font-size: 1rem
    }

    .home__map-main {
        width: 100%
    }

    .home__map-point .map-dot {
        width: 9px
    }

    .home__map-control h5 {
        font-size: 1.28rem
    }

    .home__map-control-btns button,
    .home__map-control-btns button span {
        width: 100% !important
    }

    .home__map-control-list {
        margin-top: 1.57rem
    }

    .home__map-control-list span {
        font-size: 1rem
    }

    .home__map-item {
        padding: 1rem;
        border: 2px dashed var(--accent)
    }

    .home__map-item .region-title {
        font-size: 1.142rem;
        margin-bottom: .714rem
    }

    .home__map-item .region-label {
        font-size: .857rem;
        margin-bottom: .714rem
    }

    .home__map-item .region-label span {
        font-size: 1rem
    }

    .home__video {
        padding: 4rem 1rem 10rem
    }

    .home__video-leaf {
        display: none
    }

    .home__video-title h2 .text_color img {
        max-height: 1.5rem
    }

    .home__video-title p {
        font-size: 1rem
    }

    .home__video-slider {
        margin-bottom: 2rem
    }

    .home__video-slider .slick-slide > div {
        width: 18rem;
        height: 12.5rem;
        margin: 0 .5rem
    }

    .home__video-slider-arrows {
        margin-top: 2rem
    }

    .home__video-slider-item {
        padding: 5px
    }

    .home__video-slider-wrap svg {
        width: 3.375rem
    }

    .home__video-slider-wrap span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .home__video-link {
        padding: 1rem;
        margin: 0 0 0 auto;
        max-width: 20rem
    }

    .home__video-link-descr {
        margin-bottom: 1.428rem;
        font-size: 1.285rem
    }

    .home__video-link-descr svg {
        width: 4.571rem
    }

    .home__video-link a.btn span {
        width: 249px !important
    }

    .home__video-person {
        width: 28rem;
        right: unset;
        left: -8rem;
        bottom: -13rem
    }

    .home__video-person-text {
        left: 45%;
        bottom: 25%
    }

    .home__video-person-text .name {
        font-size: 1rem
    }

    .home__video-person-text .descr {
        font-size: .857rem;
        margin-left: 2rem
    }

    .home__video-person img {
        width: 14.07rem
    }

    .home__feed {
        padding: 4rem 0 0;
        margin-bottom: 14.5rem
    }

    .home__feed-title {
        margin-bottom: 2rem
    }

    .home__feed-title p {
        font-size: 1rem
    }

    .home__feed-list {
        margin-bottom: 15rem;
        gap: 1rem
    }

    .home__feed-list-item {
        font-size: 1rem;
        padding: 1.428rem 1rem;
        min-height: 7.5rem
    }

    .home__feed-list-item span {
        max-width: 12.8rem
    }

    .home__feed-banner {
        bottom: -9.571rem;
        width: 100%;
        padding: 1rem
    }

    .home__feed-banner-under {
        font-size: 1.142rem
    }

    .home__feed-banner-descr {
        font-size: 1rem
    }

    .home__feed-banner-image {
        width: 24rem;
        bottom: 18.5rem;
        right: -1.6rem;
        transform: rotate3d(0, 1, 0, 180deg)
    }

    .footer {
        padding: 1.428rem 0
    }

    .footer__bott {
        padding-top: 1.428rem
    }

    .footer__leaf {
        display: none !important
    }

    .footer__top {
        padding-bottom: 2.142rem
    }

    .footer__top-right {
        grid-template: auto/1fr;
        gap: 1.428rem 0
    }

    .footer__top-mobile {
        display: block
    }

    .footer__top-contact .header__top-socials {
        display: none
    }

    .footer__top-contact .header__top-email {
        margin-top: 1.428rem
    }

    .footer__top-contact-call .header__top-call {
        margin: .714rem 0 1.428rem
    }

    .footer__top-contact-call a {
        width: -moz-fit-content;
        width: fit-content
    }

    .footer__top-contact-call a strong {
        font-size: 1.285rem
    }

    .footer__top-contact-call a[href^="tel:"] {
        display: block
    }

    .footer__top-menu {
        flex-direction: row
    }

    .footer__top-menu-item {
        margin-right: 4.428rem;
        margin-bottom: 0;
        font-size: 1.142rem
    }

    .footer__top-menu-item li {
        margin-bottom: 1.071rem
    }

    .footer__top-left {
        margin-bottom: 2.142rem
    }

    .footer__top-left ul {
        display: none
    }

    .footer__top-left span {
        max-width: 19.143rem
    }

    .footer__top-descr {
        margin-right: 0
    }

    .footer__top-city {
        grid-row-start: 3;
        grid-column-end: unset
    }

    #blog .image img {
        /*height: 49.09vw !important;*/
    }

    #blog h1 {
        font-size: 2rem;
    }

    #blog h2 {
        font-size: 1.4rem;
    }

    #blog h3 {
        font-size: 1.2rem;
    }

    #blog .info_content {
        display: none;
    }

    #blog .date {
        display: none;
    }

    #blog .item .title {
        margin: 1rem 0 2rem 0;
    }
}

@media (max-width: 380px) {
    .header__mobile .header__phones {
        flex-direction: column;
    }
}

@media (max-width: 359px) {
    .error-404__back {
        left: 76%
    }

    .header__bottom .header__top-call {
        display: none
    }
}
