::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body {
    font-family: 'Sofia Sans';
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    color: #3a3a3a;
    overflow-x: hidden;
    margin: 0;
    background: #f9f9f6
}

button {
    cursor: pointer
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button,
input.text,
input[type=button],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none
}

:active,
:focus,
:hover,
:link,
:visited {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

a,
button,
img,
input {
    transition: all .3s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 400
}

strong {
    font-weight: 700
}

.wrapper {
    overflow: hidden
}

a {
    text-decoration: none;
    outline: 0
}

* {
    outline: 0 !important
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style-type: none;
    outline: 0
}

img {
    outline: 0;
    display: block
}

p {
    padding: 0;
    margin: 0
}

form {
    margin: 0
}

.header {
    top: 16px;
    left: 32px;
    right: 32px;
    border-radius: 20px;
    padding: 18px 64px;
    backdrop-filter: blur(104px);
    background: rgba(0, 0, 0, .05);
    position: absolute;
    z-index: 500
}

.header__wrapper {
    gap: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__wrapper .logo {
    margin-right: auto
}

.logo img {
    width: 150px;
    height: auto
}

.menu__list {
    font-size: 18px;
    gap: 40px;
    line-height: 150%;
    font-weight: 400;
    display: flex;
    align-items: center
}

.menu__list a {
    color: #fff;
    border-bottom: 1px transparent solid
}

.btn-main.btn-main_secondary {
    background: #f6fbfc
}

.header .btn-main {
    height: 44px;
    padding: 0 24px;
    font-weight: 500
}

.billbord {
    padding-top: 151px;
    min-height: 737px;
    color: #fff;
    position: relative;
    z-index: 1
}

.billbord::before {
    position: absolute;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 238px;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(249, 249, 246, 0) 0, rgba(249, 249, 246, .25) 25%, rgba(249, 249, 246, .5) 50%, rgba(249, 249, 246, .75) 75%, #f9f9f6 100%)
}

.billbord__title {
    font-size: 44px;
    margin-bottom: 32px;
    line-height: 110%;
    font-weight: 400
}

.billbord__content {
    max-width: 690px;
    margin: 0 auto;
    text-align: center
}

.billbord__content .text-main {
    margin-bottom: 64px;
    font-weight: 400
}

.btn-main {
    height: 59px;
    font-size: 18px;
    padding: 0 36px;
    border-radius: 0 16px 16px 16px;
    line-height: 150%;
    color: #33373b;
    font-weight: 400;
    background: #fbe057;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .3s
}

.advantages {
    margin-top: -126px;
    position: relative;
    z-index: 2
}

.advantages__top {
    padding: 32px 0;
    margin: 0 32px;
    margin-bottom: 108px;
    border-radius: 20px 20px 0 0;
    background: #f9f9f6
}

.advantages__wrap {
    gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid
}

.unit-advanage {
    padding: 16px;
    font-weight: 400;
    position: relative
}

.unit-advanage .text-main {
    line-height: 125%
}

.unit-advanage::after {
    position: absolute;
    display: block;
    content: " ";
    right: -16px;
    top: 18px;
    bottom: 18px;
    border-right: 1px dashed #b1b1b1
}

.unit-advanage:last-child:after {
    display: none
}

.unit-advanage__title {
    font-size: 28px;
    margin-bottom: 9px;
    line-height: 80%;
    color: #8a7a57;
    font-weight: 400
}

.head-section {
    margin: 0 auto;
    text-align: center
}

.name-section {
    padding: 12px 32px;
    font-size: 12px;
    margin-bottom: 24px;
    border-radius: 30px;
    line-height: 117%;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 500;
    background: #e7ecea;
    display: inline-block;
    vertical-align: middle
}

.title-section {
    font-size: 36px;
    line-height: 111%;
    font-weight: 300;
    text-align: center
}

.advantages__content {
    max-width: 906px;
    margin: 0 auto
}

.row.row_advantages>div {
    margin-bottom: 32px
}

.row.row_advantages {
    margin-bottom: -32px
}

.item-advantage {
    gap: 16px;
    display: flex;
    align-items: center
}

.item-advantage .text-main {
    line-height: 125%
}

.item-advantage__icon {
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 20px;
    background: #f3f1ec;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-advantage__icon img {
    max-width: 100%;
    max-height: 100%
}

.item-advantage__title {
    font-size: 26px;
    margin-bottom: 4px;
    line-height: 131%;
    color: #8a7a57
}

.advantages__content .head-section {
    margin-bottom: 64px
}

.advantages__leaf {
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute
}

.cta {
    padding: 115px 0;
    position: relative;
    z-index: 1
}

.cta__block {
    padding: 48px 161px;
    max-width: 1092px;
    border-radius: 20px;
    background-color: #fff;
    line-height: 133%;
    margin: 0 auto;
    text-align: center;
    background-image: url(../img/bg_cta.png);
    background-repeat: no-repeat;
    background-position: right center
}

.cta__block .head-section {
    margin-bottom: 32px
}

.cta__block .text-main {
    margin-bottom: 64px
}

.cta__block .name-section {
    border: 1px solid #b1b1b1;
    background: 0 0
}

.cta__leaf {
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute
}

.district {
    padding-bottom: 115px;
    position: relative;
    z-index: 1
}

.district .head-section {
    max-width: 807px;
    margin-bottom: 50px
}

.head-section .text-main {
    margin-top: 32px
}

.district__map img {
    border-radius: 20px;
    max-width: 100%;
    height: auto
}

.district__map {
    margin-right: -30px;
    display: block
}

.district__title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 130%
}

.district__content {
    padding-left: 35px;
    padding-top: 24px
}

.item-district {
    margin-bottom: 24px;
    gap: 16px;
    line-height: 150%;
    display: flex;
    align-items: center
}

.item-district:last-child {
    margin-bottom: 0
}

.item-district__icon {
    border-radius: 20px;
    width: 64px;
    height: 64px;
    padding: 5px;
    background: #f4efe3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none
}

.item-district__icon img {
    max-width: 100%;
    max-height: 100%
}

.item-district strong {
    font-weight: 600
}

.district__flower {
    top: -60px;
    right: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none
}

.apartments {
    padding-bottom: 115px
}

.apartments .head-section {
    max-width: 716px;
    margin-bottom: 64px
}

.apartments__title {
    font-size: 24px;
    padding-top: 24px;
    padding-bottom: 16px;
    line-height: 130%;
    font-weight: 500
}

.apartments__content {
    margin-right: 44px
}

.apartments__quote {
    margin-bottom: 42px;
    margin-right: 40px;
    padding-left: 10px;
    border-left: 3px solid #fbe057
}

.apartments__location .text-main {
    margin-bottom: 6px;
    font-weight: 400
}

.text-main {
    font-size: 18px;
    line-height: 130%
}

.apartments__location {
    padding: 24px;
    padding-top: 13px;
    border: 1px solid #adadad;
    border-radius: 20px
}

.slider-for:not(.slick-initialized)>:not(:first-child),
.slider-nav:not(.slick-initialized)>:not(:first-child),
.slider-reviews:not(.slick-initialized)>:not(:first-child) {
    display: none
}

.slider-for .slick-track,
.slider-nav .slick-track,
.slider-reviews .slick-track {
    display: flex !important
}

.slider-for .slick-slide,
.slider-nav .slick-slide,
.slider-reviews .slick-slide {
    height: inherit !important
}

.slider-for__item {
    height: 348px;
    border-radius: 20px;
    display: block
}

.slider-for__item img,
.slider-nav__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 2s;
    border-radius: 20px
}

