@import '../css/fonts.css';
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/night-2');

:root {
    --main-font: 'TTFirsNeue', sans-serif;
    --second-font: 'NyghtSerif', serif;
    --inter-font: "Inter", sans-serif;
    --padding-container: 0 70px;
    --font-size: 18px;
}

html {
    scroll-behavior: smooth;
}

body * {
    box-sizing: border-box;
}

body {
    font-family: var(--main-font);
    font-size: var(--font-size);
    overflow-x: hidden;
}

p {
    line-height: 24px;
}

img {
    margin: 0;
}


a {
    text-decoration: none;
}

.swiper {
    padding: 0 25px;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: white;
    border: 1px solid #005B41;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #005B41;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.swiper-wrapper {
    padding-bottom: 60px;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
    will-change: opacity, transform;
}

.reveal-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

header {
    background-color: #232D3F;
}

/* Общие стили */
.site-header {
    background-color: #1d273b;
    color: #ffffff;
    padding: 20px 0;
    font-family: 'TT Firs Neue', sans-serif;
    max-width: 100vw;
}


/* Верхняя часть — логотип + описание + телефон */
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}


.site-description {
    display: inline-block;
    font-family: var(--inter-font);
    font-weight: 400;
    font-size: 14px;
    width: 292px;
}


.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.site-logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.site-logo img {
    display: inline-block;
    width: 120px;
    object-fit: fill;
}

.header-left {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
}

.phone {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.phone:hover {
    text-decoration: underline;
}

.nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.nav-list li a {
    color: white;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;

}

.header-right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    gap: 20px;
}

.version-2 .header-right {
    flex-direction: row-reverse;
    align-items: center;
    gap: 0;
}

.header-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.version-2 .header-btn-group {
    margin-left: 30px;
}

.header-btn-group-bild-form {
    position: relative;
}

.header-btn-group-bild-form p {
    z-index: 2;
    position: relative;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
    background-color: #1d273b;
}

.header-btn-group-bild-btn {
    width: 74px;
    height: 74px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    border-radius: 100%;
}

.about-us__btn {
    display: inline-block;
    padding: 12px 24px;
    background: #005B41;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}


.about-us__download {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 70px 0 0 0;
}


.about-us__download span,
.about-us__download a {
    position: relative;
}

.header-btn-group-bild-form::before,
.about-us__download span:before,
.about-us__download a:before {
    content: '';
    position: absolute;
    width: 93px;
    height: 100px;
    background-image: url('../images/round.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 50px);
    left: 0;
}


.header-btn-group-bild-form::before {
    width: 74px;
    height: 74px;
    top: calc(50% - 36px);
    left: -20px;
    background: none;
    border: 1px solid white;
    border-radius: 100%;
    z-index: 1;
}

.about-us__btn {
    display: inline-block;
    color: rgba(0, 91, 65, 1);
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    background: #fff;
    font-size: 18px;
    font-weight: 500;

}

.site-footer {
    display: felx;
    padding: 30px 0;
}

.site-footer .row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.footer-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 120px;
    flex-direction: row;
}

.site-footer .footer-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2vw;
}

.site-footer-text,
.site-footer .footer-list a {
    font-weight: 400;
    text-align: left;
    margin-left: -5px;
    font-size: 15px;
    color: #232D3F;

}

.footer-form {
    background-color: #004f34;
    color: white;
    border-radius: 100% 100% 0 0 / 20% 20% 0 0;
    padding: 60px 20px 40px;
    margin-top: 80px;
}

.footer-form-wrapper {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 99%;
    padding: 76px 0 72px;
    color: white;
    background-image: url('../images/footer-bg.png');
    position: relative;
}

