
@font-face {
    font-family: 'PhonkSans';
    src: url('../fonts/PhonkSans-Light.woff2') format('woff2'),
         url('../fonts/PhonkSans-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    color: rgba(0, 0, 0, .8);
    margin: 0;
    overflow-x: hidden;
    word-wrap: break-word;
    background: linear-gradient(359deg, #BD987D 0.34%, #FFFFFF 86.36%);
}
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.full-screen-video-component {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
video {
    position: absolute;
    z-index: -1000;
    width: 100%;
    object-fit: cover;
    display: inline-block;
}
.overlay-component {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    transition-property: opacity;
    transition-timing-function: linear;
    background-color: rgba(0, 0, 0, 0.25);
}
nav {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: top .2s ease-in-out;
    z-index: 101;
}
nav .header.theme-light {
    color: #fff;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
nav.visible .header.theme-light {
    background: #fff;
}
nav.visible .header.theme-light ul.navigation li.navigation__item {
    color: #3F2719 !important;
}
nav.visible .header.theme-light .header__hamburger circle {
    fill: #fff !important;
}
nav.visible .header.theme-light .header__hamburger svg rect {
    fill: #fff !important;
}
nav .header {
    padding-top: 30px;
    padding-bottom: 30px;
}
nav .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
nav .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    outline: none;
    max-width: 356px;
    /*height: 60px;*/
}
nav.scroll .logo__img.dark {
    display: none;
}
nav .logo__img.dark {
    display: block;
}
nav .logo__img {
    object-fit: contain;
    object-position: left;
    max-width: 100%;
    max-height: 100%;
}
nav#global-navbar.scroll .header .logo__img.dark {
    /*display: block;*/
}
nav .header.theme-light .logo__img.dark {
    display: none;
}
nav .header.theme-light .logo__img.light {
    display: block;
    max-width: 234px;
}
nav .logo__img.light {
    display: none;
}
nav .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
nav .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: "PhonkSans", serif;
}

ol, ul {
    list-style-image: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item {
    color: #fff;
}
nav#global-navbar .header ul.navigation li.navigation__item {
    color: #000;
}
nav .navigation__item {
    padding: 0;
    margin: 0;
    visibility: hidden;
    height: 0;
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .navigation__link {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 10px;
    font-size: 12px;
    font-weight: 300;
    font-family: "PhonkSans", serif;
}
nav#global-navbar .header ul.navigation li.navigation__item .navigation__link {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 10px;
    font-size: 15px;
}
nav .navigation__link {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    cursor: pointer;
    padding: 21px 10px;
    max-width: 265px;
    z-index: 2;
    outline: none;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    white-space: nowrap;
    -webkit-font-smoothing: unset;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}
nav .sub-nav {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    max-height: 0;
    z-index: 5;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, max-height 0.3s ease;
    transition: visibility 0s linear 0.3s, max-height 0.3s ease;
}
nav .sub-nav__item {
    position: relative;
    display: block;
    margin: 0;
    text-align: left;
}
nav .sub-nav-container:after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translate(0, calc(-50% - 3px)) rotate(45deg);
    -moz-transform: translate(0, calc(-50% - 3px)) rotate(45deg);
    -ms-transform: translate(0, calc(-50% - 3px)) rotate(45deg);
    transform: translate(0, calc(-50% - 3px)) rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
}
nav .sub-nav-container:hover:after {
    transform: translate(0, calc(-50% - 3px)) rotate(225deg);
    transition: transform 0.2s linear;
}
nav .sub-nav-container {
    position: relative;
    padding-right: 21px;
}
nav .navigation__item+.navigation__item {
    padding-left: 20px;
}
nav .header__hamburger {
    background-color: transparent;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 60px;
    width: 60px;
    height: 60px;
    border: none;
}
nav .header__hamburger svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 1px solid #3F2719;*/
}
svg:not(:root) {
    overflow: hidden;
}
nav#global-navbar .header.theme-light .header__hamburger circle {
    fill: #fff;
}

nav#global-navbar .header .header__hamburger circle {
    fill: #BEB09E;
}
nav .header__hamburger circle {
    fill: var(--themeBeige);
}
nav#global-navbar .header.theme-light .header__hamburger svg rect {
    fill: #BEB09E !important;
}

nav#global-navbar .header .header__hamburger svg rect {
    fill: #fff !important;
}
nav .header__hamburger .line {
    fill: var(--themeWhite);
    height: 2px;
    width: 24px;
    x: 18px;
    y: 26px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
nav#global-navbar .header.theme-light .header__hamburger svg rect {
    fill: #BEB09E !important;
}
nav#global-navbar .header .header__hamburger svg rect {
    fill: #fff !important;
}

nav .header__hamburger .line {
    fill: var(--themeWhite);
    height: 2px;
    width: 24px;
    x: 18px;
    y: 26px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
nav .header__hamburger .line--bottom {
    width: 12px;
    x: 30px;
    y: 32px;
}
nav#global-navbar .header.theme-light .header__hamburger:hover .line--top {
    width: 12px;
    x: 30px;
    fill: #ef7b2d !important;
}
nav#global-navbar .header.theme-light  .header__hamburger:hover .line--bottom {
    width: 24px;
    x: 18px;
    fill: #ef7b2d !important;
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link {
    color: #fff;
    background-color: #D8C3AE;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "PhonkSans", serif;
}
nav#global-navbar .header ul.navigation li.navigation__item .sub-nav__link {
    color: #fff;
    background-color: #D8C3AE;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}
