@charset "utf-8";

/* ------------------------------- RESET ------------------------------- */

html {margin: 0; padding: 0; height: 100%;}
body, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, a, font, small, strong, b, u, i, center, label, form, fieldset,
input, button, textarea, img, p, table, tr, th, td, dl, dt, dd {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent;
}
table {border-collapse: collapse; border-spacing: 0;}
ol, ul, li {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}
input, button, textarea, select, optgroup, option {
    font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;
}
input, button, textarea, select {font-size: 100%; display: block;}
input[type=text], input[type=submit], textarea{-webkit-appearance: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; -webkit-text-fill-color: #1d1d1e !important; color: #1d1d1e !important;
}
select {outline: 0;}
:focus {outline: none;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
::-moz-focus-inner {border: 0; padding: 0;}

/* ------------------------------- DEFAULT ------------------------------- */

html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0); scroll-behavior: smooth;}
body {
    background: #FFFFFF; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; direction: ltr;
    color: #111111; display: block; min-width: 360px; font-size: 17px; width: 100%; position: relative; font-family: 'EuclidFlex', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: auto; overflow-x: hidden; font-weight: 300;
}
#main_sheet {display: flex; flex-direction: column; min-height: 100vh; height: 100%; overflow: hidden;}
#main_sheet.blog, #main_sheet.site_page {overflow: unset;}
div, label {display: block; line-height: 120%;}
a, p, h1, h2, h3, h4, h5, h6 {line-height: 120%;}
img {width: 100%;}

h2 {line-height: 90%;}
.btn_primary {

}
.wrap {width: 100%; padding: 0 28px; margin-left: auto; margin-right: auto; max-width: 1920px;}
.dn {display: none !important;}
.vh {visibility: hidden;}

@media only screen and (max-width: 1024px) {
    .wrap {padding: 0 16px;}
    .btn_primary {height: 56px; font-size: 16px;}
}

/* icons */

[class^="icon_"], [class*=" icon_"] {
    display: inline-block; font-family: 'glyphicons', sans-serif; font-size: 13px; font-style: normal;
    text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.icon_close:before {content: '\E80D';}
.icon_arrow_left:before {content: '\E81B';}
.icon_arrow_right:before {content: '\E81C';}
.icon_arrow_light:before {content: '\E845';}
.icon_video_volume_min:before { content: '\E829'; }
.icon_video_volume_off:before { content: '\E82A'; }
.icon_video_fullscreen:before { content: '\E82B'; }
.icon_video_minscreen:before { content: '\E82D'; }
.icon_video_play:before { content: '\E834'; }
.icon_video_previous:before { content: '\E835'; }
.icon_video_next:before { content: '\E836'; }
.icon_video_pause:before { content: '\E837'; }
.icon_video_volume_max:before { content: '\E838'; }
.icon_video_next_time:before { content: '\E839'; }
.icon_video_prev_time:before { content: '\E83A'; }
.icon_location:before { content: '\E812'; }
.icon_external_link:before { content: '\E846'; }

.icon_copy_link:before {content: '\E823';}
.icon_eye:before {content: '\E820';}
.icon_chat:before {content: '\E82E';}
.icon_chat_2:before {content: '\E832';}
.icon_like:before {content: '\E82F';}
.icon_like_2:before {content: '\E833';}
.icon_like_3:before {content: '\E82C';}
.icon_share:before {content: '\E830';}
.icon_share_2:before {content: '\E83F';}
.icon_tg:before {content: '\E824';}
.icon_ok:before {content: '\E827';}
.icon_vk:before {content: '\E816';}
.icon_wa:before {content: '\E825';}
.icon_max:before {content: '\E840';}

.icon_home:before { content: '\E83C'; }
.icon_bed:before { content: '\E83D'; }
.icon_area:before { content: '\E83B'; }
.icon_calendar:before { content: '\E83E'; }
.icon_petrol:before { content: '\E947'; }

/* ------------------------------- MODAL ------------------------------- */

#modal {
    position: fixed; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; pointer-events: none; transform: none;
    z-index: 1000; opacity: 0; transition: .6s ease-in-out;
}
#modal.gallery {
    position: fixed; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: hidden; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(10px);
    opacity: 0; filter: alpha(opacity=0); background: rgba(4, 7, 15, 0.90); z-index: 1000;
}
#modal.gallery #modal_container {overflow-x: hidden;}
#modal.active {
    pointer-events: auto; top: 0; opacity: 1; transform: none; transition: .6s ease-in-out;
}

#modal_container {overflow-y: auto; z-index: 1001; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; text-align: left; direction: ltr; position: fixed;}
#modal_overlay {position: absolute; width: 100%; min-height: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center;}

#modal_close {
    width: 60px; max-width: 60px; min-width: 60px; height: 60px; max-height: 60px; min-height: 60px; display: flex; align-items: center; -webkit-justify-content: center; border-radius: 4px;
    position: absolute; top: 0; right: 0; cursor: pointer; z-index: 3; transition: .3s ease-in-out;
}
#modal_close > i {color: #FFFFFF; transition: .3s ease-in-out; font-size: 20px;}

#modal_content {position: relative; height: auto; margin: 55px auto 55px;}

@media only screen and (max-width: 1024px) {
    #modal_close {right: 0;}
}

video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

#main_sheet {overflow: unset;}