.footer-form-wrapper .row {
    display: flex;
    gap: 133px;
    flex-wrap: wrap;
    padding: 115px 60px 100px;
    background-color: rgba(35, 45, 63, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(17px);
    /* сам блюр */
    -webkit-backdrop-filter: blur(17px);
    /* для Safari */
    border-radius: 30px;
}

.footer-form-left,
.footer-form-right {
    flex: 1;
}

.footer-form-left {
    max-width: 549px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-form-left * {
    width: 100%;
}

.footer-form-right {
    max-width: 455px;
}

.footer-form-left h2 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: var(--second-font);
}

.footer-form-left p {
    margin-bottom: 50px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 403px;
}

.footer-form-left form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-form-left input {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    padding: 10px;
    color: white;
    font-size: 16px;
}

.footer-form-left input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.footer-form-left button {
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;

}

.footer-form-right h3 {
    display: inline-block;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: var(--second-font);
}

.footer-form-right-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.footer-form-right p {
    font-weight: 400;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-form-right-bottom p {
    margin: 0;
}

.footer-form-right p:last-child {
    margin-bottom: 0;
}

.contact-block {
    margin-bottom: 30px;
}

.contact-block a {
    display: inline-block;
    color: white;
    font-weight: 400;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.6s ease, background-color 0.6s ease;
    z-index: 9999;
}

.site-header.scrolled-up {
    backdrop-filter: blur(38.5px);
    transform: translateY(0);
}

.site-header.scrolled-down {
    transform: translateY(-100%);
}

.burger {
    display: none;
}

/* Мобильное меню */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -130vw;
    width: 100%;
    height: 100vh;
    background-color: #1c273a;
    color: #fff;
    padding: 30px 60px;
    box-sizing: border-box;
    transition: right 0.3s ease;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
}

.mobile-menu.active {
    left: 0;
    max-width: 100vw;
    display: flex;
}

.mobile-menu .menu-header img {
    width: 120px;
    height: 90px;
    object-fit: fill;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 178px;
}

.logo {
    height: 40px;
}

.close-menu {
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    width: auto;
}

.menu-list {
    list-style: none;
    margin-bottom: 197px;
}

.menu-list li {
    margin-bottom: 30px;
}

.menu-list li:last-child {
    margin-bottom: 0;
}

.menu-list a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 32px;
}

.btn-download {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-left: 47px;
    margin-bottom: 6rem;

}

.btn-download::before {
    content: '';
    position: absolute;
    left: -50px;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background-image: url('../images/white-round.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contact {
    display: inline-flex;
    gap: 28px;
    justify-content: center;
    align-items: center;
}

.social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.social a {
    color: #fff;
}

.social img {
    width: 35px;
    height: 35px;
}

/* --- overlay --- */
.overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
}

.hidden {
    display: none
}

/* --- modal card --- */
.modal {
    width: 420px;
    padding: 40px 30px;
    color: #fff;
    background: #232D3F;
    position: relative;
}

.logo-modal {
    margin-bottom: 50px;
    text-align: left;
    width: 18px;
    height: 66px;
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
    user-select: none;
}

.logo {
    font-size: 36px;
    margin-bottom: 8px
}

.subtitle {
    font-size: 18px;
    margin: 0 0 24px;
    text-align: left;
}

/* inputs */
input,
select,
.c-select {
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 22px;
    outline: none;
}

select {
    appearance: none;
    cursor: pointer;
    background: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 0.75rem center/14px;
}

button {
    width: 100%;
    padding: 12px 0;
    background: #fff;
    color: #0E1B2D;
    border: none;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
}

/* --- кастомний select --- */
.c-select {
    position: relative;
    cursor: pointer
}

.c-select__selected {
    pointer-events: none
}

/* текст вибору */
.c-select__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 203px;
    overflow-y: auto;
    z-index: 10;
    backdrop-filter: blur(12px);
    border: 0.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 0 0 20px 20px;
}

.c-select__list div {
    padding: 10px
}

.c-select__list div:hover {
    background: rgba(255, 255, 255, .1)
}

.c-hide {
    display: none
}