nav .sub-nav__link {
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 18px;
    position: relative;
    width: max-content;
    max-width: 425px;
    min-width: 100%;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link:hover {
    color: #3F2719;
    background-color: #F5ECDD;
}
nav#global-navbar .header ul.navigation li.navigation__item .sub-nav__link:hover {
    color: #3F2719;
    background-color: #F5ECDD;
}
nav .sub-nav-container:hover .sub-nav {
    visibility: visible;
    max-height: 1000px; /* Устанавливаем большое значение, чтобы вместить все подменю */
    transition: max-height 0.3s ease, visibility 0s linear 0s;
}
/*
    SIDE MENU
*/
body>div.sidemenu {
    display: none;
    left: 0;
    min-height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
}
body>div.sidemenu.visible {
    display: block;
}
body>div.sidemenu{
    background-color:rgba(255, 255, 255, 1);
    color:rgba(0, 0, 0, 1);
    --fontColor:rgba(0, 0, 0, 1);
    --fontColor_H:0;
    --fontColor_S:0%;
    --fontColor_L:0%;
    --fontColor_A:1;
    --fontColor_darkenDir:1;
    --bgColor:#cdb190;
    --bgColor_H:0;
    --bgColor_S:0%;
    --bgColor_L:100%;
    --bgColor_A:1;
    --bgColor_darkenDir:-1;
}
body>div.sidemenu{
    --colorLighter1:hsla(var(--fontColor_H), var(--fontColor_S), var(--fontColor_L), 0.1);
    width:100%;
    display:block;
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
    -webkit-transition:.1s all ease-out 2s;
    transition:.1s all ease-out 2s;
    background:transparent;
}
body>div.sidemenu .sidemenu__container{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
body>div.sidemenu.visible{
    -webkit-transition:0s all;
    transition:0s all;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    z-index:900;
    background-color:transparent;
    /*position: relative;*/
}
body>div.sidemenu.visible .sidemenu__img{
    -webkit-transform:translateY(0%);
    -moz-transform:translateY(0%);
    -ms-transform:translateY(0%);
    transform:translateY(0%);
    -webkit-transition:.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
body>div.sidemenu.visible .sidemenu__wrapper{
    -webkit-transform:translateY(0%);
    -moz-transform:translateY(0%);
    -ms-transform:translateY(0%);
    transform:translateY(0%);
    -webkit-transition:1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
body>div.sidemenu.visible .sidemenu__toggle{
    pointer-events:auto;
}
body>div.sidemenu .sidemenu__img{
    background:center no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
    -webkit-transition:.7s cubic-bezier(0.645, 0.045, 0.355, 1.000) .5s;
    transition:.7s cubic-bezier(0.645, 0.045, 0.355, 1.000) .5s;
    background-image: url('../assets/bg-menu.jpg');
}
@media (max-width: 768px){
    body>div.sidemenu .sidemenu__img{
        display:none;
    }
}
body>div.sidemenu .sidemenu__wrapper{
    background-color:#fff;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    height:100vh;
    padding: 50px 0 50px 0;
    overflow-y:auto;
    max-width:1100px;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform:translateY(-100%);
    -webkit-transition:1s cubic-bezier(0.645, 0.045, 0.355, 1.000) .5s;
    transition:1s cubic-bezier(0.645, 0.045, 0.355, 1.000) .5s;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
body>div.sidemenu .sidemenu__wrapper::-webkit-scrollbar{
    width:4px;
    background-color:transparent;
}
body>div.sidemenu .sidemenu__wrapper::-webkit-scrollbar-thumb{
    background-color:var(--fontColor, #ffffff);
}
body>div.sidemenu .sidemenu__wrapper::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.3);
    background-color:var(--bgColor, #211F1F);
}
@media (max-width: 768px){
    body>div.sidemenu .sidemenu__wrapper{
        padding:40px 0 66px 0;
    }
}
body>div.sidemenu .sidemenu__toggle{
    height:48px;
    margin-right:auto;
    margin-left:70px;
    position:relative;
    border:none;
    background-color:transparent;
    outline:none;
    color:#3F2719;
    padding-right:50px;
    font-family:inherit;
    pointer-events:none;
    cursor:pointer;
    font-size: 18px;
}
@media (max-width: 768px){
    body>div.sidemenu .sidemenu__toggle{
        margin-left:20px;
    }
}
body>div.sidemenu .sidemenu__toggle--right{
    margin-left:auto;
    margin-right:70px;
}
@media (max-width: 768px){
    body>div.sidemenu .sidemenu__toggle--right{
        margin-right:20px;
    }
}
body>div.sidemenu .sidemenu__toggle:focus{
    outline:none;
}
body>div.sidemenu .sidemenu__toggle:before,body>div.sidemenu .sidemenu__toggle:after{
    content:'';
    display:block;
    position:absolute;
    width:20px;
    height:2px;
    background-color:currentColor;
    right:0;
    top:50%;
}
body>div.sidemenu .sidemenu__toggle:before{
    -webkit-transform:translate(-50%, -50%) rotate(45deg);
    -moz-transform:translate(-50%, -50%) rotate(45deg);
    -ms-transform:translate(-50%, -50%) rotate(45deg);
    transform:translate(-50%, -50%) rotate(45deg);
}
body>div.sidemenu .sidemenu__toggle:after{
    -webkit-transform:translate(-50%, -50%) rotate(-225deg);
    -moz-transform:translate(-50%, -50%) rotate(-225deg);
    -ms-transform:translate(-50%, -50%) rotate(-225deg);
    transform:translate(-50%, -50%) rotate(-225deg);
}
body>div.sidemenu .sidemenu__nav{
    margin-bottom:auto;
    padding:0;
}
body>div.sidemenu .sidemenu__socials{
    /*margin:0 auto;*/
    padding-top:30px;
    padding-right:70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 85px;
}
@media (max-width: 768px){
    body>div.sidemenu .sidemenu__socials{
        padding-right:20px;
        padding-left:20px;
    }
}
body>div.sidemenu .sidemenu__header{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-bottom:60px;
}
@media (max-width: 768px){
    body>div.sidemenu .sidemenu__header{
        padding-bottom:59px;
    }
}
body>div.sidemenu .sidemenu__logo{
    display:none;
}
@media (max-width: 768px){
    body>div.sidemenu .sidemenu__logo{
        display:block;
    }
}
body>div.sidemenu .sidemenu__logo-img{
    display:block;
    max-height:50px;
}
body>div.sidemenu .navigation{
    list-style-type:none;
    margin:0;
    padding:0;
    max-width:100%;
    padding: 0px 0px 0px 40px;
}
body>div.sidemenu .navigation__item{
    border-bottom:1px solid #fff;
    margin:0;
    overflow:hidden;
}
body>div.sidemenu .navigation__link{
    padding:13px 12px 13px 50px;
    display:block;
    font-size:22px;
    font-weight:400;
    line-height:48px;
    color:var(--fontColor, #ffffff);
    -webkit-transition:0.2s all;
    transition:0.2s all;
    cursor:pointer;
    -webkit-text-decoration:none;
    text-decoration:none;
    -webkit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    opacity:0;
    position:relative;
    transition-property:transform,opacity,color;
    transition-duration:0.55s,0.55s,0.3s;
    transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1),ease-in-out,ease-in-out;
}
@media(max-width: 768px){
    body>div.sidemenu .navigation__link{
        padding-left:20px;
        padding-right:20px;
        padding-bottom:16px;
    }
}
@media (hover: hover) and (pointer: fine){
    body>div.sidemenu .navigation__link:hover{
        color:#3F2719;
        background: #F1E2D1;
    }
}
body>div.sidemenu .sub-nav{
    list-style-type:none;
    display:none;
    margin:0;
    /*padding:10px 0 0 0;*/
}
body>div.sidemenu .sub-nav__item {
    padding:0 0 0 50px;
}
body>div.sidemenu .sub-nav__item:hover {
    background: #F1E2D1;
}
@media(max-width: 768px){
    body>div.sidemenu .sub-nav{
        padding-bottom:16px;
        padding-left:35px;
    }
}
body>div.sidemenu .sub-nav__item{
    padding-bottom:5px;
    padding-top:5px;
    margin:0;
}
body>div.sidemenu .sub-nav__item a{
    text-transform: none !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
}
body>div.sidemenu .sub-nav__item.fadeInUp{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-timing-function:ease;
    animation-timing-function:ease;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-delay:var(--delay);
    animation-delay:var(--delay);
}
body>div.sidemenu .sub-nav__link{
    font-size:25px;
    font-weight:300;
    cursor:pointer;
    color:var(--fontColor, #ffffff);
    -webkit-text-decoration:none;
    text-decoration:none;
}
body>div.sidemenu .sub-nav.visible{
    display:block;
}
body>div.sidemenu .lp-socials__link{
    -webkit-transform:translateY(-50px);
    -moz-transform:translateY(-50px);
    -ms-transform:translateY(-50px);
    transform:translateY(-50px);
    position:relative;
    transition-property:transform,opacity,color;
    transition-duration:0.55s,0.55s,0.3s;
    transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1),ease-in-out,ease-in-out;
    width: 54px;
    height: 54px;
}
body>div.sidemenu .lp-socials__link:hover {
    /*background: #F16609;*/
    transition: 0.3s;
}
body>div.sidemenu body>div.sidemenu{
    width:100%;
}
body>div.sidemenu body>div.sidemenu.visible{
    -webkit-transition:0s all;
    transition:0s all;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    z-index:900;
    background-color:transparent;
}
body>div.sidemenu body>div.sidemenu.visible .sidemenu__img{
    -webkit-transform:translateY(0%);
    -moz-transform:translateY(0%);
    -ms-transform:translateY(0%);
    transform:translateY(0%);
    -webkit-transition:.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
body>div.sidemenu body>div.sidemenu.visible .sidemenu__wrapper{
    -webkit-transform:translateY(0%);
    -moz-transform:translateY(0%);
    -ms-transform:translateY(0%);
    transform:translateY(0%);
    -webkit-transition:1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
body>div.sidemenu body>div.sidemenu.visible .sidemenu__toggle{
    pointer-events:auto;
}
body>div.sidemenu .fade-in{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
}

body>div.sidemenu .arrow{
    vertical-align:middle;
    margin-bottom:10px;
    -webkit-transition:.4s;
    transition:.4s;
}
body>div.sidemenu .arrow.active{
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    transform:rotate(-180deg);
    -webkit-transition:.4s;
    transition:.4s;
}
body>div.sidemenu .navigation__link {
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    transition: 0.2s all;
    color: #3F2719;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}
.lp-socials {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.lp-socials li {
    margin-bottom: 0;
    margin-right: 14px;
}
div#global-sidemenu.sidemenu a {
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
}
body>div.sidemenu .fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.lp-socials__link {
    align-items: center;
    border: 1px solid var(--themeBeige);
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    transition: all .3s;
    width: 40px;
}
.lp-i {
    display: inline-block;
    line-height: 1;
}
.sidemenu__socials_title span {
    color: #3F2719;
    font-size: 18px;
    font-weight: 400;
}
div#global-sidemenu.sidemenu a svg {
    /*margin-left: 20px;*/
}
.sub-nav {
    display: none;
}
.navigation__item.active .sub-nav {
    display: block;
}
.sidemenu__nav .navigation__item.active .sub-nav {
    /*background: #E4CEB6;*/
    /*transition: opacity 0.3s ease-in-out;*/
}
.fade-in {
    /*transition: opacity 0.3s ease-in-out;*/
}
.sidemenu__nav .navigation__item.active {
    /*background: #e4ceb6;*/
}
.sidemenu__nav .navigation__item.active > a {
    color: #3F2719 !important;
}
.sidemenu__nav .navigation__item.active path {
    stroke: #3F2719;
}
.sidemenu__nav .navigation__item path {
    stroke: #3F2719;
}
.sidemenu__nav .navigation__item:hover path {
    stroke: #3F2719;
}
.arrow-container {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    width: 80px;
    vertical-align: middle; /* Добавлено */
}

.toggle-arrow {
    transition: transform 0.4s ease;
}

.navigation__item.active .toggle-arrow {
    transform: rotate(180deg);
}
/* Анимация стрелки при открытии */
.toggle-arrow {
    transition: transform 0.4s ease;
}
.navigation__item.active .toggle-arrow {
    transform: rotate(180deg);
}
.video-section {
    height: 100vh;
}
.lp-vertical-paddings {
    padding-bottom: 56px;
    padding-top: 56px;
}
.boxed-text__description {
    margin-bottom: 50px;
    /*overflow: hidden;*/
}
.align-right {
    /*text-align: right;*/
    text-align: justify;
}
h2 {
    font-size: 44px;
    font-family: "PhonkSans", serif;
}
h1 {
    font-size: 44px;
    font-family: "PhonkSans", serif;
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link:hover path {
    /*stroke: #EF7B2D;*/
    /*fill: #EF7B2D;*/
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link .btn {
    background: #EF7B2D;
    color: #fff;
    width: 100%;
    height: 37px;
    margin-right: 0;
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link:hover .btn path {
    stroke: #fff;
    fill: #fff;
}
.btn-simple {
    box-shadow: 3px 4px 31.9px 0px #00000040;
    background: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    height: 50px;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
    font-family: "PhonkSans", serif;
    text-decoration: none;
    cursor: pointer;
}
.btn-orange {
    background: #EF7B2D;
}
.f-r {
    float: right;
}
.boxed-text .btn-simple {
    margin-top: 20px;
    line-height: 50px;
}
h2.title-blocks {
    font-size: 26px;
    text-align: center;
    margin-bottom: 90px;
    text-transform: uppercase;
    color: #3F2719;
    text-shadow: 1px 1px 1px black;
}
h1.title-blocks {
    font-size: 26px;
    text-align: center;
    margin-bottom: 90px;
    text-transform: uppercase;
    color: #3F2719;
    text-shadow: 1px 1px 1px black;
}
.carousel-pattaya {
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.carousel-phuket {
    /*margin-top: 20px;*/
    padding-bottom: 50px;
}
.house-top .loc img {
    width: 14px !important;
    margin-right: 10px;
}
.house-top .loc {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    height: 85px;
    position: absolute;
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 9;
}
.house-top .loc .label {
    margin-left: auto;
    padding: 5px 10px;
    font-family: "PhonkSans", serif;
    font-weight: 300;
    font-size: 10px;
    background: #EF7B2D;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
}
.house-mid {
    margin-top: 15px;
    position: relative;
}
.house-mid .house-title {
    color: #3F2719;
    font-family: "PhonkSans", serif;
    font-weight: 300;
    font-size: 16px;
    text-shadow: 0 0 1px black;
    height: 50px;

    display: block;
}
.house-mid .price {
    color: #FFF;
    font-family: "PhonkSans", serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    text-shadow: 0 0 1px #ef7b2d;
    background: #EF7B2D;
    border-radius: 6px;
    padding: 4px 10px;
}
.house-mid .description {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 72px;
}
.house-mid .description h3 {
    font-size: 12px;
    font-weight: 200;
    margin: 0;
    text-shadow: none;
}
.house-mid .description h3 strong {
    font-weight: 400;
}
.house-bot {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Расстояние между элементами */
}
.info-item {
    display: flex;
    align-items: center;
    gap: 5px; /* Расстояние между иконкой, текстом и разделителем */
}
.separator {
    margin-left: 5px;
    margin-right: 5px;
}
.info-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    /*font-size: 12px;*/
    text-shadow: 0px 0px 0px black;
}
.house-bot img {
    /*width: 35px !important;*/
    /*margin-right: 10px;*/

    width: 25px !important;
    margin-right: 5px;
}
.house-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Убедитесь, что контейнер занимает всю ширину */
}
.house-bot .info-item:last-child {
    margin-left: auto; /* Прижать последний элемент вправо */
}
.carousel-pattaya {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}
.carousel-phuket {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}
.carousel-bangkok {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}
.title-blocks {
    position: relative;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.carousel-pattaya .title-blocks::before {
    content: "";
    position: absolute;
    left: 150px;
    bottom: -40px;
    width: 50px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
}
.carousel-pattaya .title-blocks::after {
    content: "";
    position: absolute;
    left: 150px;
    bottom: -40px;
    width: 100vw;
    height: 4px;
    background: #F16609;
    z-index: -1;
}
.container {
    position: relative;
}
.svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, color 0.3s;
}
.svg-container svg {
    transition: transform 0.3s, stroke 0.3s;
    max-width: 35px;
}
.item:hover .svg-container svg {
    transform: rotate(35deg);
    stroke: #EF7B2D;
    transition: 0.3s;
}
.item:hover .svg-container svg path {
    stroke: #EF7B2D;
    transition: stroke 0.3s ease, fill 0.3s ease; /* Добавление плавного перехода */
}
.house-bot {
    display: flex;
    align-items: center;
}
.info-item {
    display: flex;
    align-items: center;
}
.info-item:not(:last-child) {
    position: relative;
}
.info-item:not(:last-child)::after {
    /*content: '|';*/
    /*display: inline-block;*/
    /*color: #3F2719;*/
    /*font-size: 1.5em;*/
}
.info-item:last-child {
    margin-right: 0;
}
.info-item:nth-last-child(2)::after,
.info-item:last-child::after {
    /*display: none;*/
}
.owl-nav-custom {
    justify-content: space-between;
    margin-top: 25px;
    padding-bottom: 20px;
}
.owl-nav-custom button {
    border: 3px solid #3F2719;
    cursor: pointer;
    border-radius: 50%;
    background: none;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}
.owl-prev-house,
.owl-prev-house2,
.owl-prev-news {
    margin-right: 15px;
}
.btn-simple.btn-white {
    border: 3px solid #EF7B2D;
    box-shadow: none;
    color: #EF7B2D;
    height: 50px;
    line-height: 47px;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s;
    background: initial;
}
.btn-simple.btn-white:hover {
    background: #EF7B2D;
    box-shadow: rgba(0, 0, 0, 0.25) 3px 4px 31.9px 0px;
    color: #fff;
    transition: 0.3s;
}
.carousel-phuket {
    padding-top: 100px;
}
.carousel-phuket .title-blocks::before {
    content: "";
    position: absolute;
    left: 210px;
    bottom: -17px;
    width: 42px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
}
.carousel-phuket .title-blocks::after {
    content: "";
    position: absolute;
    left: 210px;
    bottom: -59px;
    width: 440px;
    height: 4px;
    background: #F16609;
    z-index: -1;
}
.carousel-phuket .add-line::before {
    content: "";
    position: absolute;
    left: 210px;
    bottom: 215px;
    width: 160px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
}
.carousel-phuket .add-line::after {
    content: "";
    position: absolute;
    left: 650px;
    bottom: -56px;
    width: 40px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
}



.carousel-bangkok {
    padding-top: 100px;
}
.carousel-bangkok .title-blocks::before {
    content: "";
    position: absolute;
    left: 210px;
    bottom: -17px;
    width: 42px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;

    display: none;
}
.carousel-bangkok .title-blocks::after {
    content: "";
    position: absolute;
    left: 210px;
    bottom: -59px;
    width: 440px;
    height: 4px;
    background: #F16609;
    z-index: -1;

    display: none;
}
.carousel-bangkok .add-line::before {
    content: "";
    position: absolute;
    left: 1174px;
    bottom: 215px;
    width: 320px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
}
.carousel-bangkok .add-line::after {
    content: "";
    position: absolute;
    left: 650px;
    bottom: -56px;
    width: 40px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;

    display: none;
}


.carousel-pattaya .owl-nav-custom .add-line::after {
    content: "";
    position: absolute;
    left: 222px;
    bottom: 90px;
    width: 160px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
}
.img-response {
    max-width: 100%;
}
.block-predlog {
    border: 1px solid #F16609;
    border-radius: 50%;
    width: 340px;
    height: 340px;
    margin: 0 auto;
    display: block;
    float: right;
    transition: 0.3s;
    cursor: pointer;
}
.block-predlog div {
    position: relative;
}
.block-predlog div span {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 300;
    font-family: "PhonkSans", serif;
    color: #3F2719;
    max-width: 260px;
    height: 120px;
    overflow: hidden;
    display: block;
    margin: 120px auto 0;
    padding: 17px 40px 10px 10px;
    background: #fff url(../assets/arrow-left-block.svg) no-repeat 225px center;
    transition: padding-left 0.3s ease, color 0.3s ease;
    text-transform: uppercase;
}
.block-predlog:hover div span {
    background: #EF7B2D url('../assets/arrow-right-block.svg') no-repeat 20px center;
    box-shadow: 3px 4px 31.9px 0px #00000040;
    color: #fff;
    padding: 10px 10px 10px 50px;
    cursor: pointer;
    height: 125px;
    margin: 113px auto 0;
}
.block-predlog div span div {
    display: none;
    font-size: 12px;
    font-weight: 300;
    font-family: "PhonkSans", serif;
}
.block-predlog:hover div span div {
    display: block;
}

.block-predlog:hover {
    border: 3px solid #3F2719;
}
.predlog-img {
    display: block;
    margin: 40px auto 0;
}
.predlog {
    padding-top: 100px;
    padding-bottom: 30px;
}
.carousel-phuket .owl-nav-custom .add-line2::after {
    content: "";
    position: absolute;
    left: 660px;
    bottom: 70px;
    width: 120px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
}
.carousel-phuket .owl-nav-custom .add-line2::before {
    content: "";
    position: absolute;
    left: 663px;
    bottom: -50px;
    width: 526px;
    height: 4px;
    background: #F16609;
    z-index: -1;
}


.carousel-bangkok .owl-nav-custom .add-line2::after {
    content: "";
    position: absolute;
    left: 660px;
    bottom: 70px;
    width: 120px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;

    display: none;
}
.carousel-bangkok .owl-nav-custom .add-line2::before {
    content: "";
    position: absolute;
    left: 663px;
    bottom: -50px;
    width: 526px;
    height: 4px;
    background: #F16609;
    z-index: -1;
}

.predlog .add-line::after {
    content: "";
    position: absolute;
    left: 1175px;
    width: 1006px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    top: 73px;
}
.predlog .add-line::before {
    content: "";
    position: absolute;
    left: 1174px;
    width: 85px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    top: -105px;
}
.low-section .add-line::after {
    content: "";
    position: absolute;
    left: 1013px;
    width: 380px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    top: -29px;
    display: none;
}
.low-section .add-line::before {
    content: "";
    position: absolute;
    bottom: -322px;
    width: 305px;
    height: 4px;
    background: #F16609;
    z-index: -1;
    right: 118px;
}
.photos .ls-images {
    opacity: 0;
    transition: opacity 0.2s ease;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}
.photos .ls-images img {
    position: absolute;
}
.photos .ls-images.show {
    display: block;
    opacity: 1;
    position: absolute;
}
.low-service {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: max-content;
}
.low-service li a {
    color: #3F2719;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: padding-left 0.3s ease, color 0.3s ease;
    display: flex;
    height: 60px;
    text-decoration: none;
}
.low-service li a:hover {
    padding-left: 50px;
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px 3px #000000;
}
.images-ls1 .image1 {
    max-width: 370px;
    top: 190px;
}
.images-ls1 .image2 {
    top: 145px;
    right: 580px;
    max-width: 200px;
}
.low-service-wrap {
    position: relative;
}
.low-service li img.arrow {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: right 0.3s ease, opacity 0.3s ease;
    height: auto;
    margin-top: 20px;
    margin-right: 30px;
    display: none;
}
.low-service li:hover a img.arrow {
    right: 10px;
    opacity: 1;
    display: block;
}
.images-ls2 .image1 {
    max-width: 240px;
    top: 0px;
}
.images-ls2 .image2 {
    top: 210px;
    left: 0;
    max-width: 180px;
}
.images-ls2 .image3 {
    top: 240px;
    right: 640px;
    max-width: 275px;
}
.wrap-bg-tree {
    padding-top: 50px;
    background-image: none;
    background-repeat: no-repeat;
    background-size:contain;
}
body.codex-bg-ready .wrap-bg-tree {
    background-image: url('../assets/tree-bg.webp');
}
.owl-nav-custom button {
    border: 3px solid #3F2719;
    cursor: pointer;
    border-radius: 50%;
    background: none;
    width: 50px;
    height: 50px;
    transition: background-color 0.3s;
    align-items: center;
    justify-content: center;
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}
.owl-nav-custom button:hover {
    background-color: #3F2719;
}
.owl-nav-custom button.owl-prev {
    background-image: url('../assets/arror-slider-left.svg');
    background-position: 12px center;
}
.owl-nav-custom button.owl-next {
    background-image: url('../assets/arror-slider-right.svg');
    background-position: 16px center;
}
.owl-nav-custom button.owl-next:hover {
    background-image: url('../assets/arrow-right-white.svg');
}

.owl-nav-custom button.owl-prev:hover {
    background-image: url('../assets/arrow-left-white.svg');
}

.owl-nav-custom button:active {
    transform: none;
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-nav-custom button:focus {
    outline: none; /* Убирает обводку при фокусе */
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}

.images-ls3 .image1 {
    max-width: 350px;
    top: 10px;
}
.images-ls3 .image2 {
    top: 270px;
    left: 40px;
    max-width: 170px;
}
.images-ls3 .image3 {
    top: 228px;
    right: 500px;
    max-width: 255px;
}
.images-ls4 .image1 {
    max-width: 154px;
    top: 0px;
    left: 40px;
}
.images-ls4 .image2 {
    top: 310px;
    left: 180px;
    max-width: 300px;
}
.images-ls4 .image3 {
    top: 40px;
    right: 510px;
    max-width: 350px;
}
.images-ls5 .image1 {
    max-width: 230px;
    top: 30px;
    left: 40px;
}
.images-ls5 .image2 {
    top: 30px;
    right: 580px;
    max-width: 320px;
}
.images-ls6 .image1 {
    max-width: 370px;
    top: 70px;
    left: 0px;
}
.images-ls6 .image2 {
    top: 70px;
    right: 550px;
    max-width: 210px;
}
.news-section {
    padding-top: 100px;
}
.news-section .news .wrap-title h3 {
    color: #fff;
    font-weight: 300;
    font-family: "PhonkSans", serif;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    transition: margin-bottom 0.3s ease;
    text-align: center;
}
.news-section .news {
    position: relative;
}
.news-section .news .wrap-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    cursor: pointer;
}
.news-section .item:hover .news .wrap-title {
    background-color: rgba(0, 0, 0, 0.5);
}
.news-section .item:hover .news .wrap-title h3 {
    margin-bottom: 50px;
}
.news-section .add-line::after {
    content: "";
    position: absolute;
    left: 872px;
    width: 134px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    top: -194px;
}
.news-section .add-line::before{
    content: "";
    position: absolute;
    right: 421px;
    bottom: 88px;
    width: 100vw;
    height: 4px;
    background: #F16609;
    z-index: -1;
}
.news-section .add-line2::before{
    content: "";
    position: absolute;
    right: 230px;
    bottom: 335px;
    width: 100vw;
    height: 4px;
    background: #F16609;
    z-index: -1;
}
.news-section .add-line2::after{
    content: "";
    position: absolute;
    width: 180px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    bottom: 190px;
    right: 40px;
}
.info-section {
    padding-top: 20px;
}
.info-section p {
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
}
.info-section p:last-child {
    margin-bottom: 15px;
}
.info-section .alt-title {
    text-align: right;
    font-size: 24px;
    font-family: "PhonkSans", serif;
    line-height: 35px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.info-section .btn-simple {
    line-height: 50px;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: math-auto;
    border-radius: 8px;
    padding-left: 30px;
    min-width: 375px;
    display: flex;
    padding-right: 10px;
}
.info-section .btn-simple span {
    background: url(../assets/tg-bg-w.png) no-repeat;
    background-position: center;
    background-size: 35px;
    transition: 0.3s;
    height: 50px;
    width: 50px;
    display: block;
    margin-left: 10px;
}
.info-section .btn-simple:hover span {
    background: url('../assets/tg-bg-c.png') no-repeat;
    background-size: 35px;
    background-position: center;
}
.info-section .btn-simple:hover {
    box-shadow: 5px 4px 10.6px 0px #00000040;
    color: #3F2719;
}
.info-section .button-container {
    display: flex;
    justify-content: flex-end;
}
.about-section {
    padding-top: 110px;
}
.about-section img {
    margin: 0 auto;
    max-width: 160px;
    display: block;
}
.about-section .block-title p {
    text-align: center;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 26px;
    color: #3F2719;
    letter-spacing: 1px;
}
.about-section .block-title .btn-simple {
    height: 50px;
    display: block;
    width: 140px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    transition: 0.3s;
}
.about-section .block-title .btn-simple:hover {
    box-shadow: 5px 4px 10.6px 0px #00000040;
    color: #3F2719;
}
.info-section .add-line::before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    right: 155px;
}
.info-section .add-line::after {
    content: "";
    position: absolute;
    right: 212px;
    bottom: -75px;
    width: 843px;
    height: 4px;
    background: #F16609;
    z-index: -1;
}
.overflow {
    overflow: hidden;
}
.about-section .add-line::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    top: -41px;
    left: 265px;
}
.about-section .add-line::after {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 100vw;
    height: 4px;
    background: #F16609;
    z-index: -1;
    left: 265px;
}
.about-section .add-line2::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    bottom: 99px;
    left: 265px;
}
.plus-block {
    display: flex;
    align-items: center;
}
.pluses-section {
    padding-top: 45px;
}
.wrap-img {
    width: 80px;
    height: 80px;
    background: #F16609;
    box-shadow: 3px 4px 7.9px 0px #00000040;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.wrap-img img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 55px;
}
.plus-block {
    max-width: 375px;
    margin: 0 auto 20px;
}
.plus-block p {
    color: #3F2719;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}
.wrap-bg-tree2 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
}
body.codex-bg-ready .wrap-bg-tree2 {
    background-image: url('../assets/tree-bg-2.webp');
}
.cifri-section {
    padding-top: 25px;
}
.cifri-block {
    max-width: 360px;
    margin: 0 auto;
}
.cifri-block p {
    color: #fff;
    text-align: center;
    margin: 0;
}
.cifri-block .top p {
    font-size: 50px;
    font-family: "PhonkSans", serif;
    line-height: 50px;
}
.cifri-block .bottom p {
    font-weight: 400;
    font-size: 20px;
}
.reviews {
    background-image: url('../assets/bg.jpg');
    background-repeat: no-repeat;
    background-position: -5px center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
.custom-scrollbar {
    /*width: 100%;*/
    background: #F16609;
    height: 6px;
    margin-top: 60px;
    position: relative;
    margin-right: calc(-.5* var(--bs-gutter-x));
}
.custom-scrollbar .handle {
    background: #F4B88F;
    cursor: pointer;
    position: absolute;
    height: 13px;
    margin-top: -3px;
}
.reviews-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 87px;
}
.reviews-section .avatar {
    width: 80px !important;
    border-radius: 50%;
}
.reviews-section .top h3 {
    color: #fff;
    font-size: 18px;
}
.reviews-section .top .right {
    margin-left: 20px;
    margin-top: 15px;
}
.reviews-section .top .stars {
    width: 120px !important;
}
.reviews-section .bottom {
    margin-top: 30px;
}
.reviews-section .bottom p {
    color: #fff;
    font-size: 14px;
}
.reviews-section .bottom .read-more {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    display: block;
}
.carousel-reviews {
    padding-top: 40px;
}
.tri {
    position: absolute;
    right: -37px;
    top: -20px;
}
.reviews-section {
    margin-top: 100px;
}
.score-blocks .block {
    background: #F5ECDD;
    width: 180px;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
}
.score-blocks .block .label {
    width: 58px;
}
.score-blocks .block:first-child {
    margin-right: 50px;
}
.score-blocks .block p {
    margin: 0;
    font-size: 12px;
    color: #3F2719;
    text-align: center;
}
.score-blocks .block .score span {
    font-size: 24px;
    color: #3F2719;
    margin-right: 7px;
}
.score-blocks .block .label img {
    max-height: 45px;
}
.score-blocks .block .right {
    margin-left: 20px;
}
.nav-footer {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.nav-footer li {
    list-style: none;
    flex: 1;
    text-align: center;
    margin-top: 35px;
}
.nav-footer li a {
    color: #3F2719;
    font-size: 18px;
    font-family: "PhonkSans", serif;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-shadow: 0px 1px 1px #00000040;
    padding-bottom: 5px;
    max-width: fit-content;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.nav-footer li a:hover {
    border-bottom: 1px solid #00000040;
}
.logo-footer img {
    margin: 0 auto;
    display: block;
    max-width: 230px;
}
footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-form {
    margin-top: 25px;
}
.reviews-section .add-line::before {
    content: "";
    position: absolute;
    left: 210px;
    width: 50px;
    height: 4px;
    background: #F16609;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    top: -70px;
}
.reviews-section .add-line::after {
    content: "";
    position: absolute;
    width: 60vw;
    height: 4px;
    background: #F16609;
    z-index: -1;
    top: -67px;
    right: 1110px;
}
footer h2.title-blocks {
    margin-bottom: 30px;
    text-shadow: none;
}
.footer-form p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.footer-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}
.footer-form form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 850px;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 15px;
}
.form-group input {
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 300px;
    box-shadow: 1px 4px 11.9px 0px #00000040 inset;
    font-size: 12px;
    height: 50px;
}
.form-group button {
    padding: 10px 20px;
    border: none;
    background: #EF7B2D;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 4px 4px 14.2px 0px #00000040;
    height: 50px;
}
.form-group button:hover {
    background-color: #45a049;
}
.call-us p {
    text-align: right;
    font-size: 18px;
    font-weight: 300;
}
.phones-footer a {
    display: block;
    text-decoration: none;
    color: #3F2719;
    font-size: 18px;
    font-weight: 400;
}
.phones-block {
    margin-top: 15px;
}
.socs {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.socs .col-md-12 {
    display: flex;
    justify-content: center;
    gap: 35px;
}
.socs .item span svg {
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.socs .item a:hover path {
    stroke: #EF7B2D;
    fill: #EF7B2D;
    transition: 0.3s;
}
.fos2 .right .socs .item a:hover path {
    stroke: #402719;
    fill: #402719;
    transition: 0.3s;
}
.fos-popup {
    max-width: 940px;
    background: #BD987D;
    margin: 0 auto;
    border-radius: 27px;
    position: relative;
    padding: 80px 40px 50px;
}
.fos1 .left .h2 {
    text-transform: uppercase;
    font-size: 38px;
    margin-top: 35px;
    font-family: "PhonkSans", serif;
    color: #3F2719;
    display: block;
}
.fos1 .left, .fos1 .right {
    padding: 20px;
}
.fos1 .left {
    flex: 1;
}
.fos1 .right {
    flex: 1;
    max-width: 400px;
}
.fos1 .form-group {
    margin-bottom: 15px;
}
.fos1 .form-group input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.fos1 .form-group button {
    padding: 10px 20px;
    cursor: pointer;
}
.fos1 .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.fos1 .form-group input {
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #3F2719;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 0;
    background-image: url('../assets/arrow-right-white.svg');
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 10px;
}
.fos1 .form-group button {
    box-shadow: 3px 4px 31.9px 0px #00000040;
    box-shadow: 4px 4px 18.5px 0px #00000040 inset;
    background: #fff;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    color: #3F2719;
    /*float: right;*/
    margin-top: 0;
    /*margin-top: 35px;*/
    height: 40px;
    font-size: 14px;
    border-radius: 8px;
}
.fos1 h2 {
    color: #3F2719;
}
.form-group input:focus-visible {
    border: none;
    box-shadow: none;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 40px;
    background: transparent;
    border: none;
    font-size: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #3F2719;
}
.close-button span {
    margin-left: 5px;
    font-size: 14px;
}
.fos-popup2 {
    background: #F0E8E2;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 135px 0px 50px;
}
#contact-form2 .form-group input {
    width: 240px;
}
.center-fos-2 {
    background: #F28E1E;
    padding-top: 20px;
    padding-bottom: 50px;
}
.fos2 .left, .fos2 .right {
    padding: 20px;
}
.fos2 .left img{
    max-width: 280px;
    margin: 0 auto;
    display: block;
}
.fos2 .left {
    flex: 1;
    max-width: 400px;
}
.fos2 .right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding-right: 80px;
}
.fos2 .right .form-group {
    float: left;
    margin: 0;
}
.fos2 .right .form-group-button {
    float: right;
    margin-top: 20px;
}
.fos2 .form-group input::placeholder {
    color: #3F271947;
}
.fos1 .form-group input::placeholder {
    color: #3F2719;
}
.fos1 .form-group input:focus {
    outline: none;
    border-bottom: 1px solid #fff;
}
.fos2 .form-group input {
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #402719;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 0;
    background-image: url('../assets/arrow-right-white.svg');
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 10px;
    margin-bottom: 15px;
}
.fos2 .form-group input::placeholder {
    color: #402719;
}
.fos2 .form-group input:focus {
    outline: none;
    border-bottom: 1px solid #fff;
}
.fos2 .form-group button {
    box-shadow: 3px 4px 31.9px 0px #00000040;
    box-shadow: 4px 4px 18.5px 0px #00000040 inset;
    background: #fff;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    color: #3F2719;
    float: right;
    height: 40px;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 10px;
}
.mr-90 {
    margin-right: 60px !important;
}
.fos2 p {
    color: #402719;
    font-family: "PhonkSans", serif;
    font-size: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}
.fos2 .socs {
    margin-top: 0;
    display: flex;
    justify-content: left;
    gap: 25px;
}
.logo-pop {
    max-width: 340px;
    margin-top: 50px;
    margin-left: 50px;
}
.fos-popup2 .close-button {
    top: 30px;
}
.wrap-bg-tree h2.title-blocks {
    margin-bottom: 50px;
    text-shadow: 0px 2px 2px #00000040;
}
.title-blocks::before,
.title-blocks2::before,
.add-line::before,
.add-line2::before{
    height: 3px !important;
}
.title-blocks::after,
.title-blocks2::after,
.add-line::after,w
.add-line2::after {
    height: 3px !important;
}
.lp-socials .ico-wp {
    background-image: url('../assets/wp-menu.svg');
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}
.lp-socials .ico-wp:hover {
    background-image: url('../assets/wp-menu-hover.svg');
}
.lp-socials .ico-tg {
    background-image: url('../assets/tg-menu.svg');
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}
.lp-socials .ico-max {
    background-image: url('../assets/max-black.png');
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    background-size: 41px;
}
.lp-socials .ico-max:hover {
    background-image: url('../assets/max-hover.svg');
}
.lp-socials .ico-tg {
    background-image: url('../assets/tg-menu.svg');
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}
.lp-socials .ico-tg:hover {
    background-image: url('../assets/tg-menu-hover.svg');
}
.lp-socials .ico-email {
    background-image: url('../assets/email-menu.svg');
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}
.lp-socials .ico-email:hover {
    background-image: url('../assets/email-menu-hover.svg');
}
#global-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 101;
}
.header.theme-auto.theme-light {
    transition: background-color 0.3s ease;
}
#global-navbar.hidden {
    transform: translateY(-100%) !important;
}
#global-navbar.visible {
    background-color: white;
    transform: translateY(0);
}
.logo__img.dark {
    display: none;
}
.visible .logo__img.light {
    display: none;
}
.visible .logo__img.dark {
    display: inline;
}
nav.visible .header.theme-light .header__hamburger svg rect {
    fill: #fff !important;
}
nav#global-navbar.visible .header.theme-light .header__hamburger svg {
    border: 1px solid #3F2719;
    border-radius: 50%;
}
nav#global-navbar.visible .header.theme-light .header__hamburger svg rect {
    fill: #3F2719 !important;
}
nav#global-navbar.visible .header.theme-light .header__hamburger:hover .line--top,
nav#global-navbar.visible .header.theme-light .header__hamburger:hover .line--bottom {
    fill: #EF7B2D !important;
}