.slider-for__video,
.slider-nav__video {
    position: relative
}

.slider-for__video::before,
.slider-nav__video::before {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(0, 0, 0, .2)
}

.slider-for__video::after,
.slider-nav__video::after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 85px;
    height: 85px;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 1s
}

.slider-for__video:hover::after,
.slider-nav__video:hover::after {
    transform: scale(1.1)
}

.slider-nav__item {
    width: 143px;
    height: 104px;
    margin-right: 6px;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
    border-radius: 20px
}

.slider-nav__item img {
    border-radius: 16px
}

.slick-current .slider-nav__item {
    border: 3px solid #e6c87e
}

.slider-nav {
    margin-top: 8px
}

.slider-nav__video::after {
    width: 41px;
    height: 41px
}

.features__title {
    font-size: 15px;
    padding-bottom: 18px;
    margin-bottom: 21px;
    border-bottom: 1px dashed #d2d2d2;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 400
}

.features__title span {
    max-width: 255px;
    display: block
}

.row.row_apartments>div,
.row.row_team>div {
    padding: 0 8px;
    margin-bottom: 16px
}

.row.row_apartments,
.row.row_team {
    margin: 0 -8px;
    margin-bottom: -16px
}

.row.row_apartments {
    padding-top: 38px
}

.apartments__features {
    padding: 26px;
    margin-right: 25px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1.8fr 3fr;
    background: #fff;
    min-height: 100%
}

