@media (min-width:992px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="17b82fa2-c3c5-2b51-9e28-1920e96ac151"] {
        filter: grayscale(100%);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="666e6bcd-53b4-0d58-eff3-832bf2e82552"] {
        opacity: 1;
        display: flex;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="8df7888a-45bd-074e-c711-ca455f40769d"] {
        background-color: rgba(255, 255, 255, 0.3);
        color: rgb(255, 255, 255);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="f2687677-2f3e-aa2d-b7a9-e417f6421de4"] {
        filter: grayscale(100%);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="f2687677-2f3e-aa2d-b7a9-e417f6421de5"] {
        opacity: 1;
        display: flex;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="f2687677-2f3e-aa2d-b7a9-e417f6421df8"] {
        background-color: rgba(255, 255, 255, 0.3);
        color: rgb(255, 255, 255);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="dc7e737e-0e4c-5243-eabc-ce3976b3da52"] {
        filter: grayscale(100%);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="dc7e737e-0e4c-5243-eabc-ce3976b3da53"] {
        opacity: 1;
        display: flex;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="dc7e737e-0e4c-5243-eabc-ce3976b3da66"] {
        background-color: rgba(255, 255, 255, 0.3);
        color: rgb(255, 255, 255);
    }
}



/*зміна кольору тексту в інпутах при автовставці*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

/*якщо треба ще і бг інпутів при автовставці змінювати*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset !important;
    /* колір фону */
    box-shadow: 0 0 0px 1000px #f0f0f0 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    /* колір тексту */
}


.page-cover {
    opacity: 1;
}