nav#global-navbar.visible .header.theme-light .header__hamburger:hover svg {
    border: 1px solid #3F2719;
    border-radius: 50%;
}
nav.visible .header.theme-light .header__hamburger:hover circle {
    fill: #fff !important;
}
nav.visible .header {
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .add-line::before {
    content: "";
    position: absolute;
    width: 60vw;
    height: 4px;
    background: #F16609;
    z-index: -1;
    top: 20px;
    left: 700px;
}
footer .add-line::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 4px;
    background: #F16609;
    z-index: -1;
    top: 20px;
    right: 700px;
}
.form-group button {
    transition: 0.3s;
}
.form-group button:hover {
    box-shadow: 5px 4px 10.6px 0px #00000040;
    color: #3F2719;
    background: #EF7B2D;
}
.right .form-group button:hover {
    box-shadow: 3px 4px 31.9px 0px #00000040;
    box-shadow: 4px 4px 18.5px 0px #00000040 inset;
    background: #fff;
}
footer .socs .item a {
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px; /* Фиксированные размеры фона */
    transition: background-color 0.3s, transform 0.3s;
}
.partner-index footer .socs .item a.wp {
    background-image: url('../assets/wa-ico-black.svg');
}
.partner-index footer .socs .item a.tg {
    background-image: url('../assets/tg-ico-black.svg');
}
.partner-index footer .socs .item a.email {
    background-image: url('../assets/email-ico-black.svg');
}
.partner-index footer .socs .item a.youtube {
    background-image: url('../assets/yu-ico-black.svg');
}
.partner-index footer .socs .item a.inst {
    background-image: url('../assets/inst-ico-black.svg');
}
.partner-index footer .socs .item a.vk {
    background-image: url('../assets/vk-ico-black.svg');
}
.partner-index footer .socs .item a.vb {
    background-image: url('../assets/vb-ico-black.svg');
}
.partner-index footer .socs .item a.fb {
    background-image: url('../assets/fb-ico-black.svg');
}
.partner-index footer .socs .item a.n {
    background-image: url('../assets/n-ico-black.svg');
}
.partner-index footer .socs .item a.max {
    background-image: url('../assets/max.svg');
}
footer .socs .item a.wp {
    background-image: url('../assets/wa-ico.svg');
}
footer .socs .item a.wp:hover {
    background-image: url('../assets/wa-ico-hover.svg');
}
footer .socs .item a.tg {
    background-image: url('../assets/tg-ico.svg');
}
footer .socs .item a.tg:hover {
    background-image: url('../assets/tg-ico-hover.svg');
}
footer .socs .item a.email {
    background-image: url('../assets/email-ico2.svg');
}
footer .socs .item a.email:hover {
    background-image: url('../assets/email-ico2-hover.svg');
}
footer .socs .item a.youtube {
    background-image: url('../assets/yu-ico.svg');
}
footer .socs .item a.youtube:hover {
    background-image: url('../assets/yu-ico-hover.svg');
}
footer .socs .item a.inst {
    background-image: url('../assets/in-ico.svg');
}
footer .socs .item a.inst:hover {
    background-image: url('../assets/in-ico-hover.svg');
}
footer .socs .item a.vk {
    background-image: url('../assets/vk-ico.svg');
}
footer .socs .item a.vk:hover {
    background-image: url('../assets/vk-ico-hover.svg');
}
footer .socs .item a.vb {
    background-image: url('../assets/vb-ico.svg');
}
footer .socs .item a.vb:hover {
    background-image: url('../assets/vb-ico-hover.svg');
}
footer .socs .item a.fb {
    background-image: url('../assets/fb-ico.svg');
}
footer .socs .item a.fb:hover {
    background-image: url('../assets/fb-ico-hover.svg');
}
footer .socs .item a.n {
    background-image: url('../assets/n-ico.svg');
}
footer .socs .item a.max {
    background-image: url('../assets/max.svg');
}
footer .socs .item a.max:hover {
    background-image: url('../assets/max-hover.svg');
}
footer .socs .item a.n:hover {
    background-image: url('../assets/n-ico-hover.svg');
}
.navigation__item_single a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
.navigation__item_single a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.2s ease-out;
}
.navigation__item_single:hover a::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
nav.visible .header.theme-light .logo__img.dark {
    display: block;
}
nav.visible .header.theme-light .logo__img.light {
    display: none;
}
nav .header.theme-light .logo__img.dark {
    max-width: 234px;
}
.description {
    position: relative;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link {
    display: flex;
    line-height: 20px;
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link span {
    width: 21px;
    height: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-right: 5px;
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link .wp {
    background-image: url('../assets/wp.svg');
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link:hover .wp {
    background-image: url('../assets/wa-ico-hover.svg');
}

nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link .tg {
    background-image: url('../assets/tg-ico-nav.svg');
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link:hover .tg {
    background-image: url('../assets/tg-ico-hover.svg');
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link .email {
    background-image: url('../assets/ico-email-nav.svg');
}
nav#global-navbar .header.theme-light ul.navigation li.navigation__item .sub-nav__link:hover .email {
    background-image: url('../assets/email-menu-hover.svg');
}
.boxed-text .btn-simple {
    transition: 0.3s;
}
.boxed-text .btn-simple:hover {
    color: #3F2719;
    background-size: 35px;
    box-shadow: 3px 4px 31.9px 0px #00000040;
}
nav.generic-navbar .header.theme-light {
    background: #fff;
}
nav.generic-navbar .header.theme-light .logo__img.dark {
    display: block;
}
nav.generic-navbar#global-navbar .header.theme-light .header__hamburger circle {
    /*stroke: #3F2719;*/
}
nav.generic-navbar.visible .header.theme-light .header__hamburger circle {
    fill: #fff !important;
}
nav.generic-navbar .header__hamburger {
    width: 65px;
    height: 65px;
}
nav.generic-navbar#global-navbar .header.theme-light .header__hamburger svg rect {
    fill: #3F2719 !important;
}
nav.generic-navbar .navigation li:last-child {
    margin-right: 0;
}
nav.generic-navbar .navigation li {
    color: #3F2719;
    display: flex;
    margin-right: 30px;
    cursor: pointer;
}
nav.generic-navbar .navigation li span {
    color: #3F2719;
    font-weight: 600;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 5px;
}
nav.generic-navbar .navigation li a {
    display: block;
    text-decoration: none;
    font-family: "PhonkSans", serif;
    font-size: 12px;
    color: #3F2719;
}
nav.generic-navbar .navigation li .logo-soc {
    height: 42px;
    width: 42px;
    background-size: 42px 42px; /* Фиксированные размеры фона */
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    transition: background-color 0.3s, transform 0.3s; /* Оставляем только нужные трансформации */
}

nav.generic-navbar .navigation li .logo-soc.wa {
    background-image: url('../assets/wa-nav-g.svg');
}
nav.generic-navbar .navigation li:hover .logo-soc.wa {
    background-image: url('../assets/wa-nav-g-hover.svg');
}

nav.generic-navbar .navigation li .logo-soc.tg {
    background-image: url('../assets/tg-nav-g.svg');
    height: 36px;
    width: 36px;
    background-size: 36px 36px; /* Соответствие размерам иконки */
    margin-right: 0;
}
nav.generic-navbar .navigation li:hover .logo-soc.tg {
    background-image: url('../assets/tg-nav-g-hover.svg');
}

nav.generic-navbar .navigation li .logo-soc.inst {
    background-image: url('../assets/ints-nav-g.svg');
    height: 36px;
    width: 36px;
    background-size: 36px 36px; /* Соответствие размерам иконки */
    margin-right: 0;
}
nav.generic-navbar .navigation li:hover .logo-soc.inst {
    background-image: url('../assets/ints-nav-g-hover.svg');
}

nav.generic-navbar .navigation li .logo-soc.u {
    background-image: url('../assets/u-nav-g.svg');
    height: 36px;
    width: 52px;
    background-size: 52px 36px; /* Фиксированные размеры фона для этой иконки */
    margin-right: 0;
}
nav.generic-navbar .navigation li:hover .logo-soc.u {
    background-image: url('../assets/u-nav-g-hover.svg');
}

nav.generic-navbar .navigation li .btn {
    border: 2px solid #EF7B2D;
    border-radius: 8px;
    font-family: "PhonkSans", serif;
    transition: 0.3s;
    text-transform: uppercase;
}
nav.generic-navbar .navigation li .btn svg {
    margin-right: 10px;
}
nav.generic-navbar .navigation li .btn:hover {
    box-shadow: 3px 4px 9.3px 0px #00000040;
    background: #EF7B2D;
    color: #fff;
}
nav.generic-navbar .navigation li .btn:hover path {
    stroke: #fff;
    fill: #fff;
}
nav.generic-navbar#global-navbar .header.theme-light .header__hamburger:hover circle {
    fill: #fff;
    stroke: #fff;

}
nav.generic-navbar#global-navbar .header.theme-light .header__hamburger:hover .line--bottom,
nav.generic-navbar#global-navbar .header.theme-light .header__hamburger:hover .line--top{
    /*fill: #fff!important;*/
}
.object-wrap h2 {
    font-size: 34px;
    text-shadow: 1px 1px 1px black;
}
.object-wrap h1 {
    font-size: 34px;
    text-shadow: 1px 1px 1px black;
}
.object-price {
    color: #EF7B2D;
    font-weight: 600;
    font-size: 28px;
}
.gallery-container {
    margin: 0 -5px; /* Adjust as needed */
    margin-top: 30px;
}
.gallery-container .large-photo,
.gallery-container .small-photo {
    padding: 5px; /* Adjust as needed */
    box-sizing: border-box;
    position: relative; /* Add this */
}
.gallery-container .large-photo img,
.gallery-container .small-photo img {
    width: 100%;
    height: auto;
}
.photo-count {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-sizing: border-box;
}
.small-photo {
    position: relative;
}
.extra-photos {
    display: none;
}
.show-xs {
    display: none !important;
}
.phones-footer a path {
    transition: 0.3s;
}
.phones-footer a:hover path {
    fill: #EF7B2D;
}
.object-wrap .properties {
    margin-top: 50px;
}
.object-wrap .properties .property {
    margin-top: 25px;
    border-bottom: 0.5px solid #3F271936;
    padding-bottom: 25px;
    position: relative;
}
.object-wrap .properties .property h4 {
    color: #3F271999;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.property .label {
    background: #EF7B2D;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "PhonkSans", serif;
    max-width: fit-content;
    margin-bottom: 5px;
}
.property p {
    color: #3F2719;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.property p .ico {
    margin-right: 5px;
    margin-bottom: 5px;
}
.property p b {
    font-size: 20px;
    font-weight: 500;
}
.spoiler-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    box-sizing: border-box;
}
.spoiler-content.open {
    max-height: 1000px;
    margin-top: 20px;
}
.spoiler-button {
    cursor: pointer;
}
.spoiler-button {
    border: none;
    background: none;
    padding: 0;
}
.spoiler-button.orange {
    color: #EF7B2D;
    font-weight: 300;
    margin-left: 20px;
}
.spoiler-content.spoiler-text {
    max-height: 7.5em; /* Ограничиваем высоту на 3 строки (3 * 1.5em) */
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    position: relative;
    mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
    max-width: 800px;
}
.spoiler-content.spoiler-text.open {
    max-height: none;
    mask-image: none;
    -webkit-mask-image: none;
    margin-top: 0;
}