.features__list {
    padding-left: 20px
}

.features__list li {
    margin-bottom: 14px;
    line-height: 112%;
    list-style-type: disc
}

.features__list li::marker {
    color: #fbe057
}

.features__list li:last-child {
    margin-bottom: 0
}

.features__list li strong {
    font-weight: 600
}

.features__list_columns {
    column-gap: 35px;
    columns: 2
}

.features__list_columns li {
    break-inside: avoid
}

.financial-parameters {
    padding: 27px 35px;
    margin-left: -25px;
    min-height: 100%;
    background: #fbe057;
    border-radius: 20px
}

.financial-parameters__title {
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 400
}

.financial-parameters ul {
    padding-left: 18px;
    line-height: 122%
}

.financial-parameters ul li {
    margin-bottom: 25px;
    list-style-type: disc
}

.financial-parameters ul li:last-child {
    margin-bottom: 0
}

.infrastructure {
    padding-bottom: 115px;
    position: relative;
    z-index: 1
}

.infrastructure .head-section {
    max-width: 598px;
    margin-bottom: 44px
}

.infrastructure__wrap {
    gap: 16px 12px;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.item-infrastructure {
    height: 276px;
    width: 301px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    flex: none
}

.item-infrastructure__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden
}

.item-infrastructure__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 2s;
    border-radius: 20px
}

.item-infrastructure__image::after {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(32, 20, 6, 0) 69.03%, rgba(32, 20, 6, .370979) 79.87%, rgba(32, 20, 6, .7) 100%)
}

.item-infrastructure__content {
    padding: 12px 16px;
    border-radius: 20px;
    width: 100%;
    background: rgba(255, 255, 255, .2);
    line-height: 125%;
    font-weight: 400;
    color: #fff;
    backdrop-filter: blur(15px) saturate(180%) contrast(110%);
    -webkit-backdrop-filter: blur(15px) saturate(180%) contrast(110%);
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3), 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 16px;
    background-image: radial-gradient(circle at 45% 45%, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .05) 100%)
}

.item-infrastructure__title {
    font-size: 22px;
    margin-bottom: 2px;
    line-height: 145%;
    font-weight: 700
}

.item-infrastructure:nth-child(4) {
    margin-left: auto
}

.infrastructure__leaf {
    top: -160px;
    left: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute
}

.format {
    padding-bottom: 115px
}

.format .container {
    position: relative
}

.format .head-section {
    max-width: 701px;
    margin-bottom: 44px
}

