

/* Start:/local/assets/css/style.css?1755765250133469*/
@font-face {
    font-family: 'cera_pro';
    src: url('/local/assets/css/../fonts/cerapro-bold-webfont.woff2') format('woff2'),
         url('/local/assets/css/../fonts/cerapro-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'cera_pro';
    src: url('/local/assets/css/../fonts/cerapro-medium-webfont.woff2') format('woff2'),
         url('/local/assets/css/../fonts/cerapro-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'cera_pro';
    src: url('/local/assets/css/../fonts/cerapro-regular-webfont.woff2') format('woff2'),
         url('/local/assets/css/../fonts/cerapro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy';
    src: url('/local/assets/css/../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('/local/assets/css/../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy';
    src: url('/local/assets/css/../fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('/local/assets/css/../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy';
    src: url('/local/assets/css/../fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('/local/assets/css/../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy';
    src: url('/local/assets/css/../fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('/local/assets/css/../fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*=================== Стандартизация стилей ===================*/
*{margin:0;padding:0;}
header, footer, aside, section, article, nav{display: block;}
iframe{
    border: none;
}
label{
    cursor: pointer;
}
button,input,select,textarea{
    color: inherit;
    font: inherit;
    margin: 0;
    border: none;
    box-sizing:border-box;
    font-family: 'gilroy';
}
button::-moz-focus-inner{padding:0;border:0;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="search"]{
    -webkit-appearance: textfield;
}
button, input[type="submit"], input[type="button"], input[type="reset"]{
    cursor:pointer; 
} 
button[disabled],
input[disabled]{
  cursor: default;
}
textarea{
    overflow: auto;
    resize: none;
}
:focus::-webkit-input-placeholder {color: transparent !important}
:focus::-moz-placeholder          {color: transparent !important}
:focus:-moz-placeholder           {color: transparent !important}
:focus:-ms-input-placeholder      {color: transparent !important}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
[hidden]{display: none;}
img{
    border:none;
    max-width: 100%;
}
:focus{outline:none;}
abbr[title]{
  border-bottom: 1px dotted;
}
dfn{
  font-style: italic;
}
ul, ol{list-style:none;}
ol{
    counter-reset:cnt;
}
ol li:before{
    counter-increment:cnt;
    content:counter(cnt)". ";
}
fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}
.cur_rub:after{
    content: "₽";
}
/*=================== Стили для печати ===================*/
@media print{
    *, *:before, *:after{
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited{
        text-decoration: underline;
    }
    a[href]:after{
        content: " (" attr(href) ")";
    }
    abbr[title]:after{
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after{
        content: "";
    }
    pre, blockquote{
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead{
        display: table-header-group;
    }
    tr, img{
        page-break-inside: avoid;
    }
    img{
        max-width: 100% !important;
    }
    p, h2, h3{
        orphans: 3;
        widows: 3;
    }
    h2, h3{
        page-break-after: avoid;
    }
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea{
    max-width:100%;
    border-radius: 3px;
    border: 1px solid #d8dde6;
    color: #707b87;
    padding: 0 14px;
    height: 40px;
    transition: color .2s, border-color .2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus{
    color: #484d50;
    border-color: #889bad;
}
textarea{
    padding-top: 14px;
    height: 100px;
}
input::-webkit-input-placeholder {color: #fff;}
input::-moz-placeholder          {color: #fff; opacity:1;}
input:-moz-placeholder           {color: #fff; opacity:1;}
input:-ms-input-placeholder      {color: #fff;}
textarea::-webkit-input-placeholder {color: #fff;}
textarea::-moz-placeholder          {color: #fff; opacity:1;}
textarea:-moz-placeholder           {color: #fff; opacity:1;}
textarea:-ms-input-placeholder      {color: #fff;}

.hidden{
    display: none !important;
}
hr{
    display: block;
    height: 0;
    border: 0;
}
html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'cera_pro', sans-serif;
    line-height: 1.3;
    color: #fff;
}
body{
    font-size: 1.6rem;
}
a{
    background-color: transparent;
    color: currentColor;
    text-decoration: none;
    transition: color .2s;
}
a:hover{
    text-decoration: underline;
}
a:active,
a:hover{
  outline: 0;
}
h1, h2, h3{
    font-weight: 400;
}
.container,
.container-small{
    margin-left: auto;
    margin-right: auto;
}
.container{
    max-width: 1372px;
    /*max-width: 1800px;*/
}
.container-small{
    max-width: 1100px;
}
.fp-section{
    overflow: hidden;
}
/*====================  jQuery UI Tabs  ====================*/

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    background: none;
}


/*====================  Колонки  ====================*/

[class*="column_"]{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[class*="column_"] > *{
    display: block;
    box-sizing: border-box;
}

/*==========-----  Общее  -----==========*/

.wrapper{
}
.section {
    text-align: center;
}
.section p, 
.section ul {
    text-align: justify;
    padding: 0 20px;
}

summary  {
    cursor: pointer;
    outline: none;
}

.inner-wrap{
    position: relative;
    height: 100%;
}
.section .h2,
.section h2 {

}
.but{
    border: 1px solid transparent;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    padding: 16px 32px;
    border-radius: 50px;
    line-height: 1;
    font-family: 'gilroy';
    font-weight: 500;
    transition: background-color .2s, border-color .2s, color .2s;
} 
.but:hover{
    text-decoration: none;
}
.but_white{
    background-color: #fff;
    color: #050505;
} 
.but_white:hover{
    color: #050505;
    border: 1px solid #FFF73A;
    background-color: #FFF73A;
}
.button-bor{
    background-color: transparent;
    border: 1px solid #ffffff66;
    color: #fff;
}
.minicard__price,
.but_transparent{
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
.but_transparent:hover{
    border-color: #fff;
}

.but.disabled{
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.owl-dots, 
.main-slide__dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 10;
    text-align: center;
}
.main-slide__dots{
    z-index: 2;
}
.owl-dot{
    display: inline-block;
}
.owl-dot span{
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: transform .3s;
}
.owl-dot:hover span,
.owl-dot.active span{
    transform: scale(1.5);
}
.owl-dot.active span{
    border-color:  yellow;
}
#div-scrren-error{
    display: none;
}
.div-scrren-error__inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/*==========-----  Меню  -----==========*/

body,
.menu,
.preloader,
.cal-wrap,
#div-scrren-error{
    background: #141414;
}
.header{
    position: relative;
    z-index: 905;

}
.menu{
    z-index: 904;
}
.cal-wrap{
    z-index: 901;
}
.preloader,
#div-scrren-error{
    z-index: 909;
}
.sticky-footer{
    z-index: 902;
}
.menu,
.preloader,
.cal-wrap,
#div-scrren-error{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.menu,
.cal-wrap{
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}
.menu.active,
.cal-wrap.active{
    overflow: auto;
    opacity: 1;
    visibility: visible;
}
.menu__list,
.cal-wrap{
    box-sizing: border-box;
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: center;
}
.menu__list ul{
    width: 100%;
}
.menu__list li{
    width: 100%;
}
.menu__list li:not(:last-child){
    margin-bottom: 2.4%;
}
.menu__list a{
    
}
.menu__footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px 24px;
    text-align: center;
}

/*==========-----  Прелодер  -----==========*/

.preloader{
    text-align: center;
}
.logo svg{
    fill: #fff;
}
.preloader .logo{
    margin-top: 20%;
}
.preloader .logo svg,
.preloader .logo:after{
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: fade;
}
.preloader .logo svg{
    opacity: 0;
    width: 164px;
    height: 160px;
    animation-delay: .5s;
}

.preloader .logo:after{
    opacity: 0;
    font-size: 32px;
    animation-delay: 1.5s;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 1;
        color: #fff;
        fill: #fff;
    }
    100% {
        opacity: 1;
        color: #FFF73A;
        fill: #FFF73A;
    }
}
/*==========-----  Шапка  -----==========*/



.header{
    margin-bottom: 40px;
    text-align: center;
}
.header_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.menu-but{
    position: absolute;
    margin-top: 16px;
    padding: 16px 24px 16px 26px;
    border-radius: 50px;
    cursor: pointer;
    font-family: 'gilroy';
    transition: border-color .2s;
}
.menu-but:hover,
.menu-but:active{
    border-color: #fff;
}
.menu-but.active .menu-but__ico{
    background-color: transparent;
}
.menu-but.active .menu-but__ico:before,
.menu-but.active .menu-but__ico:after{
    transform-origin: 100% 100%;
    transition: transform .2s;
    height: 2px;
}
.menu-but.active .menu-but__ico:before{
    transform: rotate(-45deg);
    background-color: #fff;
}
.menu-but.active .menu-but__ico:after{
    transform: rotate(45deg);
    left: -1px;

}
.menu-but__ico,
.menu-but span{
    display: inline-block;
    vertical-align: middle;
}
.menu-but__ico{
    position: relative;
    width: 12px; 
    padding-right: 7px;
    margin-right: 10px;
    height: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-clip: content-box;
    line-height: 1;
}
.menu-but__ico,
.menu-but__ico:before,
.menu-but__ico:after{
    background-color: #fff;
    border-radius: 2px;
    height: 1px;
}
.menu-but__ico:before,
.menu-but__ico:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}
.menu-but__ico:before{
    top: 0;
}
.menu-but__ico:after{
    bottom: 0;
}
.menu-but span{
    
}
.logo{
    display: inline-block;
    line-height: 1;
}
.logo:after{
    content: "Отличия в качестве";
    display: block;
    padding-top: 16px;
}
.header__contacts{
    position: absolute;
    right: 0;
}
.soc{
    line-height: 1;
    padding: 4px 8px 4px 0;
    border-right: 1px solid #C4C4C4;
}
.soc,
.header__phone,
.soc a{
    display: inline-block;
    vertical-align: middle;
}
.soc a{
    position: relative;
    top: 2px;
}
.soc svg{
    width: 24px;
    height: 24px;
    stroke: #fff;
    fill: #fff;
}
.soc a:hover svg{
    stroke: yellow;
}
.soc__wa svg{
}
.soc__tg svg{
}
.soc__in svg{
}
.header__phone{
    padding-left: 16px;
}
.header__phone a{
    font-family: 'gilroy';
    font-weight: 500;
}

/*==========-----  Подвал выбор даты  -----==========*/

.sticky-footer{
    position: fixed;
    left: 0;
    right: 0;
    transition: opacity .3s, visibility .3s;
}
.sticky-footer.disabled{
    opacity: 0;
    visibility: hidden;
}
.footer-body{
    display: flex;
    border-radius: 100px;
    background-color: #2B2B30;
}
.footer-dates__in-out{
    height: 100%;
    padding-left: 24px;
    flex: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.footer-dates__in-out.active{
    cursor: default;
}
.footer-dates__in-out span{
}
.footer-dates__in-out > *{
    vertical-align: middle;
}
.footer-dates__ico{
    margin-left: auto;
    position: relative;
    background: #404045;
    border-radius: 50%;
}
.footer-dates__ico svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer-dates__out{

}
.footer-dates__guests{
    display: inline-block;
}
.footer-dates__guests svg,
.footer-dates__guests > span{
    vertical-align: middle;
}
.footer-dates__guests svg{
    margin-right: 16px;
}

.jq-number{
    position: relative;
}
.jq-number__field{
    height: 100%;
}
div.jq-number__field input{
    height: 100%;
    width: 100%;
    background: none;
    text-align: center;
}
.jq-number__spin{
    position: absolute;
    height: 100%;
    top: 0;
    border-radius: 50%;
    background-color: #404045;
    cursor: pointer;
}
.jq-number__spin.minus{
    left: 0;
}
.jq-number__spin.plus{
    right: 0;
}
.jq-number__spin:before{
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: "Times New Roman", serif;
    transform: translate(-50%, -50%);
    line-height: 1;
}
.jq-number__spin.minus:before{
    content: "—";
}
.jq-number__spin.plus:before{
    content: "+";
}

/*==========-----  Первый экран  -----==========*/

.main-question{
    text-align: center;
    font-size: 16px;
}

.main-slider.owl-carousel,
.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item,
.main-slide{
    height: 100%;
}



.main-slider.owl-carousel{
    text-align: center;
}
.main-slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.main-slide:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
}
.main-slide > *{
    position: relative;
    z-index: 1;
}
.main-slide .h1{
    line-height: 1.2;
    width: 100%;
}
.main-slide p{
    font-size: 2rem;
    line-height: 1.6;
}
.main-slide__dots button{
    box-sizing: content-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 8px;
    background: none;
    transition: transform .3s, border-color .3s;
}
.main-slide__dots svg{
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.main-slide__dots button.active{
    transform: scale(1.5);
}
.main-slide__dots button.active .st0{
    stroke-miterlimit: 5;
    -moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg);
    stroke-dasharray: 52;
    stroke-dashoffset: 52;
    animation: dash linear forwards;
}
@keyframes dash {
    from{
        stroke-dashoffset: 52;
    }
    to {
      stroke-dashoffset: 0;
    }
}




/*==========-----    -----==========*/


/*==========-----  Апартаменты  -----==========*/

.cards-carousel{

}
.cards-carousel .owl-stage{
    margin-left: auto;
    margin-right: auto;
}
.minicard{
    border-radius: 16px;
    background-color: #2B2B30;
    text-align: left;
}
.minicard > a{

}
.minicard > a:hover{
    text-decoration: none;
}
.minicard-gallery,
.minicard-gallery2{
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 16px;
}
.minicard-gallery__wrap{
    position: relative;
    overflow: hidden;
    padding-top: 74%;
}
.minicard-gallery__wrap img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit:cover; 
}
.minicard-gallery img,
.minicard-gallery2 img{
    width: 100%;
}
.minicard__info{
    padding: 0 25px 23px;
}

.minicard__name{
    margin-bottom: 10px;
    font-family: 'gilroy';
    font-weight: 700;
    font-size: 2rem;
}
.minicard__desc{
    margin-bottom: 20px;
    font-weight: 500;
    color: #6B6D76;
}
.minicard__price{
    display: block;
    width: 100%;
}
        
.minicard-gallery .owl-dots,
.minicard-gallery2 .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 10;
    text-align: center;
}
.minicard-gallery .owl-dot,
.minicard-gallery2 .owl-dot{
    display: inline-block;
    width: 16%;
    margin: 0 6px;
}
.minicard-gallery .owl-dot span,
.minicard-gallery2 .owl-dot span{
    display: inline-block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    border: none;
    background-color: rgba(255, 255, 255, .3);
    transition: background-color .3s;
}
.minicard-gallery .owl-dot:hover span,
.minicard-gallery .owl-dot.active span,
.minicard-gallery2 .owl-dot:hover span,
.minicard-gallery2 .owl-dot.active span{
    background-color: rgba(255, 255, 255, 1);
    transform: none;
}
.apart_not_found{
    padding-bottom: 40px;
}
.sticked:has(.apart_not_found){
    padding-top: 25vh;
}
@media (max-height: 750px){
    .sticked:has(.apart_not_found){
        padding-top: 24vh;
    }
     
}
@media (max-height: 750px) and (max-width: 500px){
    .sticked:has(.apart_not_found){
        padding-top: 20vh;
    }
     
}
.apart_not_found img{
    margin-bottom: 28px;
    max-width: 40%;
}
.apart_not_found p{
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    font-size: 2rem;
}
.apart_not_found a{

}
@media (max-height: 750px) {
     .apart_not_found p{
        font-size: 1.5rem;
        margin-bottom: 16px;
     }
     .apart_not_found .form__field:not(:last-child){
        margin-bottom: 12px;
     }
     .apart_not_found .form__str{
        margin-bottom: 12px;
     }
     .apart_not_found .available-dates{
        margin-top: 12px;
     }
}
/*==========-----  Расположение домиков  -----==========*/

.section__termap .h2{
    margin-bottom: 28px;
    margin-top: 9%;
}
.termap{
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
.terrmap-wrap{
    position: relative;
    overflow: hidden;
    padding-top: 59.73%;
}
.terrmap-map{  
    position: absolute;
    width: 150%;
    height: 150%;
    left: -25%;
    top: -37%;
}
.termap__object{
    position: relative;
}
.termap__object{
    cursor: pointer;
}
.termap__object.disabled{
    cursor: default;
    pointer-events: none;
}
.termap__object .stroke-color,
.termap__object .fill-color{
    stroke: #9DA1B1;
}

.section__termap .termap__object:hover .stroke-color,
.section__termap .termap__object:hover .fill-color,
.termap__object.selected .stroke-color,
.termap__object.selected .fill-color {
    stroke: yellow;
}
.termap-card{
    position: absolute;
    max-width: 180px;
    padding: 16px;
    background-color: #3A3B40;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    z-index: 999;
}
.termap-card.active{
    opacity: 1;
    visibility: visible;
}
.termap-card__close{
    position: absolute;
    top: 6px;
    right: 22px;
    cursor: pointer;
}
.termap-card__close:before{
    content: "×";
    font-size: 30px;
    color: #fff;
    font-family: "Times New Roman", serif;
}
.termap-card__title{
    margin-bottom: 16px;
    font-weight: 500;
}
.termap-card__pict{
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}
.termap-card__pict img{

}
.termap-card .but{
    display: block;
}

/* .termap__canvas {
    fill: #141414;
} */

.section-tour-card .termap__buttonelement {
    display: none;
}


/*==========-----  Досуг  -----==========*/

.leisure-slider{

}
.leisure-card{
}
.leisure-card__gallery img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}
.leisure-card__gallery a{
    display: inline-block;
}
.leisure-card__desc{
    text-align: left;
    font-family: 'gilroy';
}
.leisure-card__title{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 2.4rem;
}
.leisure-card__text{
    margin-bottom: 20px;
    line-height: 1.8;
}
.leisure-card__price{
    margin-bottom: 24px;
    font-weight: 500;
}
.leisure-card__mobile{
    display: none;
}

/*==========-----  Видео youtube  -----==========*/

.sect-youtube{
    position: relative;
    max-width: 720px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.sect-youtube__frame-wrap{
    width: 100%;
    padding-top: 56%;
}
.sect-youtube__frame-wrap > iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-height: 750px) and (min-width: 1000px) {
    .section:has(.sect-youtube) {
        padding-top: 4vh;
    }
    .sect-youtube__frame-wrap{
        width: 100%;
        padding-top: 51vh;
    }
}

/*==========-----  Контакты  -----==========*/

.contacts__form{
    box-sizing: border-box;
    text-align: left;
}
.contacts__form p {
    padding: 0;
}
.contacts__form form{
    border-bottom: 1px solid rgba(196, 196, 196, .2);
    font-family: 'gilroy';
    font-weight: 500;
}
.form__col2{
}
.form__field input{
    background-color: #2b2b30;
    border-radius: 12px;
    border: none;
    color: #fff;
}
.form__str button{
    width: 100%;
}
.contacts__form small{
    font-size: 1.4rem;
    color: #6B6D76;
}
.contacts__form small a{
    color: #fff;
}
.contacts__form address{
    font-family: 'gilroy';
    font-style: normal;
    font-weight: 500;
}
.map{
    position: relative;
    background-color: #fff;
    overflow: hidden;
    filter: grayscale(100%);
}
.map .ymap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*==========-----  Календарь  -----==========*/

.cal-wrap{
    text-align: center;
}
.cal .h2{
    margin-bottom: 20px;
}
.cal_inner-wrap{
}
.cal__close{
    position: absolute;
    text-align: center;
    border-radius: 50%;
    right: 0;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    cursor: pointer;
}
.cal__close:before{
    content: "×";
    font-size: 24px;
    font-family: "Times New Roman", serif;
    transition: font-size .2s;
}
.cal__close:hover:before{
    font-size: 52px;
}
.cal__deals{
    margin-bottom: 29px;
    padding: 8px 12px;
    line-height: 1.1;
    font-family: 'gilroy';
    font-weight: 500;
    background-color: #FFF73A;
    border-radius: 20px;
    color: #1A1A1E;
}
.cal__deals-short{
    display: none;
}
.cal__deals-main{
    display: inline-block;
}
.air-datepicker{

}
.air-datepicker .-other-month- {
    opacity: 0;
    cursor: default;
}
/*==========-----  Внутренние  -----==========*/

.breadcrumbs{
    text-align: center;
}
.breadcrumbs a,
.breadcrumbs span{
    display: inline-block;
    margin: 0 16px;
    white-space: nowrap;
}
.breadcrumbs a{

}
.breadcrumbs span{
    color: #9DA1B1;
}
.tour-cat{

}

.tour-cat .h2{
    text-align: center;
}
.tour-cat__body{

}
.tour-cat__item{
    background-color: #2B2B30;
    border-radius: 16px;
}
.tour-cat__item .minicard-gallery__wrap{
    padding-top: 72%;
}
.minicard-gallery2{
    margin-bottom: 16px;
}
.tour-cat__name{
    margin-bottom: 24px;
}
.tour-cat__item .but{
    width: 100%;
}
.tour-cat__item{
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.tour_card{

}
.card-gallery{

}
.card-gallery__main{
    position: relative;
    margin-bottom: 20px;
    height: 0;
    padding-top: 53.5%;
    overflow: hidden;
    border-radius: 12px;
}
.card-gallery__main a,
.card-gallery__main img{
    display: block;
}
.card-gallery__main img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    object-fit: cover;
}
.card-gallery__thumbs {
    display: flex;
}
.card-gallery__thumbs li{
    width: 25%;
    border-radius: 12px;
    overflow: hidden;
}
.card-gallery__thumbs li:not(.card-gallery__more){
    margin-right: 20px;
}
.card-gallery__more{
    position: relative;
}
.card-gallery__more:after{
    content: attr(data-number)" фото";
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .6); 
    font-size: 2rem;
}
.card-gallery__thumbs a,
.card-gallery__thumbs img{
    display: block;
}
.card-gallery__thumbs a{
    position: relative;
    padding-bottom: 60%;
}
.card-gallery__thumbs a img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;

}

.tour-card__info .h2{
    margin-bottom: 22px;
    font-size: 4rem;
}
.tour-card__short{
    line-height: 1.7;
}
.tour-card__price{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 2.5rem;
}
.tour-card__price span{
    font-size: 1.6rem;
}
.tour-card__info .but{
    width: 100%;
}
.tour-card__detail{
}
.tour-card__h3{
    font-size: 2rem;
    margin-bottom: 20px;
}
.tour-card__detail ul{
    line-height: 1.7;
}
.tour-card__detail li{
}
.tour-card__detail li:not(:last-child){
}
.tour-card__desc{
    line-height: 1.7;
}
.tour-card__desc p:not(:last-child){
    margin-bottom: 24px;
}
.tour-card__detail ul{
    line-height: 1.7;
}
.tour-card__short,
.tour-card__info .but,
.tour-card__detail{
    margin-bottom: 40px;
}

.tour-card__detail_house{

}
.tour-card__detail_house li{
    position: relative;
    padding-left: 40px;
}
.tour-card__equipment{
    margin-bottom: 22px;
    font-weight: 500;
    color: #9DA1B1;
}
.card-tabs{
    
}
.card-tabs .ui-tabs-nav{
	display: flex;
	margin-bottom: 40px;
    padding: 12px;
    background-color: #2B2B30;
    border-radius: 50px;
}
.card-tabs .ui-tabs-tab{
    border-radius: 30px;
    flex-grow: 1;
    text-align: center;
    background-color: transparent;
    color: #9DA1B1;
    transition: background-color .2s, color .2s;
}
.card-tabs .ui-tabs-active{
    background-color: #404045;
    color: #fff;
}
.card-tabs .ui-tabs-anchor{
    padding: 16px 8px;
    display: block;
    text-align: center;
    font-weight: 500;
}
.tour-card__detail_house li{
	position: relative;
}
.tour-card__detail_house li:not(:last-child){
	margin-bottom: 8px;
}
.tour-card__detail img {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
}


.house-card__price{
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}
.house-card__calc-data{

}
.house-card__calc-res{
	margin-left: auto;
	font-weight: 500;
}
.house-card__calc-res > *{
    vertical-align: middle;
}
.main-deals{
	background: #FFF73A;
	border-radius: 12px;
	padding: 2px 4px;
	color: #1A1A1E;
	font-weight: 500;
}
.house-card__calc-res .main-deals{
	margin-right: 12px;
}
.house-card__calc-res > del{
	margin-right: 12px;
	color: rgba(255, 255, 255, .5);
}
.house-card__calc-res > b{
	font-weight: 500;
	font-size: 2.4rem;
}
.house-card__detail{
	position: relative;
	display: inline-block;
	user-select: none;
}
.house-card__detail-ico{
	display: inline-block;
	margin-left: 12px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #1A1A1E;
	cursor: pointer;
}
.house-card-tooltip{
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 22px;
	width: 290px;
	font-weight: 400;
	padding: 16px;
	background: #36363A;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s, visibility .2s;
}
.house-card__detail.active .house-card-tooltip{
	opacity: 1;
	visibility: visible;
}
.house-card-tooltip li{
	display: flex;
}
.house-card-tooltip li:not(:last-child){
	margin-bottom: 16px;
}
.house-card-tooltip span{
	margin-left: auto;
	font-weight: 500;
}

.card-item {
	box-sizing: border-box;
	position: relative;
	background: #2B2B30;
	border-radius: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 68px 12px 16px;
	text-align: center;
	line-height: 1.5;
}
.card-item img {
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
}



/*==========-----  Оформление  -----==========*/

.services-sect{

}
.services:not(:last-child),
.checkout__detail:not(:last-child){
    margin-bottom: 48px;
}

.services{
    
}
.checkout_hr{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(107, 109, 118, .5);
}
.serv-item{
    background-color: #28282D;
}
.serv-item{
    position: relative;
    align-items: center;
}
.serv-item,
.serv-item__photo,
.cols__aside,
.checkout__detail,
.checkout_pict{
    border-radius: 12px;
    overflow: hidden;
}
.serv-item:not(:last-child){
    margin-bottom: 20px;
}
.serv-item__photo{
    position: absolute;
    left: 0;
    top: 0;
    width: 35.7%;
    height: 100%;
}
.serv-item__photo img{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
}
.serv-item__info{
    position: relative;
    margin-left: 35.7%;
    width: 64.3%;
    box-sizing: border-box;
    min-height: 340px;
    padding: 32px 32px 88px;
}
.serv-item__info .h3{
    padding-right: 84px;
    font-family: 'gilroy';
    font-weight: 500;
}
.serv-item__bot,
.serv-item__price{
    right: 32px;
}
.serv-item__bot{
    bottom: 32px;
    left: 32px;
}
.serv-item__price{
    position: absolute;
    top: 32px;
    padding: 8px 12px;
    border-radius: 16px;
    background: #FFF73A;
    color: #1A1A1E;
    line-height: 1;
    font-weight: 600;
}
.serv-item__info p{
    
}
.serv-item__bot{
    display: flex;
    position: absolute;
    align-items: center;
}
.serv-item__bot .jq-number{
}
.serv-item__total{
    margin-left: auto;
    font-weight: 500;
    font-size: 2.4rem;
}
.serv-item__total span{
    font-size: 1.6rem;
    color: rgba(255, 255, 255, .5);
}
.serv-item__total strong{
    font-weight: 500;
}
.serv-item__sum{

}
.checkout__detail{
    
}
.checkout__group:not(:last-child){
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(107, 109, 118, .5);
}
.aside__title,
.checkout_title{
    margin-bottom: 24px;
}
.checkout_pict,
.checkout_desc{
    display: inline-block;
    vertical-align: middle;
}
.checkout_pict{
    width: 274px;
    margin-right: 28px;
}
.checkout_pict img{
    display: block;
}
.checkout_desc{
    width: calc(100% - 308px);
}
.aside-container{
    
}
.checkout_title{
    margin-bottom: 12px;
    font-family: 'gilroy';
    font-weight: 500;
    font-size: 3.2rem;

}
.checkout_quant{
    margin-bottom: 32px;   
}
.checkout_dates{
    display: flex;
    font-family: 'gilroy';
    font-weight: 500;
}
.checkout_from{
    
}
.checkout_to{
    margin-left: auto;
}
.checkout_dates p{
    
}
.checkout_dates strong{
    margin: 12px 0;
    display: block;
    font-weight: 600;
}
.checkout_dates span{
    
}
.list-wrap{
    
}
.list-title{
    color: rgba(255, 255, 255, .5);
}
.list{
    
}
.list > li{
    width: 100%;
    display: flex;
}
.list-title,
.list > li:not(:last-child){
    margin-bottom: 12px;
}
.list__param{
    
}
.list__value{
    margin-left: auto;
}
.list__value del{
    color: rgba(255, 255, 255, .5);   
}
.text-small{
    font-size: 1.4rem;
    font-family: 'gilroy';
    font-weight: 500;
    line-height: 1.6;
}
.text-small p{
    
}
.checkout{
    
}
.aside__title{
    
}
.form__field{
    
}
.form__field input{
    width: 100%;
    font-weight: 500;
}
.form__field input,
.form__field textarea{
    padding: 12px 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.form__field input:focus,
.form__field textarea:focus{
    color: #fff;
}
.form__field textarea{
    padding-top: 12px;
    padding-bottom: 12px;
}
.aside__agree{
    text-align: center;
    color: #666666;
}
.aside__agree a{
    color: #fff;
}
.cols__aside .but{
    width: 100%;
}




.fancybox-thumbs > ul > li {
    border-color: transparent;
}

.fancybox-show-thumbs .fancybox-container--thumbs .fancybox-caption-wrap, 
.fancybox-show-thumbs .fancybox-container--thumbs .fancybox-controls, 
.fancybox-show-thumbs .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
    bottom: 0;
}
.fancybox-show-thumbs .fancybox-thumbs{
    top: auto;
    left: 0;
    right : 0;
    bottom: 60px;
    width: 100%;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    background: transparent;
}
.fancybox-show-thumbs .fancybox-thumbs__list a{
    width: 140px;
    height: 90px;
    max-height: none;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 10px;
}
.fancybox-show-thumbs .fancybox-thumbs__list a:before{
    border: none;
    background: rgba(0, 0, 0, .5);
}
.fancybox-show-thumbs .fancybox-thumbs{
    background: none;
}
.fancybox-show-thumbs .fancybox-thumbs{
    height: 90px;
    padding: 0;
}

.contact-form {
    display: none;
}
.contact-form .fancybox-button.fancybox-close-small {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 32px;
    right: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 8L8 24' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8L24 24' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.contact-form.modal {
    color: #fff;
    padding: 32px;
    width: 96%;
    max-width: 504px;
    text-align: center;
    background: #2b2b30;
    border-radius: 12px;
}
.contact-form__title {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    margin-bottom: 32px;
    text-align: left;
}
.contact-form__description {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
}
.contact-form__description span {
    font-weight: 500;
}

.contact-form__input {
    display: block;
    width: 100%;
    outline: none;
    border: 1px solid transparent;
    background-color: #3a3b40;
    border-radius: 12px;
    padding: 18px 20px;
    color: #9da1b1;
}
.contact-form__input.error {
    border: 1px solid #FF6565;
}
.contact-form__error-text {
    display: none;
    text-align: left;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FF6565;
    margin: 0;
    margin-top: 12px;
}
.contact-form__error-text.active{
  display: block;
}

.contact-form__btn {
    width: 100%;
    display: block;
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 12px;
    border-radius: 12px;
    height: 56px;
    background-color: rgba(255, 255, 255, 1);
    color: black;
    border: none;
    cursor: pointer;
}
.contact-form__btn.disabled{
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.5);
}

/*==========-----    -----==========*/
/*==========-----    -----==========*/
/*==========-----    -----==========*/


.agreement{
    padding-bottom: 48px;
}
.main__back{
    padding: 24px 0;
    font-size: 16px;
    font-family: 'gilroy';
    font-weight: 700;
}
.main__back a{
    position: relative;
    display: inline-block;
}
.main__back a:before{
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    width: 32px;
    height: 14px;
    margin-right: 15px;
    background: url(/local/assets/css/../images/svg/arrow-back.svg) no-repeat 50% 50%/auto 14px;
}
.agreement__group{

}

/*==================== Партнерская программа ====================*/

.banner {
    margin-bottom: 56px;
}
.banner .h2:first-child {
    margin-bottom: 24px;
}
.banner .caption {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 56px;
}
.partners-slider .owl-dots {
    bottom: 121px;
}
.partners-slider__slide {
    height: 464px;
    border-radius: 14px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position-y: center!important;
    padding: 40px 0px;
    text-align: center;
}
.partners-slider__slide .slide__question {
    font-family: 'cera_pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 18.94px;
    margin-bottom: 138px;
}
.partners-slider__slide .slide__title {
    margin-bottom: 25px;
    font-family: 'cera_pro';
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
}
.partners-slider__slide .slide__text {
    font-family: 'cera_pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    padding: 0px 80px;
}
.partners-slider__slide a {
    width: 115px;
    height: 22px;
    padding: 16px 22px 16px 24px;
    gap: 16px;
    border-radius: 100px;
    background: #FFF;
    color: #000;
    display: block;
    margin: 0 auto;
    margin-top: 93px;
}
.partners-container .main-slide {
	height: 524px;
}
.partners-container .main-slide div.h1 {
	font-size: 32px;
}
.partners-container .main-slide__dots {
	margin-top: -80px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.section[data-anchor="services"] {
	margin-bottom: 36px;	
}

.partners-container {
    max-width: 1032px;
    padding: 0px 16px;
}
.partners-container .h2 {
    text-align: center;
}
.partners-container .section-title {
    font-size: 32px;
    text-align: center;
}
.partners-container .caption {
    color: #9DA1B1;
    font-size: 16px;
}

.levels {
    margin-bottom: 64px;
}
.partners-container .levels-items {
    display: flex;
    gap: 24px;
}
.partners-container .levels-items__item {
    padding: 24px;
    background-color: #2B2B30;
    border-radius: 14px;
    width: 33.3%;
}
.partners-container .levels-items__item h3 {
    margin-bottom: 16px;
}
.partners-container .levels-items__item-image {
    display: flex;
}
.partners-container .levels-items__item-image img {
    margin: 0 auto;
}
.partners-container .levels-items__item-footer {
    display: flex;
    flex-direction: column;
}
.partners-container .levels-items__item-footer .percent {
    font-size: 44px;
    font-weight: 500;
}

.possibilities {
    margin-bottom: 64px;
    border-radius: 14px;
    background-color: #2B2B30;
    padding: 40px 40px 102px 40px;
}
.possibilities-items {
    display: flex;
    gap: 25px;
}
.possibilities-items__item {
    width: 50%;
}
.possibilities-items__item p {
    color: #9DA1B1;
    font-size: 16px;
}
.possibilities-items__item:last-child p:not(:last-child) {
    padding-bottom: 11px;
}

.become {
    margin-bottom: 32px;
}
.become-form {
    border-radius: 14px;
    background-color: #2B2B30;
    padding: 40px;
    display: flex;
    justify-content: center;
}
.become-form form {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    gap: 24px;
}
.become-form__title {
    text-align: center;
    margin-bottom: 16px;
}
.become-form .columns-2 {
    gap: 20px;
    display: flex;
}
.become-form .columns-2 input {
    width: 50%;
}
.become-form form input[type="text"],
.become-form form input[type="tel"],
.become-form form textarea {
    background-color: #3A3B40;
    font-family: 'cera_pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    border-radius: 10px;
    border: none;
    color: #FFF;
    padding: 12px 20px;
}
.become-form form textarea {
    height: 80px;
}
.become-form form input[type="submit"] {
    background-color: #FFF;
    color: #000;
    font-family: 'cera_pro';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 56px;
    padding: 16px 24px 16px 24px;
    border-radius: 200px;
}
.become-form form p {
    font-family: 'cera_pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    padding: 0px 24px;
    color: #6B6D76;
}

/*====================  Табы с доступными датами  ====================*/

.available-dates {
	margin: 0 auto;
    margin-top: 24px;
    max-width: fit-content;
    display: flex;
    background-color: #2B2B30;
    padding: 12px 12px 12px 24px;
    border-radius: 200px;
    gap: 12px;
    font-family: 'cera_pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.available-dates__text {
	font-family: 'cera_pro';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.available-dates__items {
	display: flex;
	gap: 12px;
}
.available-dates__date {
	background-color: #404045;
    padding: 2px 12px;
    border-radius: 62px;
    font-family: 'cera_pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.available-dates__date:hover {
	cursor: pointer;
}
.available-dates__date a {
	text-decoration: none;
}

/*====================  Настольные и планшетные  ====================*/

@media screen and (min-width: 855px){

    .onlyMob{
        display: none !important;
    }

    .menu-but{
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer-dates__other{
        margin-left: auto;
        border-left: 1px solid rgba(217, 217, 217, 0.1);
    }

    .menu__list,
    .cal-wrap{
        padding-top: 108px;
        padding-bottom: 84px;
    }


    /*==========-----  Досуг  -----========== */

    .leisure-card .container-small{
        display: flex;
    }
    .leisure-card__gallery{
        width: 52%;
    }
    .leisure-slider .owl-dots{
        left: 50%;
        margin-left: calc(2% / 2);
        right: auto;
        bottom: 14px;
    }
    .leisure-card__desc{
        width: 48%;
        padding-top: 16px;
    }
    .owl-custom-pagin{
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        display: flex;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding: 12px;
        background-color: #2B2B30;
        border-radius: 50px;
    }
    .owl-custom-pagin span{
        flex: 1;
        max-width: 300px;
        padding: 16px 4px;
        line-height: 1;
        border-radius: 30px;
        cursor: pointer; 
        white-space: nowrap;
        color: #9DA1B1;
        transition: color .2s;
    }
    .owl-custom-pagin span:not(:last-child){
        margin-right: 12px;
    }
    .owl-custom-pagin span.active{
        background-color: #404045;
        color: #fff;
    }
    .owl-custom-pagin span:hover,
    .owl-custom-pagin span:active{
        color: #fff;
    }

    /*==========-----  Контакты  -----==========*/

    .contacts{
        display: flex;
        align-items: flex-start;
    }
    .contacts__form{
        width: 50%;
        padding-right: 24px;
    }
    .contacts__form .h2{
        margin-bottom: 20px;
    }
    .contacts__form p{
        margin-bottom: 40px;
    }
    .contacts__form form{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .form__col2 > *{
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 12px);
    }
    .form__col2 > *:last-child{
        margin-left: 24px;
    }
    .form__str{
        margin-bottom: 24px;
    }
    .form__col2 > *:first-child{
        margin-right: -4px;
    }
    .map-col{
        width: 50%;
    }
    .map-wrap{
        width: 100%;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 36px;
    }
    .map{
        border-radius: 50%;
        width: 100%;
        padding-top: 100%;
    }

    /* Меню */

    .menu__footer a{
        display: inline-block;
    }
    .menu__footer a:not(:last-child){
        margin-right: 2.4%;
    }

    /* Other */

    .tour-card__body{
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 48px;
    }
    .tour-card__gallery-col,
    .tour-card__info{
        box-sizing: border-box;
        width: 50%;
    }
    .tour-card__gallery-col{
        padding-right: 5.5%;
    }

}

/*====================  Настольные  ====================*/

@media screen and (min-width: 1201px){

    html{
        font-size: 10px;
    }
    .container,
    .container-small{
        padding:0px 34px;
    }
    h1,
    .h1{
        font-size: 4.8rem;
        margin: 0 0 52px;
    }
    h2,
    .h2{
        font-size: 4.4rem;
        margin: 0 0 42px;
    }
    h3,
    .h3{
        font-size: 2.4rem;
        margin: 0 0 32px;
    }

    /*====================  Колонки  ====================*/

    .column_4{
        margin-bottom: -40px;
    }
    .column_4 > *{
        width: 24.1%;
        margin-left: 1.1%;
        margin-bottom: 40px;
    }
    .column_4 > *:nth-child(4n+1){
        margin-left: 0;
    }
    .column_3{
        margin-bottom: -40px;
    }
    .column_3 > *{
        width: 31%;
        margin-left: 3.5%;
        margin-bottom: 40px;
    }
    .column_3 > *:nth-child(3n+1){
        margin-left: 0;
    }
    .column_2{
        margin-bottom: -40px;
    }
    .column_2 > *{
        width: 47.75%;
        margin-left: 4.5%;
        margin-bottom: 40px;
    }
    .column_2 > *:nth-child(2n+1){
        margin-left: 0;
    }

    /*==========-----  Шапка  -----==========*/

    .header {
        padding: 16px 0;
    }
    .logo svg{
        width: 86px;
        height: 84px;
    }
    .header__contacts{
        top: 28px;
    }


    /*==========-----  Общее  -----==========*/


    .owl-dot{
        margin: 0 10px;
    }
    .owl-dot span {
        width: 12px;
        height: 12px;
    }




    /*==========-----  Меню  -----==========*/

    .menu__list{
        font-size: 3.2rem;
    }

    /*==========-----  Подвал  -----==========*/

    .sticky-footer{
        bottom: 30px;
    }
    .footer-body{
        padding: 12px;
    }
    .footer-dates__in-out{
        padding-left: 24px;
    }
    svg.footer-dates__sepr{
        margin: 0 34px;
    }
    .footer-dates__ico{
        margin-right: 40px;
        width: 56px;
        height: 56px;
    }
    .footer-dates__arrows{
        margin-right: 20px;
    }
    .footer-dates__in-out svg,
    .footer-dates__guests svg{
        width: 24px;
        height: 24px;
    }
    .footer-dates__other{
        padding-left: 40px;
    }
    .footer-dates__guests{
        margin-right: 76px;
    }
    .footer-dates__guests > span{
        margin-right: 40px; 
    }
    .jq-number{
        height: 56px;
        padding-left: 56px;
        padding-right: 56px;
    }
    .jq-number__field{
        width: 64px;
    }
    .jq-number__spin{
        width: 56px;
    }
    .jq-number__spin.minus:before{
        font-size: 14px;
    }
    .jq-number__spin.plus:before{
        font-size: 28px;
    }


    /*==========-----  Первый экран  -----==========*/

    .main-question{
        margin-bottom: 32px;
    }
    .main-slide .h1{
        font-size: 88px;
    }
    .main-slider .owl-dots,
    .main-slide__dots{
        bottom: 19%;
    }

    /*==========-----  Календарь  -----==========*/

    .cal__close{
        width: 56px;
        height: 56px;
        line-height: 56px;
        margin-right: 7.3%;
    }

    /*==========-----  other  -----==========*/

    .inner-sect:not(:last-child){
        margin-bottom: 40px;
    }
    .cols-2-1{
        display: flex;
        align-items: flex-start;
    }
    .cols-2-1__main{
        width: 67%;
        margin-right: 3%;
    }
    .cols__aside{
        box-sizing: border-box;
        width: 30%;  
    }
    .checkout-total-mobile{
        display: none !important;
    }
    .form__field:not(:last-child),
    .checkout:not(:last-child),
    .text-small p:not(:last-child),
    .list-wrap:not(:last-child),
    .form__str:not(:last-child),
    .aside-body{
        margin-bottom: 24px;
    }
    .form__col2{
        margin-bottom: -24px;
    }
    .checkout__detail,
    .cols__aside{
        background-color: #28282D;
    }
    .cols__aside,
    .checkout__detail{
        padding: 32px;
    }

    .agreement .h2{
        font-size: 4rem;
    }
    .agreement__body{
        line-height: 1.5;
    }
    .agreement__group:not(:last-child){
        margin-bottom: 60px;
    }
    .agreement__group p:not(:last-child){
        margin-bottom: 24px;
    }

}
@media screen and (min-width: 1201px) and (max-height: 750px){
    .container,
    .container-small{
        padding:0px 5vw;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1300px){
    .checkout{
        font-size: 14px;
    }
}
@media (max-height: 600px){
    .minicard-gallery div.owl-item{
        max-height: 120px;
    }
}
@media screen and (min-width: 1201px) and (max-height: 800px){
    /* .logo::after {
        display: none;
    } */
    h1, .h1{
        margin-bottom: 40px;
    }
    h2, .h2{
        margin-bottom: 32px;
        font-size: 4rem;
    }
    .main-slide .h1{
        font-size: 58px;
    }


    /* Нижняя панель */
    .sticky-footer,
    .owl-custom-pagin{
        bottom: 20px;
    }
    .footer-body{
        padding: 10px;
    }
    .footer-dates__ico{
        width: 48px;
        height: 48px;
    }
    .jq-number__spin{
        width: 48px;
    }
    .jq-number{
        height: 48px;
        padding-left: 48px;
        padding-right: 48px;
    }
    /* END Нижняя панель */



    /* Аппартаменты */
    .minicard-gallery,
    .minicard-gallery2{
        margin-bottom: 12px;
    }
    .minicard__name{
        margin-bottom: 7px;
        font-size: 1.8rem;
    }
    .minicard__desc{
        margin-bottom: 14px;
    }
    .minicard__price.but{
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .minicard-gallery2 div.owl-item{
        height: 132px;
    }
    /* END Аппартаменты */


    /* Карта территории */
    .section__termap .h2{
        margin-bottom: 14px;
        margin-top: 12%;
    }
    .termap{
        max-width: 780px;
    }
    /* END Карта территории */


    /* Досуг */
    .section.leisure .h2{
    }
    .leisure-card__gallery img{
        width: 240px;
    }
    .leisure-card__desc{
        padding-top: 0;
    }

    .leisure-card__title{
        font-size: 2.2rem;
        margin-bottom: 12px;
    }
    .leisure-card__text{
        margin-bottom: 14px;
        line-height: 1.3;
    }
    .owl-custom-pagin{
        padding: 8px;
    }
    .owl-custom-pagin span{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .leisure-slider .owl-dots{
        bottom: 0;
    }
    /* END Досуг */



    /* Контакты */
    .contacts__form .h2{
        margin-bottom: 12px;
        font-size: 3rem;
    }
    .contacts__form p{
        margin-bottom: 28px;
        font-size: 14px;
    }
    .contacts__form small{
        font-size: 12px;
        line-height: 1;
    }
    .contacts__form form{
        padding-bottom: 28px;
        margin-bottom: 28px;
    }
    .contacts__form address{
        font-size: 14px;
    }
    .map-wrap{
        max-width: 390px;
    }
    /* END Контакты */


}
@media screen and (min-width: 1201px) and (max-height: 800px){
    h2, .h2{
        margin-bottom: 24px;
        font-size: 3.4rem;
    }
}
@media screen and (min-width: 1201px) and (max-height: 600px){

    .logo svg{
        width: 58px;
        height: 60px;
    }
    .main-question{
        margin-bottom: 4px;
    }
    .main-slide .h1{
        font-size: 46px;
    }
    h1, .h1{
        margin-bottom: 32px;
    }
    .main-slide p{
        font-size: 1.4rem;
    }
    .sticky-footer,
    .owl-custom-pagin{
        bottom: 16px;
    }
    .footer-body,
    .owl-custom-pagin{
        padding: 6px;
    }
    .footer-dates__ico{
        width: 42px;
        height: 42px;
    }
    .jq-number__spin{
        width: 42px;
    }
    .jq-number{
        height: 42px;
        padding-left: 42px;
        padding-right: 42px;
    }
    .but{
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .main-slide .h1{
        font-size: 58px;
    }



    .minicard-gallery,
    .minicard-gallery2{
        margin-bottom: 8px;
    }
    .minicard__name{
        margin-bottom: 5px;
        font-size: 1.6rem;
    }
    .minicard__desc{
        margin-bottom: 12px;
        font-size: 12px;
    }

    .minicard-gallery2 div.owl-item{
        height: 100px;
    }



    /* Карта территории */
    .termap{
        max-width: 720px;
    }
    /* END Карта территории */

    /* Досуг */
    .leisure-slider .owl-dots{
        display: none;
    }
    .leisure-card__gallery img{
        width: 216px;
    }
    .owl-custom-pagin span{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .leisure-card__title{
        font-size: 18px;
    }
    .leisure-card__text{
        font-size: 13px;
    }
    /* END Досуг */


    /* Контакты */
    .contacts__form form{
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
    .map-wrap{
        max-width: 340px;
    }
    .form__col2 > *{
        width: calc(50% - 8px);
    }
    .form__col2 > *:last-child{
        margin-left: 16px;
    }
    .form__str{
        margin-bottom: 16px;
    }
    /* END Контакты */

}

@media screen and (min-width: 1201px) and (max-height: 500px){


    h2, .h2{
        margin-bottom: 16px;
        font-size: 3rem;
    }


    /* Аппартаменты */
    .minicard-gallery,
    .minicard-gallery2{
        margin-bottom: 4px;
    }
    .minicard__name{
        margin-bottom: 2px;
        font-size: 1.3rem;
    }
    .minicard__desc{
        margin-bottom: 6px;
    }
    .minicard__price.but{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .minicard-gallery2 div.owl-item{
        height: 80px;
    }

    /* END Аппартаменты */


    
    /* Карта территории */
    .section__termap .h2{
        margin-bottom: 6px;
    }
    .termap{
        max-width: 520px;
    }
    /* END Карта территории */

    /* Досуг */
    .leisure-card__gallery{
        width: 43%;
    }
    .leisure-card__gallery img{
        width: 146px;
    }
    .leisure-card__desc{
        width: 67%;
    }
    /* END Досуг */


    /* Контакты */
    .contacts__form{
        width: 70%;
    }
    .contacts__form .h2{
        margin-bottom: 8px;
        font-size: 2.6rem;
    }
    .contacts__form p{
        margin-bottom: 14px;
        font-size: 13px;
    }

    .contacts__form form{
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
    .contacts__form address{
        font-size: 13px;
    }
    .map-wrap{
        max-width: 240px;
    }
    .form__col2 > *{
        width: calc(50% - 4px);
    }
    .form__col2 > *:last-child{
        margin-left: 8px;
    }
    .form__str{
        margin-bottom: 8px;
    }
    .contacts__form .but{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .contacts__form small{
        display: block;
        line-height: 1.1;
    }
    /* END Контакты */
}

@media screen and (min-width: 1201px) and (max-height: 400px){
    #div-scrren-error{
        display: block !important;
    }
}



/*====================  Планшетные и мобильные  ====================*/

@media screen and (max-width: 1200px){

    .footer-dates__arrows{
        display: none;
    }

    .checkout_mobile-fixed{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #3A3B40;
        border-radius: 12px 12px 0 0;
    }
    .checkout.checkout_mobile-fixed,
    .aside-body{
        margin-bottom: 0 !important;
    }
    .checkout.checkout_mobile-fixed .aside-body{
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s linear;
    }
    .checkout.checkout_mobile-fixed.active .aside-body{
        max-height: 290px;
    }
    #checkout-total-desktop{
        display: none !important;
    }
    #checkout-total-mobile:before{
        content: "";
        position: absolute;
        z-index: 1;
    }
    #checkout-total-mobile{
        position: relative;
        cursor: pointer;
    }
    #checkout-total-mobile .list__param{

    }
    #checkout-total-mobile .list__param:after{
        content: "";
        display: inline-block;
        vertical-align: -4px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        margin-left: 7px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.29181 8.99984C1.29181 13.2565 4.74264 16.7082 9.00014 16.7082C13.2568 16.7082 16.7085 13.2565 16.7085 8.99984C16.7085 4.74317 13.2568 1.2915 9.00014 1.2915C4.74264 1.2915 1.29181 4.74317 1.29181 8.99984Z' stroke='%239DA1B1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.10748 7.79785L8.99998 10.7029L11.8925 7.79785' stroke='%239DA1B1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-size: 100%;
        transition: transform .4s linear;
    }
    .checkout.checkout_mobile-fixed.active .list__param:after{
        transform: rotate(-180deg);
    }
    .cols__aside_fixed-mobile{
        padding: 0 !important;
    }
    .cols__aside_fixed-mobile .text-small{
        display: none !important;
    }
    .services{
        padding-bottom: 140px;
    }
    .checkout__detail{
        margin-bottom: 32px;
    }
    .aside__title{
        font-weight: 600;
    }

    .cards-carousel.owl-carousel{
        width: 96%;
    }
    .cards-carousel.owl-carousel .owl-stage-outer{
        overflow: visible;
    }
}

/*====================  Планшетные  ====================*/

@media screen and (min-width: 855px) and (max-width: 1200px){

    html{
        font-size: 9px;
    }
    .container,
    .container-small{
        padding-left: 28px;
        padding-right: 28px;
    }
    .checkout_mobile-fixed{
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 28px;
        padding-right: 28px;
    }
    #checkout-total-mobile:before{
        left: -28px;
        right: -28px;
        top: -28px;
        bottom: -28px;
    }


    h1,
    .h1{
        font-size: 38px;
        margin: 0 0 32px;
    }
    h2,
    .h2{
        font-size: 32px;
        margin: 0 0 32px;
    }
    h3,
    .h3{
        font-size: 20px;
        margin: 0 0 20px;
    }

    /*====================  Колонки  ====================*/
    
    .column_4{
        margin-bottom: -30px;
    }
    .column_4.center{
        justify-content: center;
    }
    .column_4 > *{
        width: 32.4%;
        margin-left: 1.3%;
        margin-bottom: 30px;
    }
    .column_4 > *:nth-child(3n+1){
        margin-left: 0;
    }
    .column_3{
        margin-bottom: -30px;
    }
    .column_3 > *{
        width: 31%;
        margin-left: 3.5%;
        margin-bottom: 30px;
    }
    .column_3 > *:nth-child(3n+1){
        margin-left: 0;
    }
    .column_2{
        margin-bottom: -30px;
    }
    .column_2 > *{
        width: 49.4%;
        margin-left: 1.2%;
        margin-bottom: 30px;
    }
    .column_2 > *:nth-child(2n+1){
        margin-left: 0;
    }

    /*==========-----  Общее  -----==========*/


    .owl-dot{
        margin: 0 8px;
    }
    .owl-dot span {
        width: 10px;
        height: 10px;
    }



    /*==========-----  Меню  -----==========*/

    .menu__list{
        font-size: 2.8rem;
    }


    /*==========-----  Шапка  -----==========*/
    
    .header{
        padding: 12px 0;
    }
    .logo svg{
        width: 52px;
        height: 53px;
    }
    .logo:after{
        font-size: 12px;
    }
    .header__contacts{
        top: 22px;
    }


    /*==========-----  Подвал  -----==========*/

    .sticky-footer{
        bottom: 22px;
    }
    .footer-body{
        padding: 10px;
    }
    .footer-dates__in-out{
        padding-left: 18px;
    }
    svg.footer-dates__sepr{
        margin: 0 24px;
    }
    .footer-dates__ico{
        margin-right: 20px;
        width: 48px;
        height: 48px;
    }
    .footer-dates__in-out svg,
    .footer-dates__guests svg{
        width: 22px;
        height: 22px;
    }
    .footer-dates__other{
        padding-left: 30px;
    }
    .footer-dates__guests{
        margin-right: 52px;
    }
    .footer-dates__guests > span{
        margin-right: 30px; 
    }
    .jq-number{
        height: 48px;
        padding-left: 48px;
        padding-right: 48px;
    }
    .jq-number__field{
        width: 56px;
    }
    .jq-number__spin{
        width: 48px;
    }
    .jq-number__spin.minus:before{
        font-size: 13px;
    }
    .jq-number__spin.plus:before{
        font-size: 26px;
    }

    /*==========-----  Первый экран  -----==========*/

    .main-question{
        margin-bottom: 26px;
    }
    .main-slide .h1{
        font-size: 46px;
    }
    .main-slider .owl-dots,
    .main-slide__dots{
        bottom: 19%;
    }

    /*==========-----  Календарь  -----==========*/

    .cal__close{
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 7%;
    }

    /*==========-----  other  -----==========*/
    
    .header,
    .inner-sect:not(:last-child){
        margin-bottom: 32px;
    }
	.card-tabs .ui-tabs-anchor{
		padding: 12px;
		font-size: 14px;
	}
    .form__field:not(:last-child),
    .checkout:not(:last-child),
    .text-small p:not(:last-child),
    .list-wrap:not(:last-child),
    .form__str:not(:last-child),
    .aside-body{
        margin-bottom: 18px;
    }
    .form__col2{
        margin-bottom: -18px;
    }
    
    .agreement .h2{
        font-size: 3.6rem;
    }
    .agreement__body{
        line-height: 1.4;
    }
    .agreement__group:not(:last-child){
        margin-bottom: 48px;
    }
    .agreement__group p:not(:last-child){
        margin-bottom: 18px;
    }
}
@media screen and (min-width: 855px) and (max-width: 1000px){
	.card-tabs .ui-tabs-nav{
		padding: 8px;
	}
	.card-tabs .ui-tabs-anchor{
		padding: 8px;
		font-size: 13px;
	}
}


@media screen and (min-width: 855px) and (max-width: 1200px) and (max-height: 700px){

    /* Аппартаменты */
    .minicard-gallery,
    .minicard-gallery2{
        margin-bottom: 12px;
    }
    .minicard__name{
        margin-bottom: 7px;
        font-size: 1.8rem;
    }
    .minicard__desc{
        margin-bottom: 14px;
    }
    .minicard__price.but{
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .minicard-gallery2 div.owl-item{
        height: 132px;
    }
    /* END Аппартаменты */
    

    /* Карта территории */
    .section__termap .h2{
        margin-bottom: 14px;
        margin-top: 12%;
    }
    .termap{
        max-width: 780px;
    }
    /* END Карта территории */


    /* Досуг */
    .section.leisure .h2{
    }
    .leisure-card__gallery img{
        width: 240px;
    }
    .leisure-card__desc{
        padding-top: 0;
    }

    .leisure-card__title{
        font-size: 2.2rem;
        margin-bottom: 12px;
    }
    .leisure-card__text{
        margin-bottom: 14px;
        line-height: 1.3;
    }
    .owl-custom-pagin{
        padding: 8px;
    }
    .owl-custom-pagin span{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .leisure-slider .owl-dots{
        bottom: 0;
    }
    /* END Досуг */


    /* Контакты */
    .contacts__form .h2{
        margin-bottom: 12px;
        font-size: 3rem;
    }
    .contacts__form p{
        margin-bottom: 28px;
        font-size: 14px;
    }
    .contacts__form small{
        font-size: 12px;
        line-height: 1;
    }
    .contacts__form form{
        padding-bottom: 28px;
        margin-bottom: 28px;
    }
    .contacts__form address{
        font-size: 14px;
    }
    .map-wrap{
        max-width: 390px;
    }
    /* END Контакты */

    
}
@media screen and (min-width: 855px) and (max-width: 1200px) and (max-height: 600px){

    /*шапка*/
    .logo svg{
        width: 58px;
        height: 60px;
    }
    .main-question{
        margin-bottom: 4px;
    }
    .main-slide .h1{
        font-size: 46px;
    }
    h1, .h1{
        margin-bottom: 32px;
    }
    .header{
        padding: 6px 0;
    }
    .menu-but{
        margin-top: 9px;
        padding: 10px 24px 10px 26px;
    }
    /* .logo:after {
        display: none;
    } */
    .header__contacts{
        top: 13px;
    }
    /*END шапка*/
    .main-slide p{
        font-size: 1.4rem;
    }
    .sticky-footer,
    .owl-custom-pagin{
        bottom: 16px;
    }
    .footer-body,
    .owl-custom-pagin{
        padding: 6px;
    }
    .footer-dates__ico{
        width: 42px;
        height: 42px;
    }
    .jq-number__spin{
        width: 42px;
    }
    .jq-number{
        height: 42px;
        padding-left: 42px;
        padding-right: 42px;
    }
    .but{
        padding-top: 13px;
        padding-bottom: 13px;
    }


    h2, .h2{
        margin-bottom: 24px;
        font-size: 3.4rem;
    }
    .main-slide .h1{
        font-size: 48px;
    }

    
    /*Аппартаменты*/
    .minicard-gallery,
    .minicard-gallery2{
        margin-bottom: 8px;
    }
    .minicard__name{
        margin-bottom: 5px;
        font-size: 1.6rem;
    }
    .minicard__desc{
        margin-bottom: 12px;
        font-size: 12px;
    }

    .minicard-gallery2 div.owl-item{
        height: 100px;
    }
    /*END Аппартаменты*/


    /* Карта территории */
    .section__termap .h2{
        margin-bottom: 8px;
        margin-top: 8%;
    }
    .termap{
        max-width: 640px;
    }
    /* END Карта территории */

    /* Досуг */
    .leisure-slider .owl-dots{
        display: none;
    }
    .leisure-card__gallery img{
        width: 216px;
    }
    .owl-custom-pagin span{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .leisure-card__title{
        font-size: 18px;
    }
    .leisure-card__text{
        font-size: 13px;
    }
    /* END Досуг */


    /* Контакты */
    .contacts__form form{
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
    .map-wrap{
        max-width: 340px;
    }
    .form__col2 > *{
        width: calc(50% - 8px);
    }
    .form__col2 > *:last-child{
        margin-left: 16px;
    }
    .form__str{
        margin-bottom: 16px;
    }
    /* END Контакты */
    
    
}
@media screen and (min-width: 855px) and (max-width: 1200px) and (max-height: 500px){

    .main-slide .h1{
        line-height: 1.1;
        font-size: 42px;
    }


    /*Аппартаменты*/
    .minicard__info{
        padding: 0px 12px 12px;
    }
    .minicard__name{
        margin-bottom: 2px;
        font-size: 1.3rem;
    }
    .minicard__desc{
        margin-bottom: 6px;
    }
    .minicard__price.but{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .minicard-gallery2 div.owl-item{
        height: 80px;
    }
    /*END Аппартаменты*/

    /* Карта территории */
    .section__termap .h2{
        margin-bottom: 4px;
    }
    .termap{
        max-width: 520px;
    }
    /* END Карта территории */

    /* Досуг */
    .leisure-card__gallery{
        width: 43%;
    }
    .leisure-card__gallery img{
        width: 146px;
    }
    .leisure-card__desc{
        width: 67%;
    }
    /* END Досуг */
    /* Контакты */
    .contacts__form{
        width: 70%;
    }
    .contacts__form .h2{
        margin-bottom: 8px;
        font-size: 2.6rem;
    }
    .contacts__form p{
        margin-bottom: 14px;
        font-size: 13px;
    }
    .contacts__form form{
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
    .contacts__form address{
        font-size: 13px;
    }
    .map-wrap{
        max-width: 240px;
    }
    .form__col2 > *{
        width: calc(50% - 4px);
    }
    .form__col2 > *:last-child{
        margin-left: 8px;
    }
    .form__str{
        margin-bottom: 8px;
    }
    .contacts__form .but{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .contacts__form small{
        display: block;
        line-height: 1.1;
    }
    /* END Контакты */


    .cal .h2,
    .cal__deals{
        display: none;
    }
    .cal .air-datepicker-body--cells.-days-{
        grid-auto-rows: 36px;
    }
    .cal .air-datepicker-nav,
    .cal .air-datepicker-body--day-name{
        margin-bottom: 0;
    }
    .cal{
        width: 100%;
    }
    .cal .air-datepicker{
        max-width: 320px;
    }
    .apart_not_found p{
        font-size: 13px;
        margin-bottom: 14px;
    }
    .apart_not_found img{
        width: 100px;
        margin-bottom: 12px;
    }

}



@media screen and (min-width: 855px) and (max-width: 1200px) and (max-height: 400px){
    #div-scrren-error{
        display: block !important;
    }
}

/*====================  Мобильные  ====================*/
@media (max-height: 750px) and (min-width: 770px) {
    .cal-wrap .container-small{
        padding-top: 7vh;
    }
}
@media screen and (max-width: 854px){

    html{
        font-size: 9px;
    }
    .container,
    .container-small{
        padding-left: 18px;
        padding-right: 18px;
    }
    .contacts__form{
        left: 18px;
        right: 18px;
    }
    .checkout_mobile-fixed{
        padding: 18px;
    }
    #checkout-total-mobile:before{
        left: -18px;
        right: -18px;
        top: -18px;
        bottom: -18px;
    }

    .column_3{
        margin-bottom: -40px;
    }
    .column_3 > *{
        width: 100%;
        margin-bottom: 40px;
    }
    h1,
    .h1{
        font-size: 32px;
        margin: 0 0 36px;
    }
    h2,
    .h2{
        font-size: 20px;
        margin: 0 0 36px;
        font-weight: 500;
    }
    h3,
    .h3{
        font-size: 18px;
        margin: 0 0 24px;
    }
    .logo::after {
        padding-top: 4px;
    }

    /*==========-----  Общее  -----==========*/


    .owl-dot{
        margin: 0 6px;
    }
    .owl-dot span {
        width: 8px;
        height: 8px;
    }



    /*==========-----  Меню  -----==========*/

    .menu__list{
        font-size: 2.2rem;
        padding-bottom: 194px;
        padding-top: 68px;
    }
    .menu__list li:not(:last-child){
        margin-bottom: 24px;
    }
    .menu__footer > a{
        font-size: 14px;
        color: #9DA1B1;
    }
    .menu__footer .soc{
        margin-bottom: 24px;
    }
    .menu__footer .soc a{
        margin: 0 8px;
    }
     
    /*==========-----  Шапка  -----==========*/

    .header{
        padding: 8px 0;
    }
    .logo svg{
        width: 43px;
        height: 42px;
    }
    .logo:after{
        font-size: 10px;
    }
    .header__contacts{
        top: 12px;
    }
    .header .soc{
        display: none;
    }
    .menu-but{
        margin-top: 12px;
        padding: 6px 6px 6px 0px;
    }
    .menu-but span{
        display: none;
    }
    .header__phone{
        padding-left: 0;
    }
    .header__phone a{
        display: block;
        width: 32px;
        height: 32px;
        background: url(/local/assets/css/../images/ico-phone.svg) no-repeat 50% 50%/24px 24px;
        text-indent: -200em;
        overflow: hidden;
    }


    /*==========-----  Календарь  -----==========*/

    .cal__close,
    .cal__remove{
        width: 44px;
        height: 44px;
        line-height: 44px;
        top: 14px;
    }
    .cal__close{
        right: 14px;
    }
    .cal__remove{
        position: absolute;
        right: 74px;
        background: url(/local/assets/css/../images/ico-delete.svg) no-repeat 50% 50%/20px; 
        cursor: pointer;
    }
    .cal-wrap{
        z-index: 905;
    }
    .cal,
    .cal_inner-wrap{
        height: 100%;
    }
    .cal{
        width: 100%;
    }
    .cal .dates__in-out{
        position: absolute;
        left: 14px;
        top: 24px;
        white-space: nowrap;
    }
    .cal_inner-wrap .h2{
        display: none;
    }
    .cal__deals{
        position: absolute;
        margin-bottom: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
    }
    .cal .footer-dates__sepr{
        width: 24px;
        height: 24px;
    }
    .cal .dates__in-out > *{
        vertical-align: middle;
    }
    .cal .air-datepicker{
        position: absolute;
        left: 0;
    }
    .cal__remove{

    }
    .cal .air-datepicker-nav--action[data-action="next"]{
        margin-right: 8px;
    }
    .cal .air-datepicker-nav--action[data-action="prev"]{
        margin-left: 8px;
    }
    .cal_eklmns{
        position: absolute;
        bottom: 68px;
        left: 14px;
        right: 14px;
        z-index: 1;
    }
    .cal_eklmns > *{
        display: block;
        width: 100%;
    }
    .cal_eklmns .footer-dates__guests{
        display: flex;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid rgba(107, 109, 118, .5);
        border-bottom: 1px solid rgba(107, 109, 118, .5);
        margin-bottom: 20px;
    }
    .cal_eklmns .jq-number{
        margin-left: auto;
    }


    /*==========-----  Подвал  -----==========*/

    .sticky-footer,
    .call-line.inner-sect{
        bottom: 13px;
    }
    .footer-body{
        padding: 8px;
    }
    .footer-dates__in-out{
        padding-left: 12px;
    }
    svg.footer-dates__sepr{
        margin: 0 18px;
    }
    .footer-dates__ico{
        width: 44px;
        height: 44px;
    }
    .footer-dates__in-out svg,
    .footer-dates__guests svg{
        width: 20px;
        height: 20px;
    }
    .jq-number{
        height: 44px;
        padding-left: 44px;
        padding-right: 44px;
    }
    .jq-number__field{
        width: 56px;
    }
    .jq-number__spin{
        width: 44px;
    }
    .jq-number__spin.minus:before{
        font-size: 13px;
    }
    .jq-number__spin.plus:before{
        font-size: 26px;
    }

    .footer-dates__other{
        display: none;
    }


    /*==========-----  Первый экран  -----==========*/

    .main-question{
        margin-bottom: 20px;
    }
    .main-slide .h1{
        font-size: 28px;
    }
    .main-slide p{
        display: none;
    }
    .main-slider .owl-dots,
    .main-slide__dots{
        bottom: 106px;
    }

    .main-slide{
        align-items: flex-end;
    }

    /*==========-----  Досуг  -----==========*/

    .leisure-card__text,
    .leisure-card__price,
    .owl-custom-pagin{
        display: none;
    }
    .leisure-card__gallery{
        width: 60%;
        max-width: 360px;
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
    }
    .leisure-card__desc{
        text-align: center;
    }
    .leisure-slider.owl-carousel{
        position: static;
    }
    .leisure-slider .owl-dots{
        bottom: 24px;
    }
    .leisure-card__desc .but{
        width: 100%;
        max-width: 320px;
    }
    .leisure-card__title{
        font-family: 'cera_pro';
        font-size: 20px;
    }


    /*==========-----  Термап  -----==========*/

    .termap-card__pict img{
        width: 200px;
    }
    .termap-card{
        padding: 12px;
    }
    .termap-card__close{
        top: 3px;
    }


    /*==========-----  Контакты  -----==========*/

    .contacts__form p,
    .contacts__form form{
        display: none;
    }
    .contacts__form{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        bottom: 50%;
        top: 0;
        text-align: center;
        padding-bottom: 20px;
    }
    .map-wrap,
    .contacts__form{
        position: absolute;
    }
    .contacts__form{
    }
    .contacts__form .h2{
        margin-bottom: 26px;
    }
    .contacts__form address{
        margin-bottom: 18px;
    }
    .contacts__form .but{
        width: 100%;
        max-width: 360px;
        margin-bottom: 18px;
    }
    .contacts__form .soc{
        display: block;
    }
    .contacts__form .soc a{
        padding: 0 10px;
    }
    .map-wrap{
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
    }
    .map{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .soc{
        padding-right: 0;
        border: none;
    }

    /*==========-----  other  -----==========*/
    
    .header,
    .inner-sect:not(:last-child){
        margin-bottom: 24px;
    }
    .breadcrumbs a, .breadcrumbs span{
        margin: 0 6px;
        font-size: 12px;
    }
    .card-gallery,
    .tour-card__info{
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
    }
    .form__field:not(:last-child),
    .checkout:not(:last-child),
    .text-small p:not(:last-child),
    .list-wrap:not(:last-child),
    .form__str:not(:last-child),
    .aside-body{
        margin-bottom: 12px;
    }
    .apart_not_found img {
    	margin-bottom: 14px;
    }
    .apart_not_found p {
    	margin-bottom: 16px;
    }

    .card-tabs .ui-tabs-nav,
    .cal-wrap .call-line{
        display: none !important;
    }
    .card-tabs.ui-tabs .ui-tabs-panel{
        display: block !important;
    }
    .call-line.inner-sect{
        position: fixed;
        left: 0;
        right: 0;
        margin-bottom: 0 !important;
        z-index: 901;
    }
    .card-tabs{
        padding-bottom: 58px;
    }


    .agreement .h2{
        font-size: 3.6rem;
        line-height: 1.2;
    }
    .agreement__body{
        line-height: 1.4;
    }
    .agreement__group:not(:last-child){
        margin-bottom: 42px;
    }
    .agreement__group p:not(:last-child){
        margin-bottom: 18px;
    }

    .apart_not_found p{
        font-size: 1.5rem;
    }


}

@media screen and (min-width: 521px) and (max-width: 854px){

    /*====================  Колонки  ====================*/
    
    .column_4{
        margin-bottom: -20px;
    }
    .column_4.center{
        justify-content: center;
    }
    .column_4 > *{
        width: 49%;
        margin-left: 2%;
        margin-bottom: 20px;
    }
    .column_4 > *:nth-child(2n+1){
        margin-left: 0;
    }
    .column_2{
        margin-bottom: -20px;
    }
    .column_2 > *{
        width: 100%;
        margin-bottom: 20px;
    }
    .checkout_pict{
        width: 45%;
    }
    .checkout_desc {
        width: calc(55% - 34px);
    }
}
@media screen and (max-width: 520px){

    .container,
    .container-small{
        padding-left: 14px;
        padding-right: 14px;
    }
    .contacts__form{
        left: 14px;
        right: 14px;
    }
    .checkout_mobile-fixed{
        padding: 14px;
    }
    #checkout-total-mobile:before{
        left: -14px;
        right: -14px;
        top: -14px;
        bottom: -14px;
    }

    /*====================  Колонки  ====================*/
    
    .column_2{
        margin-bottom: -15px;
    }
    .column_2 > *{
        width: 100%;
        margin-bottom: 15px;
    }

    .column_3{
        margin-bottom: -16px;
    }
    .column_3 > *{
        margin-bottom: 16px;
    }
    .column_4{
        margin-bottom: -15px;
    }
    .column_4.center{
        justify-content: center;
    }
    .column_4 > *{
        width: 100%;
        margin-bottom: 15px;
    }
    .contacts__form{
        text-align: left;
    }
    .contacts__form .soc{
        text-align: center;
    }
    .contacts__form .but{
        max-width: none;
    }

    /*====================  Other  ====================*/

    .card-gallery__main{
        margin-bottom: 10px;
    }
    .card-gallery__thumbs li:not(.card-gallery__more){
        margin-right: 10px;
    }
    .tour-card__info .h2{
        font-size: 3.2rem;
    }
    .tour-card__detail ul{
        line-height: 1.6;
    }
    .tour-card__short,
    .tour-card__info .but,
    .tour-card__detail,
    .card-tabs .ui-tabs-nav{
        margin-bottom: 24px;
    }
    .tour-card__info .h2{
        margin-bottom: 12px;
    }
    .tour-card__h3,
    .tour-card__desc p:not(:last-child){
        margin-bottom: 16px;
    }
    .tour-card__detail{
        margin-bottom: 20px;
    }

	.card-tabs .ui-tabs-nav{
		padding: 8px;
	}
	.card-tabs .ui-tabs-anchor{
		padding: 8px;
		font-size: 13px;
	}



    .serv-item__photo{
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .serv-item__photo img{
        display: block;
        width: 100%;
        height: auto;
    }
    .serv-item__info{
        position: static;
        padding: 24px;
        width: auto;
        margin-left: 0;
        min-height: 0;
    }
    .serv-item__bot{
        margin-top: 24px;
        position: static;
    }
    .serv-item__price{
        top: 14px;
        left: 11px;
        right: auto;
    }
    .serv-item__info .h3{
        font-weight: 700;
    }


    .checkout_pict,
    .checkout_desc{
        width: 100%;
    }
    .checkout_pict img{
        max-height: 350px;
        margin-bottom: 24px;
        width: 100%;
        max-width: 360px;
        object-fit: cover;
        border-radius: 12px;
    }
    .checkout_title{
        font-size: 24px;
    }

    .contact-form.modal{
        padding: 12px;
    }
    .contact-form .fancybox-button.fancybox-close-small{
        top: 14px;
        right: 12px;
    }

    /*==========-----  Карта территории  -----==========*/

    .termap{
    }
    .termap-card{
        transform: translate(-50%, 0px) !important;
        box-sizing: border-box;
        max-width: none;
        width: 250px;
        top: 100px !important;
        left: 50% !important;
        padding-top: 16px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); /* Произвольное свойство, уникальное для данного блока и не на что не влияющее, для обнаружения состояния в js  */
    }
    .section-tour-card__svg:not(:has(.termap-card)) .termap-card{
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
    }
    .termap-card__pict img{
        max-width: 320px;
        width: 100%;
        border-radius: 8px;
    }
    .termap-card__title{
        font-size: 16px;
    }
    .termap-card__close{
        top: 7px;
    }
    .termap-card__close:before{
        font-size: 36px;
        line-height: 1;
    }

}
@media screen and (max-width: 420px){
	.card-tabs .ui-tabs-anchor{
		font-size: 11px;
	}
    .house-card__calc-res > b{
        font-size: 16px;
    }
    .house-card__calc-data{
        font-size: 11px;
    }
    .house-card__calc-res .main-deals,
    .house-card__calc-res > del{
        margin-right: 4px;
    }
    .house-card__detail-ico{
        margin-left: 4px;
    }
}
@media screen and (max-width: 360px){
    .container,
    .container-small{
        padding-left: 10px;
        padding-right: 10px;
    }
    .contacts__form{
        left: 10px;
        right: 10px;
    }
    .checkout_mobile-fixed{
        padding: 10px;
    }
    #checkout-total-mobile:before{
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
    }
    h2, .h2{
        margin-bottom: 24px;
    }
    
    .minicard-gallery__wrap{
        padding-top: 50%;
    }

	.card-tabs .ui-tabs-anchor{
		font-size: 9px;
	}
    .house-card-tooltip{
        width: 264px;
    }

}


@media screen and (orientation: portrait) and (max-width: 854px){
    
    .main-slider .container-small{
        margin-bottom: 36%;
    }
    .termap{
        position: relative;
        width: 178%;
        left: 50%;
        margin-left: -11%;
        transform: translate(-50%, 0);
    }
    .menu__footer > a{
        display: block;
    }
    .menu__footer > a:not(:last-child){
        margin-bottom: 12px;
    }
    .cal .air-datepicker-outer-wrapper{
        position: absolute;
        padding-left: 0;
        padding-right: 0;
        right: 0;
        top: 18%;
        margin-bottom: 132px;
        transform: translateY(-50%);
    }
    /* .cal .air-datepicker{
        padding-left: 0;
        padding-right: 0;
        right: 0;
        top: 50%;
        margin-bottom: 132px;
        transform: translateY(-50%);
    } */
    .cal .air-datepicker--content{
        max-width: 304px;
    }
    .cal .air-datepicker-nav{
        padding: 0 1.2rem;
    }
}
@media screen and (orientation: portrait) and (max-width: 854px) and (min-height: 800px){

    .map-wrap{
        top: 42%;
    }
    .contacts__form{
        bottom: 58%;
    }


}
@media screen and (orientation: portrait) and (max-width: 854px) and (max-height: 700px){

    .leisure .h2{
        margin-top: 22px;
    }

}
@media screen and (orientation: portrait) and (max-width: 854px) and (max-height: 600px){

    h2, .h2{
        margin-bottom: 24px;
    }
    .footer-body{
        padding: 4px;
    }
    .sticky-footer{
        bottom: 10px;
    }
    .footer-dates__ico{
        height: 38px;
        width: 38px;
    }
    .cards-carousel{
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .minicard-gallery__wrap{
        padding-top: 58%;
    }
    .minicard-gallery,
    .minicard-gallery2{
        margin-bottom: 18px;
    }
    .minicard__name{
        margin-bottom: 8px;
        font-size: 14px;
    }
    .minicard__desc{
        margin-bottom: 12px;
    }
    .minicard__price{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .minicard__info{
        padding: 0 16px 16px;
    }
    .logo::after {
        display: none;
    }
    .leisure .h2,
    .leisure-card__title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .leisure .h2{
        margin-top: 42px;
    }
    .leisure-card__gallery{
        max-width: 220px;
    }
    .leisure-card__gallery{
        margin-bottom: 18px;
    }

    .map-wrap{
        top: 60%;
    }
    .contacts__form{
        bottom: 40%;
    }
    .cal__deals{
        font-size: 11px;
    }
    .cal__deals-short{
        display: inline-block;
    }
    .cal__deals-main{
        display: none;
    }
    .cal_eklmns{
        bottom: 40px;
    }
    .cal_eklmns .footer-dates__guests{
        margin-bottom: 10px;
    }
    .cal_eklmns .footer-dates__guests{
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .cal .air-datepicker{
        margin-bottom: 92px;
    }

    /*==========-----  Меню  -----==========*/

    .menu__list{
        font-size: 1.8rem;
    }
    .menu__list li:not(:last-child){
        margin-bottom: 18px;
    }
    .menu__footer .soc{
        margin-bottom: 24px;
    }
    .menu__footer > a:not(:last-child){
        margin-bottom: 12px;
    }
    .menu__footer{
        padding: 18px;
    }
    

}
@media screen and (orientation: portrait) and (max-width: 854px) and (max-height: 550px){

    .cal__deals{
        font-size: 11px;
    }

    .cal .air-datepicker{
        margin-bottom: 92px;
    }
    .cal_eklmns .but{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .jq-number{
        height: 32px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .jq-number__spin{
        width: 32px;
    }
    .cal_eklmns{
        z-index: 1;
    }
    .cal .air-datepicker-nav{
        margin-bottom: 0;
    }
    .cal .air-datepicker{
        margin-bottom: 62px;
    }

}
@media screen and (orientation: portrait) and (max-width: 854px) and (max-height: 500px){

    .termap{
        position: relative;
        width: 170%;
    }
    .section__termap .h2{
        margin-bottom: 12px;
        margin-top: 100px;
    }
    .leisure .h2,
    .leisure-card__title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .leisure .h2{
        margin-top: 20px;
    }
    .leisure-card__gallery{
        margin-bottom: 12px;
    }

}

@media screen and (orientation: landscape) and (max-width: 854px){
    
    .main-slider .container-small{
        margin-bottom: 146px;
    }

    /*==========-----  Карта территории  -----==========*/

    .termap{
        max-width: 520px;
        margin-bottom: 2px;
    }
    .termap-card__pict{
        margin-bottom: 12px;
    }
    .termap-card .but{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .section__termap .h2{
        margin-top: 80px;
        margin-bottom: 8px;
    }

    .leisure-card .container-small{
        display: flex;
    }
    .leisure-card__gallery{
        width: 50%;
        margin-bottom: 0;
    }
    .leisure-card__gallery img{
        width: 180px;
    }
    .leisure-card__desc{
        position: relative;
        width: 50%;
        text-align: left;
    }
    .leisure-card__gallery a,
    .leisure-card__price,
    .leisure-card__mobile{
        display: block;
    }
    .leisure-card__desc .but{
        position: absolute;
        bottom: 0;   
    }
    .leisure-card__price{
        margin-bottom: 0;
    }
    .leisure-card__mobile{
        margin-bottom: 18px;
    }
    .contacts{
        display: flex;
    }
    .contacts__form{
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .map-wrap{
        display: none;
    }

    .menu__footer{
        padding: 12px;
    }
    .menu__footer .soc{
        margin-bottom: 8px;
        display: block;
    }
    .menu__footer > a{
        margin: 0 8px;
    }
    .menu__list{
        padding-top: 50px;
        padding-bottom: 64px;
    }
    .menu__list li:not(:last-child){
        margin-bottom: 12px;
    }

    .cal #datepicker{
        width: 50%;
        top: 19px;
        bottom: 40px;
        margin-bottom: 0;
    }

    .dp_form_mobile{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 50%;
    }
    .cal__close, 
    .cal__remove{
        top: 6px;
        z-index: 1;
    }
    .cal__close{
        right: 6px;
    }
    .cal .dates__in-out{
        top: 17px;
    }
    .cal .air-datepicker-nav{
        margin-bottom: 6px;
    }
    .cal_eklmns{
        bottom: 46px;
    }
    .cal .air-datepicker-body--cells.-days-{
        grid-auto-rows: 40px;
    }
    .cal .air-datepicker-body--day-names{
        margin: 4px 0 -2px;
    }
    .apart_not_found p{
        font-size: 12px;
    }
    .apart_not_found img{
        width: 100px;
    }

}

@media screen and (orientation: landscape) and (max-width: 854px) and (max-height: 420px){

    .header__contacts{
        top: 6px;
    }
    .menu-but{
        margin-top: 6px;
    }
    .sticky-footer{
        bottom: 8px;
    }
    .footer-body{
        padding: 4px;
    }
    .footer-dates__ico{
        width: 36px;
        height: 36px;
    }
    .apartments h2,
    .apartments .h2{
        display: none;
    }
    .cards-carousel{
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
    }
    .minicard-gallery__wrap{
        padding-top: 40%;
    }
    .minicard-gallery,
    .minicard-gallery2{
        margin-bottom: 12px;
    }
    .minicard__info{
        padding: 0 12px 12px;
    }
    .minicard__name{
        margin-bottom: 2px;
        font-size: 12px;
    }
    .minicard__desc{
        margin-bottom: 10px;
    }
    .minicard__price{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .logo::after {
        display: none;
    }
    .leisure .h2{
        margin-bottom: 16px;
    }


}
@media screen and (orientation: landscape) and (max-width: 854px) and (max-height: 360px){
    .main-slider .container-small{
        margin-bottom: 120px;
    }
    .main-slider .owl-dots,
    .main-slide__dots{
        bottom: 76px;
    }
    .minicard-gallery__wrap{
        padding-top: 38%;
    }
    .minicard-gallery,
    .minicard-gallery2{
        margin-bottom: 6px;
    }
    .minicard__desc{
        line-height: 1;
        font-size: 11px;
    }
    .minicard__info{
        padding: 0 8px 8px;
    }

    .termap{
        max-width: 420px;
    }
    .section__termap .h2{
        margin-top: 76px;
    }

    .leisure-card__gallery img{
        width: 154px;
    }
    .leisure .h2{
        margin-bottom: 10px;
    }
    .leisure-slider .owl-dots{
        bottom: 14px;
    }
    .leisure-card__desc .but{
        padding-top: 12px;
        padding-bottom: 12px;
    }




}
@media screen and (orientation: landscape) and (max-width: 854px) and (max-height: 300px){

    .main-slide .h1{
        margin-bottom: 20px;
    }
    .main-slider .owl-dots,
    .main-slide__dots{
        bottom: 60px;
    }
    .main-slide .container-small{
        margin-bottom: 80px;
    }

    .footer-dates__ico{
        width: 26px;
        height: 26px;
    }
    .footer-dates__in-out{
        font-size: 12px;
    }
    .minicard__price{
        font-size: 11px;
    }
    .minicard__desc{
        margin-bottom: 8px;
    }
    .termap{
        max-width: 368px;
    }
    .section__termap .h2{
        margin-top: 54px;
        margin-bottom: 4px;
    }
    .leisure-card__gallery img{
        width: 112px;
    }
    .leisure-card__mobile{
        display: none;
    }
    .leisure .h2{
        margin-top: 14px;
        margin-bottom: 10px;
    }
    .leisure-slider .owl-dots{
        bottom: 10px;
    }
    .contacts__form .h2{
        margin-top: 20px;
        margin-bottom: 18px;
    }
    .contacts__form address{
        margin-bottom: 12px;
    }
    .contacts__form .but{
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 18px;
    }
    .menu__footer{
        display: none;
    }
    .menu__list{
        padding-bottom: 0;
    }



    .cal__deals{
        font-size: 13px;
    }
    .cal__remove{
        right: 58px;
    }
    svg.footer-dates__sepr{
        margin: 0 10px;
    }
    .cal__close, 
    .cal__remove{
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: 4px;
    }
    .cal__close{
        right: 4px;
    }
    .cal .dates__in-out{
        top: 11px;
    }
    .cal #datepicker{
        top: 14px;
    }
    .cal .air-datepicker-nav{
        margin-bottom: 0;
    }
    .cal .air-datepicker-body--day-name{
        padding-bottom: 4px;
    }



}
@media screen and (max-height: 260px){
    #div-scrren-error{
        display: block !important;
    }
}

@media screen and ( max-width: 768px ) {
    .section-title {
        font-family: Cera Pro;
        font-size: 20px!important;
        font-weight: 400;
        line-height: 24px;
        width: 248px;
        margin: 0 auto;
        margin-bottom: 28px;
    }
    .partners-slider__slide a,
    .partners-slider__slide .slide__text {
        display: none;
    }    
    .partners-slider__slide {
        height: 400px;
        padding: 16px 12px;
    }
    .partners-slider .owl-dots {
        bottom: 15px;
    }
    .slide__question {
        margin-top: 240px;
        text-align: center;
        margin-bottom: 16px!important;
    }
    .slide__title {
        font-family: cera_pro;
        font-size: 24px!important;
        font-weight: 400!important;
        line-height: 40px!important;
    }

    .partners-container .levels-items {
        flex-direction: column;
    }
    .partners-container .levels-items__item {
        width: auto;
    }

    .possibilities {
        padding: 16px;
        margin-bottom: 36px;
    }
    .possibilities-items {
        flex-direction: column;
    }
    .possibilities-items__item {
        width: auto;
    }
    .possibilities-items__item h3 {
        font-family: cera_pro;
        font-size: 20px;
        font-weight: 500;
        line-height: 25.14px;
        text-align: left;
        margin-bottom: 12px;
    }

    .levels {
        margin-bottom: 36px;
    }
    .partners-container .levels-items {
        gap: 12px;
    }
    .partners-container .levels-items__item-image img {
        max-width: 100px;
    }
    .partners-container .levels-items__item-footer .percent {
        font-family: cera_pro;
        font-size: 32px;
        font-weight: 500;
        line-height: 40.22px;
        text-align: left;
    }

    .become-form form {
        gap: 16px;
    }
    .become-form__title {
        font-family: cera_pro;
        font-size: 20px;
        font-weight: 400;
        line-height: 25.14px;
        text-align: center;
        margin-bottom: 0px;
    }
    .become-form .columns-2 {
        flex-direction: column;
        gap: 16px;
    }
    .become-form .columns-2 input {
        width: 100%;
    }
    .become-form form p {
        font-family: cera_pro;
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
        text-align: center;
        padding: 0px;
    }
}
@media screen and ( max-width: 425px ) {
    .become-form {
        background-color: unset;
        padding: 0px;
    }
}
@media screen and (max-width: 375px) {
	.banner .caption {
		max-width: 280px;
	}
}

@media screen and ( max-width: 768px ) {
	.available-dates {
		margin-top: 16px;
		background-color: unset;
    	flex-direction: column;
	}
	.available-dates__text {
		font-family: cera_pro;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		text-align: center;
	}
}
@media screen and ( max-width: 425px ) {
	.available-dates {
		padding: 0px;
	}
	.available-dates__items {
		gap: 8px;
	}
	.available-dates__date {
		font-size: 12px;
		padding: 4px 8px;
	}	
}

@media screen and (max-width: 854px) {
	.banner {
		margin-bottom: 0px;
	}
	.partners-container .main-slide__dots {
		margin-top: 20px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 375px) {
	.partners-container .main-slide__dots {
		margin-top: 20px;
	}
}



/*========================================================================================================================================================*/

._lock {
    overflow: hidden;
  }
  .button {
    border-radius: 58px;
    padding: 14px 32px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #050505;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease 0s;
  }
  .button_small {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 133%;
  }
  .button_yellow {
    background-color: #fff73a;
  }
  .button_yellow:hover {
    background-color: #e9e01e;
  }
  .button:hover {
    background-color: #fff73a;
  }
  .button:disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .button-outline {
    transition: all 0.3s ease 0s;
    border: 1px solid #ffffff66;
    border-radius: 58px;
    padding: 14px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .button-outline:has(img) {
    padding: 16px 32px 16px 16px;
  }
  .button-outline_small {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 133%;
  }
  .button-outline:hover {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .button-outline:disabled {
    opacity: 0.4;
  }
  .button-text {
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #fff73a;
    background-color: transparent;
    transition: color 0.3s ease 0s;
  }
  .button-text:hover {
    color: #fdf97f;
  }
  @media (max-width: 768px) {
    .button {
      padding: 12px 32px;
      font-size: 14px;
      line-height: 143%;
    }
    .button_small {
      padding: 8px 12px;
    }
    .button-outline,
    .button-outline:has(img) {
      padding: 12px 32px;
      font-size: 14px;
      line-height: 143%;
    }
    .button-text {
      font-size: 14px;
    }
  }
  .tour-card__top{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
  }
  .tour-card__top:not(:last-child){
    /* margin-bottom: 36px; */
  }
  .tour-card__name{
    margin: 0;
  }
  .tour-card__body {
    align-items: start;
    gap: 32px;
  }
  
  .tour-card__info {
    flex: 1 1 auto;
    padding-right: 0;
    order: 0;
  }
  .tour-card__price{
    order: 1;
  }
  
  .slider-tour-card {
    position: relative;
    margin-bottom: 16px;
  }
  
  .slider-tour-card__image {
    position: relative;
    padding-bottom: 55%;
    overflow: hidden;
  }
  .slider-tour-card__image img {
    position: absolute;
    width: auto;
    height: 100%;
    inset: 0;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 12px;
  }
  .tour-card__arrow {
    padding: 16px;
    z-index: 2;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
  .tour-card__arrow:disabled {
    opacity: 0;
  }
  .tour-card__arrow_prev {
    left: 12px;
    transform: rotate(-180deg);
  }
  .tour-card__arrow_prev img {
    transform: translate(0, -1px);
  }
  .tour-card__arrow_next {
    right: 12px;
  }
  .thumbs-tour-card:not(:last-child) {
    margin-bottom: 16px;
  }
  .thumbs-tour-card__slide {
    max-width: 126px;
  }
  .thumbs-tour-card__image {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    border-radius: 8px;
    overflow: hidden;
  }
  .thumbs-tour-card__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
  }
  
  .tour-card__price {
    position: sticky;
    /* top: 30px; */
    top: 0px;
    flex: 0 0 412px;
  }
  .tour-card__form {
    margin-bottom: 12px;
    border-radius: 12px;
    padding: 24px;
    background-color: #2b2b30;
  }

  .tour-card__form.calendar-availability {
    padding: 20px 12px;
  }

  
  .tour-card__person {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .tour-card__person:not(:last-child) {
    margin-bottom: 16px;
  }
  .tour-card__category {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
    margin-right: 20px;
    flex: 1 1 auto;
  }
  .tour-card__less,
  .tour-card__more {
    border-radius: 100px;
    padding: 12px;
    background-color: #404045;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
  }
  .tour-card__less:hover,
  .tour-card__more:hover {
    background-color: #28282d;
  }
  .tour-card__count {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
  }
  .tour-card__count-input {
    display: none;
  }
  .res-tour-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid rgb(196, 196, 196, 0.4);
  }
  .res-tour-card__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
  }
  .res-tour-card__text:not(:last-child) {
    margin-bottom: 8px;
  }
  .res-tour-card__data {
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
  }
  .res-tour-card__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: start;
    column-gap: 12px;
    row-gap: 2px;
    max-width: 200px;
  }
  .res-tour-card__price:not(:has(.res-tour-card__old)){
    width: 100%;
  }
  .res-tour-card__sale {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #1a1a1e;
    border-radius: 100px;
    padding: 2px 4px;
    background-color: #fff73a;
  }
  .res-tour-card__new {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: right;
  }
  .res-tour-card__new:last-child{
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
  }
  .res-tour-card__old {
    flex: 1 1 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    text-decoration: line-through;
    text-align: right;
    color: #6b6d76;
  }
  .res-tour-card__button {
    grid-column: span 2;
  }
  .res-tour-card__calc {
    max-height: 0px;
    overflow: hidden;
    grid-column: span 2;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }
  .res-tour-card__calc li {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .res-tour-card__calc li:not(:last-child) {
    margin-bottom: 8px;
  }
  .res-tour-card__day {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
  }
  .res-tour-card__cost {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
  }
  ._showed .res-tour-card__calc {
    transition: max-height 2s;
    max-height: 3000px;
  }
  ._showed .res-tour-card__show {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .tour-card__phone {
    text-align: center;
    display: none;
  }
  .tour-card__phone p {
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    color: #6b6d76;
  }
  .tour-card__phone a {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
  }
  .tour-card__video:not(:last-child) {
    margin-bottom: 16px;
  }
  
  .section-tour-card {
    border-radius: 12px;
    padding: 24px;
    background-color: #2b2b30;
  }
  .section-tour-card:not(:last-child) {
    margin-bottom: 28px;
  }
  .section-tour-card__lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .section-tour-card__lists:not(:last-child) {
    margin-bottom: 16px;
  }
  .section-tour-card__title {
    font-weight: 500;
    font-size: 20px;
  }
  .section-tour-card__title:not(:last-child) {
    margin-bottom: 16px;
  }
  
  .section-tour-card__list li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
  }
  .section-tour-card__list li img{
    width: 24px;
    height: 24px;
  }
  .section-tour-card__list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .tour-card__rest {
    margin: 52px 0px;
  }
  .tour-card__title {
    font-weight: 500;
    font-size: 20px;
  }
  .rest-tour-card {
    position: relative;
    width: 100%;
    padding-bottom: 37%;
    border-radius: 16px;
    overflow: hidden;
  }
  .rest-tour-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
  }
  .rest-tour-card__content {
    position: absolute;
    width: calc(100% - 30px);
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(
      180deg,
      rgba(43, 43, 48, 0) 0%,
      rgba(43, 43, 48, 0.69) 50.72%,
      #2b2b30 100%
    );
    padding: 16px;
  }
  .rest-tour-card__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
  }
  .rest-tour-card__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .rest-tour-card__buttons {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .rest-tour-card__buttons button {
    padding: 12px clamp(0.75rem, 0.125rem + 1vw, 1.25rem);
  }
  
  .rest-tour-card__arrow {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
    height: 100%;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
      90deg,
      rgba(20, 20, 20, 0) 0%,
      rgba(20, 20, 20, 0.69) 50.72%,
      #141414 100%
    );
    transition: all 0.3s ease 0s;
    pointer-events: none;
  }
  
  .rest-tour-card__arrow:has(button:disabled) {
    opacity: 0;
  }
  .rest-tour-card__arrow:has(.tour-card__arrow_prev) {
    background: linear-gradient(
      90deg,
      #141414 0%,
      rgba(20, 20, 20, 0.69) 50.72%,
      rgba(20, 20, 20, 0) 100%
    );
    left: 0;
  }
  .tour-card__rest-btn {
    box-sizing: border-box;
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    border-radius: 58px;
    padding: 16px 32px 16px 16px;
    min-height: 56px;
    background-color: transparent;
    transition: border-color .2s;
  }
  .tour-card__rest-btn:hover{
    border-color: white;
    text-decoration: none;
  }
  .rest-tour-card__arrow .tour-card__arrow {
    pointer-events: all;
    position: absolute;
    z-index: 10;
  }
  .section-tour-card__text {
    display: block;
    font-weight: 400;
    font-size: 16px;
  }
  .section-tour-card__text:not(:last-child) {
    margin-bottom: 25px;
  }
  .section-tour-card__show-story {
    display: none;
  }
  .section-tour-card__svg {
    overflow: hidden;
  }

  
  .popup__bg {
    overflow: auto;
    position: fixed;
    z-index: 906;
    inset: 0;
    transform: translateZ(10px);
  
    padding: 30px 0px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
  }
  .res-tour-card:has(._open){
    position: relative;
    z-index: 100;
  }
  .tour-card__body:not(:has(.popup__bg._open)) .tour-card__price{
    z-index: 10;
  }
  .popup__bg._open {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
  }
  
  ._open .popup {
    transform: scale(1);
  }
  
  .close-popup {
    cursor: pointer;
  }
  .popup {
    width: 100%;
    transform: scale(0);
    min-height: 100%;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
  }
  .popup__body {
    position: relative;
    transition: 0.5s all;
    background-color: #2b2b30;
    border-radius: 12px;
    padding: 32px 32px 44px 32px;
    max-width: 800px;
    min-width: 500px;
  }
  .popup__body:has(video) {
    padding: 0px;
  }
  .popup__body:has(video) .popup__top{
    font-size: 3rem;
    padding: 10px 20px;
  }
  .popup__body:has(video) .close-popup{
    position: absolute;
    top: -60px;
    right: 0;
  }
  .popup__video{
    position: relative;
    padding-bottom: 125%;
    background-color: #000;
  }
  .popup__video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% ;
    object-fit: contain;
  }
  .popup__body:has(.popup__top) .close-popup{
    position: static;
  }
  .popup__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .popup__text:not(:last-child) {
    margin-bottom: 32px;
  }
  .popup__lists {
    display: block;

    column-count: 2;
  
    column-gap: 32px;
  
    column-fill: balance;
  }
  .popup__lists > ul, 
  .popup__lists > div{
    margin-bottom: 30px;
    break-inside: avoid;
  }
  .popup__list-title {
    font-weight: 700;
    font-size: 16px;
  }
  .popup__list-title:not(:last-child) {
    margin-bottom: 12px;
  }
  .popup__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }

  .popup__top:not(:last-child) {
    margin-bottom: 32px;
  }
  .popup__title {
    margin: 0;
  }
  
  .popup__list li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
  }
  .popup__list_double div:not(:last-child) {
    margin-bottom: 16px;
  }
  .popup__list li:not(:last-child) {
    margin-bottom: 12px;
  }
  
.tour-card__date{
    border-radius: 12px;
    padding: 12px 20px;
    background-color: #3a3b40;
}
.tour-card__date:not(:last-child){
    margin-bottom: 16px;
}
.tour-card__date .footer-dates__in-out{
    gap: 12px;
    padding: 0px
}
.tour-card__date .footer-dates__sepr{
    font-weight: 400;
font-size: 16px;
line-height: 125%;
color: #fff;
}
.tour-card__date .footer-dates__ico,
.tour-card__date .footer-dates__del{
   
    display: flex;
    align-items: center;
    margin: 0px;
    background-color: transparent;
    width: auto;
    height: auto;
}
.tour-card__date .footer-dates__ico svg{
    position: static;
    transform: none;
}
.tour-card__date .footer-dates__icons{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: end;
    gap:10px
}

.section-tour-card__svg .termap__tooltips{
    display: none;
}
.section-tour-card__svg .terrmap-wrap{
    overflow: visible;
    padding-bottom: 6%;
}
.section-tour-card__svg .termap-card{
    max-width: none;
    width: 180px;
}
.section-tour-card__svg .but.but_transparent{
    margin-bottom: 0px;
}
.slider-tour-card__wrapper{
    display: flex;
}   
.thumbs-tour-card__wrapper{
    display: flex;
}

.termap__name{
    display: none;
    position: absolute;
    top:0;
    left:0;
}
.selected .termap__name{
    display: block;
}
.terrmap-map {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.card-gallery{
    display: block;
    margin-bottom: 20px;
}
div.slider-tour-card{
    display: none;
}
div.mejs__container{
    width: auto !important;
    max-width: 530px;
    max-height: 500px;
}
div.mejs__container:focus{
    outline: none;
}
div.mejs__overlay {
    z-index: 2;
    max-height: 100%;
    width: 100% !important;
}
div.mejs__controls{
    height: 4.5rem;
}
div.mejs__horizontal-volume-total {
    z-index: 2;
    cursor: pointer;
}
div.mejs__time-rail{
    z-index: 2;
}
.mejs__controls .mejs__button {
    display: flex;
    justify-content:center;align-items: center;
    transform: scale(2.5); /* Увеличиваем кнопки на 50% */
    width: 5rem;
}
  @media (max-width: 1200px) {
    .rest-tour-card {
      padding-bottom: 46%;
    }
  }
  @media (max-width: 1100px) {
    .tour-card__price {
      flex: 0 0 300px;
      margin-bottom: 172px;
    }
    .tour-card__person {
      grid-area: 14px;
    }
    .rest-tour-card {
      padding-bottom: 54%;
    }
    .section-tour-card__svg img {
      object-fit: cover;
    }
  }
  
  @media (min-width: 855px) {
    .desktop-hidden{
        display:none;
    }
    
  }
  @media (max-width: 854px) {
    .tour-card__date{
        border-radius: 100px;
        background-color: #2B2B30;
    }
    .tour-card__form {
        display: contents;
    }
    .tour-card__date .footer-dates__ico{
        border-radius: 100%;
        background-color: #404045;
        padding: 0px;
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
    }
    .mobile-hidden{
        display:none !important;
    }

    .tour-card__rest {
      margin: 40px 0px;
    }
    .tour-card__info {
      width: 100%;
      max-width: none;
    }
    .rest-tour-card {
      padding-bottom: 50%;
    }
    .rest-tour-card__arrow {
      background: linear-gradient(
        90deg,
        rgba(20, 20, 20, 0) 0%,
        rgba(20, 20, 20, 0.69) 80.72%,
        #141414 100%
      );
    }
    .rest-tour-card__arrow:has(.tour-card__arrow_prev) {
      background: linear-gradient(
        90deg,
        #141414 0%,
        rgba(20, 20, 20, 0.69) 20.72%,
        rgba(20, 20, 20, 0) 100%
      );
    }
    .res-tour-card,
    .tour-card__person,
    .res-tour-card__text,
    .tour-card__phone,
    .res-tour-card__show{
      display: none;
    }

    .mobile-booker:not(:last-child){
        margin-bottom: 20px;
    }
    .mobile-booker .sticky-footer{
        position: static;
    }

    .res-tour-card__left {
      flex: 1 1 25%;
      display: flex;
      align-items: center;
    }

    .booker-side-viewport {
      visibility: visible;
      position: fixed;
      width: calc(100% - 28px);
      bottom: 0;
      left: 0;
      z-index: 10;
      padding: 8px 14px;
      background: #141414;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .tour-card__date:not(:last-child) {
        margin: 0;
        padding: 4px;
        padding-left: 16px;
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    .res-tour-card__button{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 8px;
        min-height: 32px;
    }
    .res-tour-card__button span{
        padding: 0px 10px;
        text-align: center;
    }
    .res-tour-card__button span:not(:last-child){
        border-right: 1px solid #00000033;
        display: flex;
        gap: 8px
    }
    .res-tour-card__button:not(:last-child){
        margin-bottom: 8px;
    }
    .res-tour-card__price {
      justify-content: start;
    }
    .res-tour-card__old {
      flex: 0 1 auto;
      font-size: 14px;
      line-height: 143%;
      text-decoration: line-through;
      color: #1a1a1e80;
    }
    .res-tour-card__new {
      font-size: 16px;
    }
    .res-tour-card__sale {
        background-color: #1a1a1e;
        padding: 2px 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 143%;
        display: flex;
        justify-content:center;align-items: center;
        color: #fff;
        aspect-ratio: 1;
    }
    .res-tour-card__data {
      display: block;
    }
    .res-tour-card__button {
      flex: 1 1 100%;
    }
  }
  @media (max-width: 700px) {
    .rest-tour-card {
      padding-bottom: 60%;
    }
    .section-tour-card__svg .termap-card{
        width: 200px;
        max-width: 400px;
    }
    .section-tour-card__svg .termap-card__pic{
        width: 100%;
    }
    .section-tour-card__svg .termap-card__pict img{
        width: 100%;
        object-fit: cover;
    }
    .popup__body {
      width: 100%;
      min-width: 0;
      background-color: #141414;
      padding: 0px;
      border-radius: 0px;
    }
    .popup__main {
      padding: 24px 16px;
    }
    .popup__lists {
        column-count: 1;
      padding: 24px 16px;
    }
    .popup__list-title {
      font-weight: 700;
      font-size: 16px;
    }
    .popup__list-title:not(:last-child) {
      margin-bottom: 12px;
    }
    div.popup__body div.popup__top {
      padding: 12px 16px;
      border-bottom: 1px solid rgb(196, 196, 196, 0.2);
    }
    .popup__top:not(:last-child) {
      margin-bottom: 0px;
    }
  
    .popup__list li {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 8px;
    }
    .popup__list_double div:not(:last-child) {
      margin-bottom: 16px;
    }
    .popup__list li:not(:last-child) {
      margin-bottom: 12px;
    }
    .popup__video {
      width: 100%;
    }
  }
  @media (max-width: 600px) {
    .tour-card__rest {
      margin: 24px 0px;
    }
    .tour-card__title {
      margin-bottom: 12px;
    }
    .section-tour-card__text {
      display: inline;
      font-size: 14px;
    }
    .section-tour-card__text:not(:last-child) {
      margin-bottom: 0px;
    }
    .section-tour-card__texts {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
    }
    .section-tour-card__texts:not(:last-child) {
      margin-bottom: 14px;
    }
    .section-tour-card__show-story {
      display: block;
    }
    .tour-card__rest-btn {
        width: 100%;
        justify-content: center;
        gap: 12px;
        margin-top: 12px;
        min-height: 44px;
        font-size: 14px;
        line-height: 24px;
        padding: 10px 16px;
    }
  }
  @media (max-width: 500px) {
    .card-gallery{
        display: none;
    }
    div.slider-tour-card{
        display: block;
    }
    .slider-tour-card__image img{
        object-fit: cover;
        object-position: center center;
        width: 100%;
        position: static;
        max-height: 50vh;
    }
    div.thumbs-tour-card {
      display: none;
    }
    .tour-card__arrow,
    .rest-tour-card__arrow {
      display: none;
    }
    .slider-tour-card__image {
      padding-bottom: 0%;
    }
    .tour-card__video {
      width: 100%;
    }
    .section-tour-card {
      border-radius: 12px;
      padding: 12px 12px 16px 12px;
    }
    .section-tour-card:not(:last-child) {
      margin-bottom: 24px;
    }
    .section-tour-card__lists {
      grid-template-columns: 1fr;
    }
    .section-tour-card__title {
      font-size: 16px;
    }
    .section-tour-card__list li {
      font-size: 14px;
    }
    .rest-tour-card {
      padding-bottom: 80%;
    }
    .tour-card__share{
        padding: 0px;
        border: none;

    }
    .tour-card__share:hover{
        border: none
    }
    .tour-card__share span{
        display: none;
    }
  }
  @media (max-width: 400px) {
    .rest-tour-card {
      padding-bottom: 106%;
    }
  }
  
  .page-section {
    max-width: 1368px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 34px;
  }

  .page-section_faq {
    max-width: 1400px;
  }

  .page-section__title {
    margin: 0;
  }

  .page-section .page-section__text {
    margin-top: 1rem;
    color: white;
    text-align: center;
  }

 
  .page-section-card__link {
    display: none;
  }
 

  .page-section_faq .page-section-cards {
    display: flex;
    gap: 2.4rem;
    margin-top: 4.4rem;
  }

  .page-section_faq .page-section-card {
    padding: 2.4rem;
    background: #1c1c1c;
    text-align: left;
    border: 1px solid #37373c;
    border-radius: 1.2rem;
  }

  .page-section_faq .page-section-card__image {
     width: 6.4rem;
     height: 6.4rem;
  }

  .page-section_faq .page-section-card__title {
    margin-top: 3rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
   }

  .page-section_faq .page-section-card__text {
    margin-top: 1.6rem;
    padding: 0;
    text-align: left;
  }

  .page-section_benefits .page-section-cards {
    margin-top: 4.4rem;
    
  }

  

  .page-section_benefits .page-section-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
  }

  .page-section_benefits .page-section-cards__grid {
    display: contents;
  }

  .page-section_benefits .page-section-card {
    display: grid;
    place-items: center;
    padding: 1rem;
    background: #1c1c1c;
    border: 1px solid #37373c;
    border-radius: 1.2rem;
    min-height: 12.6rem;
  }

  .page-section_benefits .page-section__text {
    max-width: 89rem;
    color: white;
    margin: 0 auto;
    margin-top: 4.3rem;
  }

  .page-section-card__link {
    margin-top: 2.5rem;
    color: #fff73a;
  }

 

  @media (max-height:900px) and (min-width: 1000px ) {
    .page-section_faq,
    .page-section_benefits {
        transform: scale(0.7);
    }

    .page-section_faq .page-section-cards,
    .page-section_benefits .page-section-cards {
        margin-top: 1rem;
    }
}
  
@media (min-height:900px ) and (max-width: 1000px ) {
    .page-section_faq,
    .page-section_benefits {
        transform: scale(1);
    }
}

@media (max-width:1000px ) {
    .page-section__title {
        font-size: 2.4rem;
    }

    .page-section_faq,
    .page-section_benefits {
        box-sizing: border-box;
    }

    .page-section_faq[data-anchor="faq"] img.page-section-card__image {
        display: none ;
    }

    .page-section_faq .page-section-card__title {
        margin: 0;
        font-size: 1.6rem;
    }

    .page-section_faq .page-section-cards {
        margin-top: 1.2rem;
    }

    .page-section_faq .page-section-cards__grid {
        grid-template-columns: repeat(2, 338px);
        align-items: stretch;
    }

    .page-section_faq .page-section-card {
        display: flex;
        flex-direction: column;
        padding: 1.2rem 1.6rem;
        height: 50vh;
        overflow: hidden;
  
    }

    .page-section_faq .page-section__text {
        display: none;
    }

    .page-section_faq .page-section-card__text {
        margin-bottom: 1.2rem;
    }

    .page-section_faq .page-section-card__link {
        margin-top: auto;
        display: inline-flex;
    }


    .page-section_benefits .page-section-card {
        height: 16vh;
        min-height: auto;
    }

    .page-section_benefits .page-section__text {
       margin-top: 1.2rem;
    }

    .page-section_benefits .page-section-cards {
        margin-top: 1.2rem;
        display: flex;
    }   

    .page-section_benefits .page-section-cards__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
      }

      .page-section_faq .owl-stage {
        display: flex;
      }

  
}


/* End */


/* Start:/local/assets/css/owl.carousel.css?17029757974726*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;}
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/assets/css/jquery.formstyler.css?17029757972175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/assets/css/fullpage.css?17029757977475*/
/*!
 * fullPage 4.0.10
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
    height: 100%;
    display: block;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-table{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
/* .fp-table::before , 
.fp-table::after {
      content:'';
      flex:1;
} */
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-prev{
    left: 15px;
}
.fp-next{
    right: 15px;
}
.fp-arrow{
    width: 0;
    height: 0;
    border-style: solid;
}
.fp-arrow.fp-prev {
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-arrow.fp-next {
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
/* .fp-scrollable {
    overflow: hidden;
    position: relative;
} */
/* .fp-scroller{
    overflow: hidden;
} */
/* .iScrollIndicator{
    border: 0 !important;
} */
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide{
    height: auto !important;
}

/* Used with autoScrolling: false */ 
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide{
   /* Fallback for browsers that do not support Custom Properties */
   height: 100vh;
   height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow{
    justify-content: flex-start;
}

.fp-overflow.fp-auto-height-responsive,
.fp-overflow.fp-auto-height,
.fp-overflow{
    overflow-y: scroll;
    height: 100% !important;
    outline:none;
}

.fp-overflow.fp-table{
    display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide{
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fp-snaps{
    overflow-y: auto !important;
    height: 100% !important;
}
.fp-snaps body{
    height: 100% !important;
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        overflow-y: scroll !important;
        scroll-behavior: smooth;
}
.fp-snaps .fp-section{
    scroll-snap-align: start;
}
.fp-snaps .fullpage-wrapper{
    height: auto !important;
}

/* Used for DragAndMove*/
.fp-disable-snap body{
    scroll-behavior: unset !important;
    scroll-snap-type: none !important;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
    background-color: transparent;
    width: 9px;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
    background-color: transparent;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4);
    border-radius: 16px;
    border: 4px solid transparent;
}
.fp-warning,
.fp-watermark{
    z-index: 9999999;
    position: absolute;
    bottom: 0;
}
.fp-warning,
.fp-watermark a{
    text-decoration: none;
    color: #000;
    background: rgba(255,255,255,0.6);
    padding: 5px 8px;
    font-size: 14px;
    font-family: arial;
    color: black;
    display: inline-block;
    border-radius: 3px;
    margin: 12px;
}
.fp-noscroll {
    justify-content: flex-start;
    overflow: hidden;
}
/* End */


/* Start:/local/assets/css/air-datepicker.css?175467040623521*/
.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
	/* display: none; */
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
	color: #fff;
	background: var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
	background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
	background-color: var(--adp-background-color-in-range);
	color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
	background: none;
	border: none
}

.air-datepicker-cell {
	border-radius: 100px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	color: #fff;
	align-items: center;
	justify-content: center;
	z-index: 1
}
.air-datepicker-cell.dp-week{
	color: #fff;
}
.air-datepicker-cell.dp-holi{
	color: #fff;
}
.air-datepicker-cell.-focus- {
}

.air-datepicker-cell.-current- {
	border: 1px solid rgba(255, 255, 255, 0.3);

}

.air-datepicker-cell.-current-.-focus- {
}

.air-datepicker-cell.-current-.-in-range- {
	color: var(--adp-color-current-date)
}


.air-datepicker-cell.-disabled- {
	cursor: default;
	background: none;
	color: rgba(255, 252, 252, 0.3);
}


.air-datepicker-cell.-disabled-.-in-range- {
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
	color: var(--adp-color-disabled)
}


.air-datepicker-cell.-selected- ~ .-in-range-:not(.-disabled-),
.air-datepicker-cell.-in-range-:not(.-disabled-), /* off: -in-range-custom */
.air-datepicker-cell.-in-range-custom.-in-range-:not(.-disabled-) {
	background-color: rgba(255,248,58,.7);
	color: #000;
	border-radius: 0;
}

/* .air-datepicker-cell.-selected-:not(.-disabled-),
.air-datepicker-cell.-selected- ~ .-range-to-:not(.-disabled-){
	border: none;
	color: #1a1a1e;
	background: #FFF73A;
} */
.air-datepicker-cell.-selected-:not(.-disabled-){
	border-radius: 18px 0 0 18px;
}
.air-datepicker-cell.-selected- ~ .-range-to-:not(.-disabled-),
.-in-range-  ~ .-range-to-:not(.-disabled-), /* off: -in-range-custom */
.-in-range-custom  ~ .-range-to-:not(.-disabled-)
{
	border-radius: 0 18px 18px 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
}

.air-datepicker-cell.-selected- {
}

.air-datepicker-cell.-selected-.-current- {
	color: #1a1a1e;
	background: #faf000;
}

.air-datepicker-cell.-selected-.-focus- {
}
.air-datepicker-body {
	transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}
.air-datepicker-body.-hidden- {
	display: none
}

.air-datepicker-body--day-names {
	display: grid;
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	margin: 8px 0 3px
}

.air-datepicker-body--day-name {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 1.6rem;
	padding-bottom: 1.4rem;
	text-align: center;
}

.air-datepicker-body--cells {
	display: grid
}

.air-datepicker-body--cells.-days- {
	grid-template-columns: repeat(7, var(--adp-day-cell-width));
	grid-column-gap: 0;
	grid-row-gap: 0;
	grid-auto-rows: 40px;
	grid-auto-columns: 40px;
	gap: 4px;
}
/* @media (max-height:750px ) {
	.air-datepicker-body--cells.-days- {
		grid-auto-rows: 40px;
	}
} */

.air-datepicker-body--cells.-months- {
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
	display: flex;
	justify-content: space-between;
	box-sizing: content-box;
	background: transparent;
	border-radius: 1.2rem;
	color: #fff;
	cursor: default;
	font-weight: 500;
	font-size: 1.6rem;
	margin: 0 0 18px;
	position: relative;
	text-align: center;
}

.-only-timepicker- .air-datepicker-nav {
	display: none
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center
}

.air-datepicker-nav--title {
	position: relative;
	right: -0.7rem;
}

.tour-card__price .air-datepicker-nav--title {
	margin-right: 0rem;
}

.air-datepicker-nav--action {

	width: 1.4rem;
	height: 1.4rem;
	
	margin: 0 !important;
	border-radius: 1.2rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-image: url("/local/assets/css/../images/next-icon.svg");
	background-repeat: no-repeat;
	background-size: 9px 17px;
	background-position: center;
	cursor: pointer;
	padding: 0.8rem;
}

.air-datepicker-nav--action:first-child{
	background-image: url("/local/assets/css/../images/next-icon.svg");
	transform: rotate(180deg);
}

.tour-card__form .air-datepicker-nav--action[data-action="prev"] {
	right: 4.6rem;
}

.tour-card__form .air-datepicker-nav--action[data-action="next"] {
	right: 1rem;
}

.tour-card__form .air-datepicker-nav--action {
	position: absolute;
	top: -0.6rem;
}

.air-datepicker-nav--action:hover {
}

.air-datepicker-nav--action:active {
}

.air-datepicker-nav--action.-disabled- {
	opacity: .35;
	cursor: default;
	pointer-events: none;
}

.air-datepicker-nav--action svg {
	display: none;
}

.air-datepicker-nav--action path {
	fill: none;
	stroke: var(--adp-nav-arrow-color);
	stroke-width: 2px
}

.air-datepicker-nav--title {
	pointer-events: none;
	border-radius: var(--adp-border-radius);
}

.air-datepicker-nav--title i {
	font-style: normal;
	margin-left: 6px;
}

.air-datepicker-nav--title:hover {
}

.air-datepicker-nav--title:active {
}

.air-datepicker-nav--title.-disabled- {
	cursor: default;
	background: none
}

.air-datepicker-buttons {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column
}

.air-datepicker-button {
	display: inline-flex;
	color: var(--adp-btn-color);
	border-radius: var(--adp-btn-border-radius);
	cursor: pointer;
	height: var(--adp-btn-height);
	border: none;
	background: rgba(255, 255, 255, 0)
}

.air-datepicker-button:hover {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
	color: var(--adp-btn-color-hover);
	background: var(--adp-btn-background-color-hover);
	outline: none
}

.air-datepicker-button:active {
	background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.air-datepicker-time {
	display: grid;
	grid-template-columns: -webkit-max-content 1fr;
	grid-template-columns: max-content 1fr;
	grid-column-gap: 12px;
	align-items: center;
	position: relative;
	padding: 0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time {
	border-top: none
}

.air-datepicker-time--current {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 14px;
	text-align: center
}

.air-datepicker-time--current-colon {
	margin: 0 2px 3px;
	line-height: 1
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
	line-height: 1;
	font-size: 19px;
	position: relative;
	z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
	content: '';
	background: var(--adp-background-color-hover);
	border-radius: var(--adp-border-radius);
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
	opacity: 1
}

.air-datepicker-time--current-ampm {
	text-transform: uppercase;
	align-self: flex-end;
	color: var(--adp-time-day-period-color);
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px
}

.air-datepicker-time--row {
	display: flex;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child {
	margin-bottom: 4px
}

.air-datepicker-time--row input[type='range'] {
	background: none;
	cursor: pointer;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none
}

.air-datepicker-time--row input[type='range']::-ms-tooltip {
	display: none
}

.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
	border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
	border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type='range']:hover::-ms-thumb {
	border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type='range']:focus {
	outline: none
}

.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type='range']:focus::-ms-thumb {
	background: var(--adp-cell-background-color-selected);
	border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-webkit-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type='range']::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-moz-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type='range']::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid var(--adp-time-track-color);
	background: #fff;
	cursor: pointer;
	-ms-transition: background var(--adp-transition-duration);
	transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
	margin-top: calc(var(--adp-time-thumb-size) / 2 * -1)
}

.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: transparent;
	background: transparent
}

.air-datepicker-time--row input[type='range']::-moz-range-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: transparent;
	background: transparent
}

.air-datepicker-time--row input[type='range']::-ms-track {
	border: none;
	height: var(--adp-time-track-height);
	cursor: pointer;
	color: transparent;
	background: transparent
}

.air-datepicker-time--row input[type='range']::-ms-fill-lower {
	background: transparent
}

.air-datepicker-time--row input[type='range']::-ms-fill-upper {
	background: transparent
}

.air-datepicker {
	--adp-font-size: 14px;
	--adp-width: 246px;
	--adp-z-index: 100;
	--adp-padding: 4px;
	--adp-grid-areas:
		'nav'
		'body'
		'timepicker'
		'buttons';
	--adp-transition-duration: .3s;
	--adp-transition-ease: ease-out;
	--adp-transition-offset: 8px;
	--adp-background-color: #fff;
	--adp-background-color-hover: #f0f0f0;
	--adp-background-color-active: #eaeaea;
	--adp-background-color-in-range: rgba(92, 196, 239, .1);
	--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
	--adp-background-color-selected-other-month-focused: #8ad5f4;
	--adp-background-color-selected-other-month: #FFF73A;
	--adp-color: #4a4a4a;
	--adp-color-secondary: #9c9c9c;
	--adp-accent-color: #4eb5e6;
	--adp-color-current-date: var(--adp-accent-color);
	--adp-color-other-month: #dedede;
	--adp-color-disabled: #aeaeae;
	--adp-color-disabled-in-range: #939393;
	--adp-color-other-month-hover: #c5c5c5;
	--adp-border-color: #dbdbdb;
	--adp-border-color-inner: #efefef;
	--adp-border-radius: 4px;
	--adp-border-color-inline: #d7d7d7;
	--adp-nav-height: 32px;
	--adp-nav-arrow-color: var(--adp-color-secondary);
	--adp-nav-action-size: 32px;
	--adp-nav-color-secondary: var(--adp-color-secondary);
	--adp-day-name-color: #ff9a19;
	--adp-day-cell-width: 1fr;
	--adp-day-cell-height: 32px;
	--adp-month-cell-height: 42px;
	--adp-year-cell-height: 56px;
	--adp-pointer-size: 10px;
	--adp-poiner-border-radius: 2px;
	--adp-pointer-offset: 14px;
	--adp-cell-border-radius: 4px;
	--adp-cell-background-color-selected: #5cc4ef;
	--adp-cell-background-color-selected-hover: #45bced;
	--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
	--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
	--adp-btn-height: 32px;
	--adp-btn-color: var(--adp-accent-color);
	--adp-btn-color-hover: var(--adp-color);
	--adp-btn-border-radius: var(--adp-border-radius);
	--adp-btn-background-color-hover: var(--adp-background-color-hover);
	--adp-btn-background-color-active: var(--adp-background-color-active);
	--adp-time-track-height: 1px;
	--adp-time-track-color: #dedede;
	--adp-time-track-color-hover: #b1b1b1;
	--adp-time-thumb-size: 12px;
	--adp-time-padding-inner: 10px;
	--adp-time-day-period-color: var(--adp-color-secondary);
	--adp-mobile-font-size: 16px;
	--adp-mobile-nav-height: 40px;
	--adp-mobile-width: 320px;
	--adp-mobile-day-cell-height: 38px;
	--adp-mobile-month-cell-height: 48px;
	--adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
	--adp-overlay-background-color: rgba(0, 0, 0, .3);
	--adp-overlay-transition-duration: .3s;
	--adp-overlay-transition-ease: ease-out;
	--adp-overlay-z-index: 99
}

.air-datepicker-outer-wrapper {
	/* max-width: 332px; */
	width: 100%;
	margin: 0 auto;
}

.tour-card__price .air-datepicker {
	max-width: none;
}

.cal-wrap.active .air-datepicker-outer-wrapper {
	/* max-width: 332px;
	border-radius: 12px; */
}

.air-datepicker {
	font-family: 'gilroy';
	box-sizing:  border-box;
	display: grid;
	user-select: none;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, -webkit-max-content);
	grid-template-rows: repeat(4, max-content);
	grid-template-areas: var(--adp-grid-areas);
	font-size: 1.6rem;
	line-height: 1.6rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: static;
	transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
}

.dp_warning:not(:empty){
	margin: 24px 0 20px;
}
.dp_warning{
	color: #CD5D5D;
	font-size: 14px;
}

.air-datepicker-title {
	font-size: 2rem;
	line-height: 2.2rem;
	margin-bottom: 2.6rem;
	font-weight: 500;
	text-align: left;
}

.air-datepicker.-from-top- {
	transform: translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right- {
	transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
	transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
	transform: translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-) {
	transform: translate(0, 0);
	opacity: 1
}

.air-datepicker.-active-.-custom-position- {
	transition: none
}

.air-datepicker.-inline- {
	border-color: var(--adp-border-color-inline);
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
	display: none
}

.air-datepicker.-is-mobile- {
	--adp-font-size: var(--adp-mobile-font-size);
	--adp-day-cell-height: var(--adp-mobile-day-cell-height);
	--adp-month-cell-height: var(--adp-mobile-month-cell-height);
	--adp-year-cell-height: var(--adp-mobile-year-cell-height);
	--adp-nav-height: var(--adp-mobile-nav-height);
	--adp-nav-action-size: var(--adp-mobile-nav-height);
	position: fixed;
	width: var(--adp-mobile-width);
	border: none
}

.air-datepicker.-is-mobile- * {
	-webkit-tap-highlight-color: transparent
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
	display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
	transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
	transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
	transition: none
}

.air-datepicker-global-container {
	position: absolute;
	left: 0;
	top: 0
}

.air-datepicker--pointer {
	--pointer-half-size: calc(var(--adp-pointer-size) / 2);
	position: absolute;
	width: var(--adp-pointer-size);
	height: var(--adp-pointer-size);
	z-index: -1
}
.dp-price{
	display: block;
	width: 100%;
	font-size: 10px;
	color: rgba(255, 255, 255, .5);
}
.air-datepicker-cell.-selected- ~ .-in-range-:not(.-disabled-) .dp-price, 
.air-datepicker-cell.-in-range-.-in-range-:not(.-disabled-) .dp-price,/* off: -in-range-custom */
.air-datepicker-cell.-in-range-custom.-in-range-:not(.-disabled-) .dp-price,
.air-datepicker-cell.-selected-:not(.-disabled-) .dp-price, 
.air-datepicker-cell.-selected- ~ .-range-to-:not(.-disabled-) .dp-price{
	color: rgba(26, 26, 30, .5);
}
.air-datepicker-cell.-disabled- .dp-price{
	color: rgba(255, 255, 255, .2);
}

.air-datepicker--pointer:after {
	content: '';
	position: absolute;
	background: #fff;
	border-top: 1px solid var(--adp-border-color-inline);
	border-right: 1px solid var(--adp-border-color-inline);
	border-top-right-radius: var(--adp-poiner-border-radius);
	width: var(--adp-pointer-size);
	height: var(--adp-pointer-size);
	box-sizing: border-box
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^='top'] .air-datepicker--pointer {
	top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^='top'] .air-datepicker--pointer:after {
	transform: rotate(135deg)
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^='right'] .air-datepicker--pointer {
	right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^='right'] .air-datepicker--pointer:after {
	transform: rotate(225deg)
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^='bottom'] .air-datepicker--pointer {
	bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^='bottom'] .air-datepicker--pointer:after {
	transform: rotate(315deg)
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^='left'] .air-datepicker--pointer {
	left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^='left'] .air-datepicker--pointer:after {
	transform: rotate(45deg)
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
	left: var(--adp-pointer-offset)
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
	right: var(--adp-pointer-offset)
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
	left: calc(50% - var(--adp-pointer-size) / 2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
	top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
	bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
	top: calc(50% - var(--adp-pointer-size) / 2)
}

.air-datepicker--navigation {
	grid-area: nav;
}

.air-datepicker--content {
	box-sizing: content-box;
	/* padding: var(--adp-padding); */
	padding: 0;
	grid-area: body;
	width: 100%;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}

.tour-card__price .air-datepicker--content{
	max-width: none;
}

.-only-timepicker- .air-datepicker--content {
	display: none
}

.air-datepicker--time {
	grid-area: timepicker
}

.air-datepicker--buttons {
	grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
	padding: var(--adp-padding);
	border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
	position: fixed;
	background: var(--adp-overlay-background-color);
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
	transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
	transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
	z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
	opacity: 1;
	width: 100%;
	height: 100%;
	transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}


.air-datepicker-cell{
	transition: background-color .2s;
}
.air-datepicker-cell.dp-hot{
}

.dp-minday{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
}
.dp_prices,
.dp_dop{
	list-style: none;
	text-align: left;
}
.dp_prices li:last-child{
	margin-top: 24px;
	font-size: 130%;
}
.dp-tooltip{
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 180px;
	text-align: center;
	padding: 8px;
	margin-bottom: 12px;
	transform: translate(-50%, 0);
	background-color: #565A65;
	border-radius: 8px;
	font-size: 13px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s;
}
.dp-tooltip:after{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -2px;
	left: 50%;
	margin-left: -6px;
	background-color: #565A65;
	transform: rotate(45deg);
}

.air-datepicker-cell:hover .dp-tooltip{
	opacity: 1;
	visibility: visible;
}
.dp-tooltip i{
	font-style: normal;
	position: relative;
	z-index: 1;
}

@media (min-width: 1024px ) {
	.air-datepicker-body--cells.-days- {
		grid-auto-rows: 48px;
		grid-auto-columns: 48px;
	}

	.air-datepicker-body--day-name {
		font-size: 1.4rem;
		line-height: 1.4rem;
	}

	.air-datepicker.-inline- {
		padding: 0;
	}

	.tour-card__price .air-datepicker.-inline- {
		padding: 0;
	}

	.tour-card__price .air-datepicker {
		padding: 0 1.6rem;
	}

	.air-datepicker-legend {
		font-size: 1.6rem;
	}
}

@media (max-width: 854px ) {
	.tour-card__price .air-datepicker {
		max-width: 304px;
	}
}


/* End */


/* Start:/local/assets/css/jquery.fancybox.css?170765825317433*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

/*
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
*/

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices
 */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }


    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
    /*
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    */
}
/* End */


/* Start:/local/js/x/vue/components/ui/dist/s.css?17029757982657*/
.selector {
    display:inline-block;
    position: relative;
    width: 100%;
    height: 100%;
	bottom: 0; top: 0;
}
.selector .selector-display {
    position: relative;
    width: 100%;
    height: 100%;
	bottom: 0; top: 0;
    padding: 2px;
    border: solid 1px;
    border-radius: 2px;
}
.selector .selector-list {
    position: absolute;
    padding: 2px;
    border: solid 1px;
    background-color: #fff;
    z-index: 100000;
}

.selector .selector-unselect {
    cursor: pointer;
}

.selector .selector-list ul {
    max-height: 260px;
    overflow-y: scroll;
}
.selector .selector-list li {
    cursor: pointer;
    -webkit-transition-property: background-color, color, opacity;
    -o-transition-property: background-color, color, opacity;
    transition-property: background-color, color, opacity;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
.selector .selector-list li.active {
    background-color: #fcc;
    cursor: default;
}
.selector .selector-list li:not(.active):hover {
    background-color: #ccc;
}

.selector .selector-list .selector-list-item_others {
    color: #222;
}
.selector .selector-list .selector-list-item_rest {
    color: #222;
    opacity: 0.4;
}
.toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.toggler_switch {
    position: relative;
    display: inline-block;
    width: 98px;
    height: 50px;
}

.toggler_switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F1F1F1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 60px;
    -webkit-box-shadow: inset 0px 2px 2px #0000001a;
            box-shadow: inset 0px 2px 2px #0000001a;
}

.toggler_switch_slider:before {
    position: absolute;
    content: "";
    height: 38px;
    width: 38px;
    left: 5px;
    bottom: 3px;
    background: #E30613;
    border: 3px solid #FFFFFF;
    -webkit-box-shadow: 0px 2px 8px #0000004d;
            box-shadow: 0px 2px 8px #0000004d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.toggler.alt_value .toggler_switch_slider:before {
    -webkit-transform: translateX(45px);
        -ms-transform: translateX(45px);
            transform: translateX(45px);
}


.toggler .toggler_label {
    font-weight: 500;
    color: #B6B6B6;
    cursor: pointer;
}

.toggler .toggler_label.toggler_active_value {
    color: #000000;
}

/* End */
/* /local/assets/css/style.css?1755765250133469 */
/* /local/assets/css/owl.carousel.css?17029757974726 */
/* /local/assets/css/jquery.formstyler.css?17029757972175 */
/* /local/assets/css/fullpage.css?17029757977475 */
/* /local/assets/css/air-datepicker.css?175467040623521 */
/* /local/assets/css/jquery.fancybox.css?170765825317433 */
/* /local/js/x/vue/components/ui/dist/s.css?17029757982657 */