.spoiler-button.arrow-button {
    position: absolute;
    right: 25px;
    top: -5px;
}

.spoiler-button.arrow-button svg {
    transition: transform 0.4s ease-out, stroke 0.3s;
}
.spoiler-button.arrow-button.open svg path,
.spoiler-button.arrow-button:hover svg path{
    stroke: #EF7B2D; /* Оранжевый цвет стрелки */
}
.spoiler-button.arrow-button:hover svg,
.spoiler-button.arrow-button.open svg {
    transform: rotate(45deg); /* Разворот стрелки на 45 градусов */
    stroke: #EF7B2D; /* Оранжевый цвет стрелки */
    transition: 0.3s;
}
.property .prem ul {
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    display: grid;
}
.property .prem ul li img {
    height: 25px;
    margin-right: 5px;
}
.property .prem ul li {
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
    margin-right: 25px;
}
.property .prem ul li:last-child {
    margin-right: 0;
}
.graf-plat ul li {
    color: #3F2719;
    font-weight: 300;
}
.master-plan .owl-nav-custom,
.planirovka .owl-nav-custom{
    float: right;
    padding-bottom: 0;
}
.object-wrap .properties .property:last-child {
    border-bottom: none;
}
.contact-form-object .form-group {
    float: left;
    margin: 0;
}
.contact-form-object .form-group input {
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #3F2719;
    color: #3F271947;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 0;
    background: url(../assets/arrow-right-white.svg) no-repeat 98% center;
    background-size: 10px;
    width: initial;
}
.contact-form-object .form-group input:focus {
    outline: none;
    border-bottom: 1px solid #3F2719;
}
.contact-form-object .form-group input::placeholder {
    color: #3F2719;
}
.contact-form-object {
    margin-top: 70px;
    margin-bottom: 70px;
}
.contact-form-object button {
    width: 100%;
    box-shadow: 3px 4px 31.9px 0px #00000040;
    box-shadow: 4px 4px 18.5px 0px #00000040 inset;
    background: #3F2719;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    color: #fff;
    margin-top: 35px;
    height: 60px;
    font-size: 20px;
    border-radius: 8px;
    border: none;
}
.contact-form-object h3 {
    font-family: "PhonkSans", serif;
    font-size: 22px;
    margin-bottom: 70px;
    font-weight: 300;
}
.contact-form-object .add-line::before {
    content: "";
    position: absolute;
    left: 130px;
    width: 370px;
    height: 2px !important;
    background: #3F2719;
    transform: rotate(90deg);
    transform-origin: left bottom;
    z-index: -1;
    top: 30px;
}
.contact-form-object .add-line::after {
    content: "";
    position: absolute;
    left: 130px;
    top: 30px;
    width: 300vh;
    height: 2px !important;
    background: #3F2719;
    transform-origin: left bottom;
    z-index: -1;
}
.contact-form-object .add-line2::after {
    content: "";
    position: absolute;
    left: 130px;
    top: 400px;
    width: 300vh;
    height: 2px !important;
    background: #3F2719;
    transform-origin: left bottom;
    z-index: -1;
}
.other-flats h2.title-blocks {
    margin-bottom: 50px;
}
.other-flats {
    margin-top: 100px;
}
.other-flats .item {
    margin-bottom: 50px;
}
.other-flats .house-top {
    position: relative;
}
.zaglushka {
    height: 200px;
}
.rectangle {
    position: absolute;
    left: -50vw;
    top: 130px;
    width: 110vw;
    height: 300px;
    background-color: #EF7B2D;
    z-index: -1;
}
.btn-more {
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    box-shadow: 5px 4px 10.1px 0px #00000040;
    border: 2px solid #EF7B2D;
    border-radius: 8px;
    display: block;
    text-align: center;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    cursor: pointer;
    transition: 0.3s;
    background: #EF7B2D;
}
.btn-more:hover {
    background: #EF7B2D;
    color: #4a260d !important;
    box-shadow: none;
}
.search-wrap .form-container {
    margin-top: 50px;
    max-width: 100%;
    padding: 15px 15px;
    border: 2px solid #EF7B2D;
    background: #fff;
    border-radius: 8px;
    box-shadow: 7px 6px 8.9px 0px #00000040;
}
.search-wrap #customForm {
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*gap: 10px; !* Отступы между элементами формы *!*/
    /*align-items: center;*/
}
.search-wrap .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.search-wrap .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.search-wrap .custom-select {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 4px;
    background-color: #fff;
    appearance: none; /* Убирает стандартное оформление */
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray"><path d="M4 6l4 4 4-4"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 16px 16px;
    box-shadow: 3px 4px 31.9px 0px #00000040;
    border: 2px solid #EF7B2D !important;
    font-family: "PhonkSans", serif;
    font-size: 12px;
    max-width: 220px;
}
.select2-container--default.select2-container--open .select2-selection--single {
    border-bottom: none !important;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #EF7B2D !important;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #EF7B2D;
    background-color: #fff;
    box-shadow: none;
    height: 42px !important;
    max-width: 220px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    line-height: 32px !important;
    font-family: "PhonkSans" !important;
    font-size: 10px !important;
    color: #3F2719B2;
    text-transform: uppercase !important;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 23px !important;
}
.select2-container--default .select2-selection--multiple {
    border: 2px solid #EF7B2D !important;
    width: 100%;
    border-radius: 4px;
    border: 2px solid #EF7B2D;
    background-color: #fff;
    box-shadow: none;
    height: 42px !important;
    max-width: 220px;
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 12px;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.select2-container--open .select2-dropdown--below {
    border: 2px solid #EF7B2D !important;
    border-top: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
    font-family: "PhonkSans", serif;
    font-size: 10px;
    color: #3F2719;
    text-transform: uppercase !important;
}
.search-wrap .form-group input {
    font-size: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
}
.search-wrap .custom-option {
    color: #333;
    padding: 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}
.search-wrap .custom-option:hover {
    background-color: #eaeaea;
}
.search-wrap #price {
    width: 100%;
    border-radius: 4px;
    border: 2px solid #EF7B2D;
    background-color: #fff;
    font-family: "PhonkSans", serif;
    font-size: 12px;
    box-shadow: none;
    height: 42px;
    max-width: 220px;
}
.search-wrap button[type="submit"] {
    padding: 10px 15px;
    border: 2px solid #EF7B2D;
    background: #fff;
    color: #EF7B2D;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 4px 4px 14.2px 0px #00000040;
    height: 42px;
    max-width: 410px;
    line-height: 14px;
    margin-top: 15px;
    width: 100%;
}
.search-wrap button[type="submit"]:hover {
    background: #EF7B2D;
    color: white;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #EF7B2D !important;
    background-color: #fff!important;
}
.select2-container--default .select2-results__option--selected {
    color: #EF7B2D !important;
}
.description-wrap h2.title-blocks {
    margin-bottom: 40px;
}
.description-district {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: justify;
}
.description-district h2.title-blocks {
    text-align: right;
    margin-bottom: 30px;
}
.description-district p {
    text-align: right;
    color: #3F2719;
}
.description-wrap .district {
    position: relative;
    transition: 0.3s;
    margin-bottom: 65px;
}
.description-wrap .district img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 11px 11px 17px 1px #171717b0;
}
.description-wrap .wrap-title {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    z-index: 1;
}
.description-wrap .wrap-title h3 {
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 22px;
}
.description-wrap .district:hover .wrap-title {
    bottom: 50%;
    transform: translateY(50%);
}
.description-wrap .district:hover .wrap-title h3 {
    color: #FFFFFF;
}
.description-wrap .district:hover img {
    box-shadow: 0 0 0 5px #EF7B2D;
    transition: 0.3s;
}
.description-wrap .item {
    margin-bottom: 110px;
    display: block;
}
footer .form-group button {
    text-transform: uppercase;
}
.select2-results__option,
.select2-container--default .select2-selectiorn--single .select2-selection__rendered{
    text-transform: uppercase;
}
.poste-static {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1000;
    background: center center / cover;
    overflow: hidden;
    display: block;
}
.poste-static__picture,
.poste-static__image {
    display: block;
    width: 100%;
    height: 100%;
}
.poste-static__image {
    object-fit: cover;
    object-position: center center;
}
.news-detail {
    color: #3F2719;
    padding-top: 20px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify;
}
.news-detail-section h2.title-blocks {
    color: #EF7B2D;
    text-shadow: none;
    margin-bottom: 40px;
    margin-top: 40px;
}
.news-detail-section h1.title-blocks {
    color: #EF7B2D;
    text-shadow: none;
    margin-bottom: 40px;
    margin-top: 40px;
}
.news-detail-section h1.title-blocks {
    color: #EF7B2D;
    text-shadow: none;
    margin-bottom: 40px;
    margin-top: 40px;
}
.select2-results__option--disabled {
    display: none;
}
.item {
    position: relative;
}

