body {
    margin: 0;
    font-family: Gilroy;
    overflow-x: hidden;
}
body.lock-scroll{ overflow:hidden; }
html { scroll-behavior: smooth; }
header {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 49px 60px 0 60px;
    box-sizing: border-box;
    position: relative;
}
.menu-container {
    display: flex;
    align-items: center;
    max-width: 649px;
    width: 100%;
    justify-content: space-between;
}
.menu-block {
    display: flex;
    max-width: 458px;
    width: 100%;
    justify-content: space-between;
}
.menu-block a {
    color: #0C3D45;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
}
.menu-block a:hover {
    color: #A65A3B;
}
.menu-block a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 1px;
    width: 100%;
    background-color: #A65A3B;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.menu-block a:hover::after {
    transform: scaleX(1);
}
.contact-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 373px;
    width: 100%;
}
.contact-menu a {
    width: 42px;
    height: 42px;
    cursor: pointer;
}
.contact-menu a img {
    width: 100%;
    height: 100%;
}
.contact-menu button {
    width: 184px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 24px;
    background: #4A423D;
    box-shadow: 0 9px 27.5px 0 rgba(74, 66, 61, 0.25);
    border: none;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.contact-menu button img {
    display: none;
}
main {
    width: 1440px;
    margin: 0 auto;
}
.about-container {
    position: relative;
    height: 719px;
}
.about-container h1 {
    color: #9A9A9A;
    font-size: 83.574px;
    font-style: normal;
    font-weight: 300;
    line-height: 87.056px;
    margin: 0;
    position: absolute;
    left: 53px;
    top: 47px;
}
.main-banner {
    position: absolute;
    z-index: 1;
}
.about-container h1 span {
    color: #0C3D45;
    display: block;
    font-weight: 800;
}
.left-block {
    position: absolute;
    left: 57px;
    top: 244px;
}
.left-block p {
    margin: 0;
    max-width: 355px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.contact-slon {
    margin-top: 65px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.contact-slon img {
    width: 296px;
}
.contact-slon span {
    position: absolute;
    top: 46px;
    left: 155px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.right-block {
    position: absolute;
    left: 1061px;
    top: 469px;
    z-index: 3;
    width: 308px;
    height: 140px;
}
.right-block span {
    position: absolute;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 248px;
    height: 69px;
    margin: 35px 0 0 29px;
}
.right-block img {
    position: absolute;
    width: 308px;
    height: 140px;
}
.slon-container {
    border-radius: 50px;
    background: #FFF;
    display: flex;
    padding: 61px 0 127px 61px;
    margin-top: -70px;
    position: relative;
    z-index: 2;
}
.slon-container > img {
    object-fit: contain;
}
.slon-block {
    margin-left: 101px;
}
.slon-block h3 {
    color: #1A1A1A;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    margin: 0;
    padding: 29px 0 71px 0;
    max-width: 679px;
}
.slon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(350px, 1fr));
    column-gap: 0;
    row-gap: 74px;
    max-width: 700px;
}
.slon-grid p {
    width: 250px;
    color: #0C3D45;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.913px;
    padding-top: 28px;
    margin: 0;
}
.slon-grid p strong {
    font-weight: 600;
}
.slon-text {
    color: #A65A3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 612px;
    margin-top: 96px;
}
.slon-text strong {
    font-weight: 600;
}
.estate-container {
    height: 1169px;
    background: #1A1A1A;
    position: relative;
    margin-top: -59px;
}
.estate-container .title {
    position: absolute;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    top: 181px;
    left: 0;
    max-width: 1316px;
    margin: 0 auto;
    right: 0;
}
.estate-container h3 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    max-width: 811px;
    margin: 0;
    padding: 179px 0 60px 469px;
}
.estate-container > img {
    position: absolute;
}
.exp-container {
    display: grid;
    grid-template-columns: 380px 380px 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    max-width: 1316px;
    margin: 0 auto;
    column-gap: 22px;
    row-gap: 20px;
    z-index: 1;
    position: relative;
}
.exp-item {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 64px 0 0 0;
    box-sizing: border-box;
}
.exp-item img {
    height: 160px;
    width: auto;
    margin: 0 auto 50px auto;
}
.exp-item h5 {
    color: #1A1A1A;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 63.807px;
    margin: 0;
    padding-left: 28px;
}
.exp-item p {
    color: #1A1A1A;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-left: 28px;
    margin: 0;
}
.exp-item.small {
    padding-top: 26px;
}
.exp-item.small img {
    width: 33px;
    height: 32px;
    margin: 0 0 27px 28px;
}
.exp-item.big {
    grid-row: span 2;
    min-height: 380px;
}
.exp-item.big p {
    max-width: 229px;
}
.exp-item.small p {
    max-width: 290px;
}
.offer-container {
    position: relative;
    margin-top: -298px;
    padding-bottom: 74px;
}
.offer-container > h3 {
    color: #1A1A1A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    margin: 0;
    padding: 113px 0 96px 0;
    position: relative;
}
.offer-container > p {
    color: #252525;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 0 0 96px 0;
    position: relative;
    text-align: center;
    max-width: 282px;
    margin: 0 auto;
}
.offer-container > img {
    position: absolute;
}
.offer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 37px;
    max-width: 1320px;
    margin: 0 auto;
}

