@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');
* {
    max-height: 999999px;
    box-sizing: border-box;
    outline: none;
}
*:before,
*:after {
    box-sizing: border-box;
}
html{
    height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 24px;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
button {
    background: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
ul,
ol,
li {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover,
button:hover {
    opacity: 0.7;
    transition: all 0.3s linear;
}
*|*:any-link:not(svg|a) {
    text-decoration: none;
}
body {
    min-height: 100%;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
html.fix,
body.fix {
    overflow: hidden;
}
.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
/* header start */
header {
    position: fixed;
    top: 0;
    z-index: 19;
    width: 100%;
    background: #fff;
}
header.active{
    position: absolute;
    background: unset;
}
.header-top__row {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header-logo{
    margin-right: 50px;
    max-width: 190px;
}
.header-logo img{
    width: 100%;
}
header.active img,
header img.white-logo {
    display: none;
}
header.active img.white-logo{
    display: block;
}
.header-right,
.header-menu-list {
    display: flex;
    align-items: center;
}
.header-tel {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #232328;
    display: flex;
    align-items: center;
}
.header-tel svg{
    margin-right: 7px;
}
.header-social {
    margin-left: 50px;
    display: flex;
    align-items: center;
}
.header-social a{
    display: flex;
}
.header-social a:last-child{
    margin-left: 20px;
}
.header-menu-list li {
    margin-right: 40px;
}
.header-menu-list a {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #232328;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
header.active .header-tel,
header.active .header-menu-list a{
    color: #FFFFFF;
}
.header-menu-list a>svg {
    margin-right: 10px;
}
.header-info {
    margin-right: 40px;
}
.burger-menu {
    display: none;
}
.header-logo-burger {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
}
.header-logo-menu {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
}
.header-logo-menu span {
    background: #232328;
    height: 2px;
    width: 26px;
    display: block;
    position: absolute;
    top: 19px;
    left: 10px;
}
header.active .header-logo-menu span{
    background: #fff;
}
.header-logo-menu span:first-child {
    top: 12px;
}
.header-logo-menu span:last-child {
    top: 26px;
    width: 15px;
    left: unset;
    right: 5px;
}
.hidden-menu {
    margin: 0;
    position: fixed;
    top: 0px;
    right: 0;
    width: 100vw;
    min-height: 100vh;
    overflow: auto;
    z-index: 5;
    background: rgba(35, 35, 40, 0.7);
    backdrop-filter: blur(2.5px);
    transform: translateX(100%);
    transition: all 0.5s linear;
}
.hidden-menu.open {
    transform: translateX(0%);
    transition: all 0.5s linear;
}
.header__menu {
    width: 50vw;
    min-height: 100vh;
    background: #fff;
    display: block;
    margin: 0;
    padding: 0 20px;
    z-index: 7;
    padding-bottom: 90px;
    padding-top: 80px;
    margin-left: auto;
}
.hidden-menu-bottom {
    text-align: center;
    margin-top: 35px;
}
.hidden-menu-contact span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #ffffff;
    opacity: 0.8;
}
.hidden-menu-contact a.header-tel {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #232328;
}
.hidden-menu-social {
    display: flex;
    margin-top: 30px;
}
.hidden-menu-social li {
    margin-right: 10px;
}
.hidden-menu-social li:last-child {
    margin: 0;
}
.hidden-menu__btn{
    margin-top: 30px;
    display: block;
    border: 1px solid #EAC290;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #232328;
}
.header-logo-menu.active span:first-child {
    transform: rotate(45deg);
    top: 18px;
    background: #232328;
}
.header-logo-menu.active span:nth-child(2) {
    display: none;
}
.header-logo-menu.active span:last-child {
    width: 25px;
    top: 18px;
    transform: rotate(-45deg);
    background: #232328;
}
.hidden-menu-list>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.hidden-menu-list a {
    display: inline-block;
    padding: 15px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #232328;
}
.mob-logo {
    display: none;
}
@media (max-width: 1340px){
    .header-menu-list a{
        font-size: 16px;
    }
    .header-menu-list li{
        margin-right: 30px;
    }
}
@media (max-width: 1240px) {
    .header-top {
        padding: 15px 0;
    }
    .header-right,
    .header-menu-list {
        display: none;
    }
    .header-top__right,
    .header__mob-btn,
    .burger-menu {
        display: block;
    }
    .header-logo-burger {
        display: flex;
    }
    .header-top__row{
        justify-content: space-between;
    }
    .header-n-top {
        background: #ffffff;
    }
}
@media (max-width: 767px) {
    .header__menu{
        width: 100vw;
    }
    .header-top__row {
        padding: 6px 20px;
    }
    .header-info {
        margin-right: 0;
    }
}
/* header end */
.first {
    position: relative;
    padding-top: 12vw;
}
.first img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.first h1{
    font-weight: 500;
    font-size: 76px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.first h1 span{
    color: #EAC290;
}
.first-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.first-content {
    max-width: 1092px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.subtitle {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
}
.first-date-wrap {
    max-width: 479px;
    margin: 24px auto;
    padding: 40px 58px;
    background: #232328;
    border: 1px solid #232328;
    box-shadow: 0px 0px 4px #DEB684;
}
.first-date-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #EAC290;
    margin-bottom: 20px;
}
.first-bottom button,
.first-date-box button{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #FFFBEE;
    background: linear-gradient(180deg, #C9A784 0%, #9D7650 100%);
}
.first-date-box button{
    width: 100%;
    padding: 20px;
}
.first-bottom button svg,
.first-date-box button svg{
    margin-left: 20px;
}
.first-bottom {
    background: #EAC290;
    backdrop-filter: blur(7px);
    padding: 50px 38px;
    max-width: 919px;
    width: 100%;
    transform: translateY(49%);
    margin: 0 auto;
}
.first-bottom button{
    padding: 19px 50px;
}
.first-bottom-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #232328;
    margin-bottom: 28px;
}
.first-bottom-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.first-bottom-flex input{
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    width: initial;
    height: 60px;
    padding: 15px 30px;
}

form.rc-search_form {
    /*width: 100% !important;*/
}

.first-catalog {
    padding: 50px 0 0;
}
h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #232328;
}
.catalog{
    padding: 100px 0 60px;
}
.yoast-breadcrumbs,
.breadcrumb {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #AAAAAA;
    padding: 5px 0 40px;
    display: flex;
    align-items: center;
    margin-left: -8px;
}
.yoast-breadcrumbs>span>span {
    display: flex;
    align-items: center;
}
.yoast-breadcrumbs a,
.yoast-breadcrumbs>span>span>span,
.breadcrumb li {
    padding: 0 12px;
    position: relative;
}
.yoast-breadcrumbs a,
.breadcrumb a {
    color: #232328;
}
.breadcrumb li::before {
    content: "";
    min-width: 6px;
    min-height: 6px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 11px;
    background: #EAC290;
}
.breadcrumb li:last-child:before {
    display: none;
}
.breadcrumb li.active {
    color: #AAAAAA;
}
.catalog h2,
.first-catalog h2{
    max-width: 744px;
    margin-bottom: 36px;
}
h2 span {
    color: #EAC290;
}
.catalog-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 40px;
}
.catalog-two .catalog-filter{
    margin-bottom: 0;
}
.catalog-filter-left {
    width: 200px;
}
.select {
    display: block;
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #232328;
    margin-right: 10px;
}
.new-select {
    position: relative;
    padding: 20px 20px 20px 35px;
    cursor: pointer;
    user-select: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}
.new-select::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    position: absolute;
    right: 8px;
    top: 28px;
    background: url("../img/select-arr.svg") no-repeat right center / cover;
    transition: all 0.27s ease-in-out;
    transform: rotate(0deg);
}
.new-select::before {
    content: "";
    display: block;
    width: 21px;
    height: 11px;
    position: absolute;
    left: 0px;
    top: 24px;
    background: url("../img/select-icon.svg") no-repeat right center / cover;
    transition: all 0.27s ease-in-out;
    transform: rotate(0deg);
}
.new-select__list {
    position: absolute;
    top: 58px;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 4;
    color: #000000;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    padding: 0 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    user-select: none;
}
.new-select__item {
    border-bottom: 1px solid #ebebeb;
}
.new-select__item span {
    display: block;
    padding: 20px 0px;
}
.new-select__item span:hover {
    color: #be9a68;
}
.catalog-switches{
    display: flex;
    width: max-content;
}
.catalog-switches li a{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #232328;
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    height: 100%;
}
.catalog-switches li:last-child a{
    padding-right: 0;
}
.catalog-switches li svg{
    margin-right: 6px;
    fill:#232328;
}
.catalog-switches li.active a{
    color: #EAC290;
}
.catalog-switches li.active svg{
    fill:#EAC290;
}
.tabs__content{
    display: none;
}
.tabs__content.active{
    display: block;
}
.first-catalog-wrap{
    padding-bottom: 60px;
}
.catalog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.catalog-card {
    border: 1px solid #D9D9D9;
    position: relative;
    /* width: 29vw; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.similar-offers .sliders.swiper{
    height: unset;
    width: 30vw;
    max-width: 400px;
}
.catalog-card-geo {
    position: absolute;
    top: 20px;
    left: 30px;
    background: #EAC290;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 2;
}
.catalog-card-img {
    max-width: 400px;
    width: 30vw;
}
.catalog-card-content {
    padding: 20px 30px;
    background: #FFFFFF;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.catalog-card-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: #232328;
    margin-bottom: 20px;
    flex-grow: 1;
}
.catalog-card-flex {
    display: flex;
    margin-bottom: 10px;
}
.catalog-card-flex > div:first-child{
    margin-right: 60px;
}
.catalog-card-info {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #AAAAAA;
}
.catalog-card-info span{
    color: #232328;
}
.catalog-card-flex2 {
    display: flex;
    align-items: flex-end;
    padding-top: 20px;
    margin-top: 20px;border-top: 1px solid #D9D9D9;
}
.catalog-card-sale {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #232328;
    margin-right: 6px;
}
.catalog-card-sale span{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #AAAAAA;
    text-decoration: line-through;
}
.catalog-card-price {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #232328;
}
.catalog-card-price span{
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: #232328;
}
.book {
    margin-top: 20px;
}
.book a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFBEE;
    padding: 20px 40px;
    width: 100%;
    opacity: 1;
    background: linear-gradient(180deg, #C9A784 0%, #9D7650 100%);
}
.book a svg{
    margin-left: 12px;
}
.book a:hover{
    opacity: 1;
    background: #EAC290;
    transition: none;
}
.show-more{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.show-more-bg{
    background: linear-gradient(180deg, #C9A784 0%, #9D7650 100%);
    border: 1px solid transparent;
    max-width: 400px;
    width: 100%;
}
.show-more a{
    max-width: 400px;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #232328;
    padding: 20px 40px;
    background: #fff;
}
.first-about {
    background: #F5F5F5;
    padding: 70px 0 120px;
}
.first-about-wrap {
    display: flex;
}
.first-about-wrap > div{
    width: 47%;
    flex-grow: 1;
}
.first-about-gallery {
    margin-right: 40px;
}
.first-about-gallery img{
    width: 100%;
}
.first-about-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #7D7D7D;
    margin: 8px 0 23px;
}
.first-about-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
}
.first-about-card {
    display: flex;
}
.first-about-card__icon {
    margin-right: 20px;
    min-width: 70px;
    width: 70px;
}
.first-about-card__icon img{
    width: 100%;
}
.first-about-card__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #232328;
}
.first-process {
    padding: 70px 0 80px;
    position: relative;
}
.first-process .container{
    position: relative;
    z-index: 2;
}
.first-process h2{
    color: #fff;
}
.first-process-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.first-process-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.first-process-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    margin-top: 48px;
    position: relative;
}
.first-process-card {
    position: relative;
    z-index: 3;
}
.first-process-card__icon {
    width: 100px;
    height: 100px;
    background: #EAC290;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px;
}
.first-process-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    margin: -20px 0px 0px 50px;
}
.first-process-list::after {
    content: "";
    display: block;
    position: absolute;
    top: 27%;
    left: 0%;
    width: 76%;
    height: 2px;
    opacity: 0.6;
    border: 5px dashed rgba(234, 194, 144, 0.4);
    z-index: 2;
}
.sliders-box {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
.sliders3.swiper,
.sliders.swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sliders2 {
    padding-bottom: 40px;
}
.swiper img{
    width: 100%;
}
.sliders3 .swiper-slide,
.sliders .swiper-slide{
    max-width: 400px;
}
.sliders2 .swiper-slide{
    display: flex;
    align-self: stretch;
    height: unset;
    padding-right: 10px;
}
.sliders2 .swiper-wrapper{
    align-items: stretch;
}
.swiper-button-prev3,
.swiper-button-next3,
.swiper-button-prev,
.swiper-button-next {
    z-index: 3;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    width: 14px;
    height: 28px;
    border-radius: 50%;
    opacity: 0;
}
.swiper-button-disabled{
    opacity: 0.5;
}
.swiper-button-prev3,
.swiper-button-prev {
    background-image: url("../img/slider-arrs.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 25px;
    transform: translateX(15px);
}
.swiper-button-next3,
.swiper-button-next {
    background-image: url("../img/slider-arr.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 25px;
    transform: translateX(-15px);
}
.sliders3:hover .swiper-button-prev3,
.sliders3:hover .swiper-button-next3,
.sliders:hover .swiper-button-prev,
.sliders:hover .swiper-button-next {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.4s linear;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 2px solid #ccc;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #EAC290;
    border: 2px solid #EAC290;
}
.first-review{
    padding: 70px 0 30px;
}
.first-review-slider{
    margin-top: 20px;
}
.first-review-card {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    position: relative;
    padding: 40px;
}
.first-review-card::after{
    content: '';
    display: block;
    background: url('../img/first-review-card.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 60px;
    position: absolute;
    top: -25px;
    left: 10px;
}
.first-review-top {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.first-review-face {
    margin-right: 20px;
    width: 80px;
    height: 80px;
}
.first-review-face img{
    width: 100%;
}
.first-review-name {
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: #232328;
}
.first-review-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #232328;
}
.sw-btn,
.swiper-button-prev2,
.swiper-button-next2 {
    z-index: 3;
    position: absolute;
    top: 4%;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    width: 34px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.swiperPrev,
.swiper-button-prev2 {
    background-image: url("../img/slider-arrs2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: unset;
    right: 75px;
}
.swiperNext,
.swiper-button-next2 {
    background-image: url("../img/slider-arr2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 0px;
}
.first-process .first-bottom{
    margin: 0 auto -142px;
    transform: translateY(15%);
}
.date-picker {
    width: 100%;
    height: auto;
    max-height: 50px;
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    position: relative;
    overflow: hidden;
    transition: all 0.3s 0s ease-in-out;
    margin-bottom: 20px;
}
.date-picker .input {
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 14px;
    position: relative;
}
.date-picker .input .result,
.date-picker .input button {
    display: inline-block;
    vertical-align: top;
}
.date-picker .input .result {
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 13px;
    color: grey;
    box-sizing: border-box;
}
.date-picker .input button {
    width: 21px;
    height: 21px;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    padding: 0;
}
.date-picker .input button:hover {
    /* background-color: #68768A; */
}
.date-picker .input button:focus {
    outline: 0;
}
.date-picker .calendar {
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    z-index: 3;
}
.date-picker .ui-datepicker-inline {
    position: relative;
    width: 100%;
}
.date-picker .ui-datepicker-header {
    height: 100%;
    line-height: 50px;
    background: #EAC290;
    color: #fff;
    margin-bottom: 10px;
}
.date-picker .ui-datepicker-prev,
.date-picker .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}
.date-picker .ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}
.date-picker .ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -44px 0px 0px 7px;
}
.date-picker .ui-datepicker-next {
    float: right;
    margin-right: 12px;
}
.date-picker .ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -44px 0px 0px 5px;
}
.date-picker .ui-datepicker-prev:after,
.date-picker .ui-datepicker-next:after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.date-picker .ui-datepicker-prev:hover,
.date-picker .ui-datepicker-next:hover,
.date-picker .ui-datepicker-prev:hover:after,
.date-picker .ui-datepicker-next:hover:after {
    border-color: #68768A;
}
.date-picker .ui-datepicker-title {
    text-align: center;
}
.date-picker .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}
.date-picker .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 100%;
    color: #8392A7;
    margin-bottom: 5px;
    font-size: 13px;
}
.date-picker .ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    line-height: 40px;
    font-size: 12px;
}
.date-picker .ui-state-default:hover {
    background: rgba(0, 0, 0, 0.02);
}
.date-picker .ui-state-highlight {
    color: #68768A;
}
.date-picker .ui-state-active {
    color: #68768A;
    background-color: rgba(131, 146, 167, 0.12);
    font-weight: 600;
}
.date-picker .ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent;
}
.date-picker.open {
    overflow: unset;
}
/* .date-picker.open .input button {
    background: #68768A;
} */
.modal-form {
    display: none;
    max-width: 400px;
}
.modal-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #232328;
    margin-bottom: 30px;
}
.modal__form-input input{
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    height: 48px;
    width: 100%;
    padding: 10px 20px;
}
.modal-form-bottom {
    padding-top: 20px;
}
.form__content-row {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: rgba(135, 135, 135, 0.8);
    margin-right: 40px;
}
.modal__form-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #C9A784 0%, #9D7650 100%);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFBEE;
    padding: 20px 30px;
    margin-bottom: 10px;
}
.fancybox-slide--html .modal-form .fancybox-close-small {
    color: #000;
}
.fancybox-bg{
    background: rgba(35, 35, 40, 0.7);
    backdrop-filter: blur(2.5px);
}
.fancybox-is-open .fancybox-bg{
    opacity: 1;
}
.checkbox {
    vertical-align: top;
    margin: 0;
    width: 16px;
    height: 16px;
}
.checkbox+label {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    display: block;
    color: #8c9eac;
}
.checkbox+label a,
.checkbox+label a:link,
.checkbox+label a:hover,
.checkbox+label a:visited,
.checkbox+label a:active,
.checkbox+label a:focus,
.checkbox+label button {
    color: #1a8cff;
    text-decoration: underline;
}
.checkbox+label a:hover,
.checkbox+label a:link:hover,
.checkbox+label a:hover:hover,
.checkbox+label a:visited:hover,
.checkbox+label a:active:hover,
.checkbox+label a:focus:hover,
.checkbox+label button:hover {
    text-decoration: none;
}
.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
    height: auto;
    line-height: normal;
}
.checkbox:not(checked)+label {
    position: relative;
    padding: 0 0 0 24px;
    margin-bottom: 0;
    text-align: left;
    min-height: 16px;
}
.checkbox:not(checked)+label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #e4e8ec;
}
.checkbox:not(checked)+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    height: 5px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}
.checkbox:checked+label:before {
    background: #4a5c87;
    border-color: #4a5c87;
}
.checkbox:checked+label:after {
    opacity: 1;
}
.map-wrap {
    display: flex;
    min-height: 720px;
    overflow: hidden;
    position: relative;
}
.map-left {
    max-width: 440px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.3s linear;
}
.map-left.open {
    transform: translateX(0%);
}
.map-left-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
}
.map-list-wrap {
    max-height: 719px;
    overflow-y: auto;
}
.map-list {
    padding: 60px 45px 40px 20px;
    overflow: hidden;
}
.map-list .catalog-card{
    width: unset;
    margin-bottom: 30px;
}
.map-card {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #e1e1e1;
}
.map-card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin: 20px 0;
}
.map-card-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #9d9d9d;
    margin-bottom: 20px;
}
.map-card-info {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #878787;
    margin-bottom: 6px;
}
.map-card-cost {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #be9a68;
    margin-bottom: 10px;
}
.map-card-investment {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #be9a68;
}
.map-right {
    flex-grow: 1;
}
.filter-map {
    display: none;
    padding: 0 40px;
}
.filter-map.on {
    display: block;
}
.filter-map .filter-list {
    display: block;
}
.map-card .swiper-slide {
    max-height: 255px;
}
.about-stiky {
    display: flex;
}
.about-stiky-left {
    margin-right: 40px;
    width: 70%;
    max-width: 67vw;
}
.about-stiky-right {
    max-width: 399px;
    position: sticky;
    top: 100px;
    height: max-content;
}
.about-first {
    padding: 100px 0 0 0;
    position: relative;
}
.about-first h2{
    text-transform: none;
    margin-bottom: 22px;
}
.about-first-slider {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px; 
}
.about-first-slider .swiper {
    width: 100%;
    height: 100%;
}
.about-first-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-first-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-first-slider .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.about-first-slider .swiper-slide {
    background-size: cover;
    background-position: center;
}
.about-first-slider .mySwiper2 {
    height: 80%;
    width: 100%;
}
.mySwiper2 .swiper-pagination{
    bottom: 17%;
}
.about-first-slider .mySwiper {
    width: 400px;
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
    /* margin-left: 19%; */
    margin: 0 auto;
}
.about-first-slider .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}
.about-first-slider .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #EAC290;
}
.about-first-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev4,
.swiper-button-next4 {
    z-index: 3;
    position: absolute;
    bottom: 6%;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    width: 34px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.swiper-button-next4 {
    background-image: url("../img/slider-arr2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 16%;
}
.swiper-button-prev4 {
    background-image: url("../img/slider-arrs2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 16%;
}
.mySwiper .slider-video-box {
    position: relative;
    /*width: 126px;*/
    /*height: 95px;*/
}
.mySwiper2 .slider-video-play svg,
.mySwiper2 .slider-video-play{
    width: 50px;
    height: 50px;
}
.mySwiper2 .slider-video-box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.mySwiper2 .slider-video{
    min-height: 620px;
}
.slider-video-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-video {}
.slider-video-play {
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0px 0px -12px;
    z-index: 20;
}
.about-first-left__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #232328;
    margin-bottom: 40px;
}
.about-first-left__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 50px;
    margin-bottom: 60px;
}
.about-first-left__list p{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #232328;
}
.about-first-left__list p svg{
    margin-right: 10px;
}
.about-first-right {
    background: transparent;
}
.about-first-right li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #232328;
}
.about-first-right li > div{
    display: flex;
}
.about-first-right-box {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 40px;
}
.about-first-right__info {
    font-weight: 400;
    font-size: 22px;
    color: #AAAAAA;
    margin-bottom: 14px;
}
.about-first-right__info span{color: #232328;}
.about-price {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #232328;
    margin-right: 5px;
}
.about-price span{
    font-size: 22px;
}
.about-sale {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #AAAAAA;
    text-decoration: line-through;
}
.submit-application {
    margin-top: 20px;
    background: linear-gradient(180deg, #C9A784 0%, #9D7650 100%);
    border: 1px solid transparent;
}
.submit-application a{
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    background: #fff;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #EAC290;
    padding: 20px 40px;
}
.about-first-tool {
    margin-top: 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #232328;
    padding: 13px 25px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
}
.about-first-tool span{
    color: #EAC290;
}
.about-object {
    /*padding: 60px 0;*/
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #232328;
}
.about-object-content{
    position: relative;
    z-index: 2;
}
.about-object::before{
    content: '';
    display: block;
    width: 100%;
    height: 861px;
    position: absolute;
    top: 1400px;
    left: 0;
    background: #F5F5F5;
}
.about-object-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #232328;
    margin-bottom: 24px;
}
.about-object li{
    list-style: disc;
}
.about-object ul{
    margin-top: 20px;
    padding-left: 16px;
}
.about-object-info {
    margin-top: 40px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 140%;
    color: #232328;
    padding: 10px 30px;
    background: #FFFFFF;
    border-radius: 8px;
    max-width: 727px;
}
.about-object-info__icon {
    margin-right: 20px;
}
.about-map {
    padding: 60px 0;
}
.about-map-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #232328;
    margin-bottom: 40px;
}
.about-map-box {
    height: 430px;
}
.similar-offers {
    padding: 30px 0 70px;
}
.similar-offers .catalog-card{
    width: unset;
}
.similar-offers .catalog-card-img{
    max-width: unset;
    width: unset;
}
.similar-offers-title {
    font-weight: 500;
    font-size: 46px;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #232328;
    margin-bottom: 40px;
}
.similar-offers-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}
.similar-offers-box .catalog-card{
    width: unset;
}
.up {
     width: 40px;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #EAC290;
     border-radius: 50px;
     position: fixed;
     bottom: 20px;
     right: 20px;
     cursor: pointer;
     opacity: 0;
     z-index: 20;
     transition: all 0.2s ease-out 0.2s;
 }
 .show-all-container {
    display: none;
 }
 .show-all {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #EAC290;
 }
 .show-all svg{
    margin-left: 5px;
 }
 .contact{
    padding: 100px 0 70px;
    margin-top: auto;
 }
 .contact-wrap {
    display: flex;
    margin-top: 40px;
 }