.owl-carousel a,
.item a {
    display: block; /* Это позволит ссылке занимать всю доступную площадь */
    text-decoration: none; /* Убираем подчеркивание текста */
    color: inherit; /* Наследуем цвет текста от родительского элемента */
}
.house {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-height: 538px;
}
.house-bot a:first-child {
    display: flex;
    gap: 20px;
}
.info-item::after {
    content: '|';
    display: inline-block;
    color: #3F2719;
    font-size: 1.5em;
}
.info-item:last-child {
    margin-right: 0;
}
.info-item:last-child::after {
    display: none;
}
.description-service-list {
    margin-top: 50px;
}
.description-service-list ol {
    padding-left: 100px;
}
.spoiler-content.spoiler-text {
    text-align: justify;
}
.description-service-list .spoiler-content.spoiler-text {
    max-width: 1200px;
}
.description-service-list .spoiler-content.spoiler-text {
    max-height: 14.5em;
}
.description-service-list .spoiler-content.spoiler-text.open {
    max-height: none;
}
.description-service-list .spoiler-button.arrow-button {
    bottom: -30px;
}
.description-service-list .spoiler-button.arrow-button svg {
    position: absolute;
    bottom: 0;
}
.forma-contact-service .forma {
    border: 2px solid #ef7b2d;
    border-radius: 20px;
    display: inline-block;
    background: linear-gradient(180deg, #FCEFE6 0%, #FDF2EE 48.5%, #F5F0EA 100%);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 600px;
    position: absolute;
    top: 170px;
    right: 0;
}
.forma-contact-service .forma .form-group {
    float: left;
    margin: 0 0 30px;
}
.forma-contact-service .form-group input::placeholder {
    color: #3F2719 !important;
}
.forma-contact-service .form-group input:focus {
    outline: none;
    border-bottom: 1px solid #BF9B81;
}
.forma-contact-service .form-group input {
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #BF9B81;
    color: #402719;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    font-size: 8px;
    font-weight: 300;
    padding-bottom: 0;
    background-size: 10px;
    margin-bottom: 15px;
    width: 170px;
    height: 40px;
}
.forma-contact-service .forma h4 {
    color: #EF7B2D;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
}
.forma-contact-service .form-group-long textarea::placeholder {
    color: #402719 !important;
    opacity: 1;
}
.forma-contact-service .form-group-long textarea:focus {
    outline: none;
    border-bottom: 1px solid #BF9B81;
}
.forma-contact-service .form-group-long {
    max-width: 260px;
    width: 100%;
}
.forma-contact-service .form-group-long textarea {
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #BF9B81;
    color: #402719;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    font-size: 8px;
    font-weight: 300;
    padding-bottom: 0;
    background-size: 10px;
    margin-bottom: 15px;
    max-width: 380px;
    width: 100%;
    padding-left: 10px;
}
.forma-contact-service .form-group-single-btn {
    float: none;
    width: 100%;
    display: inline-block;
}
.forma-contact-service .socs {
    margin-top: 0px;
}
.forma-contact-service .socs .item a svg {
    width: 25px;
    height: initial;
}
.forma-contact-service .socs {
    margin-top: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.forma-contact-service .socs .item a:hover path {
    stroke: initial;
    fill: initial;
}
.forma-contact-service p {
    font-family: "PhonkSans", serif;
    color:#3F2719;
    text-transform: uppercase;
    font-size: 8px;
    text-align: center;
    margin-bottom: 10px;
}
.forma-contact-service .form-group-soc {
    width: 270px;
    margin-left: 0px !important;
}
.forma-contact-service .form-group button {
    margin: 0 auto;
    display: block;
    box-shadow: 3px 4px 31.9px 0px #00000040;
    box-shadow: 4px 4px 18.5px 0px #00000040 inset;
    border: 2px solid #EF7B2D;
    background: #fff;
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    font-size: 12px;
    width: 240px;
    height: 40px;
    border-radius: 15px;
}
.forma-contact-service .form-group button:hover {
    background: #EF7B2D;
    color: #fff;
    box-shadow: none;
}
.forma-contact-service .mr-90 {
    margin-right: 20px !important;
}
.forma-contact-service {
    margin-top: 50px;
}
/* Стили для верхнего блока с заголовком */
.service-visa-slider .service-visa-slider-top {
    padding: 20px 0;
    background: #EF7B2D;
    z-index: 11;
    position: relative;
}

.service-visa-slider .service-visa-slider-top h4 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: "PhonkSans", serif;
    font-size: 16px;
    text-transform: uppercase;
}
.service-visa-slider .service-visa-grid {
    display: flex;
    flex-wrap: wrap;
    position: relative; /* Сделать позиционирование ромбика относительно сетки */
}
.service-visa-slider .item {
    position: relative;
    flex: 1 1 calc(100% / 3 - 20px); /* Уменьшить ширину, чтобы учесть отступы и обеспечить равномерное распределение */
    margin-bottom: 20px;
    overflow: hidden;
}
.service-visa-slider .item img {
    width: 100%;
    height: auto; /* Убедитесь, что изображения масштабируются корректно */
}
.service-visa-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    /*opacity: 0;*/
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.service-visa-slider .overlay h4 {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 12px;
}
.service-visa-slider .item:hover h4 {
    color: #EF7B2D;
}
.service-visa-slider .item:hover .overlay {
    opacity: 1;
}
@media (min-width: 768px) {
    .service-visa-slider .item {
        flex: 1 1 calc(100% / 6 - 20px); /* Ширина для 6 элементов в ряд */
    }
}
.service-visa-slider .diamond {
    width: 40px; /* Размер ромбика */
    height: 40px;
    background-color: #EF7B2D;
    position: absolute;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 10;
    opacity: 0; /* Скрыть ромбик по умолчанию */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Плавное изменение видимости и позиции */
    top: 35px;
}
.service-visa-slider .diamond.active {
    opacity: 1;
}
.service-visa-slider .container {
    position: relative;
}
.service-visa-slider {
    margin-top: 70px;
}
.service-list {
    margin-top: 50px;
}
.service-list .item img {
    box-shadow: 0 0 0 5px #EF7B2D;
    transition: 0.3s;
    display: block;
    width: 100%;
    height: auto;
}
.service-list .item:hover img {
    box-shadow: 0 0 0 5px #fff;
    transition: 0.3s;
}
.service-list .item h3 {
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 400px;
    margin: 0 auto;
}
.service-list .item:hover h3 {
    color: #FFFFFF;
}
.service-list .item:hover .wrap-title {
    bottom: 50%;
    transform: translateY(50%);
    pointer-events: auto; /* Включаем pointer events для заголовка */
    z-index: 2; /* Ставим заголовок выше по z-index */
}
.service-list .item .wrap-title {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    z-index: 1;
    pointer-events: none; /* Отключаем pointer events для заголовка */
}
.description-wrap .wrap-title {
    z-index: 1;
    pointer-events: none;
}
.service-list .item {
    max-width: 550px;
    margin: 0 auto 85px;
}
.service-list .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.service-list .item:hover .overlay {
    opacity: 1;
}
.item .district .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.item:hover .district .overlay {
    opacity: 1;
}
.item:hover .district .wrap-title {
    bottom: 50%;
    transform: translateY(50%);
    pointer-events: auto;
    z-index: 2;
}
.service-list h2.title-blocks {
    margin-bottom: 50px;
}
.line-delete h2.title-blocks {
    margin-bottom: 50px;
}
.line-delete.carousel-pattaya .title-blocks::before,
.line-delete.carousel-pattaya .title-blocks::after,
.line-delete.carousel-phuket .title-blocks::before,
.line-delete.carousel-phuket .title-blocks::after,
.line-delete.carousel-bangkok .title-blocks::before,
.line-delete.carousel-bangkok .title-blocks::after {
    display: none;
}
.carousel-service-section {
    margin-top: 50px;
}
.carousel-service-section h2.title-blocks {
    margin-bottom: 50px;
}

.carousel-service-section .item {
    border: solid 5px #EF7B2D;
    transition: 0.3s;
    display: block;
    width: 100%;
    height: auto;
}
.carousel-service-section .item:hover {
    border: solid 5px #fff;
    transition: 0.3s;
}
.carousel-service-section .item h3 {
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-align: center;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 22px;
}
.carousel-service-section .item:hover h3 {
    color: #FFFFFF;
}
.carousel-service-section .item:hover .wrap-title {
    bottom: 50%;
    transform: translateY(50%);
}
.carousel-service-section .item .wrap-title {
    position: absolute;
    bottom: -75px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    z-index: 1;
}
.carousel-service-section .item {
    margin-bottom: 60px;
}
.carousel-service-section .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.carousel-service-section .item:hover .overlay {
    opacity: 1;
}
nav.generic-navbar#global-navbar.visible .header.theme-light .header__hamburger svg {
    /*border: 1px solid #3F2719;*/
}
nav.generic-navbar#global-navbar.visible .header.theme-light .header__hamburger:hover .line--top,
nav.generic-navbar#global-navbar.visible .header.theme-light .header__hamburger:hover .line--bottom {
    fill: #EF7B2D !important;
}
#customForm .form-group input {
    border: 2px solid #EF7B2D !important;
    box-shadow: none;
    height: 42px !important;
    max-width: 200px;
    margin: 0 auto;
}
.wrap-bg-tree h2.title-blocks a,
.carousel-phuket h2.title-blocks a,
.carousel-pattaya h2.title-blocks a,
.carousel-bangkok h2.title-blocks a {
    text-decoration: none;
    color: #3F2719;
    font-family: "PhonkSans", serif;
}
.boxed-text__description h2 {
    text-transform: uppercase;
    text-align: right;
}
.maps-about .flip-card {
    background-color: transparent;
    perspective: 1000px;
}
.maps-about .flip-card-inner {
    position: relative;
    width: 100%;
    height: 550px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.maps-about .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.maps-about .flip-card-front,
.maps-about .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.maps-about .flip-card-front {
    background-size: cover;
    background-position: center;
}
.maps-about .flip-card-back {
    background-color: white;
    transform: rotateY(180deg);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/loading.webp');
    background-size:200px;
}
.maps-about .map {
    width: 100%;
    height: 100%;
    border: 3px solid #EF7B2D !important;
}
.maps-about .data {
    margin-top: 15px;
}
.maps-about .data h4 {
    font-family: "PhonkSans", serif;
    color: #3F2719;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
}
.maps-about .data p {
    color: #3F2719;
    font-weight: 300;
    text-align: center;
    max-width: 320px;
    height: 100px;
    margin: 0 auto 10px;
}
.maps-about .data .contacts a {
    display: block;
    text-align: center;
    color: #3F2719;
    text-decoration: none;
}
.maps-about .flip-card:hover .data h4 {
    color: #EF7B2D;
}
.team-member {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.text-block {
    position: relative;
    z-index: 1;
    padding: 20px;
    background-color: #F7EBDF;
    flex: 1;
    max-width: 65%; /* Ограничиваем ширину текстового блока */
    margin-left: 5%;
    box-sizing: border-box; /* Учитываем padding в ширину */
    padding-right: 200px;
}
.photo-block {
    position: relative;
    z-index: 2;
    flex: 1;
    max-width: 450px; /* Ограничиваем ширину фото блока */
    margin-left: -10%;
}
.photo-block img {
    max-width: 100%;
    height: auto;
    width: 100%; /* Убедимся, что изображение не превышает размеры родительского блока */
    max-width: 450px; /* Ограничение ширины изображения */
}
.reverse .text-block {
    margin-right: -5%; /* Сдвиг текстового блока под фото на 20% справа */
    margin-left: 0; /* Убираем левый отступ */
    padding-right: 20px;
    padding-left: 200px;
    text-align: right;
}
.reverse .photo-block {
    margin-left: 0; /* Убираем левый отступ */
    margin-right: -10%; /* Сдвиг фото блока на 20% справа */
}
.team-member .spoiler-button.arrow-button {
    bottom: 20px;
    right: 135px;
    display: flex;
    top: initial;
}
.text-block h3 {
    font-family: "PhonkSans", serif;
    color: #EF7B2D;
}
.text-block p {
    font-size: 14px;
}
.text-block .job {
    font-weight: 600;
}
.text-block .spoiler-content.spoiler-text {
    max-height: 6em;
}
.text-block .spoiler-content.spoiler-text.open {
    max-height: none;
}
.team-member.reverse .spoiler-button.arrow-button {
    left: 135px;
    right: initial;
}
.about-page {
    padding-top: 50px;
}
.about-page h2.title-blocks {
    margin-bottom: 50px;
}
.about-page h1.title-blocks {
    margin-bottom: 50px;
}
.history {
    padding-top: 100px;
}
.history p {
    color: #3F2719;
    font-size: 18px;
}
.history .cup {
    position: relative;
    height: 300px;
}
.history .cup img {
    position: absolute;
    max-width: 450px;
    right: 0;
    top: -100px;
}
.history-form .form {
    background: #F8F4F1;
    padding: 20px;
    border-radius: 20px;
    border: 10px solid #3F2719;
    width: max-content;
    margin: 0 auto;
    max-width: 778px;
}
.history-form .form h4 {
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
}
.history-form .form-group input::placeholder {
    color: #ef7b2d !important;
}
.history-form .form-group input:focus {
    outline: none;
    border-bottom: 1px solid #3F2719;
}
.history-form .form-group input {
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #3F2719;
    color: #ef7b2d;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    font-size: 10px;
    font-weight: 30;
    padding-bottom: 0;
    background-size: 10px;
    width: 100%;
    max-width: 380px;
}
.history-form .form-group textarea {
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #3F2719;
    color: #ef7b2d;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    font-size: 10px;
    font-weight: 300;
    background-size: 10px;
    margin-bottom: 15px;
    max-width: 380px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 8px 10px;
}
.history-form .form-group textarea::placeholder {
    color: #ef7b2d !important;
}
.history-form .form-group textarea:focus {
    outline: none;
    border-bottom: 1px solid #3F2719;
}
.zapyata {
    margin-left: 70px;
}
.history-form .form-group button {
    box-shadow: 3px 4px 31.9px 0px #00000040;
    box-shadow: 4px 4px 18.5px 0px #00000040 inset;
    background: #fff;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
    color: #3F2719;
    margin-top: 35px;
    height: 40px;
    font-size: 14px;
    border-radius: 8px;
    max-width: 380px;
    width: 100%;
}
.house-top .loc .align-items-start {
    transition: 0.3s;
}
.house-top .loc .align-items-start:hover {
    color: #EF7B2D;
}
.message-fos1 {
    display: none;
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}
.message-fos2 {
    display: none;
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 30px;
}
.message-fos4 {
    display: none;
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
}
.message-fos5 {
    display: none;
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.message-fos6 {
    display: none;
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    text-align: left;
}
.button-container {
    display: flex;
    justify-content: flex-end;
}
.form-group .button-container button {
    align-self: flex-end; /* Прижимает кнопку к правому краю */
}
body.partner-index {
    background: #fff;
}
.partner-page h2 {
    text-align: center;
    color: #ef7b2d;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
}
.partner-page span.h3 {
    text-align: center;
    color: #ef7b2d;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    margin: 80px 0 auto 0;
    display: block;
}
.partneram-bg {
    max-width: 700px;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}
.partner-page p {
    text-align: center;
    color: #3F2719;
    font-size: 20px;
}
.partner-form-wrap form {
    max-width: 750px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
.partner-form-wrap .form-group {
    float: left;
    margin: 0 0 30px;
}
.partner-form-wrap .form-group input {
    font-size: 16px;
    box-shadow: 3px 4px 31.9px 0px #00000040;
    background: #0000000D;
    width: 350px !important;
}
.partner-form-wrap .form-group input::placeholder {
    text-transform: uppercase;
    color: #3F2719;
}
.partner-form-wrap .form-group input:focus {
    outline: none;
}
.history-form .form-group input:focus {
}
.mr-50 {
    margin-right: 50px !important;
}
.partner-form-wrap textarea {
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 4px 11.9px 0px #00000040 inset;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    color: #3F2719;
    box-shadow: 3px 4px 31.9px 0px #00000040;
    background: #0000000D;
    height: 130px;
}
.partner-form-wrap textarea::placeholder {
    font-size: 16px;
    color: #3F2719;
}
.partner-form-wrap textarea:focus {
    outline: none;
}
.partner-form-wrap .partner-form-btn{
    float: initial;
}
.partner-form-wrap .form-group button {
    width: 100%;
    margin-top: 25px;
    color: #EF7B2D;
    background: #fff;
    border: 1px solid #EF7B2D;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
}
.partner-form-wrap .form-group button:hover {
    box-shadow: 3px 4px 31.9px 0px #00000040;
    box-shadow: 4px 4px 18.5px 0px #00000040 inset;
    background: #EF7B2D;
    color: #fff;
}

.handwritten-animate path {
    stroke-dasharray: 1000; /* значение, которое должно покрывать длину пути */
    stroke-dashoffset: 1000; /* скрыть путь */
    animation: draw 5s ease-in-out forwards; /* анимация рисования */
}
.handwritten-animate{opacity:0}.handwritten-animate.show{opacity:1}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
.history .poste-static {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1000;
    background: center center / cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.handwritten-item {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
}
.news-section-index {
    padding-top: 20px;
    margin-top: 30px;
}
.news-section-index .item {
    margin-bottom: 25px;
}
.spoiler-content.spoiler-text h4 {
    margin-top: 15px !important;
}
.history .cup p {
    color: #fff;
    text-align: right;
    width: 100%;
    padding-right: 360px;
    padding-top: 100px;
}
.cup {
    display: flex;
    /*align-items: center; !* Центрируем элементы по вертикали *!*/
    /*justify-content: center; !* Центрируем элементы по горизонтали *!*/
}

.cup p {
    margin: 0;
}

/*.cup img {*/
/*    max-width: 100px; !* Задаем фиксированную ширину изображения (при необходимости) *!*/
/*    height: auto;*/
/*}*/

.item a img.img-response {
    height: 312px;
    width: 100%; /* Занимает всю ширину блока */
    object-fit: cover; /* Обрезает изображение, сохраняя центр */
    object-position: center; /* Центрирует изображение */
}


.gallery-container .large-photo,
.gallery-container .small-photo {
    padding: 5px; /* Настройте по необходимости */
    box-sizing: border-box;
    position: relative;
}

.gallery-container .large-photo {
    height: 482px; /* Фиксированная высота для большой фотографии */
}

.gallery-container .small-photo {
    height: 241px; /* Фиксированная высота для маленьких фотографий */
}

.gallery-container .large-photo img,
.gallery-container .small-photo img {
    width: 100%;
    height: 100%; /* Установите высоту 100% для заполнения блока */
    object-fit: cover; /* Обрезает изображение, сохраняя центр */
}

.photo-count {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-sizing: border-box;
}
.review-popup {
    max-width: 940px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 27px;
    position: relative;
    padding: 40px 40px 40px;
}
.read-more-button {
    color: #fff !important;
}
.news-section .owl-nav-custom {
    margin-top: 45px;
}
.contact-block .top {
    margin-bottom: 30px;
}
.contact-block .top h4 {
    font-family: "PhonkSans", serif;
    color: #3F2719;
    text-transform: uppercase;
    font-size: 26px;
}
.contact-block .middle .item {
    margin-bottom: 20px;
}
.contact-block .middle .ico {
    background: #EF7B2D;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.contact-block .middle p {
    margin: 0;
}
.contact-block {
    margin-bottom: 30px;
}
.description-contacts h2 {
    text-align: center;
    margin-bottom: 40px;
}
.description-contacts .spoiler-content.spoiler-text {
    width: 100%;
    max-width: initial;
    max-height: 0em;
}
.description-contacts .spoiler-content.spoiler-text.open {
    max-height: none;
    mask-image: none;
}
.news-section.news-section-index .news img {
    max-width: 100%;
}
.news-section.news-section-index .news img {
    box-shadow: 0 0 0 5px #ef7b2d00;
    transition: 0.3s;
    display: block;
    box-shadow: 11px 11px 17px 1px #171717b0;
}
.news-section.news-section-index .item:hover .news img {
    box-shadow: 0 0 0 5px #EF7B2D;
}
.carousel-service-section .owl-nav-custom {
    margin-top: 45px;
}
.checkbox-container {
    display: flex; /* Используем flexbox для выравнивания */
    align-items: center; /* Вертикальное выравнивание по центру */
}

.checkbox-container input[type="checkbox"] {
    margin-right: 10px; /* Отступ справа от чекбокса */
}.fos1 .form-group #consent-checkbox {
    width: 30px;
}
.fos1 .form-group .label {
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    font-size: 10px;
}
.fos1 .form-group .label a {
    color: #3F2719;
    font-family: "PhonkSans", serif;
}
.checkbox-container input[type="checkbox"] {
    display: none; /* Скрываем оригинальный чекбокс */
}

.checkbox-container label {
    position: relative;
    padding-left: 40px; /* Отступ для псевдоэлемента (измените значение для большего отступа) */
    cursor: pointer; /* Указываем, что элемент кликабельный */
}

.checkbox-container label::before {
    content: '';
    position: absolute;
    left: 0; /* Позиционируем слева */
    top: 50%; /* Центрируем по вертикали */
    transform: translateY(-50%); /* Вертикальное выравнивание */
    width: 25px; /* Ширина псевдоэлемента */
    height: 25px; /* Высота псевдоэлемента */
    border: 2px solid #EF7B2D; /* Цвет рамки */
    border-radius: 2px; /* Скругленные углы */
    background: white; /* Фоновый цвет */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    line-height: 1;
}

.checkbox-container input[type="checkbox"]:checked + label::before {
    content: '✓';
    background: #bd987d;
    border-color: #ffffff;
}

.fos1 .checkbox-container label {
    padding-left: 50px;
}

.fos1 .checkbox-container input[type="checkbox"]:checked + label::before {
    margin-left: 10px;
}
#contact-form2 .checkbox-container input[type="checkbox"]:checked + label::before,
#contact-form21 .checkbox-container input[type="checkbox"]:checked + label::before{
    background: #fff;
    border: none;
    box-shadow: 2px 2px 4px 0px #00000040 inset;
}
#contact-form2 .checkbox-container label::before,
#contact-form21 .checkbox-container label::before {
    border: 2px solid #F0E8E2;
}
#contact-form2 .checkbox-container input[type="checkbox"]:checked + label::after,
#contact-form21 .checkbox-container input[type="checkbox"]:checked + label::after {
    content: '✓';
    position: absolute;
    left: 7px;
    top: 0px;
    color: #402719;
    font-size: 18px;
    text-align: center;
}
.fos2 .form-group .label {
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    font-size: 8px;
}
.fos2 .form-group .label a,
.fos21 .form-group .label a {
    color: #3F2719;
    font-family: "PhonkSans", serif;
}
.fos2 .checkbox-container,
.fos21 .checkbox-container {
    float: right !important;

}
footer .form-group .label {
    color: #3F2719;
    text-transform: uppercase;
    font-size: 10px;
}
footer .form-group .label a {
    color: #3F2719;
}
footer .checkbox-container input[type="checkbox"]:checked + label::after {
    top: -5px;
}

.forma-contact-service .form-group .label {
    font-family: "PhonkSans", serif;
    color: #3F2719;
    text-transform: uppercase;
    font-size: 8px;
}
.forma-contact-service .form-group .label a {
    font-family: "PhonkSans", serif;
    color: #3F2719;
}
.forma-contact-service .checkbox-container input[type="checkbox"]:checked + label::after {
    top: -7px;
}
.history-form .form .checkbox-container input[type="checkbox"]:checked + label::after {
    top: -2px;
}
.history-form .form .form-group .label a {
    color: #EF7B2D;
}
#feedbackForm .form-group .label {
    font-family: "PhonkSans", serif;
    color: #3F2719;
    text-transform: uppercase;
    font-size: 14px;
}
#feedbackForm .form-group .label a {
    font-family: "PhonkSans", serif;
    color: #3F2719;
}
#feedbackForm .checkbox-container {
    margin-top: 25px;
}
#feedbackForm .checkbox-container input[type="checkbox"]:checked + label::before {
    background: #eee3dc;
    border-color: #eee3dc;
}
#feedbackForm .checkbox-container input[type="checkbox"]:checked + label::after {
    color: #3F2719;
    top: -3px;
}
#contact-form4 .checkbox-container input[type="checkbox"]:checked + label::before {
    background: #f8f1eb; /* Цвет фона при выборе */
    border-color: #EF7B2D; /* Цвет рамки при выборе */
}
footer .checkbox-container input[type="checkbox"]:checked + label::before {
    background: #EF7B2D; /* Цвет фона при выборе */
    border-color: #EF7B2D; /* Цвет рамки при выборе */
}
#contact-form4 .checkbox-container input[type="checkbox"]:checked + label::after {
    color: #bf9b81;
}
.center-fos-2 .form-group-button {
    display: flex;
    flex-direction: column; /* Располагает элементы вертикально */
    align-items: flex-start; /* Выравнивает элементы по левому краю */
    gap: 10px; /* Задает отступы между элементами */
}