.tabs {
    padding: 20px 0;
    margin-bottom: 44px;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.tabs a {
    padding: 12px 41px;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: .13em;
    text-transform: uppercase;
    text-align: center;
    color: #3a3a3a;
    font-weight: 500;
    border: 1px solid #a7d2c6;
    border-radius: 10px;
    display: block
}

.tabs .active a {
    background: #fbe057;
    border-color: #fbe057
}

.tab-pane {
    display: none
}

.tab-pane:first-child {
    display: block
}

.info-format {
    padding: 42px 24px;
    font-size: 14px;
    margin-right: -24px;
    border-radius: 20px;
    background: #fff;
    min-height: 100%
}

.info-format__title {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 100%;
    font-family: 'Playfair Display';
    font-weight: 500
}

.info-format__value {
    padding: 4px 13px;
    line-height: 161%;
    font-weight: 400;
    color: #fff;
    border-radius: 20px;
    background: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    font-family: Inter
}

.info-format__value sup {
    font-size: 70%;
    line-height: 0
}

.info-format__head {
    text-align: center
}

.info-format__head .text-main {
    margin: 32px 0;
    font-weight: 400;
    font-style: italic
}

.info-format__subtitle {
    margin-bottom: 16px;
    gap: 8px;
    line-height: 114%;
    position: relative;
    display: flex;
    align-items: center
}

.info-format__subtitle::after {
    position: relative;
    display: block;
    content: " ";
    flex: 1;
    margin-right: 6px;
    background: #cacaca;
    height: 1px
}

.info-format ul {
    padding-left: 20px;
    margin-bottom: 25px;
    line-height: 171%;
    font-weight: 500
}

.info-format li {
    list-style-type: disc
}

.info-format__main {
    margin-bottom: 42px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ffd98c;
    border-radius: 20px
}

.info-format__main strong {
    font-weight: 400
}

.info-format__main .text-main {
    line-height: 133%
}

.info-format__price {
    font-size: 32px;
    font-weight: 500;
    line-height: 112%;
    font-family: 'Playfair Display';
    text-align: center
}

.format .slider-for__item {
    height: 446px
}

.format .slider-nav__item {
    width: 152px;
    height: 117px
}

.fancybox-infobar {
    display: none !important
}

.format .slider-unit {
    margin-left: 20px
}

.format__key {
    top: -66px;
    left: -110px;
    z-index: -1;
    pointer-events: none;
    position: absolute
}

.graphs {
    padding-bottom: 115px;
    position: relative;
    z-index: 1
}

.graphs .head-section {
    margin-bottom: 40px
}

.graphs__wrap {
    padding: 26px 51px;
    gap: 32px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    background: #fbe057
}

.item-graph {
    gap: 16px;
    display: flex;
    align-items: center;
    line-height: 112%
}

.item-graph strong {
    font-weight: 500
}

.item-graph__count {
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 125%;
    border-radius: 20px;
    font-weight: 400;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none
}

.graphs__flower {
    top: -160px;
    right: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute
}

.ready .head-section {
    max-width: 638px;
    margin-bottom: 77px
}

.row_infrastructure .item-infrastructure {
    height: 230px;
    padding: 18px 23px;
    width: 100%
}

.row.row_infrastructure>div {
    padding: 0 25px
}

.row.row_infrastructure {
    margin: 0 -25px;
    padding: 0 42px
}

.row_infrastructure .item-infrastructure__content {
    min-height: 79px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .3)
}

.row_infrastructure>div:not(:first-child) .item-infrastructure__image::after {
    display: none
}

.item-infrastructure .text-main {
    line-height: 100%
}

.cta_main .text-main {
    margin-bottom: 44px
}

.income .head-section {
    max-width: 812px;
    margin-bottom: 54px
}

.item-income {
    padding: 40px;
    padding-right: 60px;
    gap: 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    background: #f3f1ec;
    border: 1px solid rgba(242, 230, 212, .3)
}

.item-income__count {
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 125%;
    border-radius: 20px;
    font-weight: 400;
    background: #fff;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-income__title {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 131%;
    color: #8a7a57;
    font-weight: 400
}

.item-income strong {
    font-weight: 600
}

.income__wrapper {
    max-width: 1092px;
    margin: 0 auto
}

.item-income .text-main b {
    font-weight: 600;
    line-height: 189%;
    text-transform: uppercase
}