/* градієнт підчищення */
.c-select__list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: linear-gradient(to bottom, transparent, #0E1B2D);
    pointer-events: none;
}

.modal__step {
    text-align: center;
}

.error-404 {
    text-align: center;
    padding: 230px 0 200px;
    font-family: 'Arial', sans-serif;
}

.error-404 h1 {
    font-size: 120px;
    font-weight: bold;
    color: #00764f;
    margin: 0;
}

.error-404 p {
    font-size: 18px;
    margin: 20px 0;
    color: #004e3c;
}

.error-404 .home-link {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 30px;
    border: 1px solid #00764f;
    border-radius: 30px;
    text-decoration: none;
    color: #00764f;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
}

.error-404 .home-link:hover {
    background: #00764f;
    color: #fff;
}

.error-404 .home-link::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border-radius: 50%;
    border: 1px solid #00764f;
    z-index: -1;
    opacity: 0.5;
}

.lang-switcher {
    position: relative;
    display: inline-block;
    font-weight: bold;
    width: 60px;

}


.lang-switcher * {
    transition: all 0.6s;
}

.lang-dropdown a,
.lang-toggle {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 4px;
}

.lang-switcher.open .lang-dropdown {
    overflow: visible;
}

.site-footer.open .footer-list a {
    text-align: left;
    margin-left: -5px;
    font-size: 15px;
}

footer .lang-toggle,
footer .lang-dropdown a {
    color: black;
    font-weight: 300;
}


.lang-dropdown {
    position: absolute;
    display: block;
    background: #333;
    border-radius: 4px;
    margin-top: 5px;
    width: 100%;
    z-index: 100;
    padding: 0;
    border-radius: 0 0 10px 10px;
    height: 0;
    overflow: hidden;
}

.version-2 .des-header-left-bottom {
    margin: 0 40px 0 0;
}

.des-header-left-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.lang-switcher.active .iconn-svg-lang {
    transform: rotate(-90deg);
}

.lang-switcher.active .lang-dropdown {
    height: auto;
    padding: 10px 10px 0 10px;
    margin-top: 5px;
}

.modal-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-form {
    background-color: #0f1a2e;
    color: #fff;
    padding: 40px 30px;
    width: 320px;
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
}

.modal-form-logo {
    font-size: 40px;
    margin-bottom: 20px;
}

.modal-form-text {
    margin-bottom: 20px;
    line-height: 1.5;
}

.modal-form input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
}

.modal-form input::placeholder {
    color: #ccc;
}

.modal-form .submit-btn {
    font-weight: 500;
    font-size: 16px;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    transition: all 0.6s;
}

.modal-form-wrapper-btn:hover .submit-btn-line {
    width: 0;
}


.submit-btn-line {
    width: 50px;
    height: 2px;
    background-color: white;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    transition: width 0.6s;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

.modal-form-wrapper .close-btn svg {
    padding: 0;
    transform: rotate(0);
    transition: transform 0.6s;
}

.modal-form-wrapper .close-btn:hover svg {
    transform: rotate(90deg);
}

.modal-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal-form-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.modal-form-wrapper-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    width: 14px;
    height: 14px;
}

.modal-form-wrapper-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.modal-success {
    padding: 134px 0;
}

.modal-success h3 {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.modal-success p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.footer-form-wrapper-logo {
    display: none;
    position: absolute;
    left: calc(50% - 16px);
    top: 18px;
}

.footer-form-right-social-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-form-right-social-wrapper a {
    margin: 0;
    text-decoration: none;
}

.footer-form-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 390px;
    height: 100%;
    text-align: center;
    gap: 30px;
}

.footer-form-success h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 48px;
}

.footer-form-success p {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
}

.form-success-message h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
}

.form-success-message p {
    font-weight: 400;
    font-size: 18px;
}

.c-select__list {
    max-height: 202px;
    /* або інше значення */
    overflow-y: auto;
}