.center-fos-2 .checkbox-container {
    display: flex;
    align-items: center; /* Выравнивает чекбокс и текст по вертикали */
}
.fos1 .checkbox-container label::before {
    border: 2px solid #fff;
    background: #bd987d;
    margin-left: 10px;
}
.fos1 .checkbox-container {
    margin-top: 20px;
}
footer span.title-blocks {
    margin-bottom: 30px !important;
    text-shadow: none;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #3F2719;
    font-family: "PhonkSans", serif;
    display: block;
}
.forma-contact-service span.h4 {
    color: #EF7B2D;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    display: block;
}
.contact-form-object span.h3 {
    font-family: "PhonkSans", serif;
    font-size: 22px;
    margin-bottom: 70px;
    font-weight: 300;
    display: block;
}
.history-form .form span.h4 {
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
}
.data .spoiler-button.orange {
    margin-left: 0;
}
#partner-form .checkbox-container .label {
    color: #3F2719;
    text-transform: uppercase;
    font-size: 10px;
}
#partner-form .checkbox-container .label a {
    color: #3F2719;
}
#partner-form .checkbox-container input[type="checkbox"]:checked + label::before {
    background: #EF7B2D;
    border-color: #EF7B2D;
}
#partner-form .checkbox-container input[type="checkbox"]:checked + label::after {
    top: -5px;
}
#partner-form .checkbox-container{
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 0;
}
.carousel-reviews-screen .item {
    border: 15px solid #fff;
}
.awards-wrap .award-item h3 {
    color: #ef7b2d;
    font-family: "PhonkSans", serif;
}
.awards-wrap .award-item .place {
    font-weight: 600;
}