h2 {color: #111111; font-family: 'EuclidFlex', sans-serif; font-size: var(--font-80); font-weight: 500; line-height: 114%;}
.btn_primary_wrap {max-width: 400px; height: 56px; width: unset; vertical-align: top; position: relative;}
.btn_primary {
    border-radius: 0; background: #111111; padding: 0 20px; transition: .3s ease-in-out; text-decoration: none; text-transform: uppercase; transform-origin: center;
    font-size: var(--font-17); font-weight: 300; color: #FFFFFF; display: flex; align-items: center; -webkit-justify-content: center; cursor: pointer; white-space: nowrap;
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-width: fit-content;
}
.btn_primary:hover {height: 65px; top: -4.5px;}
.btn_primary.light {background: #FFFFFF;}
.btn_primary.light {background: #FFFFFF; color: #111111;}
.request_btn {background: #111111;}

:root {
    --font-14: max(12px, min(14px, 1.1vw));
    --font-17: max(13px, min(17px, 1.2vw));
    --font-20: max(14px, min(20px, 1.5vw));
    --font-22: max(14px, min(22px, 1.55vw));
    --font-30: max(17px, min(30px, 1.9vw));
    --font-34: max(24px, min(34px, 2.05vw));
    --font-40: max(17px, min(40px, 2.25vw));
    --font-50: max(34px, min(50px, 2.6vw));
    --font-55: max(28px, min(55px, 2.8vw));
    --font-80: max(34px, min(80px, 4.8vw));
    --font-100: max(55px, min(100px, 5.2vw));
    --font-130: max(55px, min(130px, 7.1vw));
    --font-140: max(55px, min(140px, 7.4vw));
}

:root {
    --padding-in: 64px;
    --margin-block: 170px;
    --font-16: max(16px, min(16px, 1vw));
    --font-18: max(16px, min(18px, 1vw));
    --font-20: max(16px, min(20px, 1.05vw));
    --font-26: max(20px, min(26px, 1.3vw));
    --font-28: max(22px, min(28px, 1.45vw));
    --font-30: max(24px, min(30px, 1.5vw));
    --font-38: max(30px, min(38px, 2.1vw));
    --font-40: max(30px, min(40px, 2.1vw));
    --font-44: max(34px, min(44px, 2.28vw));
    --font-50: max(36px, min(50px, 2.6vw));
    --font-60: max(38px, min(60px, 3.1vw));
    --font-70: max(40px, min(70px, 3.6vw));
    --font-90: max(50px, min(90px, 4.5vw));
    --font-120: max(60px, min(120px, 6vw));
}

@media only screen and (max-width: 1600px) {
    :root {--margin-block: 100px;}
}

@media only screen and (max-width: 1200px) {
    :root {--margin-block: 70px;}
}

@media only screen and (max-width: 1024px) {
    :root {--padding-in: 16px;}
    h2 {font-size: 34px; line-height: 120%;}
    .wrap {padding: 0 8px;}
    .btn_primary {font-size: 14px; height: 50px;}
    .btn_primary:hover {height: 56px; top: -3px;}
}

/* ------------------------------- UI ELEMENTS ------------------------------- */

/* icons */

[class^="icon_"]:before, [class*=" icon_"]:before {
    font-family: "glyphicons"; font-style: normal; font-weight: normal; speak: never;
    display: inline-block; text-decoration: inherit; width: 1em;
    text-align: center; font-variant: normal; text-transform: none; line-height: 1em;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.icon_arrow:before {content: '\E829';}
.icon_arrow_2:before {content: '\E846';}
.icon_arrow_back:before {content: '\E836';}
.icon_arrow_left:before {content: '\E838';}
.icon_arrow_left_2:before {content: '\E807';}
.icon_arrow_right:before {content: '\E839';}
.icon_arrow_right_2:before {content: '\E808';}
.icon_beach:before {content: '\E814';}
.icon_bedroom:before {content: '\E816';}
.icon_big:before {content: '\E81B';}
.icon_burger:before {content: '\E800';}
.icon_car:before {content: '\E81C';}
.icon_cellphone:before {content: '\E835';}
.icon_close:before {content: '\E80A';}
.icon_close_2:before {content: '\E847';}
.icon_copy:before {content: '\E809';}
.icon_discount:before {content: '\E848';}
.icon_download:before {content: '\E818';}
.icon_facebook:before {content: '\E80C';}
.icon_fire:before {content: '\E827';}
.icon_food:before {content: '\E845';}
.icon_forest:before {content: '\E820';}
.icon_house:before {content: '\E834';}
.icon_ig:before {content: '\E824';}
.icon_kids:before {content: '\E802';}
.icon_light:before {content: '\E826';}
.icon_lighting:before {content: '\E833';}
.icon_location:before {content: '\E81F';}
.icon_location_2:before {content: '\E821';}
.icon_logo:before {content: '\E80E';}
.icon_news:before {content: '\E844';}
.icon_palm:before {content: '\E837';}
.icon_parking:before {content: '\E810';}
.icon_parks:before {content: '\E804';}
.icon_phone:before {content: '\E80B';}
.icon_phone_2:before {content: '\E83C';}
.icon_pier:before {content: '\E813';}
.icon_quotes:before {content: '\E817';}
.icon_security:before {content: '\E801';}
.icon_sport:before {content: '\E803';}
.icon_sport_2:before {content: '\E812';}
.icon_sport_3:before {content: '\E81D';}
.icon_square:before {content: '\E815';}
.icon_success_1:before {content: '\E805';}
.icon_success_2:before {content: '\E806';}
.icon_tennis:before {content: '\E843';}
.icon_tg:before {content: '\E822';}
.icon_time:before {content: '\E842';}
.icon_time_2:before { content: '\E83a'; }
.icon_vk:before {content: '\E823';}
.icon_volleyball:before {content: '\E832';}
.icon_water:before {content: '\E825';}
.icon_wave:before {content: '\E81A';}
.icon_workout:before {content: '\E831';}
.icon_calendar:before { content: '\E83b'; }

.icon_video_volume_min:before { content: '\E82D'; }
.icon_video_volume_off:before { content: '\E82E'; }
.icon_video_fullscreen:before { content: '\E82F'; }
.icon_video_minscreen:before { content: '\E830'; }
.icon_video_play:before { content: '\E83D'; }
.icon_video_previous:before { content: '\E83E'; }
.icon_video_next:before { content: '\E83F'; }
.icon_video_pause:before { content: '\E840'; }
.icon_video_volume_max:before { content: '\E841'; }

.icon_flash:before { content: '\E82B'; }
.icon_pine:before { content: '\E82C'; }
.icon_success_3:before { content: '\E86B'; }
.icon_tennis_2:before { content: '\E86C'; }

.icon_car_2:before { content: '\E82A'; }
.icon_style:before { content: '\E86A'; }
.icon_train:before { content: '\E84E'; }

/* ------------------------------- MENU ------------------------------- */

#menu {
    padding: 20px 0; background: #FFFFFF; position: fixed; top: 0; z-index: 101; height: 71px; width: 100%;
    display: flex; align-items: center; border-bottom: 1px solid transparent;
    transition: background .6s ease-in-out, border .6s ease-in-out, transform .6s ease-in-out;
    -webkit-transform: translateZ(0); transform: translateZ(0);
}
#menu.white_background {background: #FFFFFF;}

#menu.white_color {color: #FFFFFF; background: rgba(255, 255, 255, 0.01);}
#menu.white_color .menu > .phone {color: #FFFFFF;}
#menu.white_color .menu-btn div {background-color: #FFFFFF;}
#menu.white_color .menu > .logo > img {filter: grayscale(100%) brightness(1000%);}

#menu.blur {-webkit-backdrop-filter: blur(25px) !important; backdrop-filter: blur(25px) !important; background: rgba(17, 17, 17, 0.50) !important;}
#menu.open.blur {-webkit-backdrop-filter: blur(0) !important; backdrop-filter: blur(0) !important; background: transparent !important;}

#menu.white_color.open {background: transparent;}
#menu.open:not(.blur):not(.white_color) {color: #111111;}
#menu.open:not(.blur):not(.white_color) .menu > .phone {color: #111111;}
#menu.open:not(.blur):not(.white_color) .menu > .mobile_menu_icon > svg {color: #111111;}
#menu.open:not(.blur):not(.white_color) .menu-btn div {background-color: #253D2F;}
#menu.open:not(.blur):not(.white_color) .menu > .logo > img {filter: none;}

.menu {display: flex; align-items: center;}
.menu > .logo {width: 295px; margin-right: 60px;}
.menu > .logo > img {display: block; width: 295px;}
.menu > .menu_links {display: flex; align-items: center; width: calc(40% - 78px);}
.menu > .menu_links > a {margin-right: 46px; cursor: pointer; white-space: nowrap; border-bottom: 1px solid transparent; font-size: var(--font-20); transition: all .3s ease-in-out; text-decoration: none; color: inherit;}
.menu > .menu_links > a:active {border-bottom: 1px solid #111111;}
.menu > .phone {display: flex; align-items: center; text-decoration: none; color: #111111; font-size: var(--font-20); transition: all .3s ease-in-out; margin-left: auto;}
.menu > .phone > span:nth-child(1) {margin-right: 12px; padding: 6px; background: #111111; border-radius: 50%;}
.menu > .phone > span:nth-child(1) > i {font-size: 16px; height: 16px; line-height: 16px; display: block; color: #FFFFFF;}
.menu > .mobile_menu_icon {display: none; width: 24px; height: 24px;}
.menu > .mobile_menu_icon.max {display: block; margin-left: auto;}
.menu > .mobile_menu_icon.tg {display: block; margin-left: 14px;}
.menu > .mobile_menu_icon > svg {color: #111111; width: 24px; height: 24px;}
#menu.white_color .menu > .mobile_menu_icon > svg {color: #FFFFFF !important;}
#menu.open .menu > .mobile_menu_icon > svg {color: #111111;}

.burger_section {display: flex; align-items: center; margin-right: 46px; cursor: pointer;}
.burger_section > span {font-size: var(--font-20); border-bottom: 1px solid transparent;}

.menu-btn {
    cursor: pointer; height: 14px; list-style: none; margin: 0 0 0 auto; padding: 0; width: 32px; position: relative; margin-right: 20px;
    top: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;
}
.menu-btn div:nth-child(1) {
    top: 0; -webkit-transform-origin: left center; -moz-transform-origin: left center;
    -o-transform-origin: left center; transform-origin: left center;
}
.menu-btn div:nth-child(2) {
    top: 12px; -webkit-transform-origin: left center; -moz-transform-origin: left center;
    -o-transform-origin: left center; transform-origin: left center;
}
.menu-btn div {
    background-color: #253D2F; border-radius: 4px; display: block; transition: .15s ease-in-out;
    height: 2px; left: 0; margin: 0; opacity: 1; padding: 0; position: absolute; width: 100%;
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out; -moz-transition: .15s ease-in-out; -o-transition: .15s ease-in-out;
}
#menu.open .menu-btn div:nth-child(1) {
    left: 0; top: -4.5px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg); transform: rotate(45deg);
}
#menu.open .menu-btn div:nth-child(2) {
    left: 0; top: 18px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); transform: rotate(-45deg);
}

#mobile_menu {
    width: 100%; height: 100dvh; position: fixed; top: 0; left: 0; opacity: 0; background: #FFFFFF; z-index: 100;
    transition: opacity .6s ease-in-out; display: flex; align-items: center; padding-top: 47px;
}
#mobile_menu.open {opacity: 1;}
#mobile_menu .mobile_menu_link {
    margin: 0 auto var(--font-30); font-size: var(--font-50); text-align: center; cursor: pointer; text-decoration: none; color: inherit;
    border-bottom: 1px solid transparent; width: fit-content; transition: all .3s ease-in-out; display: block;
}
#mobile_menu .mobile_menu_link:hover {color: #111111;}
#mobile_menu .mobile_menu_link:active {border-bottom: 1px solid #111111;}

#mobile_menu .socials {width: 100%; display: none;}
#mobile_menu .socials > .phone {
    width: 100%; height: fit-content; font-size: 11vw; font-weight: 500; text-decoration: none;
    color: #111111; display: block; line-height: 11vw; margin-top: 25px; text-align: center;
}
#mobile_menu .socials > .social_link {
    height: fit-content; font-size: 17px; margin-top: 50px; text-decoration: none;
    color: #111111; position: relative; transition: .3s ease-in-out; text-align: center;
}
#mobile_menu .socials > .social_link > a {color: #111111; position: relative; text-decoration: none;}
#mobile_menu .socials > .social_link > a::after {
    left: 0; bottom: 0; width: 100%; height: 1px; background: #111111; content: "";
    position: absolute; opacity: 1; transition: opacity .3s ease-in-out;
}
#mobile_menu .socials > .social_link > a:hover {color: #111111;}
#mobile_menu .socials > .social_link > a:hover::after {background: #111111;}

#mobile_menu .wrap {padding: 0; height: 100%; position: relative;}
#mobile_menu .request_btn_wrap {margin: 40px auto 0;}

/* Mobile menu (tabs) */
#mobile_menu .mm_container {height: 100%; display: flex; flex-direction: column; padding: 8px 12px 16px;}
#mobile_menu .mm_header {height: 44px; display: flex; align-items: center; justify-content: center; position: relative;}
#mobile_menu .mm_title {font-size: 18px; font-weight: 500;}
#mobile_menu .mm_back, #mobile_menu .mm_close {position: absolute; left: 4px; width: 40px; height: 40px; border: 0; background: transparent; display: flex; align-items: center; justify-content: center; color: #111111;}
#mobile_menu .mm_close {left: 4px;}
#mobile_menu.in-sub .mm_close {display: none;}
#mobile_menu .mm_back {display: none;}
#mobile_menu.in-sub .mm_back {display: flex;}
#mobile_menu .mm_actions {position: absolute; right: 4px; display: flex; align-items: center; gap: 8px;}
#mobile_menu .mm_action {display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 18px; background: #1111110f; text-decoration: none;}
#mobile_menu .mm_action svg {width: 20px; height: 20px;}

#mobile_menu .mm_pages {flex: 1; overflow-y: auto; padding: 40px 0 0; display: block;}
#mobile_menu .mm_page {display: none;}
#mobile_menu .mm_page.active {display: block;}

#mobile_menu .mm_item {width: 100%; max-width: 500px; color: #111111 !important; margin: 0 auto; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; background: transparent; border: 0; font-size: 28px; font-weight: 500; line-height: 1.1;}
#mobile_menu .mm_item i {font-size: 18px;}

#mobile_menu .mm_caption {font-size: 28px; font-weight: 500; color: #868686; text-align: center; margin: 12px 0 28px;}
#mobile_menu .mm_link {display: block; width: fit-content; margin: 0 auto 22px; font-size: 28px; font-weight: 500; text-decoration: none; text-align: center; color: inherit;}

#mobile_menu .mm_footer {margin-top: auto; padding: 8px 0 6px; text-align: center;}
#mobile_menu .mm_write {display: flex; -webkit-justify-content: center; text-decoration: none; gap: 8px; align-items: center; color: #111111; font-size: 17px; margin-bottom: 30px;}
#mobile_menu .mm_write a {color: #111111;}
#mobile_menu .mm_write > span {text-decoration: none;}
#mobile_menu .mm_phone {display: block; font-size: 34px; font-weight: 500; color: #111111; text-decoration: none;}