body.hide-scroll {
    overflow: hidden;
}

.header-phone-element {
    display: none;
}

.first-screen-v2 {
    position: relative;
    overflow: hidden;
    height: 88vh;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 100px 0;
    margin-top: 99px;
}

.first-screen-v2__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.first-screen-v2__container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.first-screen-v2__title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.first-screen-v2__title h1 {
    display: inline-block;
    font-family: var(--second-font);
    font-weight: 500;
    font-size: 48px;
    text-align: left;
}

.first-screen-v2__title h1 em {
    font-weight: 300;
    font-size: 48px;
    font-style: italic;
}

.first-screen-v2__subtitle {
    font-size: 20px;
    font-weight: 300;
}

.first-screen-v2__content {
    position: relative;
}

.first-screen-v2__subtitle {
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    font-variant: small-caps;
    max-width: 283px;
    line-height: 100%;
}

.about-project {
    padding: 100px 0 0;
}

.about-project__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.about-project__desc,
.about-project__title {
    width: 48%;
    color: #232D3F;
}

.about-project__title h2 {
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
}

.about-project__desc {
    font-weight: 400;
    font-size: 18px;
    color: #232D3F;
}

.about-project__desc strong {
    font-weight: 500;
}

.about-project__download {
    align-self: start;
    display: inline-flex;
    align-items: center;
    margin-left: 28px;
    position: relative;
    background-color: white;
}


.about-project__download p {
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0, 91, 65, 1);

    text-decoration: none;
    position: relative;
    z-index: 2;
    background-color: white;
    padding: 10px 0;
}

.about-project__download p.about-project__download-title-desc {
    display: inline-block;
}

.about-project__download p.about-project__download-title-mob {
    display: none;
}

.about-project__download .circle {
    width: 93px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #005B41;
    margin-right: 10px;
    flex-shrink: 0;
    position: absolute;
    left: -28px;
    z-index: 1;
}

.about-project__slider {
    margin: 100px 0 0 0;
}

.about-project__slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}


.advantages-v2 {
    padding: 13px 0 0;
}

.advantages-v2__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.advantages-v2__item {
    width: 22%;
    text-align: center;
}

.advantages-v2__icon img {
    max-width: max-content;
    height: 80px;
}