.awards-wrap .award-item {
    margin-bottom: 25px;
}
.news-detail-section .image img {
    width: 100%;
}
.spoiler-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px;
}
.perelinks {
    margin-top: 25px;
}
.spoiler-content li {
    list-style-position: outside;
}ц
 .perelinks .btn-simple.btn-white {
     font-size: 10px;
     width: 100%;
     text-align: center;
     border: 2px solid #ffffff;
     color: #fff;
     padding-left: 0px;
     padding-right: 0px;
 }
.perelinks .btn-simple.btn-white:hover {
    border: 2px solid #EF7B2D;
}
nav .header.theme-light.partner-page {
    color: #fff;
    background: none;
}
nav .partner-page .header__hamburger svg {
    border: 1px solid #3F2719;
}
nav#global-navbar .header.theme-light.partner-page .header__hamburger svg rect {
    fill: #3F2719 !important;
}
.login-partner-page h1 {
    color: #EF7B2D;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}
.login-partner-page h1 span{
    font-weight: 400;
    text-decoration: underline;
}
.login-partner-page .form-login-partner {
    max-width: 700px;
    width: 100%;
    margin: 50px 0 auto;
}
.form-login-partner .form-group input {
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
    width: 300px;
    box-shadow: 1px 4px 11.9px 0px #00000040 inset;
    font-size: 12px;
    height: 50px;
}
.form-login-partner .form-group input {
    font-size: 16px;
    box-shadow: 3px 4px 31.9px 0px #00000040;
    background: #0000000D;
    width: 100% !important;
    margin-bottom: 10px;
}
.form-login-partner .form-group input::placeholder {
    text-transform: uppercase;
    color: #3F2719;
}
.form-login-partner .form-group input:focus {
    outline: none;
}
.form-login-partner .form-group .btn-login {
    width: 100%;
    color: #EF7B2D;
    background: #fff;
    border: 1px solid #EF7B2D;
    text-transform: uppercase;
    font-family: "PhonkSans", serif;
}
.form-login-partner .form-group .btn-login:hover {
    color: #fff;
    background: #EF7B2D;
    box-shadow: 3px 4px 31.9px 0px #00000040;
    box-shadow: 4px 4px 18.5px 0px #00000040 inset;
}
.wrap-partner-page {
    display: flex;
    justify-content: center;
}
.img-lampa {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.guide-step {
    display: flex; /* Устанавливаем flex-контейнер */
    align-items: center; /* Выравниваем элементы по вертикали */
    justify-content: space-between; /* Размещаем элементы по краям */
    width: 100%; /* Растягиваем блок на всю ширину */
    max-width: 1050px; /* Устанавливаем максимальную ширину */
    margin: 0 auto; /* Центрируем блок при ограниченной ширине */
    padding: 0 20px; /* Добавляем отступы для внутреннего контента */
    box-sizing: border-box; /* Учитываем padding в ширине */
    margin-bottom: 20px;
}
.guide-step > div:first-child {
    flex: 0 0 auto; /* Ширина по содержимому */
}
.guide-step > div:last-child {
    flex: 0 0 auto; /* Ширина по содержимому */
    text-align: right; /* Выравнивание содержимого (если текст) */
}
.guide-step p {
    color: #3F2719;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 18px;
    display: block;
}
.guide-step p a {
    color: #3F2719;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 18px;
    /*display: block;*/
    padding: 0;
}
.guide-step p a:hover {
    color: #EF7B2D;
}
.guide-step img {
    border-radius: 25px;
}
.guide-wrap {
    margin-top: 50px;
}
.predlozh-btn {
    margin: 0 auto;
    display: block;
    max-width: 1050px;
    width: 100%;
    margin-top: 50px;
    color: #EF7B2D;
    transition: 0.3s;
    border: 1px solid #EF7B2D;
}
.predlozh-btn:hover {
    background: #EF7B2D;
    color: #fff;
}
.predlozh-popup {
    background: #F0E8E2;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 25px 50px 25px;
}

.predlozh-popup .logo-pop {
    max-width: 340px;
    margin-top: 15px;
    margin-left: 50px;
}
.predlozh-popup .logo-pop {
    max-width: 250px;
}
.predlozh-popup .form-group input {
    padding: 8px 10px;
    border: none;
    border-radius: 3px;
    width: 300px;
    box-shadow: 1px 4px 11.9px 0px #00000040 inset;
    font-size: 12px;
    height: 50px;
}
.predlozh-popup .form-group input {
    font-size: 16px;
    box-shadow: 3px 4px 31.9px 0px #00000040;
    background: #0000000D;
    width: 100% !important;
    margin-bottom: 10px;
}
.predlozh-popup .form-group input::placeholder {
    text-transform: uppercase;
    color: #3F2719;
}
.predlozh-popup .form-group input:focus {
    outline: none;
}
#predlozh-form {
    margin-top: 25px;
}
#predlozh-form button {
    width: 100%;
    text-transform: uppercase;
    color: #EF7B2D;
    transition: 0.3s;
    border: 1px solid #EF7B2D;
    background: #fff;
}
#predlozh-form button:hover {
    background: #EF7B2D;
    color: #fff;
}
.message-predlozh {
    display: none;
    color: #3F2719;
    font-family: "PhonkSans", serif;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.my-clients {
    margin-top: 50px;
}
.my-clients h2 {
    color: #EF7B2D;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 46px !important;
    margin-bottom: 35px !important;
}
.my-clients .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0; /* Убирает слипания границ */
    --bs-table-bg: none; /* Убираем фон */
}
.my-clients .table tr {
    background: none; /* Убираем фон строки */
    transition: background-color 0.3s ease; /* Плавный переход для ховера */
    height: 80px; /* Увеличиваем высоту строки */
}
.my-clients .table tr:hover {
    background: #EBE4DE; /* Фон строки при наведении */
}
.my-clients .table td {
    border-bottom: 2px solid #A6A6A6; /* Горизонтальные границы между ячейками */
    border-right: 2px solid #A6A6A6; /* Вертикальные границы между ячейками */
    padding: 8px; /* Внутренний отступ */
    text-align: center; /* Выравнивание текста по горизонтали в центре */
    vertical-align: middle; /* Выравнивание текста по вертикали в центре */
}
.my-clients .table td:last-child {
    border-right: none; /* Убираем правую границу у последней ячейки */
}
.my-clients .table tr:last-child td {
    border-bottom: none; /* Убираем нижнюю границу у последней строки */
}
.table-container {
    width: 100%;
}
.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Равномерное распределение для 4 колонок */
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.table-header::before {
    content: '';
    position: absolute;
    top: 75px; /* Центрируем линию по высоте кругов */
    left: 0;
    right: 0;
    height: 2px; /* Толщина полоски */
    background-color: #EF7B2D; /* Цвет полоски */
    z-index: 0; /* Помещаем полосу под круги */
}

.header-item {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column; /* Для заголовка и круга */
    align-items: center; /* Центрируем круг и текст */
    z-index: 1; /* Круги и текст выше линии */
}

.header-item.filled::before,
.header-item.filled::after {
    height: 4px;
    background-color: #EF7B2D;
    width: 100%;
    left: 0;
    top: 74px;
}

.header-item:first-child {
    text-align: left; /* Прижимаем текст и круг к левому краю */
    align-items: flex-start;
}

.header-item:first-child .circle {
    margin-left: 0; /* Круг прижат к левому краю */
}

.header-item:last-child {
    text-align: right; /* Прижимаем текст и круг к правому краю */
    align-items: flex-end;
}

.header-item:last-child .circle {
    margin-right: 0; /* Круг прижат к правому краю */
}

.header-item p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #3F2719;
}

/* Стили круга */
.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #EF7B2D;
    border: 2px solid #EF7B2D;
    display: block;
    position: relative;
    z-index: 2; /* Круг выше линии */
}

/* Линии между кругами */
.header-item::before,
.header-item::after {
    content: '';
    position: absolute;
    top: 75px; /* Центрируем линию по кругу */
    height: 2px; /* Тонкая линия */
    background-color: #EF7B2D;
    z-index: 1; /* Линии под кругами */
}

.header-item::before {
    left: 0;
    right: 50%; /* Линия слева от круга */
    transform-origin: left;
}

.header-item::after {
    left: 50%; /* Линия справа от круга */
    right: 0;
    transform-origin: right;
}

/* Убираем линии для первого и последнего круга */
.header-item:first-child::before {
    display: none;
}

.header-item:last-child::after {
    display: none;
}

/* Таблица */
.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    --bs-table-bg: none;
    table-layout: fixed; /* Все ячейки равной ширины */
}

.table tr {
    background: none;
    transition: background-color 0.3s ease;
    height: 80px; /* Одинаковая высота строк */
}

.table tr:hover {
    background: #EBE4DE;
}
.table td {
    border-bottom: 2px solid #A6A6A6;
    border-right: 2px solid #A6A6A6;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.table td:last-child {
    border-right: none;
}
.table tr:last-child td {
    border-bottom: none;
}
.radio-item input[type="radio"] {
    display: none;
}
.socs .radio-item {
    display: inline-block;
    cursor: pointer;
}
.icon {
    width: 54px;
    height: 55px;
    transition: fill 0.3s ease, stroke 0.3s ease;
}
.icon-fill {
    fill: #fff;
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 2;
}
.radio-item input[type="radio"]:checked + .icon .icon-fill {
    fill: #402719;
    stroke: rgba(64, 39, 25, 0);
}
.radio-item:hover .icon .icon-fill {
    stroke: rgba(64, 39, 25, 0);
    fill: #402719;
}
.socs .item svg {
    width: 40px;
    height: 40px;
    transition: 0.3s;
}
.forma-contact-service .socs .item svg {
    width: 25px;
}
.forma-contact-service .icon-fill {
    fill: #bf9b81;
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 2;
}
.forma-contact-service .radio-item input[type="radio"]:checked + .icon .icon-fill {
    fill: #402719;
    stroke: rgba(64, 39, 25, 0);
}
.forma-contact-service .radio-item:hover .icon .icon-fill {
    stroke: rgba(64, 39, 25, 0);
    fill: #402719;
}
.right-align-list {
    text-align: justify; /* Выравнивание текста по правому краю */
    list-style-position: inside; /* Маркеры внутри, выравниваются с текстом */
    direction: rtl; /* Меняет направление текста на "справа налево" */
    padding: 0; /* Убираем лишние отступы */
    margin: 0; /* Убираем отступы */
}
.right-align-list li {
    direction: ltr; /* Возвращаем текст в обычное направление */
}
.contact-form-object .form-group input::placeholder {
    color: #3F2719 !important;
}
.contact-form-object .form-group input:focus {
    outline: none;
}
.contact-form-object .form-group input {
    color: #3F2719 !important;
}
.description-district h2.title-blocks {
    font-size: 18px;
}
.guide-step-hoverable .image-container {
    position: relative;
}
.guide-step-hoverable .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.guide-step-hoverable .default-image {
    display: block;
    transition: opacity 0.2s ease-in-out;
}
.guide-step-hoverable:hover .hover-image {
    opacity: 1;
}
.guide-step-hoverable .image-container:hover .default-image {
    opacity: 0;
}

.guide-step span.tg {
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    transition: background-color 0.3s, transform 0.3s;
    background-image: url('../assets/tg-ico-black.svg');
    margin-right: 10px;
}
.guide-step-soc a:hover span.tg {
    background-image: url('../assets/tg-ico-hover.svg');
}
.guide-step-soc p {
    line-height: 32px;
}
.news-detail-section h2,
.news-detail-section h3,
.news-detail-section h4,
.news-detail-section h5 {
    text-align: center;
}

ol {
    padding-left: 20px; /* Отступ для первого уровня */
    list-style-type: decimal; /* Используем числовую нумерацию */
}