[split-text] {
    opacity: 0;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[split-text] .line {
    overflow: hidden;
}

[data-block-animation],
[data-single-block-animation] {
    opacity: 0;
}

[data-counter-end]+* {
    opacity: 0;
    transition: opacity 200ms ease;
}

:root {
    --amani-green: #0d853b;
    --dark-grit: #0d853b;
    --grit: #ba9b7d;
    --pude: #ba9b7d;
}

.section.mar-bot--0.back--grit {
    background-color: var(--dark-grit);
}

/*16px ділимо на розмір фрейму*/

/*фіксація контенту від певного розширення екрану*/
@media only screen and (min-width: 1440px) {
    :root {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        font-size: 2.083vw;
    }
}

@media only screen and (max-width: 479px) {
    :root {
        font-size: 4.103vw;
    }
}

*:focus {
    outline: none;
}

.w-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

svg {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.svg.social--icon svg path,
.local-drop_toggle svg,
.svg.arrow-icon svg,
.svg.arrow-icon svg path {
    transition: all 0.2s ease-out;
}

.svg.social--icon svg:hover path:first-child {
    stroke: #A6C1E9;
}

.svg.social--icon svg:hover path:last-child {
    fill: #A6C1E9;
}

.project-action:hover .svg.plus-icon path {
    fill: #3161C4;
}

:is(.nav-drop_toggle, .local-drop_toggle):hover svg path {
    stroke: #A6C1E9 !important;
}

.white-arrow_slider:hover svg path {
    fill: #B6916C;
}

.white-arrow_slider {
    width: 4vw;
    height: auto;
    aspect-ratio: 1 / 1;
}

.white-arrow_slider .svg.arrow-icon {
    max-width: none;
    width: 2vw;
}

.about-slider_actions {
    inset: 0;
    width: 106%;
    left: -3%;
    justify-content: space-between;
}



.news-card_description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.iti__arrow {
    border-top-color: #fff;
}

.iti__arrow.iti__arrow--up {
    border-bottom-color: #fff;
}

.iti__country-name,
.iti__dial-code {
    color: #191E25;
    font-size: 1.13rem !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 1.13rem !important;
}

.iti__country-list {
    max-width: 21.25rem;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.collection-wrapper.label-coll .collection-item {
    display: none;
}

.collection-wrapper.label-coll .collection-item:first-child {
    display: flex;
}

.locales-list .locale-link.w--current {
    display: none !important;
}

:is(h1, h2, h3, h4, h5, h6, p) a {
    /* посилання всередині текстових елементів виділяються підкресленням */
    text-decoration: underline;
}

/* text-wrap: balance властивість для того, щоб всі рядки тексту займали однакову ширину */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overscroll-behavior: none;
}


/*заборона стилізації інпутів під час автовставки даних*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent !important;
}

.w-input,
.w-select,
.w-tab-link,
.w-dropdown-btn,
.w-dropdown-toggle {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}

a,
.w-nav-link {
    text-decoration: inherit;
}

input,
.w-form {
    margin-bottom: 0 !important;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
    margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}

.flex-v {
    display: flex !important;
    flex-direction: column !important;
}

.flex-h {
    display: flex !important;
    flex-direction: row !important;
}

.align-start {
    display: flex !important;
    align-items: flex-start !important;
}

.align-center {
    display: flex !important;
    align-items: center !important;
}

.align-end {
    display: flex !important;
    align-items: flex-end !important;
}

.align-stretch {
    display: flex !important;
    align-items: stretch !important;
}

.justify-space-between {
    display: flex !important;
    justify-content: space-between !important;
}

.justify-space-around {
    display: flex !important;
    justify-content: space-around !important;
}

.justify-start {
    display: flex !important;
    justify-content: flex-start !important;
}

.justify-center {
    display: flex !important;
    justify-content: center !important;
}

.justify-end {
    display: flex !important;
    justify-content: flex-end !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-relative {
    position: relative !important;
}

.width-100 {
    width: 100% !important;
}

.height-100 {
    height: 100% !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}

.text-style-uppercase {
    text-transform: uppercase !important;
}

.text-style-lowercase {
    text-transform: lowercase !important;
}

.margin-top-auto {
    margin-top: auto !important;
}

.text-weight-300 {
    font-weight: 300 !important;
}

.text-weight-400 {
    font-weight: 400 !important;
}

.text-weight-500 {
    font-weight: 500 !important;
}

.text-weight-600 {
    font-weight: 600 !important;
}

.text-weight-700 {
    font-weight: 700 !important;
}

.text-weight-800 {
    font-weight: 800 !important;
}

.text-weight-900 {
    font-weight: 900 !important;
}

.display-none {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .desktop-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .desktop-only {
        display: none !important;
    }

    .collection-list,
    .partners-logo,
    .contact-cards_wrapper {
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .collection-list::-webkit-scrollbar,
    .partners-logo::-webkit-scrollbar,
    .contact-cards_wrapper::-webkit-scrollbar {
        display: none;
    }

    .collection-list::-webkit-scrollbar-track,
    .partners-logo::-webkit-scrollbar-track,
    .contact-cards_wrapper::-webkit-scrollbar-track {
        width: 0px;
        height: 0px;
        background: transparent;
    }

    .collection-list::-webkit-scrollbar-thumb,
    .partners-logo::-webkit-scrollbar-thumb,
    .contact-cards_wrapper::-webkit-scrollbar-thumb {
        width: 0px;
        height: 0px;
        background: transparent;
    }

    .collection-wrapper.news-coll .collection-list .collection-item.news-coll:first-child {
        margin-left: 3.75rem;
    }

    .collection-wrapper.news-coll .collection-list .collection-item.news-coll:last-child {
        margin-right: 3.75rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .landscape-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .mobile-hide {
        display: none !important;
    }

    .collection-wrapper.news-coll .collection-list .collection-item.news-coll:first-child {
        margin-left: 1rem;
    }

    .collection-wrapper.news-coll .collection-list .collection-item.news-coll:last-child {
        margin-right: 1rem;
    }
}

@media only screen and (min-width: 480px) {
    .mobile-only {
        display: none !important;
    }
}

.main_logo {
    width: 250px;
}

.amani-video_logo {
    width: 100px;
    height: auto;
}

.amani-logo_image {
    width: 200px;
    height: auto;
    top: -6rem;
    left: 10rem;
}

.about-mask_image {
    width: 100vw;
}

.amani-info_back {
    width: 100vw;
    top: 40rem;
    right: 0;
}

.footer_logo {
    width: 500px;
    height: auto;
}

.main-slide_content {
    width: 800px;
}

.main-slide_content .amani-h1 {
    font-size: 54px;
    font-weight: bold;
}

.main-slide_content .main-slider_text {
    font-size: 18px;
    font-weight: normal;
}

.mission-h3 {
    font-size: 50px;
    margin-bottom: 15px;
    line-height: 45px;
}

.body-s {
    font-size: 18px;
    width: 450px;
}

.investment-logo_block img {
    width: 150px;
}


.room-card_info-cards .room-card_info-card {
    width: 100px;
}

.room-card_info-cards .svg.w-embed svg {
    width: 30px !important;
}




.amani-slider_content .body-s {
    font-size: 20px;
    margin-left: 5em;
}

.amani-slider_content img {
    margin-bottom: 3em;
}

.amani-about_slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.about_slide-h {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5em;
    width: 70em;
}

.about_slide-h img {
    width: 151px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0;
}

.about_slide-h h2 {
    font-size: 200px;
    text-transform: uppercase;
    height: 70px;
}

.iti__selected-dial-code {
    color: #000;
}

/* .amani-form_section .iti__selected-flag .iti__arrow {
    border-top-color: #000;
} */

.iti__arrow {
    border-top-color: #000;
}

.nav-actions_wrapper .social-icon {}

.nav-actions_wrapper .social-icon_fb path,
.nav-actions_wrapper .social-icon_inst path {
    fill: #fff;
}

.nav-actions_wrapper .social-icon_fb {
    width: 25px;
    margin-right: 5px;
}

.nav-actions_wrapper .social-icon_inst {
    width: 35px;

}

.nav-actions_wrapper .social-icon_tg {
    width: 28px;
}

.nav-socials {
    justify-content: space-around;
    align-items: center;
    display: flex;
    width: 125px;
}

.amani-video_block iframe {
    border-radius: 1.5rem;
}


.amani-slider_gradient {
    background-image: none;
}

.amani-banner_image {
    transform: none;
}

.amani-banner_image img {
    object-fit: contain;
}

.amani-banner_image-test {
    display: flex;
    justify-content: center;
}

.amani-banner_image-test img {
    object-fit: cover;
    height: auto;
    border-radius: 2rem 2rem 0 0;
    position: relative;
    width: 90%;

}

.amani-about_banner-section {
    padding: 0;
}



.section.mar-bot--0 .banner-slider_section {
    padding: 0;
}

.choose-info_heading {
    flex-flow: row;
    width: 100%;
    align-items: center;
}

.choose-info_heading-text {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.awards-heading_content {
    flex-flow: row;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.awards-heading_logo-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.choose-info_heading-text .h2-heading {
    font-size: 50px;
    font-weight: 700;
}

.choose-info_heading-text .body-m {
    font-size: 20px;
}

.choose-info_block .amani-info--leaf {
    z-index: -1;
}

.amani-form_block {
    background-image: url("img/pic_16.webp");
}

.footer {
    background-color: #0ba548;
}

.btn-black {
    background-color: #0ba548;
}

.btn-black.amani-submit {
    background-color: #0c9943;
}

.variation_sec {
    margin-bottom: 100px;
    padding-top: 15rem;
    background-color: #ba9b7d;
}

.body-m.color--black30 {
    color: #fff;
}

.annoying-popup_wrapper {
    background-color: #0c9943;
}

.annoying-popup_wrapper .btn-black {
    background-color: #177f41;
}

.annoying-form__info {
    color: #fff;
}

.social-link.w-inline-block path {
    fill: #fff;
}

.social-link.w-inline-block {
    background-color: #177f41;
}

.investment-section_bg img {
    height: 100%;
}

.swiper-slide.invest-swiper_slide {
    width: 60em !important;
}

.invest-slide {
    width: 60em;
}

.navbar {
    background-color: #0ba548;
    height: 6rem;
}

.btn-small.mobile--width100.color--gray {
    background-color: #177f41;
}

.swiper-slide .whyus-slide {
    width: 100%;
    height: auto;
    border-radius: 2rem;
}

.swiper.whyus-slider {
    overflow: hidden;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-us_section .why-us_heading .investment-slider_btns {
    position: absolute;
    bottom: 0;
}


.why-us_section .why-us_heading {
    justify-content: center;
    align-items: center;
    position: relative;
}

.why-us_section .h2-heading.amani-h2.big.whyus-top {
    margin-left: 0;
}

.why-us_section .why-us_heading .why-us_heading-text {
    width: 45em;
    padding: 40px 0 20px 0;
    line-height: 40px;
    margin-bottom: 70px;
}

.swiperr-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    /* Фиксированная высота контейнера */
}


.swiperr-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.swiperr-container .swiper-slide img {

    object-fit: cover;
    /* Важно для правильного масштабирования */
    object-position: center;
    /* Центрирование содержимого */
    transition: transform 0.3s ease;
    /* Добавляем плавный переход */
    border-radius: 2rem;
}


.banner_slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 95vh;
    /* Фиксированная высота контейнера */
}

.banner_slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner_slider .swiper-slide img {
    object-position: top;
}
.banner_slider .swiper-slide img {

    object-fit: contain;
    /* Центрирование содержимого */
    transition: transform 0.3s ease;
    /* Добавляем плавный переход */
}

body {
    color: #fff;
}




.amani-slider_gradient {
    display: none;
}

.amani-slider_image {
    border-radius: 0 0 2rem 2rem;
}

.about-slider_section .amani-slider_image {
    object-fit: cover;
    border-radius: 2rem;
    width: 85vw;
}

.banner_slider .amani-slider_image {
    object-fit: cover;
    border-radius: 0 0 2rem 2rem;
}

.svg.w-embed.tg-footer {
    width: 20px;
}


.hero_slider.swiper {
    height: 90vh;
    width: 100%;
}


.container.width--max {
    padding: 0;
}
.section.section.mar-bot--0.back--grit.main-sec {
    height: 90vh;
}

.choose-card-2,
.choose-card-4 {
    transform: translate(0px, 150px);
}


.cookies-icon,
.manage-cookies_popup,
.cookies-banner {
    display: none !important;
}

/* Стили для полноэкранного слайдера */
.fullscreen-slider-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fullscreen-slider-container.active {
    display: flex;
    opacity: 1;
}

.fullscreen-slider {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #fff;
    --swiper-navigation-size: 44px;
}

.fullscreen-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fullscreen-slider .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-slider img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.fullscreen-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s;
}

.fullscreen-close:hover {
    color: #ddd;
}

.fullscreen-prev,
.fullscreen-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
    transition: background 0.3s;
}

.fullscreen-prev:hover,
.fullscreen-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.fullscreen-prev:after {
    content: '❮';
}

.fullscreen-next:after {
    content: '❯';
}

.fullscreen-prev {
    left: 20px;
}

.fullscreen-next {
    right: 20px;
}

.fullscreen-pagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 10000;
}