.income__units {
    padding: 32px 0;
    margin: 32px 0;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.unit-income {
    padding: 16px;
    position: relative
}

.unit-income::after {
    position: absolute;
    display: block;
    content: " ";
    right: -20px;
    top: 0;
    bottom: 0;
    background: #b1b1b1;
    width: 1px
}

.unit-income:last-child:after {
    display: none
}

.unit-income__title {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 80%;
    color: #8a7a57;
    font-weight: 600
}

.unit-income .text-main {
    font-weight: 400;
    line-height: 125%
}

.unit-income .unit-income__last {
    font-size: 24px;
    line-height: 94%;
    font-weight: 600
}

.income-block {
    height: 218px;
    font-size: 26px;
    gap: 6px;
    line-height: 131%;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(242, 230, 212, .3);
    border-radius: 20px;
    background: #fff
}

.income-block__price {
    font-size: 44px;
    line-height: 123%;
    color: #8a7a57
}

.income-block_get .income-block__price {
    color: #4e9e26
}

.row.row_income>div {
    padding: 0 8px;
    margin-bottom: 16px
}

.row.row_income {
    margin: 0 -8px;
    margin-bottom: -16px
}

.income__info {
    max-width: 677px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
    border: 1px solid #ffd98c;
    border-radius: 20px;
    font-style: italic;
    font-weight: 300
}

.income__info strong {
    font-weight: 600
}

.cta_main .head-section {
    max-width: 620px
}

.process {
    padding-bottom: 115px;
    position: relative;
    z-index: 2
}

.process .head-section {
    margin-bottom: 58px
}

.process__image img {
    border-radius: 20px;
    max-width: 100%;
    height: auto
}

.item-dropdown {
    border-bottom: 1px solid #e5ece9
}

.item-dropdown__count {
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 125%;
    border-radius: 20px;
    font-weight: 400;
    background: #f3f1ec;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-dropdown__head {
    padding: 24px 0;
    gap: 16px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.item-dropdown:first-child .item-dropdown__head {
    padding-top: 0
}

.item-dropdown__title {
    font-size: 26px;
    line-height: 131%;
    color: #8a7a57;
    font-weight: 400
}

.item-dropdown__arrow {
    width: 32px;
    height: 32px;
    flex: none;
    margin-left: auto;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .3s
}

.item-dropdown__content .text-main {
    padding-left: 10px;
    margin-bottom: 24px;
    border-left: 3px solid #fbe057
}

.item-dropdown__content .text-main ul {
    padding-left: 20px
}

.item-dropdown__content .text-main ul li {
    list-style-type: disc
}

.item-dropdown__content .text-main ul li::marker {
    font-size: 60%
}

.item-dropdown__content {
    display: none
}

.item-dropdown:last-child {
    border: none
}

.item-dropdown.active .item-dropdown__arrow {
    transform: rotate(-90deg)
}

.process__about {
    padding: 20px 48px;
    margin-top: 26px;
    border-radius: 20px;
    background: #f3f1ec
}

.process__about ul {
    gap: 50px;
    line-height: 112%;
    font-weight: 400;
    display: flex;
    align-items: center
}

.process__about ul li {
    list-style-type: disc;
    flex-grow: 1
}

.reviews {
    padding-bottom: 150px;
    position: relative;
    z-index: 1
}

.reviews .head-section {
    max-width: 696px;
    margin-bottom: 64px
}

.slider-reviews {
    max-width: 796px;
    margin: 0 auto;
    border-radius: 20px;
    background: #fff
}

.item-review {
    display: flex;
    align-items: flex-start
}

.item-review__image {
    width: 290px;
    height: 335px;
    border-radius: 20px 0 0 20px;
    flex: none;
    position: relative
}

.item-review__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 2s;
    border-radius: 20px 0 0 20px
}

.item-review__content {
    padding: 33px 54px;
    padding-bottom: 10px
}

.item-review__logo img {
    width: 149px;
    height: auto
}

.item-review__logo {
    margin-bottom: 42px
}

.item-review__title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 117%;
    font-weight: 400
}

.item-review__content p {
    line-height: 125%;
    color: rgba(58, 58, 58, .8);
    font-style: italic;
    font-weight: 400
}

.item-review__info,
.item-team__content {
    bottom: 14px;
    right: 16px;
    left: 14px;
    padding: 12px 24px;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(15px) saturate(180%) contrast(110%);
    -webkit-backdrop-filter: blur(15px) saturate(180%) contrast(110%);
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3), 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 16px;
    background-image: radial-gradient(circle at 45% 45%, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, .05) 100%)
}

.item-review__info p {
    font-weight: 400;
    color: #f8eed7
}

.item-review__name {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff
}