ol ol {
    padding-left: 20px; /* Дополнительный отступ для вложенных списков */
    list-style-type: decimal; /* Оставляем числовую нумерацию */
}

ol ol ol {
    padding-left: 20px; /* Дополнительный отступ для третьего уровня */
    list-style-type: decimal; /* Оставляем числовую нумерацию */
}

.select2-container--default .select2-results__option--selected {
    background-image: url('../assets/galka.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: #dddddd00 !important;
}
.select2-selection__choice__display {
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #dddddd00 !important;
    border: 1px solid #EF7B2D !important;
    margin-top: 6px !important;
    padding-left: 12px !important;
}
.form-group button.select2-selection__choice__remove {
    height: 26px;
    box-shadow: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 0 2px !important;
    border-right: none !important;
}

.form-group-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Расстояние между элементами */
    align-items: center; /* Выравнивание по вертикали */
}

.search-wrap .form-group {
    min-height: 42px;
}

.search-wrap select.custom-select[multiple],
.search-wrap .select2-container,
.search-wrap .select2-container .select2-selection--single,
.search-wrap .select2-container .select2-selection--multiple {
    min-height: 42px !important;
}

.search-wrap select.custom-select[multiple] {
    height: 42px !important;
    overflow: hidden;
}

.form-group {
    /*flex: 1; !* Равномерное распределение ширины *!*/
    /*min-width: 150px; !* Минимальная ширина каждого элемента *!*/
}
.form-control-title-object {
    max-width: 100% !important;
    width: 100% !important;
    /*margin-top: 20px !important;*/
    font-family: "PhonkSans" !important;
}
#maxPriceInput {
    margin-right: 0 !important;
}
#minPriceInput,
#maxPriceInput {
    /*max-width: 150px !important;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#3F2719B2 !important;
}
.disable-input .select2-search {
    display: none !important;
}

.select2-container--default .select2-selection--multiple {
    position: relative;
    padding-right: 35px; /* Оставляем место для стрелки */
}

/* Стрелка */
.propertySelect .select2-selection__arrow,
.featuresSelect .select2-selection__arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
}

/* Треугольник */
.propertySelect .select2-selection__arrow b,
.featuresSelect .select2-selection__arrow b{
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}
.propertySelect .select2-container--open .select2-selection__arrow b,
.featuresSelect .select2-container--open .select2-selection__arrow b{
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.home .search-wrap .form-container {
    margin-bottom: 50px;
}

.pagination nav {
    position: initial;
    margin: 0 auto;
}
.active>.page-link, .page-link.active {
    background-color: #f16709;
    border-color: #f16709;
}
.page-link {
    color: #f16709;
}
footer .form-group {
    flex: initial;
    min-width: initial;
}

.autocomplete-suggestions {
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 47px;
    display: none;
}

.autocomplete-suggestions li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    color: #3F2719B2 !important;
}

.autocomplete-suggestions li:hover {
    background-color: #f2f2f2;
}
.select2-results__option {
    color: #3F2719B2 !important;
}
#customForm .form-group input {
    color: #3F2719B2 !important;
    font-family: "PhonkSans", serif;
}
.button-container {
    display: flex !important;
    justify-content: flex-end !important;
    flex-direction: initial !important;
}

.news-section .news .wrap-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Градиент во весь блок */
    display: flex;
    align-items: flex-end; /* Заголовок внизу */
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0) 80%);
    color: white; /* Цвет текста */
}

.lp-vertical-paddings.redesign {
    padding-bottom: 35px;
    padding-top: 35px;
}
.lp-vertical-paddings.redesign .boxed-text__description {
    margin-bottom: 25px;
}
.onas-bit-txt img {
    /*display: block;*/
    /*margin: 10px auto 0;*/
    /*max-width: 750px;*/
}
.video-s-nami h2 {
    margin-bottom: 50px;
}

.lp-vertical-paddings.redesign.onas-bit-txt .boxed-text__description {
    margin-bottom: 0;
}
.lp-vertical-paddings.redesign.onas-bit-txt {
    padding-bottom: 25px;
}

.video-s-nami .item .video {
    position: relative; /* Родительский контейнер должен быть relative */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.video-s-nami .item .video .triangle {
    background-image: url(../assets/video-triangle-whine.png);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background-position: 30px center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background-color: #ffffff7d;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.3s;
}
.video-s-nami .item .video:hover .triangle {
    background-image: url(../assets/video-triangle-orange.png);
    transition: 0.3s;
    background-position: 25px center;
    border: 1px solid #EF7B2D;
}



.redesign .socs .item a {
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px; /* Фиксированные размеры фона */
    transition: background-color 0.3s, transform 0.3s;
}
.redesign .socs .item a.wp {
    background-image: url('../assets/wa-ico-black.svg');
}
.redesign .socs .item a.tg {
    background-image: url('../assets/tg-ico-black.svg');
}
.redesign .socs .item a.email {
    background-image: url('../assets/email-ico-black.svg');
}
.redesign .socs .item a.youtube {
    background-image: url('../assets/yu-ico-black.svg');
}
.redesign .socs .item a.inst {
    background-image: url('../assets/inst-ico-black.svg');
}
.redesign .socs .item a.vk {
    background-image: url('../assets/vk-ico-black.svg');
}
.redesign .socs .item a.vb {
    background-image: url('../assets/vb-ico-black.svg');
}
.redesign .socs .item a.fb {
    background-image: url('../assets/fb-ico-black.svg');
}
.redesign .socs .item a.n {
    background-image: url('../assets/n-ico-black.svg');
}

.redesign .socs .item a.wp:hover {
    background-image: url('../assets/wa-ico-hover.svg');
}

.redesign .socs .item a.tg:hover {
    background-image: url('../assets/tg-ico-hover.svg');
}

.redesign .socs .item a.email:hover {
    background-image: url('../assets/email-ico2-hover.svg');
}

.redesign .socs .item a.youtube:hover {
    background-image: url('../assets/yu-ico-hover.svg');
}

.redesign .socs .item a.inst:hover {
    background-image: url('../assets/in-ico-hover.svg');
}

.redesign .socs .item a.vk:hover {
    background-image: url('../assets/vk-ico-hover.svg');
}

.redesign .socs .item a.vb:hover {
    background-image: url('../assets/vb-ico-hover.svg');
}

.redesign .socs .item a.fb:hover {
    background-image: url('../assets/fb-ico-hover.svg');
}

.redesign .socs .item a.n:hover {
    background-image: url('../assets/n-ico-hover.svg');
}

.form-group-50 .select2-container--default .select2-selection--single {
    max-width: 100%;
}

.form-group-33 .select2-container--default .select2-selection--single {
    max-width: 100%;
}

.search-wrap .custom-select-50 {
    max-width: 100%;
}
.search-wrap .custom-select-33 {
    max-width: 100%;
}
.search-wrap .form-group-50 {
    margin-top: 20px !important;
}

.search-wrap .form-group-33 {
    margin-top: 15px !important;
}


.price-input {
    width: 120px;
    font-size: 14px;
}

.price-buttons {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.price-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-btn:hover svg {
    stroke: #000;
}

.search-wrap .form-group.price-group {
    position: relative;
}
.search-wrap .form-group.price-group button {
    width: initial;
    height: initial;
    padding: 3px;
    background: none;
    box-shadow: none;
    transition: stroke 0.2s ease-in-out;
}
.search-wrap .form-group.price-group button:hover svg path {
    stroke: #EF7B2D;
    transition: stroke 0.2s ease-in-out;
}
/* Стили для точек навигации */
.house .owl-carousel .owl-dots {
    position: absolute;  /* Чтобы поднять точки поверх изображений */
    bottom: 15px;
    left: 50%; /* Центрируем точки по горизонтали */
    transform: translateX(-50%); /* Центрируем на экране */
    display: flex;
    justify-content: center;  /* Выравнивание точек по центру */
    z-index: 10; /* Чтобы точки были поверх изображений */
}
.house .owl-carousel .owl-dot {
    transition: background-color 0.3s ease; /* Плавное изменение цвета */
}
.house .owl-dot.active span,
.house .owl-dots .owl-dot:hover span {
    background: #EF7B2D !important;
}
.grecaptcha-badge {
    display: none !important;
}
.video-s-nami .item a img.img-response {
    height: initial;
}

.select2-search__field::placeholder {
    color: #7a685f;
}

.predlog-titl h2.title-blocks {
    text-align: right;
    margin-bottom: 8px;
}
.predlog-titl h4.sub-title {
    text-align: right;
    font-family: "PhonkSans", serif;
    font-size: 20px;
}
.blur-circle-wrap {
    position: absolute;
    backdrop-filter: blur(10px);
    clip-path: circle(50% at 50% 50%);
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}
.predlog-wrap-main {
    position: relative;
}

.blur-circle {
    background: url(../assets/download-cat.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}
.download-btn-wrap {
    position: absolute !important;
    top: 50%;
    transform: translate(50%, -50%);
    right: 50%;
    height: 130px;
    width: 130px;
    background: #f16709;
    border-radius: 50%;
    transition: 0.3s;
}
.blur-circle img {
    max-width: 80px;
    padding-top: 28px;
}
.block-predlog:hover .download-btn-wrap {
    background: #fff;
}
#fos21.fos-popup2 .center-fos-2 {
    padding: 0;
    background: initial;
}
#fos21.fos-popup2 {
    padding: 80px 50px 80px;
    background: url(../assets/bckgrnd-popup-catalog.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}
#fos21.fos-popup2 #contact-form21{
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
    padding: 40px;
}
#fos21.fos-popup2 .form-group {
    margin-right: 0 !important;
}

#contact-form21 .form-group input {
    width: 100% !important;
    color: #fff;
}
#contact-form21 input::placeholder {
    color: #fff;
}
#contact-form21 .form-group .label  {
    color: #fff !important;
}
#contact-form21 .form-group .label a {
    color: #fff !important;
}
#fos21 .left {
    max-width: 540px !important;
}
#contact-form21 .checkbox-container input[type="checkbox"]:checked + label::after {
    top: -5px !important;
}
#contact-form21 .form-group button {
    margin: 0 auto;
    margin-top: 30px;
}
#fos21.fos-popup2 .close-button {
    color: #fff;
}
#contact-form21 .message-fos2 {
    color: #fff;
    text-align: center;
}
.predlog-titl h4.sub-title span {
    font-family: "PhonkSans", serif;
    font-size: 26px;
}
.video-s-nami .item p {
    text-align: center;
    font-family: "PhonkSans", serif;
    font-size: 12px;
    margin-top: 5px;
}
#spoiler-content-desc strong {
    font-weight: 600;
}
.description-contacts h2 {
    font-size: 16px;
}
.description-contacts .spoiler-text.open {
    margin-bottom: 45px;
}
.phones-block .link-to-dock a {
    color: #3F2719;
    text-align: center;
    display: block;
    font-size: 10px;
    margin-top: 30px;
    text-transform: uppercase;
}
.poste-static .wrap-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: flex-end;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 1%, rgba(0, 0, 0, 0) 30%);
    color: white;
    padding-bottom: 50px;
}
.poste-static .wrap-title h1.title-blocks {
    color: #fff;
    font-weight: 300;
    font-family: "PhonkSans", serif;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 26px;
    transition: margin-bottom 0.3s ease;
    text-align: center;
}
.button-filter-search {
    background: #EF7B2D !important;
    color: #fff !important;
}
button.button-filter-search:hover {
    box-shadow: none !important;
    color: #4a260d !important;
}
nav.breadcrumb {
    position: initial;
    display: block;
}
nav.breadcrumb a {
    color: #EF7B2D;
    text-decoration: none;
}
.carousel-links .btn-simple.btn-white {
    text-align: center;
    height: auto;
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.seo-text {
    font-size: 8px;
    color: #3f2719a8;
    text-transform: uppercase;
    text-align: center;
}
.seo-text p {
    margin-bottom: 7px;
}
.video-section-news,
.video-section-news .video-wrapper,
.video-section-news .overlay-component {
    height: 85vh;
}

.video-section-main,
.video-section-main .video-wrapper,
.video-section-main .overlay-component {
    height: 60vh;
}
.arenda-list-text .lp-vertical-paddings.redesign {
    padding-bottom: 0;
    margin-bottom: 0;
}
.arenda-list-text .lp-vertical-paddings.redesign p {
    margin-bottom: 0;
}
.polaroid-card {
    max-width: 550px;
    padding: 14px 14px 28px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: rotate(-2deg);
    margin: 0 auto;
}

.polaroid-photo {
    width: 100%;
    height: 330px;
    overflow: hidden;
    background: #eee;
}

.polaroid-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.polaroid-text {
    margin-top: 18px;
    text-align: center;
    color: #222;
}

.polaroid-text h3 {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ef7b2d;
    font-family: "PhonkSans", serif;
    text-shadow: 1px 1px 1px #ef7b2d;
}

.polaroid-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.carousel-start-prodazh .owl-stage-outer {
    padding-bottom: 40px;
    padding-top: 20px;
}
.start-prodazh .owl-nav-custom {
    position: absolute;
    width: 100%;
    top: 50%;
    max-width: 760px;
    margin: 0 auto;
    z-index: 2;
    left: 21%;
}
.start-prodazh .owl-next-start-prodazh {
    float: right;
}
.polaroid-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #EF7B2D;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
    line-height: 25px !important;
}

.polaroid-btn:hover {
    background: #d96a20;
    transform: translateY(-2px);
}
.femida-img {
    position: absolute;
    top: -190px;
    z-index: -1;
    left: 40px;
    max-height: 670px;
}
.femida-block{
    position: relative;
}
.polaroid-text-uspei a {
    display: contents !important;
}
.polaroid-text-uspei .fab {
    margin-left: 5px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    vertical-align: middle;
}
.polaroid-text-uspei .fab.fa-whatsapp::before {
    content: "WA";
    font-size: 13px;
}
.polaroid-text-uspei .fab.fa-telegram-plane::before {
    content: "TG";
    font-size: 13px;
}
.polaroid-text-uspei .fab.fa-whatsapp:hover {
    color: #25D366;
}
.polaroid-text-uspei .fab.fa-telegram-plane:hover {
    color: #0088cc;
}

.polaroid-text-uspei .social-button::after {
    display: none;
}
.polaroid-text-uspei{
    margin-top: 25px;
}
.fa-max {
    background-image: url(../assets/max-black.png);
    width: 34px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    background-size: contain;
}
.fa-max:hover {
    background-image: url('../assets/max-hover.svg');
}

.seo-pagination {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 8px;
    margin: 36px 0 !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important;
    z-index: auto !important;
}

.seo-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #222;
    line-height: 1;
    text-decoration: none;
    background: #fff;
}

.seo-pagination__link:hover,
.seo-pagination__link.is-active {
    border-color: #EF7B2D;
    color: #fff;
    background: #EF7B2D;
}




@media (max-widht:760px) {
.fos1 .checkbox-container input[type="checkbox"]:checked + label::after {

    top: 26px;
}
}