body,
html {
 width: 100%;
 height: 100%;
 background: #F9F6F0;
}

body,
th,
td {
 font-size: 18px;
 line-height: 160%;
 color: #393A39;
 font-family: 'Benzin', sans-serif;
}

/* Остальные стили остаются без изменений */
body,
form,
object {
 margin: 0;
 padding: 0;
}

img,
table {
 border: none;
}

table {
 border-collapse: collapse;
}

table td {
 padding: 0;
}

a {
 color: #393A39;
 text-decoration: underline;
 transition: 0.2s;
 -webkit-transition: 0.2s;
 -moz-transition: 0.2s;
 -ms-transition: 0.2s;
 -o-transition: 0.2s;
}

a:hover {
 text-decoration: none;
}

:focus {
 outline: none !important;
 text-decoration: none !important;
}

#wpadminbar {
 display: none !important;
}

.simpleParallax {
 height: 100%;
}

.wrapper {
 padding: 0px 0 0 0;
 overflow: hidden;
 position: relative;
 z-index: 2;
}

.sticky {
 position: fixed;
}

.stop {
 position: relative;
}

.bold {
 font-weight: bold;
}

.semi-bold {
 font-weight: 600;
}

.container-fluid {
 max-width: 1480px;
}

.italic {
 font-style: italic;
}

img {
 max-width: 100%;
}

button {
 border: 0;
 outline: none !important;
 background: none;
 padding: 0;
 transition: 350ms cubic-bezier(.25, .74, .22, .99);
 -webkit-transition: 350ms cubic-bezier(.25, .74, .22, .99);
 -moz-transition: 350ms cubic-bezier(.25, .74, .22, .99);
 -ms-transition: 350ms cubic-bezier(.25, .74, .22, .99);
 -o-transition: 350ms cubic-bezier(.25, .74, .22, .99);
}