.fullscreen-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    z-index: 9998;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Добавляем курсор увеличения ко всем слайдам, подключенным к функции лайтбокса */
.lightbox-enabled {
    cursor: zoom-in;
}

/* Основные контейнеры */
.container,
.w-container {
    max-width: 100% !important;
    width: 90% !important;
    /* Использовать 90% от доступной ширины */
    margin-left: auto !important;
    margin-right: auto !important;
}

/* На больших экранах ограничиваем максимальную ширину для лучшей читаемости */
@media only screen and (min-width: 1920px) {

    .container,
    .w-container {
        width: 90% !important;
        /* Уменьшаем до 80% на очень больших экранах */
    }

    /* Увеличиваем размер шрифта для лучшей читаемости */
    :root {
        font-size: 18px;
    }
}





/* Изображения на всю ширину */
/* .smoother_img,
.investment--section,
.hero-slide_image {
    width: 100%;
    height: auto;
    object-fit: cover;
} */



/* Адаптивность секции выбора */
.choose-card_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.choose-card {
    width: 100%;
    max-width: none;
}

/* Адаптивность секции почему мы */
.why-us_section .why-us_heading .why-us_heading-text {
    width: 100%;
    max-width: 900px;
}

/* Логотипы и другие фиксированные элементы */
.main_logo {
    width: auto;
    max-width: 250px;
}