.slick-arrow {
    width: 32px;
    height: 32px;
    top: 50%;
    position: absolute;
    transition: all .3s;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-arrow img {
    max-width: 100%;
    height: auto
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-arrow.slick-disabled {
    opacity: .5
}

.slider-reviews .slick-arrow {
    top: 32px;
    right: 32px;
    left: auto;
    transform: none
}

.slider-reviews .slick-prev {
    right: 76px
}

.reviews__leaf {
    top: -212px;
    left: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none
}

.about {
    padding-top: 92px;
    padding-bottom: 125px;
    margin: 0 32px;
    color: #fff;
    border: 1px solid rgba(242, 230, 212, .3);
    border-radius: 20px;
    background: #374757
}

.about .name-section {
    border: 1px solid #b1b1b1;
    background: 0 0
}

.about .title-section {
    color: #d6b87c
}

.about .head-section {
    max-width: 948px;
    margin-bottom: 64px
}

.row.row_about>div {
    padding: 0 35px;
    margin-bottom: 84px
}

.row.row_about {
    margin: 0 -35px;
    margin-bottom: -84px
}

.item-about {
    gap: 24px;
    display: flex;
    align-items: center
}

.item-about__icon {
    width: 100px;
    height: 100px;
    padding: 10px;
    background: rgba(249, 249, 246, .1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none
}

.item-about__icon img {
    max-width: 100%;
    max-height: 100%
}

.item-about .text-main {
    line-height: 111%
}

.item-about strong {
    font-weight: 600
}

.about__logo img {
    width: 295px;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.team {
    padding-top: 115px
}

.team .head-section {
    margin-bottom: 64px
}

.team .head-section .text-main {
    margin-top: 24px
}

.team .item-about__icon {
    background: #fff
}

.team .row.row_about>div {
    margin-bottom: 32px
}

.team .row.row_about {
    margin-bottom: -32px
}

.team .about__logo img {
    width: 355px
}

.container.container_full {
    padding: 0 32px;
    max-width: 1442px
}

.team .container_full {
    padding-top: 115px
}

.item-team {
    padding-top: 140%;
    position: relative;
    z-index: 1
}

.item-team__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.item-team__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all 2s;
    border-radius: 20px
}

.item-team__content p {
    font-weight: 400
}

.item-team__name {
    font-size: 24px;
    line-height: 133%;
    font-weight: 600
}

.item-team__content {
    color: #fff;
    background: rgba(0, 0, 0, .3)
}

.cta_presentation .cta__block {
    background-image: url(../img/bg_cta2.png);
    background-position: left center
}

.cta_presentation .cta__leaf {
    top: 270px;
    right: 0;
    left: auto;
    bottom: auto
}

.questions {
    padding-bottom: 150px
}

.questions .head-section {
    margin-bottom: 40px
}

.questions__wrap {
    max-width: 861px;
    margin: 0 auto
}

.item-question {
    border-bottom: 1px solid #e7ecea
}

.item-question:last-child {
    border: none
}

.item-question__head {
    font-size: 24px;
    padding: 17px 0;
    gap: 10px;
    line-height: 142%;
    font-weight: 400;
    color: #8a7a57;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.item-question__head::after {
    position: relative;
    display: block;
    content: " ";
    width: 16px;
    height: 16px;
    background-image: url(../img/arrow_simple.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .3s;
    flex: none
}

.item-question.active .item-question__head::after {
    transform: rotate(180deg)
}

.item-question__content {
    padding-right: 149px;
    padding-bottom: 35px;
    display: none
}

.questions__button {
    padding-top: 45px;
    text-align: center
}

.consultation {
    padding: 104px 0;
    margin: 0 32px;
    margin-bottom: 32px;
    background: linear-gradient(180deg, #f9f9f6 0, #f3f1ec 100%);
    border-radius: 20px
}

.consultation__wrap {
    max-width: 991px;
    margin: 0 auto
}

.consultation .head-section {
    margin-bottom: 64px
}

.consultation__image {
    margin-left: -40px
}

.consultation__image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 20px
}

.consultation__title {
    font-size: 28px;
    line-height: 140%;
    font-weight: 500
}

.consultation__descr {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 130%
}

.consultation__content {
    padding-right: 66px
}

.consultation__content .text-main {
    margin-bottom: 32px;
    padding-left: 10px;
    border-left: 3px solid #fbe057
}

.footer {
    margin: 0 32px;
    padding-bottom: 34px
}

.footer__wrap {
    padding: 32px 43px;
    gap: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff
}

.footer .menu__list a {
    color: #494848
}

.socials-list {
    gap: 40px;
    display: flex;
    align-items: center
}

.footer .socials-list {
    margin-left: auto
}

.copyright {
    font-size: 14px;
    padding-top: 27px;
    text-align: center;
    color: #858585;
    font-weight: 400
}

/* Performance: Render optimization for off-screen content */
.footer,
.reviews,
.questions,
.district,
.apartments {
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
}