.ic:before {
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.ic {
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.h-100 {
 height: 100% !important;
}

.menu-open {
 overflow: hidden;
 padding: 0 0px 0 0;
}

.margin-bottom {
 margin-bottom: 100px !important;
}

.gutters-24 {
 margin-right: -24px;
 margin-left: -24px;
}

.gutters-24>.col,
.gutters-24>[class*="col-"] {
 padding-right: 24px;
 padding-left: 24px;
}

.gutters-40 {
 margin-right: -40px;
 margin-left: -40px;
}

.gutters-40>.col,
.gutters-40>[class*="col-"] {
 padding-right: 40px;
 padding-left: 40px;
}

.gutters-48 {
 margin-right: -48px;
 margin-left: -48px;
}

.gutters-48>.col,
.gutters-48>[class*="col-"] {
 padding-right: 48px;
 padding-left: 48px;
}

::-webkit-scrollbar {
 width: 8px;
 border-radius: 8px;
 background-color: transparent;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -ms-border-radius: 8px;
 -o-border-radius: 8px;
}

::-webkit-scrollbar-thumb {
 border-radius: 8px;
 background-color: #8E939E;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -ms-border-radius: 8px;
 -o-border-radius: 8px;
}

::-webkit-scrollbar-track {
 border-radius: 8px;
 background-color: transparent;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -ms-border-radius: 8px;
 -o-border-radius: 8px;
}

::-webkit-scrollbar:horizontal {
 height: 4px;
}
h1.title,
h2.title,
h3.title,
h1.title-anons,
h2.title-anons,
h3.title-anons,
h4.title-anons {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    /* ваші існуючі стилі тут */
}
.infr-slider .nav li h3 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.faq-question {
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.faq-question button {
    font-size: inherit;
    font-weight: inherit;
}

h1 {
 color: #1F1F1F;
 margin: 0 0 64px 0;
 font-size: 104px;
 font-weight: 400;
 line-height: normal;
 text-transform: uppercase;
}

.title {
 margin: 0 0 40px 0;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 45px;
 line-height: normal;
 text-transform: uppercase;
}

.title-anons {
 color: var(--Grey, #393A39);
 font-size: 22px;
 line-height: 160%;
}

.title span {
 color: #CFAE66;
}

.link-default {
 position: relative;
 text-decoration: none;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 16px;
 font-weight: 500;
 letter-spacing: 0.64px;
 text-transform: uppercase;
}

.link-default .icon {
 position: relative;
 margin: 0 0 0 16px;
 width: 32px;
 min-width: 32px;
 height: 32px;
 background: #CFAE66;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
}

.link-default .icon .ic {
 font-size: 18px;
}

.link-default .icon .ic:before {
 color: #FEFEFE;
}

.link-default .icon:before {
 content: "";
 display: block;
 border: 2px solid #CFAE66;
 width: 44px;
 height: 44px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) scale(0.5);
 -webkit-transform: translate(-50%, -50%) scale(0.5);
 -moz-transform: translate(-50%, -50%) scale(0.5);
 -ms-transform: translate(-50%, -50%) scale(0.5);
 -o-transform: translate(-50%, -50%) scale(0.5);
 border-radius: 50%;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
 -ms-transition: 0.3s;
 -o-transition: 0.3s;
}

.link-default:hover .icon:before {
 transform: translate(-50%, -50%) scale(1);
 -webkit-transform: translate(-50%, -50%) scale(1);
 -moz-transform: translate(-50%, -50%) scale(1);
 -ms-transform: translate(-50%, -50%) scale(1);
 -o-transform: translate(-50%, -50%) scale(1);
}

.link-default .value {
 position: relative;
 line-height: 100%;
}

.link-default .value:after {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 0%;
 height: 1px;
 background: #1F1F1F;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
 -ms-transition: 0.3s;
 -o-transition: 0.3s;
}

.link-default:hover .value:after {
 width: 100%;
}

a.item:hover .link-default .icon:before {
 transform: translate(-50%, -50%) scale(1);
 -webkit-transform: translate(-50%, -50%) scale(1);
 -moz-transform: translate(-50%, -50%) scale(1);
 -ms-transform: translate(-50%, -50%) scale(1);
 -o-transform: translate(-50%, -50%) scale(1);
}

a.item:hover .link-default .value:after {
 width: 100%;
}

.link-default.white {
 color: #FEFEFE;
}

.link-default.white .icon .ic:before {
 color: #1F1F1F;
}

.link-default.white .value:after {
 background: #FEFEFE;
}

.button-border {
 overflow: hidden;
 position: relative;
 padding: 16px 26px;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 16px;
 font-weight: 500;
 line-height: normal;
 text-decoration: none;
 background: none;
 border-radius: 28px;
 border: 2px solid var(--Gold-Akcent, #CFAE66);
 -webkit-border-radius: 28px;
 -moz-border-radius: 28px;
 -ms-border-radius: 28px;
 -o-border-radius: 28px;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.button-border .ic {
 margin: 0 0 0 4px;
 font-size: 20px;
 position: relative;
 z-index: 2;
}

.button-border .value {
 position: relative;
 z-index: 2;
}

.button-border:before {
 content: "";
 display: block;
 z-index: 1;
 position: absolute;
 top: -50%;
 left: 0%;
 right: 0%;
 height: 200%;
 background: #E6CA8C;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
 transform-origin: center top;
 transform: scaleY(0);
 transition: transform 0.5s ease-in-out;
 -webkit-transform: scaleY(0);
 -moz-transform: scaleY(0);
 -ms-transform: scaleY(0);
 -o-transform: scaleY(0);
 -webkit-transition: transform 0.5s ease-in-out;
 -moz-transition: transform 0.5s ease-in-out;
 -ms-transition: transform 0.5s ease-in-out;
 -o-transition: transform 0.5s ease-in-out;
}

.button-border:hover:before {
 transform-origin: center bottom;
 transform: scaleY(1);
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
}

.button-border:hover {
 border-color: #E6CA8C;
}

.button-default {
 overflow: hidden;
 position: relative;
 padding: 23px 40px;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 18px;
 font-weight: 500;
 line-height: 100%;
 text-decoration: none;
 background: #E6CA8C;
 border-radius: 28px;
 border: 0px solid var(--Gold-Akcent, #CFAE66);
 -webkit-border-radius: 28px;
 -moz-border-radius: 28px;
 -ms-border-radius: 28px;
 -o-border-radius: 28px;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.button-default .value {
 position: relative;
 z-index: 2;
}

.button-default:before {
 content: "";
 display: block;
 z-index: 1;
 position: absolute;
 top: -100%;
 left: 0%;
 right: 0%;
 height: 300%;
 background: #CFAE66;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
 transform-origin: center top;
 transform: scaleY(0);
 transition: transform 0.5s ease-in-out;
 -webkit-transform: scaleY(0);
 -moz-transform: scaleY(0);
 -ms-transform: scaleY(0);
 -o-transform: scaleY(0);
 -webkit-transition: transform 0.5s ease-in-out;
 -moz-transition: transform 0.5s ease-in-out;
 -ms-transition: transform 0.5s ease-in-out;
 -o-transition: transform 0.5s ease-in-out;
}

.button-default:hover:before {
 transform-origin: center bottom;
 transform: scaleY(1);
 -webkit-transform: scaleY(1);
 -moz-transform: scaleY(1);
 -ms-transform: scaleY(1);
 -o-transform: scaleY(1);
}

.button-default.white {
 background: #FEFEFE;
}

.button-default.white:before {
 background: #E6CA8C;
}

.mobile-menu {
 opacity: 0;
 visibility: hidden;
 z-index: -10;
 position: fixed;
}

.header .header-btn {
 background: #E6CA8C;
 border-color: #E6CA8C;
}

.header .header-btn:before {
 background: #CFAE66;
}

.header .header-btn:hover {
 border-color: #CFAE66;
}

.header {
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 z-index: 200;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.header .header-container {
 height: 180px;
 padding: 16px 0;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.header .logo {
 width: 110px;
 display: block;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 -o-transform: translate(-50%, -50%);
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.header .logo svg {
 max-width: 100%;
}

.header .menu-top .nav .nav-item {
 margin: 0 40px 0 0;
 text-decoration: none;
 color: var(--Total-white, #FEFEFE);
 font-size: 16px;
 font-weight: 600;
}

.header .menu-top .nav li:last-child .nav-item {
 margin: 0 0px 0 0;
}

.header .menu-top .nav .nav-item.active {
 color: #E6CA8C !important;
}

.header .header-phone {
 display: block;
 text-decoration: none;
 margin: 0 40px;
 color: var(--Total-white, #FEFEFE);
 font-size: 14px;
 font-weight: 600;
 text-transform: uppercase;
}

.header a:hover {
 color: #E6CA8C !important;
}

.header .header-lng {
 display: block;
 text-decoration: none;
 margin: 0 0 0 40px;
 color: var(--Total-white, #FEFEFE);
 font-size: 16px;
 font-weight: 600;
}

.header.out {
 transform: translateY(-100%);
}

body:not(.menu-open) .header.fix {
 background: #F9F6F0;
 box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

body:not(.menu-open) .header.fix .logo {
 width: 55px;
}

body:not(.menu-open) .header.fix .header-container {
 height: 90px;
}

body:not(.menu-open) .header.fix .menu-top .nav .nav-item {
 color: #1F1F1F;
}

body:not(.menu-open) .header.fix .menu-top .nav .nav-item.active {
 color: #E6CA8C !important;
}

body:not(.menu-open) .header.fix .header-phone {
 color: #1F1F1F;
}

body:not(.menu-open) .header.fix .header-lng {
 color: #1F1F1F;
}

body:not(.menu-open) .header.fix svg path {
 fill: #013530 !important;
}

.home:not(.no-top) .header {
 opacity: 0;
}

.logo-icon {
 color: white;
    /* начальный цвет */
 transition: color 0.3s ease;
    /* плавное изменение */
}

.logo-icon.scrolled {
 color: black;
    /* цвет при скролле */
}

.main-hero {
 position: relative;
 height: 100vh;
 max-height: 1080px;
    /*max-width:1920px;*/
 margin: 0 auto;
 overflow: hidden;
}

.main-hero .main-bg img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
    /* max-width:none; position:absolute; top:50%; left:50%; width:100%; transform:translate(-50%,-50%) ; -webkit-transform:translate(-50%,-50%) ; -moz-transform:translate(-50%,-50%) ; -ms-transform:translate(-50%,-50%) ; -o-transform:translate(-50%,-50%) ; */;
}

.main-hero .main-bg2 img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
    /* max-width:none; position:absolute; top:50%; left:50%; width:100%; transform:translate(-50%,-50%) ; -webkit-transform:translate(-50%,-50%) ; -moz-transform:translate(-50%,-50%) ; -ms-transform:translate(-50%,-50%) ; -o-transform:translate(-50%,-50%) ;*/;
}

.main-hero .main-bg {
 transform-origin: center center;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}

.main-hero .main-bg2 {
 transform-origin: center center;
 position: absolute;
 top: 0;
 bottom: 0px;
 left: 0;
 right: 0px;
 z-index: 3;
}

.no-top .main-bg {
 transform: scale(1) !important;
 -webkit-transform: scale(1) !important;
 -moz-transform: scale(1) !important;
 -ms-transform: scale(1) !important;
 -o-transform: scale(1) !important;
}

.no-top .main-bg2 {
 transform: scale(1) translate(0px, 70px) !important;
 -webkit-transform: scale(1) translate(0px, 70px) !important;
 -moz-transform: scale(1) translate(0px, 70px) !important;
 -ms-transform: scale(1) translate(0px, 70px) !important;
 -o-transform: scale(1) translate(0px, 70px) !important;
}

.home:not(.no-top) .main-bg {
 transform: scale(1.2);
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
}

.home:not(.no-top) .main-bg2 {
 transform: scale(1.8) translate(-50px, -100px);
 -webkit-transform: scale(1.8) translate(-50px, -100px);
 -moz-transform: scale(1.8) translate(-50px, -100px);
 -ms-transform: scale(1.8) translate(-50px, -100px);
 -o-transform: scale(1.8) translate(-50px, -100px);
}

.main-hero .main-info {
 position: relative;
 z-index: 2;
 height: 100%;
}

.main-hero .main-info .info-anons {
 margin: 0 0 56px 0;
 max-width: 586px;
 color: var(--Total-white, #FEFEFE);
 font-size: 24px;
 line-height: 160%;
}

.main-hero .main-info .info-podpis {
 color: var(--Total-white, #FEFEFE);
 font-size: 40px;
 font-weight: 500;
 line-height: 100%;
 letter-spacing: 12.8px;
}

.main-hero .main-info .main-h1 {
 position: relative;
 margin: 0px 0 48px 0;
 color: var(--Title, #F2F6D1);
 font-size: 228px;
 font-weight: 500;
 line-height: 100%;
 letter-spacing: 72.96px;
 text-transform: uppercase;
}

.main-hero .main-info.info-2 {
 z-index: 6;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}

.main-hero .main-info.info-2 .info-anons {
 opacity: 0;
}

.main-hero .main-info.info-2 .main-h1 {
 opacity: 0;
}

.home:not(.no-top) .main-hero #info-1 {
 opacity: 0;
}

.home:not(.no-top) .main-hero #info-2 {
 opacity: 0;
 bottom: -80px;
}

.home:not(.no-top) .main-hero #info-3 {
 opacity: 0;
}

.main-pre {
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 500;
}

.main-pre .pre-bg {
 position: absolute;
 top: 0;
 height: 100%;
 left: 0;
 right: 0;
 background: #013530;
}

.main-pre .pre-logo {
 width: 110px;
 height: 147px;
 margin: -75px 0 0 0;
 position: absolute;
 z-index: 3;
 text-align: center;
 top: 50%;
 left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
}

.main-pre .pre-logo svg {
 max-width: 100%;
 height: auto !important;
 width: 100% !important;
}

.main-pre .pre-logo img {
 display: block;
 margin: 13px 0 0 0;
}

.anim-logo {
 fill: transparent !important;
 opacity: 0;
}

#logo5 {
 opacity: 0;
 margin: 30px 0 0 0;
}

.vh:not(.no-top) {
 overflow: hidden;
}

.no-top .main-pre {
 display: none;
}

.main-about {
 padding: 80px 0 0 0;
 background: url('../../images/bg-1.png') no-repeat top center;
 position: relative;
 background-size: cover;
}

.main-about .about-bg {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 358px;
 background: url('../../images/bg-2.png') no-repeat top center;
}

.main-about .container-fluid {
 position: relative;
 z-index: 2;
}

.main-about .title {
    max-width: 940px;
    margin: 0 0 40px 0 !important;
}

.main-about .title-anons {
    max-width: 700px;
    margin: 0 0 70px 0 !important;
}

.main-about .main-about-image {
 height: 940px;
 position: relative;
 overflow: hidden;
}

.main-about .main-about-image img {
 position: absolute;
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.main-about .main-about-image:before {
 content: "";
 z-index: 2;
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: linear-gradient(90deg, rgba(31, 31, 31, 0.50) 0%, rgba(31, 31, 31, 0.10) 50%);
}

.main-about .main-about-info {
 position: absolute;
 top: 160px;
 left: 0;
 right: 0;
 z-index: 3;
 color: var(--Total-white, #FEFEFE);
 font-size: 20px;
 font-weight: 500;
 line-height: 160%;
}

.main-about .main-about-info .info-numbers {
 margin: 0 0 64px 0;
}

.main-about .main-about-info .info-numbers .number {
 margin: 0 43px 0 0;
 font-size: 104px;
 line-height: 100%;
 text-transform: uppercase;
}

.main-about .main-about-info .info-anons {
 max-width: 567px;
}

.title.white {
 color: var(--Total-white, #FEFEFE);
}

.main-potencial .potencial-container {
 border-bottom: 1px solid #CFAE66;
 padding: 0 0 45px 0;
}

.main-potencial .potencial-container .title {
 margin: 0;
}

.main-potencial .potencial-container .title-container {
 position: relative;
 width: 1060px;
}

/*
.main-potencial .potencial-container .title-container .title-anons {
 position: absolute;
 margin: -40px 0 0 -250px;
 top: 100%;
 left: 100%;
 width: 560px;
}
*/
.main-potencial .potencial-animation {
 position: relative;
 max-height: 1160px;
 height: 100vh;
 overflow: hidden;
}

.main-potencial .potencial-video {
 position: relative;
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.main-potencial .potencial-video .anim-mask {
 position: absolute;
 z-index: 4;
 o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.main-potencial .potencial-video video {
 position: absolute;
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.main-potencial .potencial-video:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 2;
 background: linear-gradient(180deg, rgba(19, 16, 10, 0.60) 0%, rgba(28, 17, 0, 0.30) 100%);
}

.main-potencial .potencial-animation .anim-text {
 z-index: 3;
 opacity: 0.12;
 white-space: nowrap;
 position: absolute;
 top: 50%;
 left: 100%;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 292px;
 line-height: normal;
 text-transform: uppercase;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
}

.main-potencial .potencial-animation .anim-container {
 opacity: 0;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 5;
 color: var(--Total-white, #FEFEFE);
}

.main-potencial .potencial-animation .anim-container .container-fluid {
 height: 100%;
}

.main-potencial .potencial-animation .anim-container .anim-in {
 height: 100%;
 padding: 80px 0;
}

.main-potencial .potencial-animation .anim-container .anim-top {
 margin: 0 0 190px 0;
}

.main-potencial .potencial-animation .anim-container .anim-top .top-left {
 width: 100%;
 max-width: 600px;
}

.main-potencial .potencial-animation .anim-container .anim-top .top-right {
 width: 500px;
 min-width: 500px;
 padding: 30px 0 0 0;
}

.main-potencial .potencial-animation .anim-container .anim-top .item {
 color: var(--Total-white, #FEFEFE);
 font-size: 24px;
 font-weight: 600;
 line-height: 160%;
}

.main-potencial .potencial-animation .anim-container .anim-top .item .value {
 margin: 10px 0 0 0;
 color: var(--Total-white, #FEFEFE);
 font-size: 40px;
 font-weight: 400;
 line-height: 100%;
 text-transform: uppercase;
}

.main-potencial .potencial-animation .anim-container .anim-top .item .value span {
 font-size: 100px;
 font-weight: 500;
 line-height: 100%;
}

.main-potencial .potencial-animation .anim-container .anim-bottom .bottom-left {
 width: 100%;
 max-width: 600px;
}

.main-potencial .potencial-animation .anim-container .anim-bottom .bottom-right {
 width: 500px;
 min-width: 500px;
}

.main-potencial .potencial-animation .anim-container .anim-bottom .pretitle {
 font-size: 24px;
 font-weight: 600;
 line-height: normal;
 text-transform: uppercase;
}

.main-potencial .potencial-animation .anim-container .anim-bottom .anons {
 margin: 0 0 32px 0;
 color: var(--Total-white, #FEFEFE);
 font-size: 20px;
 font-weight: 500;
 line-height: 160%;
}

.main-houses {
 padding: 200px 0 240px 0;
 background: url('../../images/pattern1.svg') no-repeat left top, url('../../images/pattern2.svg') no-repeat right top;
 background-color: #001C17;
}

.main-houses .houses-top {
 margin: 0 0 80px 0;
}

.main-houses .title {
 color: #E6CA8C;
}

.main-houses .title-anons {
 max-width: 830px;
 color: #FEFEFE;
}

.main-houses .top-right {
 max-width: 345px;
 min-width: 345px;
 margin: 0 0 0 40px;
 padding: 60px 0 0 0;
}

.main-houses .houses-top .numbers {
 margin: 0 0 32px 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 104px;
 line-height: 100%;
}

.main-houses .houses-top .numbers-anons {
 color: var(--Total-white, #FEFEFE);
 font-size: 20px;
 line-height: 160%;
}

.main-houses .bottom-right {
 max-width: 345px;
 min-width: 345px;
 margin: 0 0 -240px 40px;
 position: relative;
}

.main-houses .bottom-left {
 max-width: 950px;
}

.main-houses .houses-image-1 {
 position: relative;
 margin: 0 64px 0 -176px;
 width: 622px;
 height: 886px;
}

.main-houses .houses-image-1 img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.main-houses .houses-image-2 {
 position: relative;
 margin: 0 0px 48px 0px;
 width: 443px;
 height: 510px;
}

.main-houses .houses-image-2 img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.main-houses .houses-image-3 {
 position: relative;
 margin: 0px -179px 0px 0px;
 width: 522px;
 height: 669px;
}

.main-houses .houses-image-3 img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.main-houses .houses-anons {
 max-width: 443px;
 margin: 0 0 32px 0;
 color: var(--Total-white, #FEFEFE);
}

.main-houses .button-default {
 margin: 55px 0 0 0;
}

.main-houses .houses-props .item {
 margin: 0 0 54px 0;
 color: var(--Total-white, #FEFEFE);
 font-size: 20px;
 line-height: 100%;
 padding: 0 0 0 32px;
 background: url('../../images/li.svg') no-repeat left top;
}

.main-houses .houses-props .item .value {
 margin: 16px 0 0 0;
 color: var(--Total-white, #FEFEFE);
 font-size: 56px;
 line-height: 100%;
 text-transform: uppercase;
}

.main-houses .houses-props .item .value span {
 font-size: 24px;
}

.home .main-infr {
 background: #FDFDFB;
 padding: 200px 0 0 0;
}

.main-infr .infr-right {
 padding: 70px 0 0 0;
}

.main-infr .infr-right .right-image {
 width: 950px;
 height: 1160px;
 position: relative;
 margin: 0 -240px 0 20px;
 overflow: hidden;
}

.main-infr .infr-right .right-image .image-container {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}

.main-infr img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.main-infr .title {
 margin: 0 0 106px 0;
}

.main-infr .infr-left {
 width: 100%;
 max-width: 710px;
}

.main-infr .infr-slider {
 position: relative;
 z-index: 2;
}

.main-infr .infr-slider .nav {
}

.main-infr .infr-slider .nav li {
 padding: 20px 0;
 cursor: pointer;
 opacity: 0.2;
 color: var(--Dark-Green, #001C17);
 font-size: 32px;
 line-height: 100%;
 text-transform: uppercase;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
 -ms-transition: 0.3s;
 -o-transition: 0.3s;
}

.main-infr .infr-slider .nav li.default {
 opacity: 1;
}

.main-infr .infr-slider .nav li.default.no-hover {
 opacity: 0.2;
}

.main-infr .infr-slider .nav li.default.hover.no-hover {
 opacity: 1;
}

.main-infr .infr-slider .nav li.hover {
 opacity: 1;
}

.main-infr .infr-slider .slider-container {
 position: relative;
 margin: 0 0 60px 0;
}

.main-infr .infr-slider .slider-container .slider-image {
 box-shadow: 0 0 40px rgba(0, 28, 23, 0.4);
 overflow: hidden;
 position: absolute;
 width: 340px;
 height: 388px;
 margin: 0 0 0 -150px;
 left: 100%;
 top: 50%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
}

.main-infr .infr-slider .slider-container .slider-image .image-container {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}

.main-infr .infr-slider .slider-container .slider-image:before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 opacity: 0.2;
 background: var(--Dark-Green, #001C17);
 filter: blur(18px);
}

.main-infr .image-container {
 opacity: 0;
 visibility: hidden;
 transform: scale(1.3);
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
 -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -ms-transform: scale(1.3);
 -o-transform: scale(1.3);
}

.main-infr .image-container.hover {
 opacity: 1;
 visibility: visible;
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}

.main-infr .image-container.default {
 opacity: 1;
 visibility: visible;
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}

.main-infr .image-container.no-hover {
 opacity: 0;
 visibility: hidden;
 transform: scale(1.3);
 -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -ms-transform: scale(1.3);
 -o-transform: scale(1.3);
}

.main-infr .image-container.no-hover.hover {
 opacity: 1;
 visibility: visible;
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}

.main-infr .slider-content {
 max-width: 590px;
 margin: 0 0 40px 0;
}

.main-infr .slider-content .text-container .number {
 width: 130px;
 min-width: 130px;
 color: var(--Green_Night-forest, #013530);
 font-size: 48px;
 line-height: 100%;
 text-transform: uppercase;
}

.main-infr .slider-content .btn-infr {
 margin: 32px 0 0 130px;
}

.main-infr .slider-content .text-container {
 display: none !important;
}

.main-infr .slider-content .text-container.hover {
 display: flex !important;
}

.main-infr .slider-content .text-container.default {
 display: flex !important;
}

.main-infr .slider-content .text-container.default.no-hover {
 display: none !important;
}

.main-infr .slider-content .text-container.default.hover.no-hover {
 display: flex !important;
}

.main-advant {
 background: url('../../images/bg2.png') no-repeat top center;
 background-size: cover;
}

.main-advant .title {
 margin: 0 0 20px 0;
}

.main-advant .item {
 margin: 80px 44px 0 44px;
 width: calc(33.3% - 88px);
 min-width: calc(33.3% - 88px);
}

.main-advant .item .item-name {
 margin: 0 0 32px 0;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 34px;
 line-height: 120%;
 text-transform: uppercase;
}

.main-advant .item .item-name .number {
 white-space: nowrap;
 margin: 0 20px 0 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 24px;
 font-weight: 500;
 line-height: 100%;
}

.main-advant .item .item-anons {
 margin: 32px 0 0 0;
}

.main-advant .item img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.main-region {
    padding: 145px 0 0 0;
    position: relative;
}

.main-region .region-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 358px;
    background: url('../../images/bg-3.png') no-repeat top center;
}

.main-region .region-container {
    padding: 0 0 48px 0;
    margin: 0 0 500px 0;

}

.main-region .region-container .title-container {
    position: relative;
    min-height: 170px;
}

.main-region .region-container .title-container .title {
    margin: 0;
}

.main-region .region-container .title-container .title-anons {
    position: absolute;
    left: 100%;
    top: 118px;
    margin: 0 0 0 -270px;
    width: 580px;
}

.main-region .region-container .title-container .title-anons p {
    margin: 0;
    line-height: 1.3;
}

.main-region .region-video {
    position: relative;
}

.main-region .region-video .video-container {
    height: 100vh;
    max-height: 1160px;
    position: relative;
    overflow: hidden;
}

.main-region .region-video img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main-region .region-video .video-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 448px;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(180deg, #F9F6F0 0%, rgba(255, 255, 255, 0.00) 100%);
}

.main-region .region-info {
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    z-index: 3;
}

.main-region .region-info .item .data {
    margin: 0 0 16px 0;
    color: var(--Gold-Akcent, #CFAE66);
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
}

.main-region .region-info .item .data span {
    font-size: 120px;
}
.slider-navs {
 position: relative;
 width: 144px;
 min-width: 144px;
 height: 64px;
}

.title-in .title {
 margin: 0;
}

.main-hod .hod-slider {
 margin: 64px -100% 0 0;
 position: relative;
}

.main-hod .hod-slider .item {
 margin: 0 40px 0 0;
}

.main-hod .hod-slider .item .item-image {
 display: block;
 width: 446px;
 height: 372px;
 margin: 0 0 32px 0;
}

.main-hod .hod-slider .item .item-image img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.main-hod .hod-slider .slick-slide:nth-child(even) .item .item-image {
 width: 466px;
 height: 480px;
}

.main-hod .slider-name {
 color: var(--Green_Night-forest, #013530);
 font-weight: 500;
 line-height: 120%;
 text-transform: uppercase;
 margin: 0 0 0 64px;
}

.main-faq .title {
 margin: 0 0 64px 0;
}

.faq-list .faq-item {
 border-collapse: collapse;
 border-top: 1px solid #393A39;
}

.faq-list .faq-item:last-child {
 border-bottom: 1px solid #393A39;
}

.faq-list .faq-item .faq-header {
 color: var(--Dark-Green, #001C17);
 font-size: 24px;
 font-weight: 500;
 line-height: normal;
 padding: 22px 44px 22px 0;
}

.faq-list .faq-item .faq-header .ic {
 text-align: center;
 line-height: 56px;
 width: 56px;
 height: 56px;
 background: rgba(217, 217, 217, 0.2);
 margin: 0 0 0 20px;
 border-radius: 50%;
 transition: 0.5s;
 display: grid;
 place-items: center;
 font-family: inherit !important;
}

.faq-list .faq-item .faq-header:hover .ic {
 background: #E6CA8C;
}

.faq-list .faq-item .faq-header .value {
 position: relative;
}

.faq-list .faq-item .faq-header .value:before {
 content: "";
 display: block;
 position: absolute;
 top: 100%;
 left: 0;
 width: 0;
 height: 1px;
 background: #001C17;
 transition: 0.5s;
}

.faq-list .faq-item .faq-header:hover .value:before {
 width: 100%;
}

/* Значок по умолчанию — ПЛЮС (кнопка в состоянии collapsed) */
.faq-list .faq-item .faq-header button .ic::before {
 content: '+';
 font-size: 24px;
 font-weight: 600;
 line-height: 1;
}

/* Когда секция раскрыта — класса .collapsed НЕТ → ставим МИНУС */
.faq-list .faq-item .faq-header button:not(.collapsed) .ic::before {
 content: '−';
}

.faq-list .faq-item .faq-body {
 max-width: 890px;
 padding: 0 0 36px 0;
}

.footer {
    position: relative;
    z-index: 2;
    clear: both;
    overflow: hidden;
    isolation: isolate;
    padding: 164px 0 0 0;
    margin-top: 0 !important;
    background: #001C17 url('../../images/bg-4.svg') repeat-x top center;
}

.footer .d-xl-flex,
.footer .d-xl-flex.align-items-end {
    align-items: flex-start !important;
    flex-wrap: wrap;
}

.footer .footer-left {
    width: 100%;
    max-width: 950px;
    min-width: 0;
}

.footer .footer-top {
    margin-bottom: 58px;
}

.footer .footer-top.row,
.footer .footer-top.d-md-flex,
.footer .footer-top.d-md-flex.align-items-center {
    align-items: flex-start !important;
}

.footer .footer-top > .col-12.col-md-3 {
    display: flex;
    align-items: flex-start;
}

.footer .footer-top > .col-12.col-md-9 {
    display: flex;
    align-items: flex-start;
}

.footer .footer-title {
    margin: 0;
    padding: 0;
    color: var(--Gold-Akcent, #CFAE66);
    font-size: 50px;
    line-height: 1.08;
    text-transform: uppercase;
}

.footer .logo {
    width: 200px;
    min-width: 200px;
    display: inline-block;
}

.footer .logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer .block-title {
    margin: 0 0 24px 0;
    opacity: 0.2;
    color: var(--Total-white, #FEFEFE);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.footer .nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .nav li a {
    margin: 0 0 32px 0;
    color: var(--Total-white, #FEFEFE);
    font-size: 16px;
    line-height: normal;
    display: block;
    text-decoration: none;
}

.footer .nav li:last-child a {
    margin: 0;
}

.footer .nav li a:hover {
    color: #CFAE66;
}

.footer .footer-phone {
    margin: 0 0 16px 0;
    display: block;
    text-decoration: none;
    color: var(--Total-white, #FEFEFE);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.footer .footer-phone:hover {
    color: #CFAE66;
}

.footer .footer-email {
    display: block;
    text-decoration: none;
    color: var(--Total-white, #FEFEFE);
    font-size: 18px;
    line-height: 1.35;
    word-break: break-word;
}

.footer .footer-email:hover {
    color: #CFAE66;
}

.footer .block-in {
    margin: 0 0 50px 0;
}

.footer .block-in:last-child {
    margin: 0;
}

.footer .adres {
    margin: 0 0 20px 0;
    color: var(--Total-white, #FEFEFE);
    font-size: 20px;
    font-weight: 300;
    line-height: 130%;
}

.footer .footer-form {
    width: 100%;
    max-width: 460px;
    min-width: 0;
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0 !important;
    align-self: flex-start !important;
}

.footer .footer-form .global-form {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0 !important;
}

.footer .footer-bottom {
    margin: 100px 0 0 0;
    padding: 40px 0;
    border-top: 1px solid rgba(254, 254, 254, 0.2);
}

.footer .copy {
    opacity: 0.4;
    color: var(--Total-white, #FEFEFE);
    font-size: 16px;
    line-height: 100%;
}

.footer .dev span {
    opacity: 0.4;
    color: var(--Total-white, #FEFEFE);
    font-size: 16px;
    line-height: 100%;
}

.footer .dev a {
    opacity: 0.4;
    color: var(--Total-white, #FEFEFE);
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
}

.footer .dev a:hover {
    opacity: 1;
}

@media (min-width: 1200px) {
    .footer .footer-left {
        flex: 0 0 calc(100% - 460px);
        max-width: calc(100% - 460px);
        padding-right: 40px;
    }

    .footer .footer-form {
        flex: 0 0 460px;
        max-width: 460px;
    }
}

@media (max-width: 1399px) {
    .footer .footer-title {
        font-size: 44px;
    }
}

@media (max-width: 1199px) {
    .footer {
        padding: 120px 0 0 0;
    }

    .footer .d-xl-flex,
    .footer .d-xl-flex.align-items-end {
        display: block !important;
    }

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

    .footer .footer-left {
        padding-right: 0;
    }

    .footer .footer-form {
        margin-top: 50px !important;
    }

    .footer .footer-title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .footer {
        padding: 90px 0 0 0;
    }

    .footer .footer-top {
        margin-bottom: 40px;
    }

    .footer .footer-title {
        font-size: 34px;
        line-height: 1.1;
    }

    .footer .logo {
        width: 160px;
        min-width: 160px;
        margin-bottom: 20px;
    }

    .footer .block-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .footer .footer-phone {
        font-size: 22px;
    }

    .footer .footer-email {
        font-size: 17px;
    }

    .footer .adres {
        font-size: 18px;
    }

    .footer .block-in {
        margin-bottom: 36px;
    }

    .footer .footer-bottom {
        margin-top: 70px;
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 70px 0 0 0;
    }

    .footer .footer-title {
        font-size: 28px;
        line-height: 1.12;
    }

    .footer .logo {
        width: 140px;
        min-width: 140px;
        margin-bottom: 16px;
    }

    .footer .footer-top {
        margin-bottom: 28px;
    }

    .footer .block-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .footer .nav li a {
        margin-bottom: 18px;
        font-size: 15px;
    }

    .footer .footer-phone {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .footer .footer-email {
        font-size: 16px;
    }

    .footer .adres {
        font-size: 16px;
        line-height: 1.45;
    }

    .footer .block-in {
        margin-bottom: 28px;
    }

    .footer .footer-form {
        margin-top: 36px !important;
    }

    .footer .footer-bottom {
        margin-top: 50px;
        padding: 24px 0;
    }

    .footer .copy,
    .footer .dev span,
    .footer .dev a {
        font-size: 14px;
        line-height: 1.35;
    }
}

@media (max-width: 575px) {
    .footer .footer-title {
        font-size: 24px;
    }

    .footer .footer-phone {
        font-size: 18px;
    }

    .footer .footer-email,
    .footer .adres {
        font-size: 15px;
    }
}
/* section-tech: лёгкие вкладки без анимаций и зума */
.section-tech .tab-pane {
 display: none;
}

.section-tech .tab-pane.show.active {
 display: block;
}

.section-tech .schema-image {
 position: relative;
 max-width: 100%;
}

.section-tech .schema-image img {
 width: 100%;
 height: auto;
 display: block;
}

/* гасим возможные bootstrap-эффекты для этого блока */
.section-tech .tab-pane.fade {
 transition: none !important;
}


/* Глобальные переменные для блока соцсетей */
:root {
 --soc-color: #e6ca8c;
 --soc-size: 24px;
 --soc-gap: 12px;
 --soc-stroke: 2;
 --soc-hover-glow: .35;
}

@media (min-width: 992px) {
 :root {
  --soc-size: 26px;
  --soc-gap: 14px;
  --soc-stroke: 2;
 }
}

/* Блок соцсетей */
.socials .item {
 display: inline-flex;
 align-items: center;
 gap: var(--soc-gap);
 margin: 0 0 26px 0;
 text-decoration: none;
 line-height: 1.2;
 color: var(--Total-white, #FEFEFE);
 font-weight: 600;
}

.socials .item .value {
 color: inherit;
 font-weight: 600;
 transform: translateY(0.5px);
}

.socials .icon {
 width: var(--soc-size);
 height: var(--soc-size);
 display: inline-flex;
 align-items: center;
 justify-content: center;
 flex: 0 0 var(--soc-size);
}

.socials .icon svg {
 width: 100%;
 height: 100%;
 color: var(--soc-color);
 display: block;
}

.socials .icon svg rect,
.socials .icon svg circle,
.socials .icon svg path[stroke] {
 stroke-width: var(--soc-stroke);
 vector-effect: non-scaling-stroke;
}

.socials .item:hover .icon svg {
 filter: drop-shadow(0 0 2px rgba(230, 202, 140, var(--soc-hover-glow)));
}

.socials .item .ic {
 font-size: 22px;
 margin: 0 12px 0 0;
}

.socials .item:hover {
 color: #CFAE66;
}

.socials.black .item {
 color: #1F1F1F;
}

.socials.black .item .ic:before {
 color: #1F1F1F;
}

.socials.black .item:hover {
 color: #CFAE66;
}

.socials.black .item:hover .ic:before {
 color: #CFAE66;
}

.socials:not(.d-md-block) .item {
 margin: 0 56px 0 0;
}

.socials:not(.d-md-block) .item:last-child {
 margin: 0;
}

.global-form .form-anons {
 margin: 0 0 48px 0;
 opacity: 0.6;
 color: var(--Total-white, #FEFEFE);
}

.global-form .form-bron {
 margin: 47px 0 0 0;
}

.input-container {
 position: relative;
 margin: 0 0 52px 0;
 width: 100%;
}

.input {
 padding: 8px 0 13px 0;
 color: var(--Total-white, #FEFEFE);
 font-size: 18px;
 font-weight: 400;
 line-height: 100%;
 display: block;
 width: 100%;
 background: none;
 border: 0;
 border-bottom: 1px solid #FEFEFE;
}

.global-form .label {
 pointer-events: none;
 opacity: 0.4;
 position: absolute;
 left: 0;
 top: 0;
 color: var(--Total-white, #FEFEFE);
 font-size: 20px;
 line-height: 100%;
 transition: 0.3s;
 -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
 -ms-transition: 0.3s;
 -o-transition: 0.3s;
}

.global-form .focus .label {
 font-size: 13px;
 top: -15px;
}

.global-form .ok .label {
 font-size: 13px;
 top: -15px;
}

.global-form .focus .input {
 border-bottom: 1px solid rgba(230, 202, 140, 1) !important;
}

.global-form .ok .input {
 border-bottom: 1px solid rgba(230, 202, 140, 1) !important;
}

.global-form.black .form-anons {
 opacity: 1;
 color: var(--Grey, #393A39);
}

.global-form.black .input {
 color: var(--Grey, #393A39);
 border-bottom: 1px solid rgba(31, 31, 31, 0.4);
}

.global-form.black .label {
 color: #1F1F1F;
}

.modal-form .modal-left {
 position: relative;
}

.modal-form .modal-image {
 width: 518px;
 min-width: 518px;
 min-height: 692px;
 height: 100%;
 position: relative;
}

.modal-form .modal-image img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.modal-form .modal-image:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 2;
 opacity: 0.5;
 background: #110D02;
}

.modal-form .modal-info {
 position: absolute;
 z-index: 3;
 bottom: 80px;
 left: 0;
 right: 0;
 text-align: center;
}

.modal-form .modal-info .logo {
 margin: 0 0 85px 0;
}

.modal-form .modal-info .modal-phone {
 text-decoration: none;
 display: block;
 margin: 0 0 16px 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 28px;
 font-weight: 600;
 text-transform: uppercase;
}

.modal-form .modal-info .modal-phone:hover {
 color: var(--Total-white, #FEFEFE);
}

.modal-form .modal-info .modal-email {
 text-decoration: none;
 display: block;
 color: var(--Total-white, #FEFEFE);
}

.modal-form .modal-info .modal-email:hover {
 color: var(--Gold-Akcent, #CFAE66);
}

.modal-form .global-form {
 padding: 40px 80px 40px 60px;
}

.modal-form .form-title {
    width: 100%;
    margin: 0 0 32px 0;
    color: var(--dark-space-titles, #1F1F1F);
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.modal-form .global-form .button-default.white {
 background: #E6CA8C;
}

.modal-form .global-form .button-default.white:before {
 background: #CFAE66;
}

@media (max-width: 991px) {
    .modal-form .form-title {
        width: 100%;
        margin: 0 0 32px 0;
        color: var(--dark-space-titles, #1F1F1F);
        font-size: 48px;
        line-height: normal;
        text-transform: uppercase;
        text-align: center;
    }

    .modal-form #lead-form {
        width: 100%;
        text-align: left !important;
    }

    .modal-form #lead-form .input-container {
        width: 100%;
        text-align: left !important;
    }

    .modal-form #lead-form .input {
        width: 100%;
        text-align: left !important;
    }

    .modal-form #lead-form .input::placeholder {
        text-align: left !important;
    }
}


.hero-inner {
 position: relative;
 height: 100vh;
 max-height: 1260px;
}

.hero-inner .hero-image {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 overflow: hidden;
}

.hero-inner .hero-image img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.hero-inner .hero-image:after {
 content: "";
 display: block;
 z-index: 2;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 opacity: 0.5;
 background: #110D02;
}

.hero-inner .hero-image:before {
 content: "";
 display: block;
 z-index: 3;
 position: absolute;
 top: 0;
 height: 163px;
 left: 0;
 right: 0;
 background: linear-gradient(180deg, rgba(7, 16, 11, 0.60) 0%, rgba(2, 11, 8, 0.00) 100%);
}

.hero-inner .hero-info {
 position: relative;
 z-index: 3;
 text-align: center;
 color: #fefefe;
 padding: 440px 0 0 0;
}

.hero-inner .hero-info h1 {
 max-width: 1500px;
 margin: 0 auto;
 color: var(--Total-white, #FEFEFE);
}

.hero-inner .hero-info .hero-anons {
 margin: 10px auto 0 auto;
 max-width: 832px;
 color: var(--Total-white, #FEFEFE);
 font-size: 24px;
 font-weight: 500;
 line-height: 160%;
}
.section-service .serv-top {
 padding: 0 0 48px 0;
 margin: 0 0 48px 0;
 border-bottom: 1px solid #CFAE66;
}

.section-service .serv-top .title {
 margin: 0;
}

.section-service .credit {
 width: 344px;
 min-width: 344px;
 margin: 0 0 0 40px;
 color: var(--Grey, #393A39);
 font-size: 20px;
 font-weight: 500;
 line-height: 160%;
}

.section-service .credit span {
 display: block;
 margin: 28px 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 48px;
 font-weight: 500;
 line-height: 100%;
}

.section-service .serv-bottom {
 margin: 0 0 80px 0;
}

.section-service .serv-bottom .anons {
 max-width: 832px;
 font-size: 20px;
 line-height: 160%;
}

.section-service .start {
 font-size: 20px;
 line-height: 160%;
}

.section-service .start span {
 white-space: nowrap;
 display: block;
 margin: 0 0 32px 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 104px;
 font-weight: 400;
 line-height: 100%;
 text-transform: uppercase;
}

.section-service .serv-info {
 position: relative;
 margin: 0 -40px;
}

.section-service .serv-info .item {
 padding: 0 40px;
}

.section-service .serv-info .item.item-center {
 text-align: center;
 width: 100%;
 max-width: 570px;
 padding-top: 80px;
 border-left: 1px solid rgba(207, 174, 102, 0.4);
 border-right: 1px solid rgba(207, 174, 102, 0.4);
}

.section-service .serv-info .item.item-left {
 width: 100%;
 max-width: 425px;
 padding-top: 80px;
}

.section-service .serv-info .item.item-right {
 width: 100%;
 max-width: 425px;
 padding-top: 80px;
}

.section-service .serv-info ul {
 list-style: none;
 padding: 0;
 margin: 0;
}

.section-service .serv-info ul li {
 min-height: 32px;
 margin: 0 0 40px 0;
 padding: 0 0 0 48px;
 background: url('../../images/li2.svg') no-repeat left top;
}

.section-service .serv-info .item .item-title {
 margin: 0 0 48px 0;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 32px;
 line-height: normal;
 text-transform: uppercase;
}

.section-service .serv-info .item.item-center .item-title {
 margin: 0 0 32px 0;
}

.section-service .serv-info .item .years {
 margin: 0 0 104px 0;
 font-size: 20px;
 font-weight: 400;
 line-height: 100%;
}

.section-service .serv-info .item .years .value {
 margin: 0 0 32px 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 140px;
 line-height: 100%;
 text-transform: uppercase;
}

.section-service .serv-info .item .passive {
 font-size: 20px;
 line-height: 160%;
}

.section-service .serv-info .item .passive .value {
 margin: 0 0 32px 0;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 40px;
 line-height: 100%;
 text-transform: uppercase;
}

.section-service .serv-info .item .passive .value span {
 font-size: 104px;
 line-height: 100%;
}

.section-region .title-container .anons {
 max-width: 700px;
 font-size: 24px;
 line-height: 160%;
}

.section-region .title-info {
 font-size: 20px;
 font-weight: 500;
 line-height: 160%;
 max-width: 256px;
}

.section-region .title-info span {
 display: block;
 margin: 12px 0;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 120px;
 font-weight: 400;
 line-height: 100%;
 text-transform: uppercase;
}

.section-region .container-fluid {
 position: relative;
 z-index: 3;
}

.section-region .region-image {
 position: relative;
 height: 100vh;
 max-height: 1058px;
 margin: -150px 0 0 0;
 overflow: hidden;
}

.section-region .region-image img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.section-region .region-image:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 height: 45%;
 left: 0;
 right: 0;
 z-index: 2;
 background: linear-gradient(180deg, #F9F6F0 0%, rgba(255, 255, 255, 0.00) 100%);
}
.section-ocenka {
    background: #001C17 url('../../images/pattern3.svg') repeat-x bottom center;
    padding: 100px 0 0 0;
    margin: 0 0 10px 0;
}

.section-ocenka .ocenka-left {
    max-width: 712px;
    margin: 0 40px 0 0;
}

.section-ocenka .ocenka-title {
    margin: 0 0 64px 0;
    color: var(--Total-white, #FEFEFE);
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.section-ocenka .ocenka-title span {
    color: #CFAE66;
}

.section-ocenka .ocenka-form {
    max-width: 580px;
    margin: 0;
    padding: 0;
}

.section-ocenka .ocenka-form .form-anons {
    margin: 0 0 40px 0;
    opacity: 0.8;
    color: var(--Total-white, #FEFEFE);
    font-size: 20px;
    line-height: 160%;
}

/* Мобильная версия */
@media (max-width: 991px) {
    .section-ocenka {
        padding: 10px 0 0 0 !important; /* верхний отступ секции на мобильной версии */
        margin: 0 0 10px 0 !important; /* нижний отступ секции перед картой на мобильной версии */
    }

    .section-ocenka .ocenka-left {
        max-width: 100%;
        margin: 0 !important;
    }

    .section-ocenka .ocenka-title {
        margin: 0 0 24px 0 !important;
        font-size: 32px;
        line-height: 1.15;
    }

    .section-ocenka .ocenka-form {
        max-width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .section-ocenka .ocenka-form .form-anons {
        margin: 0 0 24px 0 !important;
        font-size: 16px;
        line-height: 1.5;
    }

    .section-ocenka .global-form {
        margin: 0 0 10px 0 !important; /* нижний отступ под кнопкой перед картой */
        padding: 0 !important;
    }

    .section-ocenka .global-form form {
        margin: 0 !important;
        padding: 0 !important;
    }

    .section-ocenka .input-container {
        margin-bottom: 16px !important;
    }

    .section-ocenka .input-container:last-child {
        margin-bottom: 0 !important;
    }

    .section-ocenka .submit {
        margin: 0 !important;
    }

    .section-ocenka .ocenka-image {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .section-map {
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        line-height: 0 !important;
        overflow: hidden !important;
    }

    .section-map img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        object-fit: cover !important;
    }
}

/* Десктопная версия */
@media (min-width: 992px) {
    .section-ocenka .global-form {
        margin-bottom: 0;
    }

    .section-ocenka .ocenka-image {
        height: 680px;
        margin: 0 0 -330px 0;
    }
}

.section-why .title {
    margin: 0 0 64px 0;
    text-align: center;
}

/* Очищаем и исправляем секцию Why */
.section-why .container-fluid {
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.section-why .row.gutters-40 {
    margin-left: -40px;
    margin-right: -40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.section-why .row.gutters-40 > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
}

/* Фиксированные ширины для колонок */
.section-why .row.gutters-40 > div:first-child {
    flex: 0 0 400px;
    max-width: 400px;
    min-width: 400px;
    margin-left: 30px;
    margin-right: 5px;
}

.section-why .row.gutters-40 > div:nth-child(2) {
    flex: 0 0 580px;
    max-width: 580px;
    min-width: 580px;
    margin-left: 5px;
    margin-right: 5px;
}

.section-why .row.gutters-40 > div:last-child {
    flex: 0 0 400px;
    max-width: 400px;
    min-width: 400px;
    margin-left: 5px;
    margin-right: 30px;
}

/* Колонки */
.section-why .why-left,
.section-why .why-right {
    height: auto !important;
}

.section-why .why-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: stretch;
}

/* Высоты картинок */
.section-why .image-1 {
    height: 362px;
    margin: 20px 0 0 0;
}

.section-why .image-2 {
    height: 745px;
}

.section-why .image-3 {
    height: 426px;
    margin: 0 0 30px 0;
    flex: 0 0 auto;
}

/* УНИФИЦИРУЕМ стили для изображений */
.section-why img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Контентные стили */
.section-why .bonusi {
    margin-top: 0 !important;
    padding-top: 0;
    flex: 0 0 auto;
}

.section-why .bonusi .data {
    margin: 0 0 24px 0;
    color: var(--dark-space-titles, #1F1F1F);
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
}

.section-why .bonusi .value {
    margin-top: 0;
    padding-top: 0;
}

.section-why .bonusi p:last-child {
    margin: 0;
}

.section-why .anons p {
    margin: 0 0 30px 0;
}

.section-why .why-button {
    margin: 56px 0 0 0;
}

/* Для ПК убираем лишнюю дыру между верхней картинкой и текстом */
@media (min-width: 992px) {
    .section-why .why-right {
        justify-content: flex-start !important;
    }

    .section-why .image-3 {
        margin-bottom: 24px;
    }

    .section-why .bonusi .data {
        margin-bottom: 18px;
        line-height: 1.15;
    }

    .section-why .bonusi .value p {
        line-height: 1.35;
    }
}

/* Для мобильных устройств */
@media (max-width: 991px) {
    .section-why .row.gutters-40 {
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-why .row.gutters-40 > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-why .row.gutters-40 > div:first-child,
    .section-why .row.gutters-40 > div:nth-child(2),
    .section-why .row.gutters-40 > div:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    .section-why .image-1,
    .section-why .image-2,
    .section-why .image-3 {
        height: 300px;
        margin: 0 0 20px 0;
    }

    .section-why .row.gutters-40 > div:nth-child(2) .image-2 {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }

    .section-why .title {
        margin: 0 0 40px 0;
    }

    .section-why .bonusi {
        padding-top: 0;
    }
}

.section-about-info .about-image {
 position: relative;
 overflow: hidden;
 height: 100vh;
 max-height: 1058px;
 margin: -232px 0 0 0;
}

.section-about-info .about-image img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.section-about-info .about-image:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 height: 45%;
 left: 0;
 right: 0;
 z-index: 2;
 background: linear-gradient(180deg, #F9F6F0 0%, rgba(255, 255, 255, 0.00) 100%);
}

.section-about-info .container-fluid {
 position: relative;
 z-index: 3;
}

.section-about-info .title {
 margin: 0 0 48px 0;
 padding: 0 0 48px 0;
 border-bottom: 1px solid #CFAE66;
}

.section-about-info .info-top {
 margin: 0 0 100px 0;
}

.section-about-info .anons {
 font-size: 20px;
 line-height: 160%;
}

.section-about-info .info-top .info-item {
 margin: 0 40px 0 0;
 width: 345px;
 min-width: 345px;
}

.section-about-info .info-top .info-item .value {
 max-width: 100%;
}

.section-about-info .info-item .value {
 max-width: 294px;
 font-size: 20px;
 line-height: 160%;
}

.section-about-info .info-item .data {
 margin: 0 0 32px 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 104px;
 font-weight: 400;
 line-height: 100%;
}

.section-about-info .info-item .data span {
 font-size: 72px;
}

.section-plan {
 background: url('../../images/bg-5.png') repeat-x top center;
 padding: 0 0 200px 0;
}

.section-plan .title {
 margin: 0 0 64px 0;
}

.section-plan .plan-tizers .item {
 margin: 0 10px;
 width: 223px;
 text-align: center;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 16px;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.64px;
 text-transform: uppercase;
}

.section-plan .plan-tizers .item .icon {
 margin: 0 0 20px 0;
}

.section-plan .plan-tizers .item .icon img {
 height: 76px;
}

.section-plan .plan-tizers {
 margin: 0 0 76px 0;
}

.section-plan .plan-container {
 position: relative;
}

.section-plan .plan-items {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 2;
}

.section-plan .plan-items .plan-item {
 width: 400px;
 margin: 0 0 48px 56px;
}

.section-plan .plan-items .plan-item .icon {
 margin: 0 15px 0 0;
}

.section-plan .plan-items .plan-item .date {
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 16px;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.64px;
 text-transform: uppercase;
}

.section-plan .plan-items .plan-item .cherga {
 display: inline-block;
 margin: 0 0 16px 0;
 padding: 12px 20px;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 18px;
 font-weight: 600;
 letter-spacing: 0.72px;
 text-transform: uppercase;
 border-radius: 40px;
 -webkit-border-radius: 40px;
 -moz-border-radius: 40px;
 -ms-border-radius: 40px;
 -o-border-radius: 40px;
}

.section-plan .plan-items .plan-item.item-1 .cherga {
 background: #A2DAAA;
}

.section-plan .plan-items .plan-item.item-2 .cherga {
 background: #F6E9A7;
}

.section-plan .plan-items .plan-item.item-3 .cherga {
 background: #F4C893;
}

.section-plan .plan-items .plan-item.item-4 .cherga {
 background: #E6C8C3;
}

.section-plan .plan-image {
 text-align: center;
 display: block;
}

.section-minimal {
 max-width: 1920px;
 margin: 0 auto;
 background: url('../../images/bg-6.svg') no-repeat top right;
}

.section-minimal .title {
 margin: 0 0 80px 0;
}

.section-minimal .minimal-left {
 width: 710px;
 min-width: 710px;
}

.section-minimal .minimal-right {
 max-width: 588px;
 margin: 0 0 0 142px;
 font-size: 20px;
 line-height: 160%;
}

.section-minimal .minimal-right .title {
 position: relative;
 margin: -70px 0 48px 0;
}

.section-minimal img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.section-minimal .image-1 {
 position: relative;
 margin: 0 0 160px -240px;
 height: 1010px;
}

.section-minimal .image-2 {
 margin: 0 182px 0 0;
 height: 464px;
}

.section-minimal .image-3 {
 margin: 0 0 0 -244px;
 position: relative;
 height: 726px;
}

.section-minimal .anons {
 margin: 0 0 64px 0;
}

.section-tech .title {
 margin: 0 0 80px 0;
}

.section-tech .tab-nav {
 margin: 0 0 40px 0;
}

.section-tech .tab-nav .tab-link {
 opacity: 0.4;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 20px;
 font-weight: 600;
 text-decoration-line: underline;
 text-transform: uppercase;
 -moz-text-decoration-line: underline;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.section-tech .tab-nav .tab-link:hover {
 opacity: 1;
}

.section-tech .tab-nav .tab-link.active {
 opacity: 1;
}

.section-tech .tech-schema {
 background: #fff;
 width: 100%;
 min-height: 810px;
}

.section-tech .tech-schema .tab-pane {
 height: 100%;
}

.section-tech .tech-schema .schema-image {
 display: block;
 height: 100%;
 text-align: center;
 position: relative;
}

.section-tech .tech-schema .schema-image .lupa {
 position: absolute;
 top: 28px;
 right: 28px;
 width: 60px;
 height: 60px;
 background: rgba(207, 174, 102, 0.2);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.section-tech .tech-schema .schema-image .lupa .ic {
 font-size: 36px;
}

.section-tech .tech-schema .schema-image:hover .lupa {
 background: rgba(207, 174, 102, 1);
}

.section-tech .tech-info {
 width: 365px;
 min-width: 365px;
}

.section-tech .tech-info .info-cont {
 min-height: 128px;
 margin: 0 0 64px 0;
 padding: 0 80px 5px 0;
 border-bottom: 1px solid rgba(57, 58, 57, 0.3);
}

.section-tech .tech-info:last-child .info-cont {
 padding: 0 0 5px 80px;
}

.section-tech .tech-info .info-cont:first-child {
 height: 202px;
}

.section-tech .tech-info .info-cont:last-child {
 margin: 0;
}

.section-tech .tech-info .info-cont .data {
}

.section-tech .tech-info .info-cont .value {
 margin: 6px 0 0 0;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 24px;
 font-weight: 600;
 line-height: normal;
 text-transform: uppercase;
}

.section-tech .tech-info .info-cont .val {
 margin: 0 0 16px 0;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 72px;
 line-height: normal;
 text-transform: uppercase;
}

.section-design {
 padding: 200px 0 80px 0;
 background: url('../../images/pattern1.svg') no-repeat left top, url('../../images/pattern2.svg') no-repeat right top;
 background-color: #001C17;
}

.section-design .title {
 color: #E6CA8C;
}

.section-design .title-container {
 margin: 0 0 80px 0;
 max-width: 1075px;
}

.section-design .title-container .title {
 margin: 0;
}

.section-design .design-bottom .right {
 width: 345px;
 min-width: 345px;
 margin: 0 0 0 40px;
}

.section-design .design-bottom .right .item .value {
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 104px;
 line-height: 100%;
 margin: 0 0 24px 0;
}

.section-design .design-bottom .right .item .data {
 color: var(--Total-white, #FEFEFE);
 font-size: 20px;
 line-height: 160%;
}

.section-design .design-bottom .right .item {
 margin: 0 0 24px 0;
}

.section-design .design-bottom .title-bottom {
 margin: 0 0 40px 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 60px;
 line-height: normal;
 text-transform: uppercase;
}

.section-design .design-bottom .anons {
 max-width: 710px;
 color: var(--Total-white, #FEFEFE);
 font-size: 20px;
 line-height: 160%;
}

.section-design .design-slider {
 max-width: 1075px;
 margin: 0 0 80px 0;
}

.section-design .design-slider .item {
 margin: 0 48px 0 0;
 height: 632px;
 width: 1075px;
}

.section-design .design-slider .item img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.section-design .design-slider .slick-list {
 overflow: visible;
}

.section-design .slick-arrow:before {
 color: #fff;
}

.no-hero:not(.menu-open) .content {
 padding: 200px 0 0 0;
}

.no-hero:not(.menu-open) .header {
 background: #F9F6F0;
}

.no-hero:not(.menu-open) .header .menu-top .nav .nav-item {
 color: #1F1F1F;
}

.no-hero:not(.menu-open) .header .menu-top .nav .nav-item.active {
 color: #E6CA8C !important;
}

.no-hero:not(.menu-open) .header .header-phone {
 color: #1F1F1F;
}

.no-hero:not(.menu-open) .header .header-lng {
 color: #1F1F1F;
}

.no-hero:not(.menu-open) .header svg path {
 fill: #013530 !important;
}

.content ul:not(.nav) {
 list-style: none;
 padding: 0;
 margin: 0;
}

.content ul:not(.nav) li {
 line-height: 130%;
 position: relative;
 margin: 0 0 28px 0;
 padding: 0 0 0 32px;
 background: url('../../images/li3.svg') no-repeat left 3px;
}

.section-contacts {
 padding: 60px 0 200px 0;
 background: url('../../images/bg-7.png') no-repeat top center;
 background-size: cover;
}

.section-contacts .contacts-left {
 max-width: 710px;
}

.section-contacts .contacts-block {
 margin: 0 0 40px 0;
}

.section-contacts .contacts-block:last-child {
 margin: 0 0 0px 0;
}

.section-contacts .contacts-block .data {
 margin: 0 0 24px 0;
 opacity: 0.6;
 color: var(--Grey, #393A39);
 font-size: 24px;
 line-height: normal;
 text-transform: uppercase;
}

.section-contacts .contacts-block .value {
 margin: 0 0 4px 0;
 display: block;
 text-decoration: none;
 color: var(--Grey, #393A39);
 font-size: 32px;
 font-weight: 500;
 line-height: 160%;
}

.section-contacts .contacts-block .value:last-child {
 margin: 0 0 0px 0;
}

.section-contacts .contacts-block a.value:hover {
 color: #CFAE66;
}

.section-contacts .to-map {
 margin: 0 0 40px 0;
 text-decoration: none;
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 20px;
 font-weight: 500;
 line-height: 160%;
}

.section-contacts .to-map .icon {
 border: 2px solid #E6CA8C;
 margin: 0 0 0 52px;
 width: 188px;
 height: 188px;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
}

.section-contacts .to-map .icon .ic {
 font-size: 10px;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
}

.section-contacts .to-map .icon .ic:before {
 color: #013530;
}

.section-contacts .to-map:hover .icon {
 background: #E6CA8C;
}

.section-contacts .to-map:hover .ic:before {
 color: #fefefe;
}

.section-contacts .to-map:hover .ic {
 transform: rotate(0);
 -webkit-transform: rotate(0);
 -moz-transform: rotate(0);
 -ms-transform: rotate(0);
 -o-transform: rotate(0);
}

.section-map {
 height: 780px;
}

.section-map img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.section-ocenka.inner {
 margin: 0;
}

.section-news .col-12 {
 margin-bottom: 100px;
}

.section-news .news-item {
 text-decoration: none;
 height: 100%;
}

.section-news .news-item .item-name {
 height: 100%;
 margin: 0 0 28px 0;
 color: var(--Dark-Green, #001C17);
 font-size: 32px;
 line-height: 130%;
 text-transform: uppercase;
}

.section-news .news-item .item-image {
 height: 400px;
 min-height: 400px;
 margin: 0 0 28px 0;
 overflow: hidden;
}

.section-news .news-item .item-image img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.section-news .news-item .item-anons {
 max-height: 86px;
 min-height: 86px;
 margin: 0 0 32px 0;
 height: 100%;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -moz-box;
 -moz-box-orient: vertical;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 line-clamp: 3;
 box-orient: vertical;
}

.section-news .news-item .item-date {
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 16px;
 font-weight: 500;
 line-height: 100%;
 letter-spacing: 0.64px;
 text-transform: uppercase;
}

.section-news .news-item .item-top {
 height: 100%;
}

.section-news .news-item:hover .item-image img {
 transform: scale(1.2);
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
}

.load-more {
 width: 100%;
 padding: 40px 0 0 0;
 border-top: 1px solid rgba(57, 58, 57, 0.2);
}

.load-more .loadMoreBtn {
 text-decoration: none;
 padding: 16px 26px;
 border-radius: 28px;
 border: 2px solid #CFAE66;
 display: flex;
 -ms-flex-align: center !important;
 align-items: center !important;
 -ms-flex-pack: center !important;
 justify-content: center !important;
 color: #1F1F1F;
 font-size: 16px;
 font-weight: 500;
 line-height: normal;
 text-transform: uppercase;
 -webkit-border-radius: 28px;
 -moz-border-radius: 28px;
 -ms-border-radius: 28px;
 -o-border-radius: 28px;
}

.load-more .loadMoreBtn:after {
 content: "";
 display: block;
 margin: 0 0 0 4px;
 width: 20px;
 min-width: 20px;
 height: 20px;
 background: url('../../images/more.svg') no-repeat center;
 background-size: 20px;
 transition: 0.5s;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 -o-transition: 0.5s;
}

.load-more .loadMoreBtn:hover:after {
 transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -o-transform: rotate(360deg);
}

.load-more .loadMoreBtn:hover {
 background: #CFAE66;
}

.hero-inner .hero-icons {
 margin: 180px 0 0 0;
}

.hero-inner .hero-icons .item {
 width: 220px;
 text-align: center;
 margin: 0 10px;
 color: var(--Total-white, #FEFEFE);
 font-size: 16px;
 font-weight: 500;
 line-height: normal;
 letter-spacing: 0.64px;
 text-transform: uppercase;
}

.hero-inner .hero-icons .item .icon {
 margin: 0 0 20px 0;
}

.hero-inner .hero-icons .item .icon img {
 height: 76px;
}

.section-infra .item {
 background: url('../../images/l1.svg') no-repeat 58% 0;
}

.section-infra .item .title {
 margin: 0;
}

.section-infra .item .item-top {
 margin: 0 0 80px 0;
}

.section-infra .item .item-left {
 width: 710px;
 margin: 0 140px 0 0;
}

.section-infra .item .item-right {
 width: 466px;
 min-width: 466px;
}

.section-infra .item .image-1 {
 position: relative;
 height: 880px;
 margin: 0 0 0 -240px;
}

.section-infra .item .image-2 {
 height: 432px;
}

.section-infra .item .item-bottom img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.section-infra .item .item-anons {
 font-size: 20px;
 line-height: 160%;
 min-height: 528px;
}

.section-infra .item .item-anons p:last-child {
 margin: 0;
}

.section-infra .item .item-anons {
 margin: 0 0 80px 0;
}

.section-infra .item:nth-child(even) .item-top {
 justify-content: end;
}

.section-infra .item:nth-child(even) .item-bottom {
 justify-content: end;
}

.section-infra .item:nth-child(even) {
 background: url('../../images/l2.svg') no-repeat 56% 0;
}

.section-infra .item:nth-child(even) .order-12 {
 order: unset !important;
}

.section-infra .item:nth-child(even) .item-left {
 margin: 0 0px 0 140px;
}

.section-infra .item:nth-child(even) .title {
 padding: 0 0 0 120px;
}

.section-infra .item:nth-child(even) .image-1 {
 margin: 0 -240px 0 0;
}

.section-infra .item:nth-child(even) .item-bottom .item-left {
 order: 12;
}

.section-location .location-title {
 margin: 0 0 48px 0;
 padding: 0 0 48px 0;
 border-bottom: 1px solid #CFAE66;
}

.section-location .title {
 max-width: 1200px;
 margin: 0;
}

.section-location .title-anons {
 max-width: 830px;
}

.section-location .location-image {
 margin: 24px 0 0 0;
 height: 948px;
 position: relative;
 overflow: hidden;
}

.section-location .location-image:after {
 content: "";
 z-index: 2;
 display: block;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 height: 40%;
 background: linear-gradient(180deg, #F9F6F0 0%, rgba(255, 255, 255, 0.00) 100%);
}

.section-location .location-image img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.section-distance {
 padding: 132px 0 0 0;
 position: relative;
 max-width: 1920px;
 margin: 0 auto;
}

.section-distance .container-fluid {
 position: relative;
 z-index: 2;
}

.section-distance .d-item {
 max-width: 290px;
 font-size: 20px;
 line-height: 160%;
}

.section-distance .d-item .data {
 margin: 0 0 32px 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 104px;
 line-height: 100%;
}

.section-distance .d-image {
 position: relative;
 width: 572px;
 height: 665px;
 margin: -232px 20px 0 20px;
}

.section-distance .d-image img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.section-distance .d-draw {
 position: absolute;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
}


.section-air {
    position: relative;
}

.section-air .container-fluid {
    position: relative;
    z-index: 3;
}

.section-air .title-container {
    position: relative;
    display: block !important;
    max-width: 1280px;
    min-height: 430px;
}

.section-air .title-container .title {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0;
    line-height: 1.08;
}

.section-air .title-container .title span {
    display: block;
}

.section-air .title-container .anons {
    position: absolute;
    top: 142px;
    left: 100%;
    width: 588px;
    margin: 0 0 0 -300px;
    font-size: 20px;
    line-height: 1.6;
    z-index: 3;
}

.section-air .air-image {
    margin: -150px 0 0 0;
    height: 100vh;
    max-height: 1120px;
    position: relative;
    overflow: hidden;
}

.section-air .air-image::after {
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40%;
    background: linear-gradient(180deg, #F9F6F0 0%, rgba(255, 255, 255, 0) 100%);
}

.section-air .air-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .section-air .title-container {
        max-width: 100%;
        min-height: 360px;
    }

    .section-air .title-container .title {
        max-width: 620px;
        font-size: 40px;
        line-height: 1.1;
    }

    .section-air .title-container .anons {
        top: 150px;
        left: auto;
        right: 0;
        width: 430px;
        margin: 0;
        font-size: 18px;
        line-height: 1.55;
    }

    .section-air .air-image {
        margin: -120px 0 0 0;
        height: 820px;
    }
}

@media (max-width: 991px) {
    .section-air .title-container {
        min-height: auto;
    }

    .section-air .title-container .title {
        max-width: 100%;
        margin: 0 0 28px 0;
        font-size: 34px;
        line-height: 1.12;
        text-align: center;
    }

    .section-air .title-container .anons {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        margin: 0;
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
    }

    .section-air .air-image {
        margin: 36px 0 0 0;
        height: 620px;
    }
}

@media (max-width: 767px) {
    .section-air .title-container {
        min-height: auto !important;
        max-width: 100% !important;
    }

    .section-air .title-container .title {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 22px 0 !important;
        font-size: 24px !important;
        line-height: 1.16 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    .section-air .title-container .title span {
        display: block;
    }

    .section-air .title-container .anons {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        font-size: 15px !important;
        line-height: 1.55 !important;
        text-align: center !important;
    }

    .section-air .air-image {
        margin: 28px 0 0 0 !important;
        height: 420px !important;
    }
}
.section-air .title span {
    color: #1F1F1F;
}

.section-natural .nat-top {
 margin: 0 0 80px 0;
}

.section-natural .nat-top .title-container {
 max-width: 954px;
}

.section-natural .nat-top .title-container .anons {
 max-width: 830px;
}

.section-natural .nat-top .top-right {
 width: 340px;
 min-width: 340px;
}

.section-natural .nat-top .item {
 margin: 0 0 56px 0;
 font-size: 20px;
 line-height: 160%;
}

.section-natural .nat-top .item .data {
 margin: 0 0 32px 0;
 color: var(--Gold-Akcent, #CFAE66);
 font-size: 104px;
 line-height: 100%;
}

.section-natural .nat-map {
 height: 670px;
}

.section-sky .title {
 margin: 0 0 80px 0;
}

.section-sky .sky-container {
 position: relative;
 margin: 0 -80px;
}

.section-sky .sky-in {
 margin: 0 80px;
 max-width: 345px;
 min-width: 345px;
}

.section-sky .sky-center {
 min-height: 745px;
}

.section-sky img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.section-sky .image-1 {
 height: 100%;
 max-height: 362px;
 margin: 64px 0 0 0;
}

.section-sky .image-2 {
 height: 100%;
 max-height: 426px;
 margin: 0px 0 64px 0;
}

.wpcf7-not-valid-tip {
 color: #dc3232;
 font-size: 12px;
 position: absolute;
 left: 0;
 top: 100%;
}

.section-ocenka .global-form,
  .section-ocenka #ocenka-form,
  .section-ocenka #ocenka-form .input-container {
 width: 100%;
}

.section-ocenka #ocenka-form .input {
 width: 100%;
 display: block;
}

.wpcf7 form.invalid .wpcf7-response-output {
 display: none !important;
}

.input.wpcf7-not-valid {
 border-color: #F05A5A !important;
}

.wpcf7 form .wpcf7-response-output {
 margin: 15px 0 0 0;
 padding: 5px 10px;
 border: 1px solid rgba(230, 202, 140, 1) !important;
 text-align: center;
 font-size: 14px;
 color: #fefefe;
}

.black .wpcf7 form .wpcf7-response-output {
 color: #1F1F1F;
}

.wpcf7 {
 width: 100%;
}

.wpcf7-form-control-wrap {
 position: unset;
}

.news-detail h1 {
 font-size: 60px;
 margin: 0 0 40px 0;
}

.news-detail .date {
 color: var(--dark-space-titles, #1F1F1F);
 font-size: 16px;
 font-weight: 600;
 line-height: normal;
 letter-spacing: 0.64px;
 text-transform: uppercase;
}

.news-detail .detail-image {
 margin: 40px 0;
 height: 700px;
}

.news-detail .detail-image img {
 -o-object-fit: cover;
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.anons-color {
    font-size: 18px !important;
}

@media (min-width: 1200px) {
    .header .menu-top .nav .nav-item:hover {
        color: #E6CA8C;
    }
}



.socials .item:hover {
    color: #CFAE66;
}

/* Стили для SVG иконок */
.socials .item svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

/* Ховер эффект для SVG иконок */
.socials .item:hover svg {
    filter: drop-shadow(0 0 2px rgba(230, 202, 140, 0.35));
}

.socials .item:hover svg path {
    fill: #CFAE66;
}

.section-contacts {
    margin: 0 -80px;
}

.design-bottom {
    width: 100%;
}

.title-bottom {
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.anons1 {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    width: 100%;
    max-width: none;
    margin-top: 20px;
}

.right-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 40px;
    margin-top: 20px;
}

/* Для мобильных устройств */
@media (max-width: 991px) {
    .design-bottom .row > [class*="col-"] {
        text-align: left !important;
    }
    
    .right-content {
        justify-content: flex-start !important;
        margin-top: 20px !important;
        padding-left: 0 !important;
        margin-bottom: 20px !important;
    }
    
    .title-bottom {
        margin-bottom: 20px !important;
    }
    
    .anons1 {
        margin-top: 10px !important;
    }
}

/* Адаптивные отступы для кнопки EN */
@media (min-width: 1200px) {
    .header-lng {
        margin: 0 50px !important;
    }
}

@media (max-width: 1199px) {
    .header-lng {
        margin: 0 10px !important;
    }
}



/* АНИМАЦИЯ КРУГА - МГНОВЕННАЯ */
#video-circle.video-circle {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 180vmax !important;
    height: 180vmax !important;
    background-image: url('https://yalo-cottage.com.ua/wp-content/uploads/2023/10/video1.jpg') !important;
    background-size: 150% auto !important;
    background-position: 0% center !important;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) !important;
    overflow: hidden !important;
    z-index: 1 !important;
    
    /* МГНОВЕННОЕ ПОЯВЛЕНИЕ */
    clip-path: circle(70% at 50% 50%) !important;
    opacity: 1 !important;
    animation: pan-image 20s linear infinite !important;
}

@keyframes pan-image {
    0% { background-position: 0% center !important; }
    100% { background-position: 100% center !important; }
}

/* Убираем overflow: hidden у родительских контейнеров */
.potencial-video {
    position: relative;
    overflow: hidden;
}

.anim-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.anim-mask {
    position: relative;
    z-index: 2;
}

.video-circle {
    position: absolute;
    z-index: 3;
}

.anim-text,
.anim-container {
    position: relative;
    z-index: 4;
}



/* Стили для секции "Чому Карпати?" */
.section-why.margin-bottom {
    margin-top: -200px; /* Значение для десктопов */
}

/* Мобильная версия */
@media (max-width: 991px) {
    .section-why.margin-bottom {
        margin-top: 0 !important; /* Убираем отрицательный отступ на мобильных */
    }
}

/* Дополнительные медиа-запросы для точной настройки */
@media (max-width: 1199px) and (min-width: 992px) {
    .section-why.margin-bottom {
        margin-top: -150px; /* Промежуточное значение для планшетов */
    }
}

/* Для очень больших экранов */
@media (min-width: 1600px) {
    .section-why.margin-bottom {
        margin-top: -250px; /* Большее значение для широких экранов */
    }
}


/* ОСНОВНЫЕ СТИЛИ ДЛЯ КАРТЫ */
        .ic-map-container {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
        }

        .ic-map-title {
            color: #000000;
            font-size: 60px;
            text-align: center;
            margin: 0 0 40px 0;
            padding: 0 20px;
        }

        .ic-map-wrapper {
            position: relative;
            background: #000;
            border-radius: 10px;
            overflow: hidden;
            width: 100%;
            height: 100vh;
            max-height: 1100px;
            box-shadow: 0 14px 40px rgba(0,0,0,0.6);
            margin: 0;
        }

        .ic-svg-map {
            display: block;
            width: 100%;
            height: 100%;
            cursor: grab;
            object-fit: cover;
            background: #000;
        }

        .ic-svg-map:active {
            cursor: grabbing;
        }

        .ic-map-controls {
            position: absolute;
            left: 20px;
            top: 20px;
            z-index: 160;
            display: flex;
            gap: 8px;
        }

        .ic-control-btn {
            background: #ffffff;
            border: 0;
            padding: 10px 12px;
            border-radius: 8px;
            cursor: pointer;
            box-shadow: 0 6px 18px rgba(2,6,23,0.18);
            font-size: 16px;
            font-weight: bold;
        }

        .ic-map-tooltip {
            position: fixed;
            z-index: 160;
            background: #ffffff;
            padding: 8px 12px;
            border-radius: 8px;
            font-size: 13px;
            box-shadow: 0 8px 30px rgba(2,6,23,0.35);
            pointer-events: none;
            display: none;
        }

        /* Стили для полигонов домов */
        .ic-house {
            stroke-width: 2;
            cursor: pointer;
            transition: all 140ms ease;
            fill-opacity: 0.6;
        }

        .ic-house[data-status="Вільний"] {
            fill: rgba(16, 185, 129, 0.4);
        }

        .ic-house[data-status="Продано"] {
            fill: rgba(244, 67, 54, 0.4);
        }

        .ic-house[data-status="Заброньований"] {
            fill: rgba(255, 193, 7, 0.4);
        }

        .ic-house.ic-hovered {
            filter: drop-shadow(0 6px 20px rgba(0,0,0,0.55));
            stroke-width: 3;
            fill-opacity: 0.9;
        }

        /* СТИЛИ МОДАЛЬНОГО ОКНА */
        .ic-modal-back {
            position: fixed;
            inset: 0;
            background: rgba(3,6,12,0.55);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 200;
            padding: 20px;
        }

        .ic-modal {
            width: 1600px;
            max-width: 95vw;
            height: 1600px;
            max-height: 100vh;
            background: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            display: flex;
            box-shadow: 0 20px 60px rgba(2,6,23,0.6);
            position: relative;
        }

        .ic-modal-left {
            width: 480px;
            padding: 28px;
            background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
            display: flex;
            flex-direction: column;
            gap: 16px;
            overflow-y: auto;
        }

        .ic-badge {
            display: inline-block;
            padding: 8px 12px;
            background: #00a9d6;
            color: #fff;
            border-radius: 8px;
            font-weight: 700;
            font-size: 16px;
            margin-right: 10px;
        }

        .ic-unit-id {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 8px;
        }

        .ic-area {
            font-size: 16px;
            color: #6b7280;
        }

        .ic-price {
            font-size: 34px;
            color: #0f1720;
            font-weight: 700;
            margin-top: 8px;
        }

        .ic-price-sub {
            display: inline-block;
            margin-left: 10px;
            padding: 6px 10px;
            border-radius: 8px;
            background: #f3f4f6;
            color: #6b7280;
            font-size: 14px;
        }

        .ic-description {
            margin-top: 8px;
            font-size: 16px;
            color: #6b7280;
            line-height: 1.5;
        }

        .ic-form-row {
            margin-top: 14px;
        }

        .ic-label {
            font-size: 15px;
            color: #6b7280;
            margin-bottom: 8px;
            display: block;
        }

        .ic-input {
            width: 100%;
            padding: 14px;
            border-radius: 8px;
            border: 1px solid #e6eef3;
            font-size: 16px;
            box-sizing: border-box;
        }

        .ic-send-btn {
            margin-top: 12px;
            background: #00a9d6;
            color: #fff;
            border: 0;
            padding: 14px;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 700;
            font-size: 16px;
            width: 100%;
        }

        .ic-modal-right {
            flex: 1;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8fafc;
            padding: 40px;
        }

        .ic-modal-right img {
            width: 1200px;
            max-width: 100%;
            height: auto;
            object-fit: contain;
            display: block;
        }

        .ic-close-btn {
            position: absolute;
            right: 16px;
            top: 16px;
            background: transparent;
            border: 0;
            padding: 10px 12px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 18px;
            z-index: 10;
            color: #000;
        }

        /* Стили для слайдера */
        .ic-slider-container {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ic-slide {
            display: none;
            width: 100%;
            height: 100%;
            text-align: center;
        }

        .ic-slide.ic-active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ic-slide img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .ic-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.7);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            z-index: 10;
            transition: all 0.3s ease;
            opacity: 0.7;
        }

        .ic-nav-btn:hover {
            opacity: 1;
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .ic-prev-btn {
            left: 30px;
        }

        .ic-next-btn {
            right: 30px;
        }

        .ic-slider-dots {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 8px;
            z-index: 10;
        }

        .ic-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #9298a5;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .ic-dot.ic-active {
            background: #00a9d6;
            transform: scale(1.2);
        }

        /* Адаптивность */
        @media (max-width: 1200px) {
            .ic-map-title {
                font-size: 60px;
            }
            
            .ic-map-wrapper {
                height: 75vh;
            }
            
            .ic-modal {
                height: 95vh;
                max-height: 95vh;
            }
            
            .ic-modal-right img {
                width: min(800px, 60vw);
            }
        }

        @media (max-width: 900px) {
            .ic-modal {
                flex-direction: column;
                height: 90vh;
                max-height: 90vh;
            }
            
            .ic-modal-left {
                width: 100%;
                padding: 20px;
                order: 2;
            }
            
            .ic-modal-right {
                height: 40vh;
                min-height: 300px;
                padding: 20px;
                order: 1;
            }
            
            .ic-modal-right img {
                width: min(500px, 80vw);
            }
        }

        @media (max-width: 768px) {
            .ic-map-title {
                font-size: 40px;
                margin-bottom: 20px;
            }
            
            .ic-map-wrapper {
                height: 65vh;
                border-radius: 8px;
            }
        }

        @media (max-width: 600px) {
            .ic-map-title {
                font-size: 32px;
            }
            
            .ic-map-wrapper {
                height: 55vh;
            }
            
            .ic-map-controls {
                left: 10px;
                top: 10px;
            }
            
            .ic-control-btn {
                padding: 8px 10px;
                font-size: 14px;
            }
            
            .ic-modal {
                max-width: 98vw;
                max-height: 95vh;
            }
            
            .ic-modal-left {
                padding: 16px;
            }
            
            .ic-modal-right {
                height: 35vh;
                min-height: 250px;
                padding: 15px;
            }
            
            .ic-modal-right img {
                width: min(400px, 85vw);
            }
            
            .ic-price {
                font-size: 28px;
            }
            
            .ic-badge {
                font-size: 14px;
            }
            
            .ic-nav-btn {
                width: 40px;
                height: 40px;
                font-size: 20px;
            }
            
            .ic-prev-btn {
                left: 10px;
            }
            
            .ic-next-btn {
                right: 10px;
            }
        }
        .ic-control-btn {
            touch-action: auto;
            pointer-events: auto;
            z-index: 161;
            position: relative;
        }

        .ic-map-wrapper {
            touch-action: pan-x pan-y;
            -webkit-user-select: none;
            user-select: none;
        }
		/* Стили для инфраструктуры на карте - ВСЯ инфраструктура ГОЛУБАЯ */
.ic-infrastructure {
    stroke-width: 2;
    cursor: pointer;
    transition: all 140ms ease;
    fill-opacity: 0.7;
    fill: rgba(52, 152, 219, 0.6); /* Голубой цвет для всей инфраструктуры */
    stroke: rgba(52, 152, 219, 0.9);
    stroke-dasharray: 4, 4; /* Пунктирная обводка для отличия от домов */
}

.ic-infrastructure.ic-hovered {
    filter: drop-shadow(0 6px 20px rgba(0,0,0,0.55));
    stroke-width: 3;
    fill-opacity: 0.9;
    stroke-dasharray: 0; /* При наведении убираем пунктир */
}



/* Скрываем блок на мобильных устройствах */
@media (max-width: 991px) {
    .ocenka-image.d-block.d-lg-none {
        display: none !important;
    }
}


@media (max-width: 991px) {
    .socials .item .ic {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 22px;
        height: 22px;
    }
    
    .socials .item .ic svg {
        width: 100% !important;
        height: 100% !important;
    }
}






/* Стили для мобильной версии (до 767px) */
@media (max-width: 767px) {
    #info-1-mobile {
        color: white;
        font-size: 16px;
        text-align: center;
        padding: 20px 15px 0;
        margin: 0;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        width: auto !important;
        height: auto !important;
        clip: auto !important;
        overflow: visible !important;
    }
    
    #info-2-mobile {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    #info-2-desktop {
        display: none !important;
    }
}

/* Стили для ПК версии (768px и выше) */
@media (min-width: 768px) {
    #info-1-mobile {
        display: none !important;
    }
    
    #info-2-mobile {
        display: none !important;
    }
    
    #info-2-desktop {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}


/* Исправляем только проблемы с наезжанием текста */
.input-container {
    margin-bottom: 25px;
    width: 100%;
}

.label {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
}

.input {
    width: 100%;
    padding: 15px 18px;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.5;
    background: transparent;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    color: #000; /* Черный цвет для вводимого текста */
}
.footer-form .input {
    color: #ffffff !important;
}
.footer-form .input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.input:focus {
    outline: none;
    border-bottom-color: #007bff;
    background: transparent;
}

.input::placeholder {
    color: #666; /* Темно-серый цвет для плейсхолдера */
    font-size: 14px;
    opacity: 1;
}

/* Увеличиваем отступы между полями */
.global-form .input-container:not(:last-child) {
    margin-bottom: 30px;
}

/* Для темной темы - переопределяем цвета на черные */
.global-form.black .label {
    color: #fff;
}

.global-form.black .input {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    color: #000; /* Черный цвет текста даже в темной теме */
}

.global-form.black .input:focus {
    background: transparent;
    border-bottom-color: #fff;
}

.global-form.black .input::placeholder {
    color: #666; /* Темно-серый плейсхолдер даже в темной теме */
}

/* Мобильная версия */
@media (max-width: 768px) {
    .input-container {
        margin-bottom: 20px;
    }
    
    .label {
        margin-bottom: 10px;
        font-size: 15px;
    }
    
    .input {
        padding: 13px 16px;
        font-size: 15px;
        color: #000; /* Черный цвет для мобильной версии */
    }
    
    .input::placeholder {
        font-size: 13px;
        color: #666; /* Темно-серый для мобильной версии */
    }
}




/* =========================
   LANGUAGE SWITCHER
   ========================= */

.header .header-lang {
    position: relative;
    margin: 0 40px;
    z-index: 120;
}

.header .header-lang__current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.header .header-lang__value {
    display: inline-block;
    text-align: center;
}

.header .header-lang__arrow {
    width: 13px;
    height: 13px;
    border-right: 2.2px solid #fff;
    border-bottom: 2.2px solid #fff;
    transform: rotate(45deg) translateY(-3px);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.header .header-lang::after {
    content: "";
    position: absolute;
    top: -12px;
    left: -16px;
    right: -16px;
    bottom: -84px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.04) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
    pointer-events: none;
}

.header .header-lang__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-65%) translateY(8px);
    min-width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 2;
}

.header .header-lang__item {
    display: block;
    width: 100%;
    padding: 2px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.header .header-lang__item:hover {
    color: #dec17f;
}

.header .header-lang.is-open::after {
    opacity: 1;
    visibility: visible;
}

.header .header-lang.is-open .header-lang__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-63%) translateY(0);
}

.header .header-lang.is-open .header-lang__arrow {
    transform: rotate(225deg) translateY(-1px);
}


/* =========================
   HEADER STATE AFTER SCROLL
   ========================= */

body:not(.menu-open) .header.fix {
    background: #F9F6F0 !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body:not(.menu-open) .header.fix .header-lang__current,
body:not(.menu-open) .header.fix .header-lang__current .header-lang__value,
body:not(.menu-open) .header.fix .header-lang__dropdown .header-lang__item {
    color: #1F1F1F !important;
}

body:not(.menu-open) .header.fix .header-lang__arrow {
    border-right-color: #1F1F1F !important;
    border-bottom-color: #1F1F1F !important;
}

body:not(.menu-open) .header.fix .header-lang__item:hover {
    color: #E6CA8C !important;
}

body:not(.menu-open) .header.fix .header-lang::after {
    background: #F9F6F0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid rgba(31, 31, 31, 0.08) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
}


/* =========================
   MOBILE HEADER + MOBILE MENU
   ========================= */

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

.header-phone-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--Total-white, #FEFEFE);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.header-phone-mobile:hover {
    color: #E6CA8C;
}

@media (max-width: 1199px) {
    .header {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        transition:
            background 0.25s ease,
            box-shadow 0.25s ease,
            backdrop-filter 0.25s ease,
            -webkit-backdrop-filter 0.25s ease;
    }

    body:not(.menu-open) .header.fix {
        background: #F9F6F0 !important;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .menu-open .header {
        background: rgba(0, 28, 23, 0.94) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
    }

    .header .header-container {
        display: grid !important;
        grid-template-columns: 42px minmax(120px, 1fr) auto !important;
        align-items: center;
        gap: 8px;
        height: 90px;
        padding: 10px 0;
    }

    .header .logo {
        position: relative;
        top: 0;
        left: 0;
        width: 42px;
        height: 28px;
        margin: 0;
        transform: none;
        justify-self: start;
    }

    .header-phone-slot {
        display: flex !important;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        width: 100%;
        overflow: visible;
        padding: 0 4px;
    }

    .header-phone-mobile {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        max-width: 100%;
        font-size: 13px;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body:not(.menu-open) .header.fix .header-phone-mobile {
        color: #1F1F1F;
    }

    .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end !important;
        min-width: auto;
        min-height: 36px;
        gap: 6px;
    }

    .header .header-lang {
        margin: 0 10px !important;
        z-index: 210;
    }

    .header .header-lang__current {
        font-size: 16px;
        justify-content: center;
        min-width: 40px;
        min-height: 36px;
        padding: 0 4px;
    }

    .header .header-lang__value {
        min-width: 28px;
        font-size: 14px;
    }

    .header .header-lang__arrow {
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        position: relative;
        top: -1px;
    }

    .header .header-lang::after {
        display: block;
        top: -8px;
        left: -10px;
        right: -10px;
        bottom: -65px;
        border-radius: 10px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.04) 100%);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow:
            0 6px 18px rgba(0, 0, 0, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

    body:not(.menu-open) .header.fix .header-lang::after {
        background: #F9F6F0 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border: 1px solid rgba(31, 31, 31, 0.08) !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
    }

    .header .header-lang__dropdown {
        top: calc(100% + 5px);
        left: -3%;
        right: auto;
        min-width: 52px;
        transform: translateX(-71%) translateY(8px);
        gap: 10px;
        padding: 0;
    }

 .header .header-lang.is-open .header-lang__dropdown {
        transform: translateX(-71%) translateY(0);
    }
    .header .header-lang__item {
        font-size: 13px;
        line-height: 1.1;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }

    body:not(.menu-open) .header.fix .header-lang__item {
        text-shadow: none;
    }

    .header .header-lang.is-open .header-lang__dropdown {
        transform: translateX(-13%) translateY(0);
    }

    .header .menu-button {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        flex: 0 0 36px;
    }

    .but-icon {
        display: block;
        width: 20px;
        height: 2px;
        position: relative;
        background: transparent;
        transition: 0.25s ease;
    }

    .but-icon::before,
    .but-icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        background-color: #FEFEFE;
        transition:
            transform 0.25s ease,
            top 0.25s ease,
            bottom 0.25s ease,
            background-color 0.25s ease;
    }

    .but-icon::before {
        top: -6px;
    }

    .but-icon::after {
        bottom: -6px;
    }

    .but-icon.is-active {
        background: transparent !important;
    }

    .but-icon.is-active::before {
        top: 0;
        transform: rotate(45deg);
    }

    .but-icon.is-active::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .fix .but-icon::before,
    .fix .but-icon::after,
    .no-hero:not(.menu-open) .but-icon::before,
    .no-hero:not(.menu-open) .but-icon::after {
        background-color: #1F1F1F;
    }

    .menu-open .fix .but-icon::before,
    .menu-open .fix .but-icon::after {
        background-color: #FEFEFE;
    }

    .mobile-menu {
        padding: 104px 0 0;
        text-align: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #001C17 url('../../images/menu-bg.svg') repeat-x top left;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .mobile-menu .menu-in {
        height: 100%;
        overflow: auto;
        padding: 0 20px 28px;
    }

    .mobile-menu .menu-nav {
        margin: 0 0 40px;
    }

    .mobile-menu .menu-nav .nav-item {
        display: block;
        margin: 0 0 32px;
        color: var(--Total-white, #FEFEFE);
        font-size: 18px;
        text-decoration: none;
    }

    .mobile-menu .menu-form {
        max-width: 400px;
        margin: 0 auto 64px;
    }

    .mobile-menu .menu-block {
        margin: 0 0 40px;
    }

    .mobile-menu .menu-block .block-title {
        margin: 0 0 20px;
        opacity: 0.2;
        color: var(--Total-white, #FEFEFE);
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .mobile-menu .b-phone {
        display: block;
        margin: 0 0 20px;
        color: var(--Total-white, #FEFEFE);
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .mobile-menu .b-phone:hover {
        color: #E6CA8C;
    }

    .mobile-menu .b-email {
        display: block;
        color: var(--Total-white, #FEFEFE);
        text-decoration: none;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
    }

    .mobile-menu .b-email:hover {
        color: #E6CA8C;
    }

    .mobile-menu .adres {
        margin: 0 0 20px;
        color: var(--Total-white, #FEFEFE);
        font-size: 20px;
        font-weight: 600;
        line-height: 130%;
    }

    .mobile-menu .socials .item {
        margin: 0 20px !important;
    }

    .mobile-menu .global-form .form-anons {
        opacity: 1;
    }

    .menu-open .mobile-menu {
        z-index: 190;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .header .header-container {
        grid-template-columns: 38px minmax(108px, 1fr) auto !important;
        gap: 6px;
        height: 82px;
    }

    .header .logo {
        width: 38px;
        height: 25px;
    }

    .header-phone-slot {
        min-width: 108px;
        padding: 0 2px;
    }

    .header-phone-mobile {
        min-width: 108px;
        font-size: 11px;
    }

    .header .header-lang__current {
        min-width: 38px;
        min-height: 34px;
        padding: 0 3px;
        font-size: 13px;
    }

    .header .header-lang__value {
        font-size: 13px;
    }

    .header .menu-button {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .but-icon,
    .but-icon::before,
    .but-icon::after {
        width: 18px;
    }

    .mobile-menu {
        padding-top: 98px;
    }

    .mobile-menu .menu-nav .nav-item {
        margin-bottom: 26px;
        font-size: 17px;
    }

    .mobile-menu .menu-form {
        margin-bottom: 48px;
    }

    .mobile-menu .b-phone,
    .mobile-menu .b-email,
    .mobile-menu .adres {
        font-size: 18px;
    }

    .mobile-menu .socials .item {
        margin: 0 16px !important;
    }
}

.main-region .title-container.d-inline-block {
    display: inline-flex !important;
    flex-direction: column;
    align-items: flex-start;
    max-width: 760px;
}

.main-region .title-container.d-inline-block .title {
    display: block;
    width: 100%;
    margin: 0 0 28px;
    line-height: 1.02;
}

.main-region .title-container.d-inline-block .title-anons {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0;
}

.main-region .title-container.d-inline-block .title-anons p {
    margin: 0;
}

.main-region .title-container.d-inline-block {
    display: inline-flex !important;
    flex-direction: column;
    align-items: flex-start;
    max-width: 760px;
}

.main-region .title-container.d-inline-block .title {
    display: block;
    width: 100%;
    margin: 0 0 28px;
    line-height: 1.02;
}

.main-region .title-container.d-inline-block .title-anons {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0;
}

.main-region .title-container.d-inline-block .title-anons p {
    margin: 0;
}
@media (max-width: 767px) {
    .main-advant .advant-items .item-name {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .main-advant .advant-items .item-name .number {
        flex: 0 0 auto;
        min-width: 44px;
        line-height: 1;
    }

    .main-advant .advant-items .item-name .name {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
        margin: 16px 0 0;
        font-size: 28px;
        line-height: 0.95;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .main-advant .advant-items .item {
        overflow: hidden;
    }
}


#ocenka-form .input {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    color: #FEFEFE !important;
    -webkit-text-fill-color: #FEFEFE !important;
    font-family: 'Benzin', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left !important;
    text-shadow: none;
    -webkit-text-stroke: 0 transparent;
    transform: none;
    filter: none;
    opacity: 1;
    box-shadow: none;
    outline: none;
    caret-color: #FEFEFE !important;
}

#ocenka-form .input::placeholder {
    color: rgba(254, 254, 254, 0.7) !important;
    -webkit-text-fill-color: rgba(254, 254, 254, 0.7) !important;
    opacity: 1 !important;
    text-shadow: none;
}

#ocenka-form .input:focus,
#ocenka-form .input:active {
    color: #FEFEFE !important;
    -webkit-text-fill-color: #FEFEFE !important;
    text-shadow: none;
    -webkit-text-stroke: 0 transparent;
    transform: none;
    filter: none;
    box-shadow: none;
    outline: none;
}

#ocenka-form .label {
    display: none !important;
}



@media (max-width: 991px) {
    .modal-form .modal-email {
        display: none !important;
    }
}


@media (max-width: 991px) {
    .design-bottom .right-content {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .design-bottom .right-content .button-default {
        margin: 0 auto;
    }
}


@media (min-width: 1200px) {
    .footer > .container-fluid > .d-xl-flex.align-items-end {
        align-items: flex-start !important;
    }

    .footer > .container-fluid > .d-xl-flex > .footer-left {
        position: relative;
        top: -32px;
    }

    .footer > .container-fluid > .d-xl-flex > .footer-form {
        position: relative;
        top: 0 !important;
    }

    .footer .footer-top {
        margin-bottom: 58px;
    }

    .footer .footer-title {
        margin: 0 !important;
    }
}