.footer_logo {
    width: auto;
    max-width: 500px;
}

.choose-info_logo-item {
    width: 300px;
    height: 300px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    /* Сохраняем пропорции */
}

.awards-headlng_logo-item {
    width: 300px;
    height: 300px;
    aspect-ratio: 1/1;
}

/* Секция героя - полное растягивание */
.main-slide_content {
    width: 100%;
    max-width: 800px;
}

.whyus-slider_image {
    object-fit: contain;
    border-radius: 2rem;
}


.section.main-sec {
    height: 55em;
}



.amani-video_block {
    max-width: none;
    padding-bottom: 0;
}

.amani-back_video {
    padding: 0 !important;
}

.amani-video iframe {
    width: 1240px;
    height: 700px;
    aspect-ratio: 1 / 1;
}

.about-amani_block {
    padding-bottom: 18rem;
}

.navbar-wrapper {
    padding: 0 3rem;
}

.navbar-wrapper .logo {
    width: 18rem;
}








/* Video section fixes */
.amani-video {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

/* Responsive iframe wrapper technique */
.amani-back_video {
    position: relative;
    width: 100%;
    padding-top: 56.25% !important;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.amani-back_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 1.5rem;
}

/* Video container adjustments */
.amani-video_wrapper {
    width: 100%;
    padding: 3rem 0;
}

.amani-video_block {
    width: 100%;
    max-width: none;
    position: relative;
}

/* Video logo positioning */
.amani-video_logo {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 100px;
    height: auto;
}



/* Fix for embedly embed */
.embedly-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}