.advantages-v2__text {
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

.advantages-v2-slider .swiper-button-prev {
    left: 0px;
}

.advantages-v2-slider .swiper-button-next {
    right: 0px;
}

.advantages-v2-slider .advantages-v2__item {
    transform: scale(0.9);
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .advantages-v2-slider .advantages-v2__item {
        transform: scale(0.75);
    }
}

.complex-image-v2 {
    padding: 50px 0;
}

.complex-image-v2__bg {
    width: 100%;
    height: auto;
    display: block;
}

.complex-image-v2__point {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.complex-image-v2__point:hover .complex-image-v2__icon {
    background-color: white;
}

.complex-image-v2__point:nth-of-type(1) {
    top: 50%;
    left: 40%;
}

.complex-image-v2__point:nth-of-type(2) {
    top: 60%;
    left: 64%;
}

.complex-image-v2__point:nth-of-type(3) {
    top: 82%;
    left: 73%;
}

.complex-image-v2__icon {
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.complex-image-v2__tooltip {
    display: none;
    position: absolute;
    top: 43px;
    right: 40px;
    background: white;
    border-radius: 8px;
    padding: 10px;
    z-index: 5;
    padding: 30px;
    width: 301px;
    backdrop-filter: blur(24px);
    box-shadow: 1px 1px 40px 0px rgba(10, 20, 12, 0.2);
    border-radius: 35px 0 35px 35px;

}

.complex-image-v2__point:hover .complex-image-v2__tooltip {
    display: block;
}

.complex-image-v2__icon {
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.complex-image-v2__tooltip h4 {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #0A140C;
}

.complex-image-v2__tooltip p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(10, 20, 12, 1);
}

.construction-progress {
    padding: 50px 0;
}

.construction-progress__slider {
    position: relative;
    margin-top: 40px;
}

.construction-progress__slider .swiper-button-prev {
    left: 0px;
}

.construction-progress__slider .swiper-button-next {
    right: 0px;
}

.construction-progress__slide {
    transform: scale(0.9);
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .construction-progress__slide {
        transform: scale(0.75);
    }
}

.construction-progress__image {
    width: 100%;
    height: auto;
}

.construction-progress__meta {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.construction-progress__link {
    display: inline-block;
    margin-top: 15px;
    text-decoration: underline;
    width: 100%;
    text-align: right;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 1;
    color: #232D3F;
    text-decoration: none;
}

.construction-progress__title {
    text-align: center;
    font-family: var(--second-font);
    font-weight: 400;
    font-size: 64px;
}

.construction-progress__image-wrap {
    margin-top: 30px;
}

.construction-progress__desc {
    display: block;
    margin: 23px auto 0;
    max-width: 465px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}

.construction-progress__turn,
.construction-progress__date {
    display: inline-block;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 1;
}

.cp-loadmore {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form-box .about-us__btn {
    display: none;
}
@media only screen and (max-width: 1340px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1024px) {
.ancore-element {
width: 70px !important;
    height: 70px !important;
    left: calc(50% - 35px) !important;
bottom: -35px !important;
}

.swiper {
	padding: 0;
}

.construction-progress__title {
font-size: 32px;
margin: 0 0 20px;
}

.single-content__body p {
	font-size: 16px;
}
    .about-project__download p.about-project__download-title-desc {
        display: none;
    }



    .about-project__download-title-mob svg {
        margin-left: 8px;
    }

    .about-project__download p.about-project__download-title-mob {
        display: inline-block;
    }

    .first-screen-v2 {
        margin-top: 91px;
    }

    .version-2 .des-header-left-bottom {
        margin: 0;
    }

    .header-btn-group {
        display: none;
    }

    .footer-form-wrapper {
        background-size: cover;
    }

    .lang-switcher {
        display: none;
    }

    .header-right {
        flex-direction: row;
    }

    .footer-form-right-social-wrapper img {
        width: 24px;
        height: 24px;
    }

    .contact-block a {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .footer-form-right-social-wrapper a {
        margin: 0;
        text-decoration: none;
    }

    .contact-block a:last-child {
        margin: 0;
    }

    .footer-form-right-bottom {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .header-phone-element {
        display: inline-block;
    }

    .footer-form-wrapper {
        background-image: url('../images/footer-form-bg-mob.png');
    }

    .mob-menu-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mob-menu-footer .contact a {
        font-size: 20px;
        color: white;
        text-decoration: underline;
    }

    .burger {
        display: block;
    }

    .burger {
        width: 45px;
        height: 30px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        transition: all .5s ease;
    }

    .burger-strip {
        transition: all .5s ease;
    }

    .strip div {
        height: 3px;
        border-radius: 2px;
        background: rgb(255, 255, 255);
        margin: 10px;
        transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
        width: 40px;
    }

    .burger.active .strip div {
        background: white;
    }

    /* BURGER 1 */
    .burger-strip div:first-child {
        width: 16px;
    }

    .burger-strip div:last-child {
        width: 28px;
    }

    .burger.active .burger-strip div:first-child {
        transform: rotate(45deg) translateY(1px) translateX(5px);
    }

    .burger.active .burger-strip div:nth-child(2) {
        transform: rotate(-45deg);
    }

    .burger.active .burger-strip div:last-child {
        transform: rotate(45deg) translateY(-13px) translateX(2px);
    }

    /* BURGER 2 */
    .burger.active .burger-strip-2 div:first-child {
        transform: translateY(13px) rotate(45deg);
    }

    .burger.active .burger-strip-2 div:nth-child(2) {
        opacity: 0;
    }

    .burger.active .burger-strip-2 div:last-child {
        transform: translateY(-13px) rotate(-45deg);
    }

    /* BURGER 3 */
    .burger-strip-3 div {
        margin: 10px auto;
    }

    .burger.active .burger-strip-3 div:first-child {
        transform: translateY(13px);
        width: 25px;
    }

    .burger.active .burger-strip-3 div:nth-child(2) {
        opacity: 0;
    }

    .burger.active .burger-strip-3 div:last-child {
        transform: translateY(-13px);
        width: 25px;
    }

    /* BURGER 4 */
    .burger.active .burger-strip-4 {
        transform: scale(.85);
    }

    .burger.active .burger-strip-4 div:first-child {
        width: 20px;
        transform: translateY(8px) rotate(-30deg);
    }

    .burger.active .burger-strip-4 div:nth-child(2) {
        width: 38px;
    }

    .burger.active .burger-strip-4 div:last-child {
        width: 20px;
        transform: translateY(-8px) rotate(30deg);
    }

    /* BURGER 5 */
    .burger-strip-5 div {
        /* margin: 10px auto; */
        transition: all .65s cubic-bezier(0.075, 0.82, 0.165, 1)
    }

    .burger.active .burger-strip-5 div:first-child {
        transform: translateY(13px) rotate(0deg);
    }

    .burger.active .burger-strip-5 div:nth-child(2) {
        opacity: 0;
    }

    .burger.active .burger-strip-5 div:last-child {
        transform: translateY(-13px) rotate(90deg);
    }

    .burger.active .burger-strip-5 {
        transform: scale(.7) rotate(45deg);
        transition: all .25s ease .05s;
    }

    .header-nav {
        display: none;
    }

    .header-right .phone {
        display: none;
    }

    .footer-form-wrapper {
        position: relative;
    }

    .footer-form-wrapper .row {
        flex-direction: column;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        justify-content: flex-start;
        gap: 30px;
        align-items: flex-start;
        width: 100%;
    }

    .menu-header {
        margin-bottom: 85px;
    }

    .menu-list a {
        font-size: 16px;
    }

    .menu-list li {
        margin-bottom: 20px;
    }

    .mobile-menu .menu-header img {
        width: 66px;
        height: 50px;
    }

    .btn-download {
        font-size: 14px;
    }

    .btn-download::before {
        width: 70px;
        height: 70px;
    }

    .btn-download::before {
        top: calc(50% - 35px);
    }

    .menu-list {
        margin-bottom: 140px;
    }

    .container {
        padding: 0 20px;
    }

    .des-header-left-bottom .lang-switcher.lang-switcher-mob {
        display: inline-block;
        padding-bottom: 40px;
    }

    .about-project__download {
        margin: 60px auto 0;
    }
}


@media only screen and (max-width: 768px) {

.footer-form-left .footer-form-success  {
	width: 100%;
}
    .single-first-screen {
        height: 35vh !important;
        min-height: 441px;
margin-top: 78px;
    }
.construction-progress__desc {
	    text-align: left;
}
    .footer-form-success h3 {
        font-size: 24px;
    }

    .about-project__title {
        text-align: center;
    }

    .complex-image-v2__icon svg {
        width: 15px;
        height: 15px;
    }

    .about-project__download .circle {
        width: 70px;
        height: 70px;
    }

    .first-screen-v2__title h1 em {
        font-weight: 300;
        font-size: 30px;
        margin-top: 10px;
    }

    .about-us__download span,
    .about-us__download a {
        max-width: 200px;
        text-align: left;
    }

    .about-project .swiper-button-prev {
        left: 0;
    }

    .about-project .swiper-button-next {
        right: 0px;
    }

    .about-project .swiper-wrapper .swiper-slide {
        padding: 0 20px;
    }

    .about-project__download p,
    .about-project__desc {
        font-size: 16px;
    }

    .contact-form-right {
        height: 264px;
    }

    .complex-image-v2__tooltip {
        width: 65vw;
    }

    .complex-image-v2__tooltip h4 {
        font-size: 14px;
    }

    .complex-image-v2__tooltip p {
        font-size: 12px;
    }

    .complex-image-v2__point:nth-of-type(1) {
        top: 47%;
        left: 16%;
    }

    .complex-image-v2__point:nth-of-type(1) .complex-image-v2__tooltip {
        top: -96px;
        right: -58vw;
        border-radius: 35px 35px 35px 0;
    }

    .complex-image-v2__point:nth-of-type(3) .complex-image-v2__tooltip {
        top: -120px;
        right: 40px;
        border-radius: 35px 35px 0 35px;
    }

    .complex-image-v2__point:nth-of-type(2) {
        top: 63%;
        left: 82%;
    }

    .complex-image-v2__icon {
        width: 50px;
        height: 50px;
    }

    .complex-image-v2 .container {
        height: 100%;
    }

    .complex-image-v2 {
        height: 650px;
    }

    .advantages-v2__item {
        width: 45%;
    }

    .complex-image-v2__bg {
        object-fit: cover;
        height: 100%;
    }

    .advantages-v2 {
        padding: 20px 0;
    }

    .about-project {
        padding: 60px 0;
    }

    .advantages-v2__icon img {
        width: 40px;
        height: 60px;
        object-fit: contain;
    }

    .advantages-v2__text {
        font-size: 16px;
        padding: 0 20px
    }

    .about-project__head {
        gap: 15px;
    }

    .about-project__desc,
    .about-project__title {
        width: 100%;
    }

    .first-screen-v2__title h1 {
        font-size: 30px;
        letter-spacing: -5%;
    }

    .first-screen-v2__subtitle {
        font-size: 16px;
    }

    .about-project__title h2 {
        font-size: 32px;
    }

    .lang-toggle {
        justify-content: flex-start;
    }

    .error-404 .about-us__download-border {
        top: calc(-78% - 50px);
    }

    .error-404 h1 img {
        width: 200px;
    }

    .about-us__download {
        margin: 30px 0 0 0;
    }

    .about-us__download-border {
        top: calc(-25% - 50px);
    }
.about-us__btn
    .footer-form-left {
        max-width: 100%;
    }

    .site-header {
        padding: 27px 0;
    }

    .about-us__download a:before {
        width: 60px;
        height: 70px;
        top: calc(46% - 35px);
    }

    .about-us__btn {
        font-size: 16px;
    }

    .footer-form-wrapper {
        padding: 60px 0 30px;
    }

    .footer-form-wrapper .row {
        padding: 30px 20px;
    }

    .footer-form-left h2 {
        font-size: 24px;
    }

    .footer-form-left p {
        font-size: 16px;
    }

    .footer-form-right h3 {
        font-size: 24px;
    }

    .footer-form-right p {
        font-size: 16px;
    }

    .site-footer .footer-list {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .site-logo img {
        width: 66px;
        height: 37px;
    }

    .header-left {
        gap: 14px;
    }

    .site-description {
        font-size: 10px;
        width: 145px;
    }

    .mobile-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .strip div {
        width: 30px;
        margin: 4px;
    }

    .contact img,
    .social img {
        width: 15px;
        height: 15px;
    }
}

.news-block__slider .swiper-button-prev {
    left: 0px;
}

.news-block__slider .swiper-button-next {
    right: 0px;
}

/* .news-block .news-block__slider .swiper-slide.swiper-slide-next {
    width: 58% ! important;
} */
/* @media only screen and (max-width: 1024px) {
    .news-block .news-block__slider .swiper-slide.swiper-slide-next {
        width: 48% ! important;
    }
} */

.news-block__slider .swiper-slide {
    transform: scale(0.9);
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .news-block__slider .swiper-slide {
        transform: scale(0.8);
    }
}