.offer-item {
    position: relative;
    border-radius: 30px;
    color: #fff;
    height: 540px;
    box-sizing: border-box;
    padding: 79px 32px 0 35px;
}


.offer-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer-item h3 {
    color: #FFF;
    margin: 0;
    padding: 30px 0 33px 0;
    font-size: 40.939px;
    font-style: normal;
    font-weight: 800;
    line-height: 45.488px;
    position: relative;
}

.offer-item ul {
    list-style: disc;
    margin: 40px 0 0 0;
    padding-left: 25px;
    position: relative;
    max-width: 450px;
}
.offer-item.second ul {
    max-width: 540px;
}

.offer-item li {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 13px;
}
.offer-item hr {
    height: 1px;
    background: #fff;
    margin: 0;
    position: relative;
    border: none;
}
.approach-container {
    position: relative;
    border-radius: 50px;
    background: #FFF;
    z-index: 1;
}
.approach-container .title {
    position: absolute;
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    top: 58px;
    left: 0;
    max-width: 1316px;
    margin: 0 auto;
    right: 0;
}
.approach-container > h3 {
    color: #1A1A1A;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    padding: 56px 0 80px 506px;
    margin: 0;
}
.approach-flex {
    display: flex;
    padding: 0 0 120px 60px;
}
.approach-flex > img {
    object-fit: contain;
}
.approach-flex .slon-grid {
    margin: 40px 0 0 156px;
}
.faq-container {
    position: relative;
    border-radius: 0 0 50px 50px;
    background: #1A1A1A;
    margin-top: -80px;
}
.faq-container > h3 {
    padding: 200px 0 103px 199px;
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    margin: 0;
}
.faq-flex {
    display: flex;
}
.faq-flex > img {
    width: 452px;
    height: 678px;
    margin-left: 115px;
}
.accordion {
    margin: 0 0 67px 60px;
    max-width: 702px;
    width: 100%;
}
.accordion-item {
    margin-bottom: 49px;
    overflow: hidden;
    position: relative;
}
.accordion-header {
    cursor: pointer;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 106.25% */
    position: relative;
    padding-left: 139px;
    box-sizing: border-box;
}
.accordion-header .title {
    max-width: 447px;
}
.accordion-header .icon {
    position: absolute;
    top: 7px;
    left: 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.913px;
}
.accordion-header .toggle {
    width: 42px;
    height: 42px;
    background-image: url("tg-open.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease;
    position: absolute;
    top: 7px;
    right: 0;
}
.accordion-item.active .accordion-header .toggle {
    background-image: url("tg-close.svg");
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    max-width: 473px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.913px;
    padding: 0 0 0 139px;
}
.accordion-item.active .accordion-content {
    max-height: 500px;
    padding-top: 39px;
}

.form-container {
    height: 939px;
    position: relative;
}
.form-bg {
    position: absolute;
}
.form-container > h3 {
    color: #1A1A1A;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    margin: 0;
    padding: 114px 0 50px 102px;
    max-width: 539px;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    row-gap: 26px;
    align-items: start;
    max-width: 606px;
    margin-left: 107px;
}
.form-field {
    display: flex;
    flex-direction: column;
    position: relative;
}
.form-field label {
    position: absolute;
    top: 18px;
    left: 39px;
    color: #818181;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    z-index: 1;
}

.form-field input {
    border-radius: 2000px;
    background: #EEE;
    width: 296px;
    box-sizing: border-box;
    padding-left: 39px;
    height: 94px;
    flex-shrink: 0;
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: none;
    padding-top: 0;
    line-height: 94px;
    vertical-align: middle;
}
.form-field input.iti__search-input {
    border-radius: 0;
    height: 48px;
}
.form-field input::placeholder {
    color: #818181;
}
.iti { width: 100%; }
.iti--allow-dropdown .iti__flag-container {
    height: 56px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;            /* центр по вертикали */
    justify-content: center;
    padding-left: 12px;             /* отступ от левого края "пилюли" */
}

/* 4) Выравниваем выбранную страну и код */
.iti__selected-country {
    height: 100%;
    display: flex;
    align-items: center;            /* центр по вертикали */
}

/* 5) Чуть подрезаем межстрочные внутри */
.iti__selected-dial-code,
.iti__country-name {
    line-height: 1;
}
.slon-btn {
    width: 296.264px;
    height: 93.872px;
    border-radius: 2000px;
    background: #0C3D45;
    position: relative;
    cursor: pointer;
    border: none;
    margin-top: 65px;
    z-index: 3;
}
.slon-btn .dashed {
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    border-radius: 2000px;
    border: 0.5px dashed #D8D8D8;
}
.slon-btn img {
    position: absolute;
    left: 13px;
    bottom: 9px;
    width: 117px;
    height: 101px;
    z-index: 1;
}
.slon-btn span {
    position: absolute;
    top: 29px;
    left: 155px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.form-grid .slon-btn {
    margin-top: 0;
}
footer {
    width: 1440px;
    margin: -45px auto 0 auto;
    min-height: 310px;
    border-radius: 50px 50px 0 0;
    background: #1A1A1A;
    position: relative;
}
.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 78px 60px 0 60px;
}
.footer-menu .menu-block a {
    color: #FFFFFF;
}
.footer-menu .contact-menu button {
    background: #FFF;
    color: #1A1A1A;
}
footer hr {
    height: 1px;
    background: #363636;
    border: none;
    padding: 0;
    margin: 60px;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
}
.copyright {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}
.policy {

}
.policy a {
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
}
.policy a:first-of-type {
    margin-right: 8px;
}
.mob-banner {
    display: none;
}
.offer-bg-mob {
    display: none;
}
.form-mob-bg {
    display: none;
}
.lang {
    box-shadow: inset 0 0 0 0.5px #0C3D45;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0C3D45;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50%;
    text-decoration: none;
}
.hamburger, .mobile-menu {
    display: none;
}
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: none;
}
.lightbox-modal {
    max-width: 680px;
    width: 100%;
    height: 380px;
    flex-shrink: 0;
    margin: calc((100vh - 380px) / 2) auto 0 auto;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.25);
}
.lightbox.show{
    display:flex;
}
.lightbox-modal svg {
    margin: 90px auto 47px auto;
    display: block;
}
.lightbox-modal p {
    color: #1A1A1A;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    margin: 0 auto;
    max-width: 360px;
}
.privacy-block {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.privacy-block h2 {
    font-weight: 500;
}