.banner_slider .amani-slider_image {
    width: 100%;   
    height: 100%;
}
.banner-slider_actions {
    width: 110%;
    left: -5%;
}
.whyus-slider {

}
.swiper-slide.whyus-slide {
    max-width: none;
}


.choose-card.first-choose_card {
    margin-left: 20%;
}
.choose-card.second-choose_card {
    margin-left: 58%;
}
.choose-card.third-choose_card {
    margin-left: 11%;
}
.choose-card_block {
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-bottom: 12rem;
}

.banner_slider {
    height: 100%;
}
.swiper-slide.hero-slide_item {
    height: 85vh;
    width: 700px;
}
.invest-form {
    justify-content: center;
}
.space-back {
    height: 40rem;
}
.space-section {
    padding-top: 0;
}
.nav-link:hover,
.amani-form_info-block a:hover,
.body-m.color--black30.hover--white:hover,
.link-m:hover,
.link-s:hover,
.footer-link:hover {
    color: #fff500;
}
.popup-open p {
    font-family: "Namu 1990", Arial, sans-serif;
    font-weight: 800;
}
.popup-open:hover {
    color: #fff500;
    cursor: pointer;
}
.real-estate_popup {
    top: 0;
    height: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.real-estate_popup-wrapper {
    padding: 2rem;
    margin: 0;
}
.leaf-image,
.about-amani_top-image {
    display: none;
}
.choose-cards_image {
    border-radius: 2rem;
}
.section.back--green-grit {
    background-color: var(--dark-grit);
}
.footer_form,
.dune_group {
    background-color: #ba9b7d;
    padding-bottom: 7rem;
}
.section.mar-bot--100,
.section.pad-top--210.mar-bot--110 {
    margin-bottom: 0;
}

.curtain-block.section--about-slider {
    background-color: var(--grit);
    
}
.curtain-block.section--investment {
    height: 30rem;
}
    
.about-amani_content-block .body-s {
    font-size: 20px;
}

.amani-video {
    max-width: 100%;
    width: 70vw;
    height: auto;
}
.main-slider_wrapper {
    width: 95vw;
    height: 95vh;
}
.main-slide_item {
    width: 100%;
}
.locals {
    display: none;
}
@media (max-width:767px) {
    .about-amani_wrapper {
        margin-top: 0px;
    }
    #scroll-smoother-wrapper {
        overflow: hidden;
    }
    .amani-video_block {
        margin-top: 5rem;
    }

    .body-s {
        font-size: 16px;
        width: 90vw;
    }

    .about-slider_section .amani-slider_image {
        object-fit: contain;
        border-radius: 0;
    }

    .awards-heading_content {
        flex-flow: column;
    }

    .amani-form_block {
        background-image: none;
    }

    .about-amani_image-block {
        margin-left: 0;
        padding: 40px 30px;
        width: 100%;
    }

    .about-amani_block .about-amani_image-block {
        inset: 20rem 0% auto auto;
    }

    .about-amani_block .about-amani_image-block .about-amani_image {
        height: 34rem;
    }

    .about-amani_image {
        border-radius: 2rem;
        height: 35rem;
    }

    .choose-info_logo-item {
        object-fit: contain;
    }

    .choose-info_heading {
        flex-flow: column;
    }

    .choose-cards_image:lang(ru) {
        top: -68rem;
    }

    .amani-info--leaf {
        top: 80rem;
    }

    .choose-section {
        z-index: 3;
    }

    .choose-cards_image {
        display: none;
    }

    .choose-back {
        height: 120rem;
    }

    .amani-logo_image {
        left: 5.5rem;
        top: -10rem;
        width: 150px;
    }

    .amani-video_logo {
        width: 35px;
    }

    .choose-info_logo-item {
        width: 250px;
        height: 250px;
    }

    .swiperr-container {
        height: 200px;
    }

    .whyus-slider_image {
        object-fit: contain;
    }

    .swiper-slide .whyus-slide {
        height: auto;
        width: 100%;
    }

    .swiper.whyus-slider {
        overflow: hidden;
        height: auto;
        width: 100%;
    }

    .section.dosug {
        margin-bottom: 0;
    }

    .section.back--pude.pad-bot--110.mar-bot--0 {
        padding-bottom: 7rem;
    }
    .why-us_heading:lang(ru) {
        padding: 0;
    }

    .why-us_section .why-us_heading .why-us_heading-text {
        width: 100%;
        padding: 40px 20px;
        line-height: 35px;
        font-size: 18px;
    }

    .why-us_section .investment-slider_btns {
        justify-content: center;
    }

    .banner-slider_section {
        height: auto;
    }

    .banner-slider_section .swiper-slide {
        height: auto;
    }

    .swiper-slide.whyus-slide {
        margin-right: 0 !important;
        display: flex;
        justify-content: center;
    }
    

    .amani-about_slider {
        height: 270px;
    }

    .amani-about_slider .amani-about_slide {
        height: 200px;
    }

    .about-amani_image img {
        height: 30rem;
    }

    .h2-heading.amani-h2.letter-space--0 {
        color: #fff;
    }

    .investment-form_heading {
        color: #fff;
    }

    .amani-form_info a {
        color: #fff;
    }

    .amani-form_phones-block a {
        color: #fff;
    }

    .amani-social_block path {
        fill: #fff;
    }

    .swiperr-container .swiper-slide img,
    .banner_slider .swiper-slide img {
        object-fit: contain;
    }
    .swiperr-container .swiper-slide img {
        border-radius: 0;
    }
    .white-arrow_slider {
        width: 10vw;
    }
    .main-slide_content {
        line-height: 20px;
    }

    .main-slide_content .main-slider_text {
        font-size: 16px;
    }

    .amani-hero {
        padding-top: 0rem;
    }

    .hero_slider.swiper {
        height: 30em;
    }

    .hero-slider_info {
        width: 7rem;
        height: 7rem;
        top: 6rem;
        left: 15rem;
    }

    .hero-slider_info .hero-slider_info-text {
        font-size: 12px;
    }

    .banner-slider_actions {
        bottom: -2.5rem;
    }

    .footer_logo {
        width: 320px;
    }

    .choose-info_heading-text {
        padding: 0;
    }

    .choose-info_heading-text .body-m {
        font-size: 16px;
    }

    .about-amani_content-block {
        margin-top: 50px;
    }
    .hero-slide_image {
        height: 100%;
    }
    .swiper-slide.hero-slide_item {
        height: 30em;
    }
    .navbar-wrapper {
        padding: 13px 3rem;
    }
    .about-amani_block {
        padding: 0;
    }
    .about-slider_actions {
        width: 30%;
        margin: auto;
        top: 65%;
    }
    .banner-slider_actions {
        top: 130%;
        width: 30%;
    }
    .whyus-slider_image {
        border-radius: 0;
    }
    .banner_slider {
        height: 25vh;
    }
    .choose-card.first-choose_card {
        margin-left: 0;
    }
    .choose-card.second-choose_card {
        margin-left: 0;
    }
    .choose-card.third-choose_card {
        margin-left: 0;
    }
    .choose-card_block {
        gap: 20px;
    }
    .section.back--green-grit.mar-bot--0 {
        margin-top: 8rem;
    }
    .white-arrow_slider .svg.arrow-icon {
        width: 4vw;
    }
    .amani-back_video {
        height: 100%;
        width: 90vw;
    }
    .amani-video {
        height: 100%;
        width: 90vw;
        margin-top: 4rem;
    }
    .real-estate_popup {
        overflow: auto;
    }
}