.contact-wrap > div{
    width: 46%;
    flex-grow: 1;
}
.contact-left {
    margin-right: 5vw;
}
.contact-left p,
.contact-left a{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #232328;
}
.contact-left p svg,
.contact-left a svg{
    margin-right: 5px;
}
.contact-left p{
    margin-top: 15px;
}
.contact-left-box {
    margin-bottom: 40px;
}
.contact-left-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #232328;
    margin-bottom: 20px;
}
 .contact-right button{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFBEE;
    background: linear-gradient(180deg, #C9A784 0%, #9D7650 100%);
    padding: 19px 25px;
    /*max-width: 398px;*/
    width: 100%;
 }
 .contact-right li{
    margin-bottom: 20px;
 }
 .contact-right input{
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    height: 60px;
    padding: 14px 30px;
    width: initial;
 }
 .contact-right textarea{
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    height: 180px;
    padding: 14px 30px;
    resize: none;
    width: 100%;
 }
 .contact-form-title{
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #232328;
    margin-bottom: 30px;
 }
 .about{
    padding: 100px 0 60px;
 }
 .about .first-about-content{
    margin-right: 40px;
 }
 .about .first-about-gallery{
    margin: 0;
 }
 .about-wrap{
    margin-top: 30px;
    position: relative;
 }
 .prezent {
    padding: 30px 0 70px;
    background: #F5F5F5;
 }
.prezent-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #232328;
    margin-bottom: 40px;
}
.prezent-list {
    display: flex;
}
.prezent-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}
.prezent-card:last-child{
    margin-right: 0;
}
.prezent-card-icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: 80px;
}
.prezent-card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #232328;
}
.services {
    padding: 70px 0 90px;
}
.services-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    color: #232328;
    margin-bottom: 20px;
}
.services ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 50px;
}
.services li{
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    padding-left: 30px;
}
.services li::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EAC290;
    position: absolute;
    top: 8px;
    left: 0;
}
.garantii{
    padding: 100px 0 40px;
}
.garantii-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 40px;
    margin-top: 30px;
}
.garantii-card:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    background: #EAC290;
}
.garantii-card:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    border: 1px solid #D9D9D9;
}
.garantii-card:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    background: #D9D9D9;
}
.garantii-card:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
    background: #414146;
}
.garantii-card:nth-child(5) {
    grid-area: 3 / 1 / 4 / 3;
    background: #EAC290;
}
.garantii-card {
    padding: 40px;
    position: relative;
}
.garantii-card-content {
    width: 71%;
}
.garantii-card-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
}
.garantii-card:nth-child(1) .garantii-card-title {
    color: #FFFFFF;
}
.garantii-card:nth-child(2) .garantii-card-title {
    background: linear-gradient(180deg, #C9A784 0%, #9D7650 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.garantii-card:nth-child(3) .garantii-card-title {
    color: #232328;
}
.garantii-card:nth-child(4) .garantii-card-title {
    color: #EAC290;
}
.garantii-card:nth-child(1) .garantii-card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
}
.garantii-card:nth-child(2) .garantii-card-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #232328;
}
.garantii-card:nth-child(3) .garantii-card-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #232328;
}
.garantii-card:nth-child(4) .garantii-card-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #FFFFFF;
}
.garantii-card-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 39%;
}
.garantii-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.garantii-card:nth-child(4) .garantii-card-text li{
    margin-bottom: 12px;
    padding-left: 12px;
    position: relative;
}
.garantii-card:nth-child(4) .garantii-card-text li span{
    color: #EAC290;
}
.garantii-card:nth-child(4) .garantii-card-text li::before{
    content: '';
    display: block;
    min-width: 4px;
    min-height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
    background: #EAC290;
}
.garantii-card-bigtitle {
    display: flex;
    margin-bottom: 15px;
}
.garantii-card-bigtitle  div{
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #232328;
    display: flex;
    align-items: center;
}
.garantii-card-bigtitle div:first-child{
    margin-right: 50px;
}
.garantii-card-bigtitle span{
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: #FFFFFF;
    margin-left: 5px;
}
.garantii-card:nth-child(5){
    height: max-content;
}
.garantii-card:nth-child(5) .garantii-card-content{
    width: 80%;
}
.garantii-card:nth-child(5) .garantii-card-img{
    width: 30%;
}
.garantii-card:nth-child(5) .garantii-card-text li{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 19px;
    line-height: 130%;
    color: #232328;
    margin-bottom: 11px;
    padding-left: 16px;
    position: relative;
}
.garantii-card:nth-child(5) .garantii-card-text li::before {
    content: '';
    display: block;
    min-width: 6px;
    min-height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    background: linear-gradient(180deg, #C9A784 0%, #9D7650 100%);
}
.garantii-card:nth-child(5) .garantii-card-text li span{
    color: #fff;
}
.garantii-card-text li>div{
    position: relative;
}
.garantii-card-text li>div:first-child{
    padding-right: 28px;
}
.garantii-card-text li > div:first-child::before{
    content: '';
    display: block;
    width: 17px;
    height: 7px;
    position: absolute;
    background: url('../img/garantii-arr.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: 5px;
    top: 9px;
}
.catalog-two .map-left{
    max-width: 440px;
}
.map-list .catalog-card-img {
    max-width: 375px;
}
.catalog.pb-0{
    padding-bottom: 0;
}
.show-more-bg:hover,
.submit-application:hover{
    background: #EAC290;
}
.show-more a:hover,
.submit-application a:hover,
.hidden-menu__btn:hover{
    opacity: 1;
    background: #EAC290;
    color: #fff;
    transition: all 0.3s linear;
}
.new-select:hover{
    opacity: 0.6;
    transition: all 0.3s linear;
}
@media (max-width: 1290px){
    .prezent-card{
        margin-right: 25px;
    }
    .about-first h2{
        font-size: 38px;
    }
    .about-first-right-box{
        padding: 30px 20px;
    }
 }
@media (max-width: 1170px) {
    .catalog-two .map-left {
        max-width: 280px;
    }
    .similar-offers .sliders.swiper {
        width: 46vw;
        max-width: unset;
    }
    .similar-offers  .sliders .swiper-slide{
        max-width: unset;
    }
    .garantii-card-text li>div:first-child::before{
        top: 4px;
    }
    .garantii-card:nth-child(5) .garantii-card-text li::before{
        min-width: 4px;
        min-height: 4px;
        top: 4px;
    }
    .garantii-card:nth-child(5) .garantii-card-text li{
        padding-left: 10px;
    }
    .garantii-card-img{
        width: 53%;
    }
    .garantii-card-content {
            width: 66%;
        }
    .garantii-card-bigtitle div:first-child {
        margin-right: 15px;
    }
    .garantii-card-bigtitle div{
        font-size: 16px;
    }
    .garantii-card-bigtitle span{
        font-size: 20px;
    }
    .garantii-card:nth-child(5) .garantii-card-text li,
    .garantii-card:nth-child(4) .garantii-card-text,
    .garantii-card:nth-child(3) .garantii-card-text,
    .garantii-card:nth-child(2) .garantii-card-text,
    .garantii-card:nth-child(1) .garantii-card-text{
        font-size: 10px;
    }
    .garantii-card-title{
        font-size: 12px;
        margin-bottom: 12px;
    }
    .garantii-card{
        padding: 20px;
    }
    .garantii-box{
        grid-gap: 20px;
    }
    .services li{
        font-size: 16px;
        padding-left: 20px;
    }
    .services li::before{
        width: 8px;
        height: 8px;
        top: 6px;
    }
    .services ul{
        grid-row-gap: 25px;
        grid-column-gap: 40px;
    }
    .services-title,
    .prezent-title{
        font-size: 24px;
        text-align: center;
    }
    .prezent{
        padding-bottom: 0;
    }
    .prezent-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .prezent-card{
        width: 30%;
        margin-bottom: 40px;
    }
    .about {
        padding: 100px 0 30px;
    }
    .about .first-about-content p:first-child{
        margin-bottom: 40px;
    }
    .about .first-about-content p:last-child {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 46%;
    }
    .contact-wrap{
        margin-top: 20px;
    }
    .contact-right button{
        padding: 14px 25px;
    }
    .contact-right li {
        margin-bottom: 15px;
    }
    .contact-right input{
        height: 50px;
    }
    .contact-left p,
    .contact-left a{
        font-size: 14px;
    }
    .contact-left-title{
        font-size: 26px;
    }
    /* .swiper-button-next4{
        right: 23%;
    } */
    .similar-offers{
        padding-bottom: 40px;
    }
    .similar-offers-title{
        font-size: 30px;
        line-height: 140%;
        margin-bottom: 24px;
    }
    .about-map{
        padding: 40px 0 10px;
    }
    .about-map-box{
        margin-left: -20px;
        margin-right: -20px;
    }
    .about-object-info__icon{
        width: 90px;
        min-width: 70px;
    }
    .about-object-info__icon img{
        width: 100%;
    }
    .about-object{
        position: relative;
        padding-bottom: 40px;
    }
    .about-object::before {
        width: calc(100% + 40px);
        height: 100%;
        top: 0px;
        left: -20px;
        background: #F5F5F5;
    }
    .about-first-right__btn{
        display: flex;
    }
    .about-first-right__btn .book a{
        padding: 20px 40px;
    }
    .submit-application a{
        padding: 16px 40px;
    }
    .about-first-right__btn > div{
        width: 46%;
        flex-grow: 1;
    }
    .about-first-right__btn>div:first-child{
        margin-right: 30px;
    }
    .about-first-right-box ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
    .about-first-right__info {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
    }
    .about-first-right-flex{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 40px;
        /* display: flex;
        justify-content: space-between; */
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .about-stiky{
        position: relative;
    }
    .similar-offers-box{
        grid-gap: 20px;
    }
    .about-first-slider{
        margin-bottom: 500px;
    }
    .about-stiky-left{
        max-width: unset;
        width: 100%;
    }
    .about-stiky-right{
        position: absolute;
        top: 825px;
        max-width: unset;
        left: 0px;
        width: 100%;
    }
    .about-first h2 {
        font-size: 30px;
    }
    .first h1{
        font-size: 44px;
        line-height: 140%;
        max-width: 750px;
    }
    .subtitle{
        font-size: 24px;
        line-height: 29px;
    }
    .first-bottom-title,
    .first-date-title{
        font-size: 24px;
    }
    .first-bottom button,
    .first-date-box button{
        font-size: 14px;
    }
    .first-date-box button{
        padding: 20px;
    }
    .first-bottom button {
        padding: 17px 50px;
    }
    h2{
        font-size: 30px;
    }
    .first-date-wrap{
        padding: 30px;
        max-width: 400px;
    }
    .first-bottom{
        margin: 0 -20px;
        width: calc(100% + 40px);
    }
    .catalog-switches li a,
    .select{
        font-size: 16px;
    }
    .catalog-switches li a{
        padding: 17px;
    }
    .new-select{
        padding: 17px 20px 17px 35px;
    }
    .catalog-filter-left {
        width: 166px;
    }
    .catalog-list{
        grid-gap: 20px;
    }
    .catalog-card-geo{
        font-size: 10px;
        padding: 4px 11px;
    }
    .catalog-card-content {
        padding: 14px 16px;
    }
    .catalog-card-title{
        font-size: 15px;
    }
    .catalog-card-info{
        font-size: 11px;
    }
    .catalog-card-flex>div:first-child {
        margin-right: 30px;
    }
    .catalog-card-sale{
        font-size: 9px;
    }
    .catalog-card-sale span{
        font-size: 11px;
    }
    .catalog-card-price{
        font-size: 10px;
    }
    .catalog-card-price span{
        font-size: 23px;
    }
    .book a{
        font-size: 10px;
        padding: 11px 28px;
    }
    .book a svg {
        margin-left: 7px;
    }
    .first-about-content p{
        font-size: 13px;
    }
    .first-about-list{
        position: absolute;
        bottom: 40px;
        padding: 0 20px;
        left: 0;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .first-about{
        padding-top: 40px;
        position: relative;
    }
    .first-about-card__icon {
        margin-right: 10px;
        min-width: 60px;
        width: 60px;
    }
    .first-about-card__text{
        font-size: 18px;
    }
    .first-review {
        padding: 35px 0 20px;
    }
    .swiper-button-prev2,
    .swiper-button-next2{
        width: 24px;
    }
    .first-review-slider .sliders-box{
        margin-right: -20px;
    }
    .swiper-button-next2{
        right: 20px;
    }
    .sliders2 .swiper-slide{
        padding-right: 0;
    }
    .first-process-card__icon{
        width: 68px;
        height: 68px;
        font-size: 30px;
        padding: 13px;
    }
    .first-process-card__title{
        margin: -20px 0px 0px 30px;
        font-size: 15px;
    }
    .first-process-list::after{
        top: 23%;
        border: 2px dashed rgba(234, 194, 144, 0.4);
    }
    .first-bottom-flex{
        grid-gap: 20px;
    }
    .first-process .first-bottom{
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    .first-process {
        padding: 40px 0 50px;
    }
    .first-about-card {
        align-items: center;
    }
    .map-list {
        padding: 50px 20px 40px 20px;
    }
    .map-left {
        max-width: 276px;
    }
    .map-left-close {
        top: 6px;
        right: 20px;
    }
}
@media (max-width: 767px) {
    form.rc-search_form {
        width: 100% !important;
    }
    
    .mySwiper2 .slider-video-play svg,
    .mySwiper2 .slider-video-play {
        width: 40px;
        height: 40px;
    }
    .mySwiper2 .slider-video-play{
        margin: -40px 0px 0px -15px;
    }
    .slider-video-play{
        margin: -12px 0px 0px -8px;
    }
    .slider-video-play,
    .slider-video-play svg{
        width: 16px;
        height: 16px;
    }
    .mySwiper .slider-video-box {
            position: relative;
            width: 55px;
            height: 41px;
        }
    .about-first-slider .mySwiper2{
        height: 300px;
    }
    .similar-offers .sliders.swiper {
        width: unset;
    }
    .up{
        background: linear-gradient(180deg, #C9A784 0%, #9D7650 100%);;
    }
    .garantii-card-content {
        width: 63%;
    }
    .garantii-card:nth-child(5) .garantii-card-text li span{
        display: block;
    }
    .garantii-card-img {
        width: 45%;
    }
    .garantii-card:nth-child(5) .garantii-card-img {
        width: 74%;
        right: -27px;
    }
    .garantii-card:nth-child(5) {
        padding-bottom: 135px;
        overflow: hidden;
    }
    .garantii-card-bigtitle div:first-child {
        margin: 0px 0px 12px 0px;
    }
    .garantii-card-bigtitle div{
        width: max-content;
    }
    .garantii-card-bigtitle{
        flex-direction: column;
    }
    .garantii-card:nth-child(5) .garantii-card-content {
        width: 100%;
    }
    .garantii-box{
        grid-template-columns: 1fr;
    }
    .garantii-card:nth-child(5),
    .garantii-card:nth-child(4),
    .garantii-card:nth-child(3),
    .garantii-card:nth-child(2),
    .garantii-card:nth-child(1){
        grid-area: unset;
    }
    .services {
        padding: 60px 0 60px;
    }
    .services ul{
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .prezent-card {
        width: 78%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .prezent-list{
        flex-direction: column;
        align-items: center;
    }
    .about .first-about-content p:first-child {
        margin-bottom: 23px;
    }
    .about .first-about-content {
        margin-right: 0;
    }
    .about-wrap{
        margin-top: 20px;
        padding-bottom: 165px;
    }
    .contact{
        padding-bottom: 60px;
    }
    .contact-left-title{
        font-size: 24px;
    }
    .about .first-about-content p:last-child,
    .contact-wrap>div{
        width: 100%;
    }
    .contact-wrap {
        flex-direction: column;
    }
    .content-block-fix {
        position: relative;
    }
    .content-block-text {
        height: 150px;
        overflow: hidden;
        position: relative;
        transition: margin 0.3s;
    }
    .content-block-text.content-block-text-open {
        height: auto;
        margin-bottom: 50px;
    }
    /*.content-block-text-shadow:after {
        content: "";
        display: block;
        position: absolute;
        pointer-events: none;
        /* left: -20px; */
     /*   bottom: 0;
        height: 50px;
     */   /* width: calc(100vw + 40px); */
        /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 75%)*/
    /*}*/
    .show-all-container {
        position: absolute;
        left: 0px;
        bottom: -20px;
        display: block;
        z-index: 4;
    }
    .content-block-text-open  .show-all-container{
        bottom: -30px;
    }
    .about-first-slider {
        margin-bottom: 555px;
    }
    .similar-offers .sliders-box{
        padding-top: 30px;
    }
    .sw-btn{
        width: 24px;
        top: 2%;
    }
    .submit-application{
        margin-top: 0;
    }
    .about-first-left__list p{
        font-size: 15px;
    }
    .about-first-left__list{
        grid-template-columns: 1fr 1fr;
    }
    .about-stiky-right{
        top: 490px;
    }
    .mySwiper2 .swiper-pagination {
        bottom: 23%;
    }
    .swiper-button-prev4{
        left: 1%;
    }
    .swiper-button-prev4,
    .swiper-button-next4{
        bottom: 7%;
        width: 20px;
    }
    .swiper-button-next4 {
        right: 1%;
        /* left: 240px; */
    }
    .slider-video-box{
        width: 60px;
        height: 46px;
    }
    .about-first-slider .mySwiper {
        width: 200px;
        /* margin-left: 9%; */
    }
    .about-map-title{
        margin-bottom: 24px;
    }
    .about-object-info__icon {
        margin-right: 0px;
    }
    .about-object-info{
        font-size: 15px;
        line-height: 140%;
        padding: 10px;
    }
    .about-object{
        font-size: 15px;
        line-height: 140%;
    }
    .similar-offers-title,
    .about-map-title,
    .about-object-title{
        font-size: 26px;
        line-height: 130%;
    }
    .about-first-tool{
        padding: 0;
        border: none;
    }
    .about-first-right__btn>div:first-child {
        margin: 0px 0px 0px 0px;
    }
    .about-first-right__btn>div {
        width: 100%;
    }
    .about-first-right__btn{
        flex-direction: column;
        position: fixed;
        left: 0;
        bottom: 10px;
        width: 100%;
        padding: 0 20px;
        z-index: 20;
    }
    .about-first-right-box{
        border: none;
        padding: 0;
        margin: 0;
    }
    .about-first-right-flex{
        grid-gap: 20px;
    }
    .about-first-right__info{
        font-size: 12px;
        line-height: 140%;
    }
    .about-first-right-box ul{
        grid-template-columns: 1fr;
    }
    .about-first h2 {
        font-size: 24px;
    }
    .breadcrumb li::before{
        top: 7px;
    }
    .yoast-breadcrumbs,
    .breadcrumb{
        font-size: 14px;
        flex-wrap: wrap;
    }
    .first h1{
        font-size: 33px;
    }
    .subtitle{
        font-size: 18px;
        line-height: 22px;
    }
    .first-date-wrap{
        padding: 40px 20px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    .first{
        padding-top: 100px;
    }
    .first .first-bottom{
        position: absolute;
        bottom: 0;
        transform: translateY(100%);
        width: calc(100% + 40px);
        padding: 32px 20px;
    }
    .first-bottom-flex{
        grid-template-columns: 1fr;
    }
    .first-bottom-flex input{
        height: 50px;
        padding: 10px 20px;
    }
    .first-bottom button {
        padding: 17px 24px;
    }
    .first-catalog {
        /*padding: 350px 0 0px;*/
    }
    h2{
        font-size: 28px;
    }
    .catalog-switches li a{
        font-size: 0;
        padding: 17px 8px;
    }
    .select{
        font-size: 12px;
    }
    .new-select {
        padding: 17px 20px 17px 30px;
    }
    .new-select::after,
    .new-select::before{
        top: 20px;
    }
    .catalog-list{
        grid-template-columns: 1fr;
        padding-bottom: 40px;
    }
    .catalog-card{
        width: calc(100vw - 40px);
    }
    .map-list .catalog-card-img,
    .catalog-card-img{
        max-width: unset;
        width: unset;
    }
    .first-about-wrap{
        flex-direction: column;
    }
    .first-about-list{
        grid-template-columns: 1fr;
        position: unset;
        margin-top: 20px;
    }
    .first-process-list{
        grid-template-columns: 1fr;
    }
    .catalog-card-title {
        font-size: 20px;
    }
    .catalog-card-info {
        font-size: 14px;
    }
    .catalog-card-sale {
        font-size: 12px;
    }
    .catalog-card-sale span {
        font-size: 16px;
    }
    .catalog-card-price {
        font-size: 15px;
    }
    .catalog-card-price span {
        font-size: 40px;
    }
    .first-about-wrap>div{
        width: 100%;
    }
    .first-about-gallery{
        margin: 0px 0px 40px 0px;
    }
    .first-about{
        padding-bottom: 40px;
    }
    .first-review-slider {
        margin-top: 0px;
    }
    .first-review-card{
        padding: 40px 20px;
    }
    .first-review-name{
        font-size: 24px;
    }
    .first-review-face{
        width: 63px;
        min-width: 63px;
        height: 63px;
        min-height: 63px;
    }
    .first-process-list::after{
        height: 76%;
        width: 2px;
        top: 4%;
        left: 48px;
    }
    .first-process-card__title{
        font-size: 20px;
        margin: -20px 0px 0px 70px;
    }
    .first-process-card__icon {
        width: 100px;
        height: 100px;
        font-size: 50px;
        padding: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .map-left{
        display: none;
    }
     /* 21.09.2023 */
    .content-block-text-shadow:after,
    .about-object::before {
        width: 100%;
        left: 0;
    }
    .about-map-box {
        width: 100%;
        margin: 0;
    }
    .about-stiky-left {
        margin-right: 0;
    }
    .about-first .container {
        padding: 0;
    }
    .about-map-title,
    .about-object-content,
    .about-first h2,
    .about-first .about-first-wrap,
    .about-first .about-stiky-right,
    .about-first .yoast-breadcrumbs,
    .about-first .breadcrumb {
        padding: 0 20px;
    }
    /* 21.09.2023 */
}
/* footer  */
footer {
    padding: 148px 0px 0px 0px;
    background: #232328;
}
footer.norm{
    padding-top: 45px;
}
.footer {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
}
.footer__addr p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 452px;
}
.footer-social {
    display: flex;
    margin-top: 20px;
}
.footer .footer-social li {
    margin-left: 10px;
    margin-bottom: 20px;
}
.copyrait{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.4;
}
.footer__logo {
    margin-bottom: 30px;
    max-width: 190px;
}
.footer__logo img {
    width: 100%;
}
a.footer__btn {
    display: flex;
    justify-content: center;
    position: relative;
}
a.footer__btn span{
    position: relative;
    display: inline-block;
    z-index: 3;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    border: 1px solid #EAC290;
    text-decoration: none;
    padding: 10px 30px;
}
a.footer__btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #EAC290;
    width: 0px;
    height: 46px;
    transition: all 0.3s ease;
}
a.footer__btn:hover{
    opacity: 1;
}
a.footer__btn:hover:before {
    width: 100%;
    background: #EAC290;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer li {
    line-height: 2em;
    margin-bottom: 30px;
    display: flex;
}
.footer li > svg{
    margin-right: 7px;
}
.footer a {
    text-decoration: none;
}
.footer__nav {
    padding-top: 10px;
    flex-grow: 1;
    margin-left: 7vw;
    display: flex;
    justify-content: space-between;
}
.footer__nav>* {
    margin-right: 1.25em;
}
.nav__ul a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.footer__nav>li:nth-child(2) a > svg{
    margin-right: 5px;
}
.nav__ul span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}
.nav__ul--extra p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
}
.footer .footer__contact li{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.footer__contact li svg{
    margin-right: 10px;
    min-width: 16px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
}
@media (max-width: 1170px) {
    a.footer__btn span {
        padding: 10px 20px;
    }
   .footer li{
        line-height: 1em;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 150%;
   }
   .footer__addr,
   .footer__nav > li:nth-child(1){
        width: 25%;
    }
   .footer__nav > li:nth-child(2){
        width: 35%;
    }
   .nav__ul a{
        font-size: 14px;
   }
   .footer__addr {
       margin-right: 0;
       margin-bottom: 0;
   }
   .footer-social li:first-child{
        margin-left: 0;
   }
}
@media (max-width: 767px) {



    footer.norm {
        padding-top: 30px;
    }
    footer {
        position: relative;
    }
    .footer__contact{
        position: absolute;
        bottom: 262px;
        left: 20px;
    }
    .nav__ul--extra,
    .footer__addr,
    .footer__nav>li:nth-child(1){
        width: 100%;
    }
    footer {
        padding: 170px 0px 0px 0px;
    }
    .footer li {
        margin-right: 0;
    }
    .footer__nav {
        order: 3;
        flex-direction: column;
        margin-left: 0;
    }
    .nav__ul--extra {
        text-align: center;
        margin-top: 60px;
    }
    .nav__ul--extra p,
    .nav__ul span {
        text-align: center;
    }
    .footer__addr {
        margin: 0px 0px 0px 0px;
    }
    .footer-social,
    .footer {
        text-align: center;
        justify-content: center;
    }
    .footer-social {
        margin-bottom: 0;
    }
    .footer__nav>li:nth-child(2),
    .footer__nav>li:nth-child(3),
    .footer__nav>li:nth-child(1){
        width: 100%;
    }
    .copyrait{
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
    }
    .footer-bottom{
        flex-direction: column;
        text-align: center;
        padding-bottom: 40px;
    }
}

/* footer  */

.swiper-slide-image.fix {
    height: 300px;
}


review-lab * {
    color: black;
}


#rc-small-bookings-widget-root form {
    width: 100% !important;
}
.cookies__info {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999;
    background: #fff;
    color: #000;
    padding: 20px;
    max-width: 900px;
    margin: 50px 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 10px -2px #b7b7b7;
}

.cookies__info.active {
    display: block;
}

.cookies__info p {
    line-height: 1.5;
}

.cookies__info .ttl {
    font-weight: bold;
    margin-bottom: 10px;
}

.cookies__info button {
    padding: 10px 25px;
    background: #EAC290;
    color: #2f2f2f;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.cookies__info a {
    color: #000;
    text-decoration: underline;
}

.text-page .title {
    color: #000;
    margin-top: 100px;
    font-size: 26px;
    margin-bottom: 30px;
}
.text-page {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    padding-left: 30px;
    max-width: 1000px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
}

.text-page table,
.text-page tr,
.text-page td {
    border: 1px solid #000;
    padding: 10px;
}