#desktop_menu {
    width: 100%; height: auto; max-height: min(720px, 100vh); position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden; background: #FFFFFF; z-index: 100;
    transition: opacity .6s ease-in-out, visibility .6s ease-in-out; display: flex; align-items: flex-start;
    padding-top: 72px; overflow-y: auto;
}
#desktop_menu ~ #desktop_menu_background {opacity: 0; visibility: hidden; z-index: 99; transition: .3s ease-in-out;}
#desktop_menu.open ~ #desktop_menu_background {content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #00000080; opacity: 1; visibility: visible;}
#menu.blur ~ #desktop_menu_background, #menu.white_color ~ #desktop_menu_background {opacity: 0;}
#desktop_menu::after {height: 1px; width: calc(100% - 56px); max-width: 1920px; position: absolute; left: calc(50% - (min(100%, 1976px) - 56px) / 2); top: 72px; content: ""; background: #D9D9D9;}
#desktop_menu.open {opacity: 1; visibility: visible;}
#desktop_menu .wrap {height: 100%; max-width: 1600px; display: flex; flex-direction: column; justify-content: space-between; position: relative; padding-top: 100px; padding-bottom: 100px;}

.desktop_menu_columns {display: flex; justify-content: space-between; min-height: 300px;}

.desktop_menu_links {width: 20%; padding-right: 20px;}
.desktop_menu_links:nth-of-type(1) {width: 15%;}
.desktop_menu_links:nth-of-type(2) {width: 15%;}
.desktop_menu_links:nth-of-type(4) {width: 15%;}
.desktop_menu_links .title {font-size: var(--font-22); font-weight: 500; margin-bottom: 30px; color: #111111; text-transform: uppercase;}
.desktop_menu_links .link {margin-bottom: 12px;}
.desktop_menu_links .link a {font-size: var(--font-20); color: #111111; border-bottom: 1px solid transparent; transition: .3s ease-in-out; text-decoration: none;}
.desktop_menu_links .link a:hover {text-shadow: #000000 .4px 0 .4px;}

.desktop_menu_image {width: 35%; position: relative; margin-left: 40px;}
.desktop_menu_image #flickity_desktop_menu_image {width: 100%; height: 100%; max-height: 390px; display: block; overflow: hidden; position: relative;}
.desktop_menu_image #flickity_desktop_menu_image .desktop_menu_progress {width: 128px; position: absolute; left: calc(50% - 64px); bottom: 30px; display: flex; align-items: center; z-index: 2;}
.desktop_menu_image #flickity_desktop_menu_image .desktop_menu_progress > div {background: #CCCCCCCC; width: 25%; height: 2px; margin-right: 4px; transition: .3s ease-in-out; }
.desktop_menu_image #flickity_desktop_menu_image .desktop_menu_progress > div.active {background: #FFFFFF;}
.desktop_menu_image img:not(.bonus) {width: 100%; height: 100%; display: block; object-fit: cover;}
.desktop_menu_image .bonus {position: absolute; left: -40px; bottom: -40px; width: 20%; max-width: 120px; max-height: 120px; z-index: 1;}

.desktop_menu_bottom {display: flex; align-items: center; margin-top: -56px;}

.desktop_menu_bottom .request_btn_wrap {width: 100%; max-width: 360px;}
.desktop_menu_bottom .write_us {margin-left: 60px; display: flex; align-items: center; text-decoration: none; color: #111111; transition: opacity .3s;}
.desktop_menu_bottom .write_us svg {width: 24px; height: 24px; margin-right: 20px;}
.desktop_menu_bottom .write_us a {color: #111111;}
.desktop_menu_bottom .write_us span {font-size: var(--font-20);}

/* Themes */
#menu.blur ~ #desktop_menu, #menu.white_color ~ #desktop_menu {
    backdrop-filter: blur(25px) !important; -webkit-backdrop-filter: blur(15px) !important;
    background: rgba(17, 17, 17, 0.50) !important;
}
#menu.blur ~ #desktop_menu, #menu.white_color ~ #desktop_menu > .wrap::after {background: #FFFFFF;}
#menu.blur ~ #desktop_menu .desktop_menu_links .title,
#menu.blur ~ #desktop_menu .desktop_menu_links .link a,
#menu.blur ~ #desktop_menu .desktop_menu_bottom .write_us {color: #FFFFFF;}
#menu.blur ~ #desktop_menu .desktop_menu_bottom .write_us a {color: #FFFFFF;}
#menu.white_color ~ #desktop_menu .desktop_menu_links .title,
#menu.white_color ~ #desktop_menu .desktop_menu_links .link a,
#menu.white_color ~ #desktop_menu .desktop_menu_bottom .write_us {color: #FFFFFF;}
#menu.white_color ~ #desktop_menu .desktop_menu_bottom .write_us a {color: #FFFFFF;}

#menu.blur ~ #desktop_menu .desktop_menu_links .link a:hover {border-bottom: 1px solid #FFFFFF;}
#menu.white_color ~ #desktop_menu .desktop_menu_links .link a:hover {border-bottom: 1px solid #FFFFFF;}

#menu.blur ~ #desktop_menu .desktop_menu_bottom .request_btn, #menu.white_color ~ #desktop_menu .desktop_menu_bottom .request_btn {
    background: #FFFFFF; color: #111111;
}
#menu.blur ~ #desktop_menu .desktop_menu_bottom .request_btn:hover, #menu.white_color ~ #desktop_menu .desktop_menu_bottom .request_btn:hover {background: #EEEEEE;}
#menu.blur ~ #desktop_menu .desktop_menu_image .bonus, #menu.white_color ~ #desktop_menu .desktop_menu_image .bonus {filter: brightness(10000%);}

#menu.blur.open a, #menu.blur.open .burger_section > span, #menu.blur.open .menu > .phone, #menu.white_color.open .menu > .phone {color: #FFFFFF;}
#menu.blur.open .menu-btn div, #menu.white_color.open .menu-btn div {background-color: #FFFFFF;}
#menu.blur.open .icon_arrow_left, #menu.white_color.open .icon_arrow_left {color: #111111;}
#menu.blur.open .menu > .logo > img, #menu.white_color.open .menu > .logo > img {filter: grayscale(100%) brightness(1000%);}

@media only screen and (max-width: 1450px) {
    #desktop_menu .wrap {padding-top: 65px; padding-bottom: 65px;}
    .desktop_menu_links .title {font-size: 17px; margin-bottom: 24px;}
    .desktop_menu_links .link a {font-size: 17px; margin-bottom: 12px;}
    .desktop_menu_bottom .write_us span {font-size: 17px;}
}

@media only screen and (max-width: 1280px) {
    .burger_section {margin-right: 20px;}
    .menu > .menu_links {width: calc(40% - 55px);}
    .menu > .menu_links > a {margin-right: 23px;}
    .desktop_menu_bottom .write_us {margin-left: 20px;}
    .desktop_menu_links .title {font-size: var(--font-20);}
    .desktop_menu_links .link a {font-size: var(--font-20);}
    .desktop_menu_bottom .write_us span {font-size: var(--font-20);}
}

@media only screen and (max-width: 1024px) {
    #mobile_menu .socials {display: block;}
    #menu {padding: 12px 0; height: 70px; background: #FFFFFFB2; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);}
    #menu.white_color {-webkit-backdrop-filter: blur(0); backdrop-filter: blur(0);}
    #menu.blur {-webkit-backdrop-filter: blur(25px) !important; backdrop-filter: blur(25px) !important; background: rgba(255, 255, 255, 0.20) !important;}
    #menu.open {background: transparent; -webkit-backdrop-filter: blur(0); backdrop-filter: blur(0);}
    #menu.white_color.blur:not(.open) {transform: translateY(-100%);}
    .menu > .menu_links {display: none;}
    .menu > .phone {font-size: 17px; order: 2;}
    .menu > .phone > span:nth-child(1) {}
    .menu > .phone > span:nth-child(2) {display: none;}
    .menu > .logo {width: 185px; order: 2; margin-right: 0;}
    .menu > .logo > img {width: 185px; margin: 0 auto;}
    .menu > .burger_section {order: 1; width: 52px;}
    .menu > .burger_section > i {font-size: 18px; width: 32px; text-align: center;}
    .burger_section > span {display: none;}
    .menu > .mobile_menu_icon {order: 3;}
    #mobile_menu .request_btn_wrap {max-width: 500px;}
    .menu > .mobile_menu_icon.tg {margin-left: 8px;}
    .menu > .mobile_menu_icon {display: block; width: 32px; height: 32px; margin-left: 8px;}
    .menu > .mobile_menu_icon > svg {display: block; width: 32px; height: 32px; color: #111111; transition: .3s ease-in-out;}
    #menu.blur.open a, #menu.blur.open .burger_section > span, #menu.blur.open .menu > .phone {color: #111111;}
    #menu.white_color.open a, #menu.white_color.open .burger_section > span, #menu.white_color.open .menu > .phone {color: #111111;}
    #menu.white_color .menu > .mobile_menu_icon > svg {color: #FFFFFF !important;}
    #menu.open .menu > .mobile_menu_icon > svg {color: #111111 !important;}
    #menu.white_color.open .menu > .logo > img {filter: none;}
    #menu.blur.open .menu > .logo > img {filter: none;}
    #menu.blur.open .menu-btn div {background-color: #111111;}
    #menu.white_color.open .menu-btn div {background-color: #111111;}
}

@media only screen and (max-width: 380px) {
    #menu {height: 56px;}
}


/* ------------------------------- HEADER ------------------------------- */

/* common */

.header {padding: 16vh var(--padding-in) 0; min-height: 700px; height: calc(100vh - 90px); position: relative; overflow: hidden; margin-top: 32px;}
.header > img.main, .header > video {
    width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; z-index: 0;
}
.header::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); z-index: 1;}
.header > img.bonus {position: absolute; right: 120px; top: 0; width: 140px; z-index: 2;}
.header > h1 {
    position: absolute; bottom: calc(60vh + var(--font-140) + 15px); z-index: 1; font-family: 'EuclidFlex', sans-serif;
    font-size: var(--font-20); color: #FFFFFF; text-transform: uppercase; padding-left: 12px;
}
.header > .title {
    position: absolute; bottom: 60vh; z-index: 1; font-family: 'EuclidFlex', sans-serif;
    font-size: var(--font-140); color: #FFFFFF;
}

.header_sep {position: absolute; bottom: 58vh; left: 0; height: 1px; width: 100%; z-index: 1; background: #fff;}

.header_info {max-width: 830px; min-width: 270px; width: 50%; position: absolute; bottom: calc(60vh - var(--font-20) - 15px); z-index: 1; padding-left: 12px;}
.header_info > p {color: #FFFFFF; font-size: var(--font-20);}

.header_info_2 {
    position: absolute; right: var(--padding-in); bottom: 10vh; max-width: 375px; z-index: 1;
}
.header_info_2 > p {
    color: #FFFFFF; font-size: var(--font-30); font-weight: 500; line-height: 100%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
    .header > img.bonus {width: auto; height: 15vh;}
}

@media only screen and (max-width: 1024px) {
    .header {padding: 10vh var(--padding-in) 0; min-height: calc(100vh - 124px); margin-top: 20px;}
    .header > h1 {font-size: 12px; position: relative; bottom: initial; line-height: 120%; z-index: 2; max-width: 240px; padding-left: 0;}
    .header > .title {font-size: 60px; position: relative; bottom: initial; line-height: 100%; letter-spacing: 0; z-index: 2; margin-top: 20px;}
    .header_sep {display: none;}
    .header_info {position: relative; bottom: initial; left: initial; width: 100%; max-width: 500px; font-size: 14px; padding-left: 0; margin-top: 20px;}
    .header_info > p {padding-top: 0; font-size: 14px;}
    .header_info > p > br {display: none;}
    .header_info > .btn_primary_wrap {margin-top: 20px;}
    .header > img.bonus {width: 90px; height: auto; right: 8px; z-index: 1;}
    .header_info_2 {bottom: calc(10vh + 180px); right: unset; width: calc(100% - 32px);}
    .header_info_2 > p {font-size: 22px; padding-left: 12px; margin-bottom: 20px;}
}

@media only screen and (max-width: 1024px) and (max-height: 800px) {
    .header {padding: 8vh var(--padding-in) 0; min-height: 700px;}
}


/* slider */

.header_slider {position: absolute; bottom: 10vh; z-index: 1; max-width: 430px; border-bottom: 1px solid #FFFFFF;}

#header_slider_title {
    padding-bottom: 32px; color: #FFFFFF; font-size: var(--font-22); font-weight: 500; display: flex; align-items: center;
    border-bottom: 1px solid #FFFFFF;
}
#header_slider_title > i {font-size: 24px; margin-right: 14px;}

#header_slider_items {
    display: flex; flex-direction: column; position: relative; top: -1px; height: 91px; overflow: hidden;
    border-top: 1px solid #FFFFFF;
}
#header_slider_items_wrap {position: relative; will-change: transform; transition: transform 0.8s ease-in-out;}
#header_slider_items_wrap.instant {transition: none;}
#header_slider_items_wrap > span {
    display: flex; align-items: center; height: 90px; color: #FFFFFF; font-size: var(--font-22); font-weight: 300;
}
#header_slider_items_wrap > span > i {font-size: 24px; margin-right: 14px;}

@media only screen and (max-width: 1024px) {
    .header_slider {max-width: 400px; width: calc(100% - var(--padding-in) * 2);}
    #header_slider_title {font-size: 18px; padding-bottom: 20px;}
    #header_slider_items {height: 91px;}
    #header_slider_items_wrap > p {padding: 20px 0;}
}

@media only screen and (max-width: 360px) {
    .header_slider {bottom: 4vh;}
    #header_slider_items_wrap > span {font-size: var(--font-20);}
}

/* ------------------------------- HARMONY ------------------------------- */

.harmony {padding: 60px var(--padding-in) 0;}
.harmony > h2 {font-size: var(--font-60); font-weight: 500; line-height: 114%;}
.harmony_desc {font-size: var(--font-18); color: #111111; margin-top: 30px; line-height: 120%;}

.harmony_stats {display: flex; -webkit-justify-content: flex-end; margin-top: 90px; gap: 100px;}
.harmony_stats > div {width: auto; max-width: 300px;}
.harmony_stats > div > .title {
    font-family: 'EuclidFlex', sans-serif; font-size: var(--font-80); font-weight: 500; white-space: nowrap;
    color: #111111; line-height: 100%; display: flex; align-items: baseline; gap: 12px;
}
.harmony_stats > div > .title > small {font-size: var(--font-28); font-weight: 400; line-height: 100%; white-space: nowrap;}
.harmony_stats > div > .title > span {font-size: var(--font-40); font-weight: 500; line-height: 100%; white-space: nowrap;}
.harmony_stats > div > .desc {font-size: var(--font-17); color: #111111; margin-top: 14px; line-height: 120%;}

.harmony_info {display: flex; margin-top: var(--margin-block); padding: 0 var(--padding-in);}
.harmony_info > img {width: calc(100% - min(50%, 626px)); object-fit: cover;}
.harmony_info > div {width: 50%; max-width: 626px; padding-left: 20px; display: flex; flex-direction: column;}
.harmony_info > div > .title {font-family: 'EuclidFlex', sans-serif; font-size: var(--font-40); font-weight: 500; color: #111111; line-height: 100%;}
.harmony_info > div > .desc {font-size: var(--font-17); color: #111111; margin-top: 48px; line-height: 120%; max-width: 450px;}

.harmony_title {font-size: var(--font-90); font-weight: 500; padding: 60px var(--padding-in) 0;}

@media only screen and (max-width: 1024px) {
    .harmony {padding: 40px 0 0;}
    .harmony > h2 {font-size: 34px;}
    .harmony_desc {font-size: 17px; margin-top: 20px;}
    .harmony_desc > br {display: none;}

    .harmony_stats {flex-wrap: wrap; margin-top: 40px; gap: 40px;}
    .harmony_stats > div {width: calc(50% - 20px); max-width: 100%;}
    .harmony_stats > div:last-child {width: 100%;}
    .harmony_stats > div > .title {font-size: 34px;}
    .harmony_stats > div > .title > span {font-size: 20px;}
    .harmony_stats > div > .title > small {font-size: 20px;}
    .harmony_stats > div > .desc {font-size: 12px; margin-top: 8px;}

    .harmony_info {flex-direction: column-reverse; padding: 0; margin-top: 70px;}
    .harmony_info > img {width: 100%;}
    .harmony_info > div {width: 100%; padding: 0 0 40px;}
    .harmony_info > div > .title {font-size: 22px;}
    .harmony_info > div > .desc {font-size: 17px; margin-top: 20px;}

    .harmony_title {font-size: 34px; padding: 40px 0 0;}
}

/* ------------------------------- ENVIRONMENT ------------------------------- */

.environment {padding: var(--margin-block) var(--padding-in) 0;}
.environment > h2:first-child {font-size: var(--font-60); font-weight: 500; line-height: 100%;}
.environment_desc {font-size: var(--font-17); color: #111111; margin-top: 30px; line-height: 120%; max-width: 605px;}

.environment_grid {display: flex; flex-wrap: wrap; gap: 20px; margin-top: 60px;}
.environment_card {padding: 24px; background: #EFEFEF; width: calc(50% - 10px); display: flex; gap: 50px;}
.environment_card > img {max-width: 290px; width: 40%; object-fit: cover;}
.environment_card > div {width: 100%; display: flex; flex-direction: column;}
.environment_card_header {display: flex; align-items: center; gap: 10px; margin-bottom: 20px; margin-top: 20px;}
.environment_card_num {font-size: var(--font-17); font-weight: 500; color: #868686; text-transform: uppercase;}
.environment_card_dot {font-size: var(--font-17); font-weight: 500; color: #868686;}
.environment_card_label {font-size: var(--font-17); font-weight: 500; color: #868686; text-transform: uppercase;}
.environment_card > div > h3 {margin-top: auto; font-family: 'EuclidFlex', sans-serif; font-size: var(--font-22); font-weight: 500; color: #111111; line-height: 100%; margin-bottom: 8px;}
.environment_card > div > p {font-size: var(--font-17); color: #111111; line-height: 120%;}

.environment_quote {
    font-size: var(--font-40); font-weight: 500; line-height: 114%; padding: 60px 0 0;
    width: calc(50% - 10px); margin-left: auto;
}
.environment_quote > span {max-width: 606px; display: block;}

@media only screen and (max-width: 1024px) {
    .environment {padding: 60px 0 0;}
    .environment > h2:first-child {font-size: 34px;}
    .environment_desc {font-size: 14px; margin-top: 12px; max-width: 100%;}

    .environment_grid {margin-top: 40px;}
    .environment_card {padding: 16px; gap: 20px; width: 100%; flex-direction: column;}
    .environment_card_header {margin-bottom: 20px; margin-top: 0;}
    .environment_card_num {font-size: 14px;}
    .environment_card_dot {font-size: 14px;}
    .environment_card_label {font-size: 14px;}
    .environment_card > img {width: 100%; max-width: 500px; max-height: 220px;}
    .environment_card > div > h3 {font-size: 20px; margin-bottom: 8px;}
    .environment_card > div > p {font-size: 14px;}

    .environment_quote {font-size: 22px; padding: 40px 0 0; text-align: left; width: 100%; max-width: 100%;}
}

/* ------------------------------- PLOTS ------------------------------- */

.plots {display: flex; padding: var(--margin-block) var(--padding-in) 0; gap: 40px;}
.plots_left {width: 35%; min-width: 300px; flex-shrink: 0;}
.plots_left > div {position: sticky; top: 100px;}
.plots_left h2 {font-size: var(--font-60); font-weight: 500; line-height: 100%;}
.plots_desc {font-size: var(--font-17); color: #111111; margin-top: 30px; line-height: 120%; max-width: 320px;}
.plots_left .btn_primary_wrap {margin-top: 30px;}

.plots_grid {display: grid; grid-template-columns: 1fr 1fr; gap: 20px; width: 65%;}
.plots_card .img {overflow: hidden;}
.plots_card img {width: 100%; display: block; object-fit: cover; transition: transform .6s ease-in-out;}
.plots_card:hover img {transform: scale(1.15);}
.plots_card > h3 {font-family: 'EuclidFlex', sans-serif; font-size: var(--font-22); font-weight: 500; color: #111111; line-height: 100%; margin-top: 30px;}
.plots_card > p {font-size: var(--font-17); color: #111111; line-height: 120%; margin-top: 8px;}

@media only screen and (max-width: 1024px) {
    #plots {overflow: hidden;}
    .plots {flex-direction: column; padding: 60px 0 0; gap: 40px;}
    .plots_left {width: 100%; min-width: 0;}
    .plots_left h2 {font-size: 34px;}
    .plots_desc {font-size: 17px; margin-top: 20px;}
    .plots_left .btn_primary_wrap {margin-top: 40px;}

    .plots_grid {width: 100%; gap: 16px; display: block;}
    .plots_card {margin-right: 10px; width: 80%; max-width: 400px;}
    .plots_card > h3 {font-size: 20px; margin-top: 18px;}
    .plots_card > p {font-size: 14px; margin-top: 8px;}
}

/* ------------------------------- LIFE ------------------------------- */

.life {padding: var(--margin-block) var(--padding-in) 0;}
.life > h2 {font-size: var(--font-60); font-weight: 500; line-height: 114%;}
.life_desc {font-size: var(--font-18); color: #111111; margin-top: 16px; line-height: 150%;}

.life_grid {display: flex; gap: 0; margin-top: 60px;}
.life_card {flex: 1; position: relative; overflow: hidden;}
.life_card > img {width: 100%; object-fit: cover; display: block;}
.life_card::before {
    content: ''; display: block; position: absolute;top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3);
    opacity: 0; transition: opacity 0.3s ease-in-out;
}
.life_card:hover::before {opacity: 1;}
.life_card_label {position: absolute; top: 60%; left: 0; width: 100%; padding: 0;}
.life_card_label > span {
    font-family: 'EuclidFlex', sans-serif; font-size: var(--font-40); font-weight: 500; color: #FFFFFF;
    display: block; line-height: 100%; padding-bottom: 28px; text-align: center;
}
.life_card_line {width: 100%; height: 1px; background: #FFFFFF; position: relative;}
.life_card_line::after {content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; border-radius: 50%; background: #FFFFFF;}
.life_card_desc {opacity: 0; transition: .3s ease-in-out; text-align: center; color: #FFFFFF; margin: 24px auto 0; line-height: 120%;}
.life_card:hover .life_card_desc {opacity: 1;}

@media only screen and (max-width: 1024px) {
    .life {padding: 90px 0 0;}
    .life > h2 {font-size: 34px;}
    .life_desc {font-size: 14px; margin-top: 12px;}
    .life_desc > br {display: none;}
    .life_card > img {max-height: 300px; object-fit: cover; object-position: top;}
    .life_card:hover::before {opacity: 0;}
    .life_card_desc {opacity: 1;}
    .life_grid {flex-direction: column; gap: 0; margin-top: 30px; max-width: 600px;}
    .life_card_label {padding: 0 37px 30px; top: auto; bottom: 0;}
    .life_card_label > span {font-size: 28px; color: #FFFFFF; padding-bottom: 0; text-align: left;}
    .life_card_line {display: none;}
    .life_card_desc {display: block; font-size: 17px; color: #FFFFFF; line-height: 120%; margin-top: 10px; text-align: left;}
}

/* ------------------------------- ACQUAINTANCE ------------------------------- */

.acquaintance {padding: var(--margin-block) var(--padding-in) 0;}
.acquaintance > h2 {font-size: var(--font-60); font-weight: 500; line-height: 100%;}

.acquaintance_grid {display: flex; gap: 0; margin-top: 100px;}
.acquaintance_card {flex: 1; padding-right: 0;}
.acquaintance_card:last-child {padding-right: 0;}

.acquaintance_marker {position: relative; margin-bottom: 30px;}
.acquaintance_dot {width: 13px; height: 13px; border-radius: 50%; background: #111111;}
.acquaintance_line {width: 100%; height: 1px; background: #111111; margin-top: 20px;}

.acquaintance_num {font-size: 17px; color: #111111; display: block; margin-bottom: 28px;}
.acquaintance_card > h3 {font-family: 'EuclidFlex', sans-serif; font-size: 22px; font-weight: 500; color: #111111; line-height: 100%; margin-bottom: 14px;}
.acquaintance_meta {font-size: 14px; color: #868686; line-height: 120%; margin-bottom: 16px;}
.acquaintance_text {font-size: 17px; color: #111111; line-height: 120%; max-width: 275px;}

@media only screen and (max-width: 1024px) {
    #acquaintance {overflow: hidden;}
    .acquaintance {padding: 90px 0 0;}
    .acquaintance > h2 {font-size: 34px;}

    .acquaintance_grid {display: block; margin-top: 40px; gap: 0;}
    .acquaintance_num {font-size: 17px; margin-bottom: 12px;}
    .acquaintance_card {width: 320px;}
    .acquaintance_card > h3 {font-size: 20px; margin-bottom: 10px;}
    .acquaintance_meta {font-size: 14px; margin-bottom: 12px;}
    .acquaintance_text {font-size: 17px;}
}

/* ------------------------------- ABOUT MAP ------------------------------- */

#about {margin-top: var(--margin-block);}
.about_map {background: #EBEBEC; display: flex; align-items: center; position: relative;}
.about_map > div {padding: 100px 0 100px var(--padding-in);}
.about_map > div > .desc {font-size: var(--font-26); padding-top: 24px;}
.about_map > div > .times {margin-top: 160px; display: flex;}
.about_map > div > .times > div {display: flex; align-items: flex-start; margin-right: 120px;}
.about_map > div > .times > div:last-child {margin-right: 0;}
.about_map > div > .times > div > i {font-size: 100px; color: #0C0C54; margin-right: 20px;}
.about_map > div > .times > div > div > .title {font-size: var(--font-50); font-weight: 500;}
.about_map > div > .times > div > div > .title > span {font-size: var(--font-90);}
.about_map > div > .times > div > div > .desc {font-size: var(--font-20); max-width: 260px; padding-top: 20px;}
.about_map > div > .times > div > div > .desc > i {cursor: pointer; color: #7F7F7F;}
.about_map > lottie-player {width: 50%; height: 100%; object-fit: contain; position: absolute; right: 0; pointer-events: none;}

@media only screen and (max-width: 1024px) {
    .about_map > div {padding: 40px var(--padding-in); margin: 0; width: 100%;}
    .about_map > div > .desc {font-size: 17px; padding-top: 20px;}
    .about_map > div > .times {margin-top: 40px; max-width: 360px;}
    .about_map > div > .times > div {margin-right: 0; width: 50%;}
    .about_map > div > .times > div:last-child {width: 100%;}
    .about_map > div > .times > div > i {font-size: 30px; margin-right: 12px;}
    .about_map > div > .times > div > div > .title {font-size: 28px; padding-top: 0;}
    .about_map > div > .times > div > div > .title > span {font-size: 28px;}
    .about_map > div > .times > div > div > .desc {padding-top: 8px; font-size: 14px;}
    .about_map > lottie-player {position: relative; width: 100%; padding-bottom: 40px; margin: 0; max-width: 400px;}
}

@media only screen and (max-width: 700px) {
    .about_map {flex-direction: column;}
    .about_map > div {max-width: 400px;}
}

/* ------------------------------- PLAN ------------------------------- */

#plan_section {padding-top: var(--margin-block);}
.plan_section {overflow: inherit; position: relative;}
.plan_title {display: none;}
.plan_desc {display: none;}

#plan_wrapper {width: 100%; display: block;}

#plan_left {width: 100%; padding-bottom: 40px;}
#plan_left > .header_info_btn {
    margin: auto 0 0 0; height: 50px; line-height: 50px; width: 100%; padding: 0 10px; font-size: 14px;
    white-space: nowrap; max-width: 210px;
}
#plan_right {width: 100%; overflow: hidden;}

#plan_left h2 {padding: 0 var(--padding-in); font-size: var(--font-60); font-weight: 500;}
#plan_left p {padding: 0 var(--padding-in); font-size: 17px; margin-top: 30px; display: flex; gap: 160px;}
#plan_left .plan_desc {padding: 30px var(--padding-in) 0; font-size: 17px;}
.plan_menu {display: flex; flex-wrap: wrap; padding: 48px var(--padding-in) 0;}
.plan_menu > a {
    border: 1px solid #D9D9D9; line-height: 30px; font-size: 14px; padding: 0 10px; margin-right: 8px; border-radius: 0;
    position: relative; margin-bottom: 8px; cursor: pointer; text-decoration: none; color: #232323; display: flex; align-items: center;
    transition: all 0.35s ease-out;
}
.plan_menu > a.new {width: fit-content; border: 1px solid #FF7700;}
.plan_menu > a.new > img {width: 12px; display: block; margin-right: 8px;}
.plan_menu > a.new:hover {background-color: #FF770033; border-color: #FF7700;}
.plan_menu > a.new.active, .plan_menu > a.new:hover.active {background-color: #FF7700; border-color: #FF7700; color: #FFFFFF;}
.plan_menu > a:hover {background-color: #0C0C54; border-color: #0C0C54; color: #FFFFFF;}
.plan_menu > a.active, .plan_menu > a:hover.active {background-color: #CCCCCC66; border-color: #CCCCCC66;}

#block_small_responsive {display: none;}

@media only screen and (max-width: 1250px) {
    .plan_bg {z-index: -2000;}
}

@media only screen and (max-width: 1000px) {
    #plan_section {overflow: hidden;}
    .plan_section {padding: 0;}
    .plan_bg {bottom: -20px; width: 100%; top: 50px; border-radius: 0;}
    #plan_left {display: none;}
    #plan_right {width: 100%; display: block;}
    .plan_menu {width: 100%; user-select: none; text-align: left; padding-top: 0; padding-bottom: 8px;}
    .plan_menu .active {border: 1px solid #34A8E9;}
    #block_small_responsive {display: block; margin-top: 12px;}
}

@media only screen and (max-width: 1000px) {
    .plan_title {padding: 0 16px; margin-bottom: 20px; font-weight: 500; font-size: 34px; display: block;}
    .plan_desc {padding: 0 16px; margin-bottom: 40px; font-size: 17px; display: block;}
    .plan_menu > a {font-size: 12px;}
    /* #plan_right {overflow-x: auto;} */
}

#plan_block {width: 100%; height: 100%; position: relative; display: block; z-index: 11;}
#plan_block.modal {width: calc(80% - 64px); height: auto; overflow: hidden;}
#plan_wrap {width: 100%; height: 100%;}
#block_plan {cursor: default; width: 100%; height: auto;}
#plan_pan {width: 100%; min-width: 100%; height: auto; overflow: hidden;}

@media only screen and (min-width: 1830px) {
    #block_plan {height: 100%; width: 100%;}
}

@media only screen and (max-width: 1080px) {
    #block_plan {width: 100%; border-radius: 0;}
    #plan_block {height: 100%; max-width: 100vw;}
}

@media only screen and (max-width: 1000px) {
    #block_plan {width: 100%; height: auto;}
    #plan_wrap {width: 100%; min-width: 100%; height: auto; overflow: hidden;}
}

@media only screen and (max-width: 800px) {
    #block_plan {width: 100%;}
    #plan_block.modal {width: 100%;}
}

@media only screen and (max-width: 800px) {
    /* #plan_block {width: calc(100vh * 16 / 9); max-width: none;} */
}


.land-free {fill: rgba(39, 199, 107, 0); stroke: rgba(39, 199, 107, 0);}
.selected-free {fill: rgba(39, 199, 107, 0.4); stroke: rgba(39, 199, 107, 1);}
.land-occupied {fill: rgba(241, 193, 0, 0); stroke: rgba(241, 159, 0, 0);}
.number-occupied {fill: rgba(241, 193, 0, 1); stroke: #f19f00;}
.selected-occupied {fill: rgba(241, 193, 0, 1); stroke: rgba(241, 159, 0, 1);}
.land-sold {fill: rgba(255, 12, 28, 0); stroke: rgba(255, 58, 61, 0);}
.selected-sold {fill: rgba(150, 149, 153, 1); stroke: rgba(96, 100, 111, 1);}
.number-sold {fill: rgba(189, 189, 190, 1); stroke: rgba(129, 132, 138, 1);}

.info_block {
    position: absolute; background: #fff; padding: 10px; font-size: 14px; line-height: 16px; border-radius: 8px; opacity: 0;
    visibility: hidden; -webkit-transition: opacity .7s ease-in-out; transition: opacity .7s ease-in-out; user-select: none;
}
.info_block.active {
    display: block; visibility: visible; opacity: 1; -webkit-transition: opacity .7s ease-in-out; transition: opacity .7s ease-in-out;
}

.info_block .title {color: #000; display: block; font-weight: 500; font-size: 14px; margin-bottom: 0;}
.info_block .text-grey {display: block; color: #828282; font-size: 12px;}
.info_block .text-green {display: block; color: #2B983C; font-size: 14px; font-weight: 500; margin-top: 8px; text-transform: uppercase;}
.info_block .text-red {display: block; color: #C74022; font-size: 14px; font-weight: 500; margin-top: 8px; text-transform: uppercase;}
.info_block .text-orange {display: block; color: #E6AB38; font-size: 14px; font-weight: 500; margin-top: 8px; text-transform: uppercase;}
.info_block .price {color: #2B983C; font-size: 14px; font-weight: 500;}
.info_block .btn_primary_wrap {display: none;}
.info_block .modal_popup_close {display: none;}

.info_block_photo {padding: 3px; border-radius: 9px;}
.info_block .photo {display: flex;}
.info_block .photo > img {display: flex; max-width: 200px; width: 100%; border-radius: 8px; overflow: hidden;}
.info_block_photo .title {max-width: 200px; padding: 7px 10px 5px 10px;}

.info_block.mobile {padding: 32px 24px; width: 300px; display: flex; flex-direction: column;}
.info_block.mobile .title {color: #1A2A41; font-size: 22px; margin-bottom: 5px; font-weight: 500; order: 2;}
.info_block.mobile .text-grey {font-size: 22px; margin-bottom: 5px; font-weight: 500; order: 3;}
.info_block.mobile .price {font-size: 28px; color: #2CAFF9; order: 4; margin-bottom: 16px;}
.info_block.mobile .text-green {
    width: fit-content; font-size: 16px !important; font-weight: 500; color: #2B983C; border-radius: 16px;
    border: 1px solid #2B983C; background: #E0FFE4; padding: 6px 10px; order: 1; margin-top: 0; margin-bottom: 16px;
}
.info_block.mobile .text-red {
    width: fit-content; font-size: 16px !important; font-weight: 500; color: #C74022; border-radius: 16px;
    border: 1px solid #C74022; background: #FFE2DB; padding: 6px 10px; order: 1; margin-top: 0; margin-bottom: 16px;
}
.info_block.mobile .text-orange {
    width: fit-content; font-size: 16px !important; font-weight: 500; color: #E6AB38; border-radius: 16px;
    border: 1px solid #E6AB38; background: #FFF7E7; padding: 6px 10px; order: 1; margin-top: 0; margin-bottom: 16px;
}
.info_block.mobile .btn_primary_wrap {
    display: block; order: 5; height: 54px; line-height: 54px; transition: none;
}
.info_block.mobile .modal_popup_close {right: 16px; top: 16px; display: flex;}

#zoom_block {position: absolute; top: 20px; left: 1%; z-index: 100;}
#zoom_in, #zoom_out {cursor: pointer; width: 36px; height: 36px; display: block;}
#zoom_in {margin-bottom: 10px;}
#swipe_block {display: none; z-index: 999;}

@media only screen and (max-width: 1080px) {
    #plan_block_small {display: none;}
    #block_small_responsive {width: 100%; overflow: hidden; padding: 0;}
    #zoom_block {top: 10%;}
    #swipe_block {
        display: none; width: 48px; height: 48px; position: absolute; bottom: 10%; left: 50%; transform: translate(-50%, 0);
    }
}

@media only screen and (max-width: 800px) {
    #zoom_block {display: none;}
    #swipe_block {display: none;}
    .info_block {padding: 6px 8px;}
    .info_block .title {font-size: 10px; border-radius: 3px;}
    .info_block .text-green, .info_block .text-grey, .info_block .text-red,
    .info_block .text-orange, .info_block .price {font-size: 10px;}
    .info_block .text-green, .info_block .text-red, .info_block .text-orange {margin-top: 4px;}
    .text-grey {margin-bottom: 8px;}
    .info_block_photo {padding: 1px; border-radius: 3px;}
    .info_block .photo > img {max-width: 90px; border-radius: 2px; overflow: hidden;}
    .info_block_photo .title {padding: 3px 6px 3px 6px; max-width: 90px; font-size: 10px;}
    .info_block_photo.mobile .title {padding: 0; max-width: 100%;}
}

@media only screen and (max-width: 420px) {
    #zoom_block {top: 25px; right: 25px; left: auto;}
    #swipe_block {bottom: 20px;}
    #zoom_in, #zoom_out {width: 46px; height: 46px;}
    #zoom_in {margin-bottom: 14px;}
}

/* ------------------------------- MUSIC ------------------------------- */

#music {position: relative; margin-top: var(--margin-block);}
#music > img {display: block;}
#music > img.light {position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.5s ease-in-out;}
#music.play > img.light {opacity: 1;}
#music > .wrap {height: 100%; width: 100%; max-width: 100%; position: absolute; top: 0; left: 0; color: #FFFFFF;}
#music > .wrap > .music {
    max-width: 500px; height: 100%; margin: 0 auto; display: flex; flex-direction: column;
    -webkit-justify-content: center; transition: .6s ease-in-out .6s;
}
#music > .wrap > .music > h2 {font-size: var(--font-60); color: #FFFFFF; text-align: center; line-height: 100%; margin: auto 0 auto;}
#music > .wrap > .music > .desc {font-size: var(--font-17); text-align: center; color: #FFFFFF; max-width: 450px; margin: auto auto;}
#music > .wrap > .music > .music_controller {position: relative;}
#music > .wrap > .music > .music_controller > img {display: block; object-fit: none; object-position: left;}
#music > .wrap > .music > .music_controller > img.light {
    position: absolute; left: 0; top: 0; height: 100%; width: 0;
    transition: width .1s linear;
}
#music > .wrap > .music > .music_btn {
    margin-top: 50px; border: 1px solid #FFFFFF; background: #11111180; color: #FFFFFF;
    padding: 10px 20px; border-radius: 50px; font-size: 17px; display: flex; align-items: center; gap: 10px;
    -webkit-justify-content: center; cursor: pointer;
}

#music > .wrap > .music_loco {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column;
    -webkit-justify-content: center; opacity: 0; visibility: hidden; transition: opacity .6s ease-in-out .0s, visibility .6s ease-in-out .0s;
}
#music > .wrap > .music_loco > h2 {font-size: var(--font-60); color: #FFFFFF; text-align: center; line-height: 100%;}
#music > .wrap > .music_loco > h2 > span {display: block;}
#music > .wrap > .music_loco > .btn_primary_wrap {margin: 65px auto 0; width: 375px;}
#music.scroll > .wrap > .music {opacity: 0; transition-delay: 0s;}
#music.scroll > .wrap > .music_loco {opacity: 1; visibility: visible; transition-delay: 0.6s; }

@media only screen and (max-width: 1024px) {
    #music {padding: 0 8px;}
    #music > img {min-height: 600px; height: calc(100vh - 90px); object-fit: cover;}
    #music > img.light {left: 8px; right: 8px; width: calc(100% - 16px);}
    #music > .wrap > .music {max-width: 280px;}
    #music > .wrap > .music > h2 {font-size: 34px;}
    #music > .wrap > .music > .music_btn {font-size: 14px; padding: 10px 30px; border: none;}
    #music > .wrap > .music_loco > h2 {font-size: 34px; display: flex; flex-direction: column; gap: 1rem;}
    #music > .wrap > .music_loco > .btn_primary_wrap {width: 328px;}
}

/* ------------------------------- IMPORTANT ------------------------------- */

#important {margin-top: var(--margin-block);}
.important {background: #111111; padding: 80px var(--padding-in);}
.important_top {display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 20px; align-items: start;}
.important_title {max-width: 325px; margin: 0 auto; height: 100%; display: flex; flex-direction: column;}
.important_title > h2 {font-size: var(--font-40); font-weight: 500; color: #FFFFFF; line-height: 100%; margin: auto 0;}
.important_title > img {display: block; margin: auto 0;}
.important_img_center {height: 100%;}
.important_img_center > video {max-width: 520px; width: 100%; height: 100%; object-fit: cover; display: block; margin: 0 auto;}
.important_right > img {width: 100%; object-fit: cover; display: block; margin-bottom: 70px; padding-left: 30%;}
.important_right_text > h3 {font-family: 'EuclidFlex', sans-serif; font-size: var(--font-22); font-weight: 500; color: #FFFFFF; line-height: 100%; margin-bottom: 20px;}
.important_right_text > p {font-size: var(--font-17); color: #FFFFFF; line-height: 120%;}

@media only screen and (max-width: 1024px) {
    .important {padding: 40px var(--padding-in);}
    .important_top {display: flex; flex-direction: column; gap: 24px;}
    .important_title {max-width: 400px; width: 100%; margin: 0;}
    .important_title > h2 {font-size: 28px;}
    .important_title > img {max-width: 160px; margin-left: auto; margin-top: 40px;}
    .important_img_center {width: 100%; max-width: 400px;}
    .important_img_center > video {max-height: 308px;}
    .important_right {display: flex; flex-direction: column-reverse; max-width: 400px;}
    .important_right > img {margin-bottom: 0; margin-top: 40px; padding-left: 0; max-width: 160px;}
    .important_right_text > h3 {font-size: 20px; margin-bottom: 8px;}
    .important_right_text > p {font-size: 17px;}
}
/* ------------------------------- VISIT ------------------------------- */

.notice {opacity: 0; z-index: 0; background: rgba(0, 0, 0, 0.5); color: #FFFFFF; font-size: 17px; border-radius: 0; position: fixed; bottom: -200px; right: 20px; padding: 20px; transition: .5s ease-in-out;}
.notice.active {opacity: 1; z-index: 2; bottom: 20px;}

#visit {margin-top: var(--margin-block);}
.visit {display: flex; gap: 40px; align-items: flex-start; -webkit-justify-content: space-between; padding: 0 var(--padding-in);}
.visit_left {flex: 1; max-width: 608px; display: flex; flex-direction: column;}
.visit_left > h2 {font-size: var(--font-60); line-height: 100%; margin-bottom: 30px;}
.visit_meta {font-size: 14px; color: #888888; line-height: 120%; margin-bottom: 40px;}
.visit_text {margin-bottom: 60px;}
.visit_text > p {font-size: 17px; color: #111111; line-height: 120%; margin-bottom: 30px;}
.visit_text > p:last-child {margin-bottom: 0;}
.visit_left > .btn_primary_wrap {width: 375px;}
.visit_right {flex: 1; position: relative; overflow: hidden; min-height: 500px; max-width: 765px;}
.visit_right > img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.visit_card {position: relative; z-index: 1; padding: 90px 80px; color: #FFFFFF; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.visit_card_header {display: flex; align-items: center; gap: 16px; font-size: 17px; text-transform: uppercase; margin-bottom: 60px;}
.visit_dot {width: 10px; height: 10px; background: #FFFFFF; border-radius: 50%; display: inline-block;}
.visit_card > h3 {font-family: 'EuclidFlex', sans-serif; font-size: 34px; font-weight: 500; color: #FFFFFF; line-height: 100%; margin-bottom: 60px;}
.visit_card_row {display: flex; align-items: flex-start; gap: 30px; margin-bottom: 30px;}
.visit_card_row:last-child {margin-bottom: 0;}
.visit_card_label {font-size: 17px; font-weight: 500; text-transform: uppercase; color: #FFFFFF; white-space: nowrap; min-width: 140px;}
.visit_card_value {font-size: 17px; color: #FFFFFF; line-height: 120%;}
.visit_card_value > a {color: #FFFFFF; text-decoration: none;}
.visit_coords {text-decoration: underline !important; display: flex; align-items: center; gap: 8px; margin-top: 4px;}
.visit_coords > i {font-size: 14px;}
.visit_socials {display: flex; gap: 20px; align-items: center;}
.visit_social_icon {display: flex; align-items: center; justify-content: center; color: #FFFFFF; text-decoration: none; font-size: 20px;}

@media only screen and (max-width: 1300px) {
    .visit_card {padding: 32px 20px;}
}

@media only screen and (max-width: 1024px) {
    .visit {flex-direction: column; gap: 40px; padding: 0;}
    .visit_left > h2 {font-size: 34px; margin-bottom: 20px;}
    .visit_meta {margin-bottom: 20px;}
    .visit_text {margin-bottom: 20px;}
    .visit_text > p {font-size: 17px; margin-bottom: 20px;}
    .visit_left > .btn_primary_wrap {width: 100%;}
    .visit_right {width: 100%; min-height: 600px;}
    .visit_card {padding: 32px 20px;}
    .visit_card > h3 {font-size: 22px; margin-bottom: 30px;}
    .visit_card_row {flex-direction: column; gap: 10px; margin-bottom: 24px;}
    .visit_card_label {min-width: unset; font-size: 14px; font-weight: 500;}
    .visit_card_value {font-size: 17px;}
    .visit_card_header {font-size: 14px; margin-bottom: 30px;}
}

/* ------------------------------- HORIZON ------------------------------- */

#horizon {margin-top: var(--margin-block); padding-bottom: var(--margin-block);}
.horizon {
    position: relative; display: flex; align-items: center; justify-content: center;
    padding: 0 0 300px;
}
.horizon_title {font-size: 130px; font-weight: 500; line-height: 100%; text-align: center; color: #111111; position: relative;}
.horizon_title > span:nth-child(1) {z-index: 1; position: relative;}
.horizon_title > span:nth-child(2) {z-index: 3; position: relative}
.horizon_line {display: block;}
.horizon_img {position: absolute; z-index: 2; top: 90px; left: 50%; transform: translate(-50%, 0); width: 610px;}
.horizon_img > img {width: 100%; height: 100%; object-fit: cover; display: block;}
.horizon .anim_text {opacity: 0; transform: translateY(50%); transition: .6s ease-in-out;}
.horizon .anim_text.is-inview {opacity: 1; transform: translateY(0);}
.horizon .anim_img {opacity: 0; transform: translate(-50%, 50%); transition: .6s ease-in-out;}
.horizon .anim_img.is-inview {opacity: 1; transform: translate(-50%, 0);}
@media only screen and (max-width: 1024px) {
    .horizon {padding: 0 8px 120px;}
    .horizon_title {font-size: 44px;}
    .horizon_img {width: 235px; top: 34px;}
}

/* ------------------------------- DETAILS ------------------------------- */

.details {padding: var(--margin-block) var(--padding-in) 0;}

.details_top {display: flex; justify-content: space-between; align-items: flex-end;}
.details_top_left {max-width: 750px;}
.details_top_left > h2 {font-size: var(--font-60); font-weight: 500; line-height: 100%;}
.details_top_left > p {font-size: 17px; color: #111111; margin-top: 30px; line-height: 120%;}
.details_top > .btn_primary_wrap {width: 360px;}

.details_btn_mobile {display: none;}

.details_tabs {display: flex; gap: 20px; margin-top: 60px; flex-wrap: wrap;}
.details_tab {
    padding: 12px 16px; border-radius: 0; border: 1px solid #D9D9D9; background: transparent;
    font-size: 17px; font-family: inherit; cursor: pointer; transition: .3s ease-in-out;
    color: #111111; white-space: nowrap;
}
.details_tab:hover {background: #f0f0f0;}
.details_tab.active {background: #0C0C54; color: #FFFFFF; border-color: #0C0C54;}

.details_content {margin-top: 45px;}
.details_panel {display: none; gap: 20px;}
.details_panel.active {display: flex;}

.details_card {position: relative; overflow: hidden; flex: 1; min-height: 500px;}
.details_card--big {flex: 2;}
.details_card--wide {flex: 1;}
.details_card--full {flex: 1; width: 100%;}
.details_card > img {width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; background: #d9d9d9;}
.details_card_text {position: absolute; top: 47px; left: 38px; color: #FFFFFF; z-index: 1;}
.details_card_text > h3 {font-size: 22px; font-weight: 500; line-height: 100%;}
.details_card_text > p {font-size: 17px; margin-top: 8px; line-height: 120%;}

.search_site_body {display: none;}
.search_site_body.active {display: flex;}
.search_site_body .details_card {
    padding: 47px 38px; margin-right: 20px; transition: 0.6s ease; display: flex; flex-direction: column;
    overflow: hidden; min-height: 450px; height: 70vh; max-height: 700px; box-sizing: border-box;
}
.search_site_body .details_card:last-child {margin-right: 0;}
.search_site_body .details_card > .title {font-size: var(--font-40); color: #FFFFFF; width: 400px; white-space: nowrap;}
.search_site_body .details_card > .desc {visibility: hidden; opacity: 0; padding-top: 26px; font-size: var(--font-26); color: #FFFFFF; transition: .6s ease-in-out; width: 35vw;}
.search_site_body .details_card > .btn_primary {
    visibility: hidden; opacity: 0; margin-top: 26px; transition: .6s ease-in-out; width: 250px; min-height: 48px; height: 48px;
    white-space: nowrap;
}
.search_site_body .details_card > .tag_desc {
    visibility: hidden; opacity: 0; padding-top: 20px; font-size: var(--font-20); color: #FFFFFF;
    margin-top: auto; transition: .6s ease-in-out; width: 35vw;
}
.search_site_body .details_card > .tags {visibility: hidden; opacity: 0; display: flex; flex-wrap: wrap; padding-top: 14px; width: 40vw;}
.search_site_body .details_card > .tags > div {
    padding: 8px 16px; border: 1px solid #FFFFFF4D; margin-right: 12px; margin-top: 12px; background: #43434333;
    -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); font-size: var(--font-18); color: #FFFFFF;
    white-space: nowrap;
}
.search_site_body .details_card {flex: 1;}
.search_site_body .details_card:hover {flex: 2;}
.search_site_body.two > div:hover {flex: 1;}
.search_site_body .details_card:hover ~ div:nth-child(1) {flex: 0.5;}
.search_site_body:not(:hover) > div:nth-child(1) {flex: 2;}
.search_site_body.two:not(:hover) > div:nth-child(1) {flex: 1;}
.search_site_body:not(:hover) > div:nth-child(1) > .desc {opacity: 1; visibility: visible;}
.search_site_body:not(:hover) > div:nth-child(1) > .btn_primary {opacity: 1; visibility: visible;}
.search_site_body:not(:hover) > div:nth-child(1) > .tag_desc {opacity: 1; visibility: visible;}
.search_site_body:not(:hover) > div:nth-child(1) > .tags {opacity: 1; visibility: visible;}
.search_site_body .details_card:hover > .desc {opacity: 1; visibility: visible;}
.search_site_body .details_card:hover > .btn_primary {opacity: 1; visibility: visible;}
.search_site_body .details_card:hover > .tag_desc {opacity: 1; visibility: visible;}
.search_site_body .details_card:hover > .tags {opacity: 1; visibility: visible;}

@media only screen and (max-width: 1300px) {
    .search_site_body .details_card {padding: 47px 24px;}
    .details_card_text {position: relative; top: 0; left: 0; max-width: 300px;}
    .details_card_text > p > br {display: none;}
    .search_site_body:not(:hover) > div:nth-child(1) {flex: 1.3;}
    .search_site_body .details_card:hover {flex: 1.3;}
}

@media only screen and (max-width: 1200px) {
    .search_site_body:not(:hover) > div:nth-child(1) {flex: 1;}
    .search_site_body .details_card:hover {flex: 1;}
    .search_site_body .details_card {padding: 20px;}
    .search_site_body .details_card {margin-right: 10px;}
    .details_top > .btn_primary_wrap {display: none;}
}

@media only screen and (max-width: 1024px) {
    .search_site_body {padding: 0; display: none;}
    .search_site_body.active {display: block;}
    .search_site_body .details_card {padding: 24px 20px; margin-bottom: 10px; height: 200px; flex: unset; transition: none;}
    .search_site_body .details_card > .title {font-size: 24px;}
    .search_site_body:not(:hover) .details_card:nth-child(1) > .desc {font-size: 18px; padding-top: 20px;}
    .search_site_body .details_card > .desc {font-size: 18px; padding-top: 20px;}
    .search_site_body .details_card > .btn_primary {margin-top: 20px; min-height: 44px; width: 100%; max-width: 400px;}
    .search_site_body .details_card > .tag_desc {font-size: 16px; padding-top: 40px;}
    .search_site_body .details_card > .tags {padding-top: 20px;}
    .search_site_body .details_card > .tags > div {margin-right: 10px; margin-top: 10px; padding: 12px 10px; font-size: 14px;}
    .search_site_body .details_card:hover {flex: unset;}
    .search_site_body .details_card:hover ~ div:nth-child(1) {flex: unset;}
    .search_site_body:not(:hover) .details_card:nth-child(1) {flex: unset;}
    .search_site_body:not(:hover) .details_card:nth-child(1) {height: 310px;}
    .search_site_body .details_card {width: 80%; max-width: 300px;}
}

@media only screen and (max-width: 1024px) {
    #details {overflow: hidden;}
    .details {padding: 80px 0 0;}
    .details_top {flex-direction: column; -webkit-justify-content: flex-start; align-items: flex-start;}
    .details_top_left > h2 {font-size: 34px;}
    .details_top_left > p {font-size: 17px; margin-top: 20px;}
    .details_btn_desktop {display: none;}
    .details_btn_mobile {display: block; margin-top: 30px; width: 100%; text-align: center;}
    .details_tabs {margin-top: 40px; gap: 8px;}
    .details_tab {padding: 4px 6px; font-size: 12px;}
    .details_panel.active {flex-wrap: wrap;}
    .details_card {min-height: 300px; flex: 1 1 calc(50% - 10px);}
    .details_card--big {flex: 1 1 calc(50% - 10px);}
    .details_card--full {flex: 1 1 100%;}
    .details_card_text > h3 {font-size: 20px;}
    .details_card_text > p {font-size: 14px;}
    .details_content {margin-top: 20px;}
}

/* ------------------------------- CONTACTS ------------------------------- */

#contacts {background: #FFFFFF; overflow: hidden; margin-top: 8%; margin-bottom: 8%;}
#contacts.highwood {margin-top: var(--margin-block); margin-bottom: var(--margin-block);}
#contacts.woodside {margin-top: var(--margin-block); margin-bottom: var(--margin-block);}
#contacts.bayside {margin-top: var(--margin-block); margin-bottom: var(--margin-block);}
#contacts.lakeside {margin-top: var(--margin-block); margin-bottom: var(--margin-block);}
.contacts {display: flex; gap: 20px; padding: 0 var(--padding-in);}
.contacts > div:nth-child(1) {padding-bottom: 160px; position: relative; width: 40%; margin: 8% 0;}
#contacts.highwood .contacts > div:nth-child(1), #contacts.woodside .contacts > div:nth-child(1),
#contacts.bayside .contacts > div:nth-child(1), #contacts.lakeside .contacts > div:nth-child(1) {margin: 70px 0;}
.contacts > div:nth-child(1) > h2 {font-size: var(--font-100); font-weight: 500; margin-bottom: 40px;}
.contacts > div:nth-child(1) > .contacts_item {margin-top: 40px;}
.contacts > div:nth-child(1) > .contacts_item > div:nth-child(1) {font-size: 17px; font-weight: 500; color: #868686; text-transform: uppercase;}
.contacts > div:nth-child(1) > .contacts_item > div:nth-child(2) {font-size: var(--font-22); margin-top: 10px;}
.contacts > div:nth-child(1) > .contacts_item > a {
    font-size: var(--font-22); margin-top: 10px; text-decoration: none; color: #111111; display: block;
    cursor: pointer; position: relative; width: fit-content; border-bottom: 1px solid transparent;
}
.contacts > div:nth-child(1) > .contacts_item > a::after {
    content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1px;
    background: #111111; opacity: 0; transition: 0.3s;
}
.contacts > div:nth-child(1) > .contacts_item > a:hover::after {opacity: 1;}
.contacts > div:nth-child(1) > .contacts_item > a.route {margin-top: 20px;}
.contacts > div:nth-child(1) > .contacts_item > a.route::after {opacity: 1;}
.contacts > div:nth-child(1) > .request_btn_wrap {margin-top: 40px;}
.contacts > div:nth-child(2) {width: 60%; min-height: 100%;}
.contacts > div:nth-child(2) > iframe {height: 100%; width: 100%; display: block;}

@media only screen and (max-width: 1024px) {
    #contacts.highwood {margin-bottom: 0;}
    #contacts.woodside {margin-bottom: 0;}
    #contacts.bayside {margin-bottom: 0;}
    #contacts.lakeside {margin-bottom: 0;}
    #contacts.highwood .contacts {padding: 0;}
    #contacts.woodside .contacts {padding: 0;}
    #contacts.bayside .contacts {padding: 0;}
    #contacts.lakeside .contacts {padding: 0;}
    #contacts {margin-bottom: 0; margin-top: 0;}
    #contacts.highwood .contacts > div:nth-child(1), #contacts.woodside .contacts > div:nth-child(1),
    #contacts.bayside .contacts > div:nth-child(1), #contacts.lakeside .contacts > div:nth-child(1) {margin: 0;}
    .contacts {flex-direction: column; padding: 68px 0 0; height: 100%;}
    .contacts > div {width: 100%;}
    .contacts > div:nth-child(1) {width: 100%; padding-left: 0; padding-bottom: 0; margin: 0;}
    .contacts > div:nth-child(1) > h2 {font-size: 34px; margin-bottom: 40px;}
    .contacts > div:nth-child(1) > .contacts_item {margin-top: 30px;}
    .contacts > div:nth-child(1) > .contacts_item > div:nth-child(1) {font-size: 14px;}
    .contacts > div:nth-child(1) > .contacts_item > div:nth-child(2) {font-size: 17px; margin-top: 4px;}
    .contacts > div:nth-child(1) > .contacts_item > a.route {margin-top: 8px;}
    .contacts > div:nth-child(1) > .contacts_item > a {font-size: 17px; margin-top: 4px;}
    .contacts > div:nth-child(1) > .contacts_item {margin-top: 30px;}
    .contacts > div:nth-child(1) > .request_btn_wrap {margin-top: 30px;}
    .contacts > div:nth-child(2) {width: 100%; margin-top: 40px; height: 100%;}
    .contacts > div:nth-child(2) > iframe {height: 100%; width: calc(100% + 32px); min-height: 420px; position: relative; left: -16px;}
    .contacts > div:nth-child(1) > .contacts_item > a::after {opacity: 1;}
}

/* ------------------------------- FOOTER ------------------------------- */

#footer_desktop {margin-top: var(--margin-block); background: #EBEBEC; padding: 70px 0 50px;}
.footer {display: flex; gap: 20px; -webkit-justify-content: space-between;}
.footer > img {width: 400px; display: block;}
.footer .phone {display: flex; align-items: center; text-decoration: none; color: #111111; font-size: var(--font-40); font-weight: 500; transition: all .3s ease-in-out; margin-left: auto;}
.footer .phone > span:nth-child(1) {margin-right: 16px; padding: 7px; background: #111111; border-radius: 50%;}
.footer .phone > span:nth-child(1) > i {font-size: 20px; height: 20px; line-height: 20px; display: block; color: #FFFFFF;}
.footer .email {margin-top: 24px; font-size: 17px; display: block; color: #111111; text-decoration: none; text-align: right; margin-left: auto;}
.sub_footer {margin-top: 30px; display: flex; gap: 20px; -webkit-justify-content: space-between; align-items: flex-end;}
.sub_footer .title {font-size: 17px; font-weight: 500; text-transform: uppercase; margin-bottom: 20px;}
.sub_footer .desc {font-size: 17px; margin-top: 12px;}
.sub_footer .copyright {font-size: 17px; text-align: right; margin-left: auto; white-space: nowrap;}

@media only screen and (max-width: 800px) {
    #footer_desktop {padding: 45px 0;}
    .footer > img {width: 100%; max-width: 210px;}
    .footer {flex-direction: column; align-items: center; -webkit-justify-content: unset; gap: 60px;}
    .footer .phone {font-size: 28px;}
    .footer .phone > span:nth-child(1) {padding: 5px;}
    .footer .phone > span:nth-child(1) > i {font-size: 13px; height: 13px; line-height: 13px;}
    .footer .email {text-align: center;}
    .sub_footer {margin-top: 60px; flex-direction: column; text-align: center;}
    .sub_footer > div {width: 100%;}
    .sub_footer .copyright {margin: 0 auto; text-align: center;}
}

/* ------------------------------- SCROLL ------------------------------- */

html.has-scroll-smooth {overflow: hidden;}
html.has-scroll-dragging {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.has-scroll-smooth body {overflow: hidden;}
.has-scroll-smooth [data-scroll-container] {min-height: 100vh;}
[data-scroll-direction="horizontal"] [data-scroll-container] {height: 100vh; display: inline-block; white-space: nowrap;}
[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block; vertical-align: top; white-space: nowrap; height: 100%;
}
.c-scrollbar {
    position: absolute; right: 0; top: 0; width: 11px; height: 100vh; transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s; opacity: 0; z-index: 99999;
}
.c-scrollbar:hover {transform: scaleX(1);}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {opacity: 1;}
[data-scroll-direction="horizontal"] .c-scrollbar {width: 100%; height: 10px; top: auto; bottom: 0; transform: scaleY(1);}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {transform: scaleY(1.3); }
.c-scrollbar_thumb {
    position: absolute; top: 0; right: 0; background-color: rgba(0, 0, 0, 0.4); width: 7px;
    border-radius: 10px; margin: 2px; cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {cursor: grabbing;}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {right: auto; bottom: 0;}

.is-inview {opacity: 1; transform: none;}

html.lenis{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto}
.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}
.lenis.lenis-stopped{overflow:hidden}
.lenis.lenis-scrolling iframe{pointer-events:none}
