:root {
    --main-color: #FAF8BE;
    --main-color-rgb: 250, 248, 190;
    --main-body-color: #FAF9C2;
    --main-body-color-rgb: 250, 249, 194;
    --main-color-hover: #FAECBE;
    --background-color: #EAE9E9;
    --active-color: #BED901;
    --active-color-rgb: 190, 217, 1;
    --active-deep-color: #125E38;
    --active-deeper-color: #5A8229;
    --active-deep-color-rgb: 18, 94, 56;
    --active-deeper-color-rgb: 90, 130, 41;
    --active-second-color: #74a835;
    --active-second-color-rgb: 190, 222, 150;
    --bottom-color: #357655;
    --bottom-color-rgb: 53, 11, 85;
    --map-orange-color: #FF8A00;
    --map-orange-color-rgb: 255, 138, 0;
    --map-orange-shadow-color: CE6E00;
    --map-orange-shadow-color-rgb: 206, 110, 0;
    //--active-color: #FFFFFF;
    --white-color: #FFFFFF;
    --white-color-rgb: 255, 255, 255;
    --black-color: #000000;
    --black-color-rgb: 0, 0, 0;
    --header-height: 100px;
    --border-radius: 16px;
    --main-padding: 20px;
    --main-gap: 30px;
    --paragraph-margin-bottom: 10px;
    --main-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    --top-shadow: 0px -4px 10px rgba(0, 0, 0, 0.5);
    --main-text-shadow-hover: 0px 4px 10px rgba(71, 69, 6, 0.85);
    --white-text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    --white-text-shadow-hover: 0px 4px 10px rgba(0, 0, 0, 0.75);
    --card-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    --card-box-shadow-hover: 0px 4px 10px rgba(71, 69, 6, 0.85);
    --button-box-shadow: 0px 4px 10px rgba(var(--black-color-rgb), 0.25);
    --button-box-shadow-hover: 0px 4px 10px rgba(var(--black-color-rgb), 0.85);
    --book-button-inner-shadow: inset 0px 0px 10px rgba(71, 69, 6, 0.25), inset 4px 0px 10px rgba(71, 69, 6, 0.25), inset 0px 4px 10px rgba(71, 69, 6, 0.25), inset 4px 4px 10px rgba(71, 69, 6, 0.25);
    --input-inner-shadow: inset 0px 0px 10px rgba(71, 69, 6, 0.15), inset 4px 0px 10px rgba(71, 69, 6, 0.15), inset 0px 4px 10px rgba(71, 69, 6, 0.15), inset 4px 4px 10px rgba(71, 69, 6, 0.15);
    --input-inner-shadow-active: inset 0px 0px 10px rgba(71, 69, 6, 0.25), inset 4px 0px 10px rgba(71, 69, 6, 0.25), inset 0px 4px 10px rgba(71, 69, 6, 0.25), inset 4px 4px 10px rgba(71, 69, 6, 0.25);
    --gallery-box-shadow-hover: 0px 4px 10px rgba(0, 0, 0, 0.5);
    --offcanvas-text-shadow: 0px 4px 10px rgba(10, 52, 30, 0.25);
    --offcanvas-text-shadow-hover: 0px 4px 10px rgba(10, 52, 30, 0.5);
    --map-orange-shadow: 0px 4px 10px rgba(206, 110, 0, 0.5);
    --map-orange-shadow-hover: 0px 4px 10px rgba(206, 110, 0, 0.75);
    /*
    --slider-text-shadow: -1px -1px 0 var(--active-deep-color), 1px -1px 0 var(--active-deep-color), -1px 1px 0 var(--active-deep-color), 1px 1px 0 var(--active-deep-color), 0px 6px 10px rgba(0, 0, 0, 0.5);;
*/
    --slider-text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5);
    --main-svg-shadow: drop-shadow(0px 4px 10px rgba(0, 0, 0, .25));
    --main-svg-shadow-hover: drop-shadow(0px 4px 10px rgba(71, 69, 6, 0.75));
    --svg-green-shadow: drop-shadow(0px 4px 10px rgba(var(--active-deep-color-rgb), .25));
    --svg-green-shadow-hover: drop-shadow(0px 4px 10px rgba(var(--active-deep-color-rgb), .5));
}

.interactive #sp-header,
.interactive #sp-subfooter,
.interactive #sp-bottom {
    display: none;
}

#krpanoSWFObject {
    background: #FFFFFF !important;
}

.x-tl-booking-widget-container {
    display: none !important;
    visibilty: hidden;
}

/* montserrat-regular - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/montserrat-v25-latin_cyrillic-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/montserrat-v25-latin_cyrillic-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local(''),
        url('../fonts/montserrat-v25-latin_cyrillic-500.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/montserrat-v25-latin_cyrillic-500.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local(''),
        url('../fonts/montserrat-v25-latin_cyrillic-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/montserrat-v25-latin_cyrillic-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin_cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/montserrat-v25-latin_cyrillic-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/montserrat-v25-latin_cyrillic-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-regular - latin_cyrillic */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/noto-serif-v21-latin_cyrillic-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/noto-serif-v21-latin_cyrillic-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-700 - latin_cyrillic */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/noto-serif-v21-latin_cyrillic-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/noto-serif-v21-latin_cyrillic-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* play-regular - latin_cyrillic */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/play-v17-latin_cyrillic-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/play-v17-latin_cyrillic-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* play-700 - latin_cyrillic */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/play-v17-latin_cyrillic-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/play-v17-latin_cyrillic-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*
.stretched {
    transition: all 400ms;
   
}

.stretched {
    transform: matrix(1, 0, 0, 0.001, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 0.001, 0, 0);
    -o-transform: matrix(1, 0, 0, 0.001, 0, 0)
}
*/
body {
    font-family: 'Play';
    color: var(--active-deep-color);
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--active-deeper-color);
}

h1 {
    margin-bottom: var(--main-padding);
}

h1,
.main-page h2 {
    font-size: calc(1.375rem + 1.5vw);
}

.sp-module:not(:first-child) h2 {
    margin-top: var(--main-padding);
}

a,
svg {
    transition: all 400ms;
}

ul,
ol {
    padding-left: 15px;
}

p {
    color: var(--black-color);
}

p a {
    color: var(--active-deeper-color);
    //text-decoration: underline;
}

p a:hover {
    color: var(--active-deeper-color);
    //text-decoration: underline;
}

#sp-menu,
.sp-logo {
    padding-left: 0;
    //padding-right: 0;
}

.sp-megamenu-parent>li {
    height: 100%;
    display: flex;
    align-items: center;
}

.sp-megamenu-parent>li>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    //text-transform: uppercase;
    padding: 0;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0;
}

.sp-megamenu-parent>li:nth-child(4) {
    display: none !important;
}

.main-page #sp-header,
.transparent-header-page #sp-header {
    //backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    //background: rgba(var(--active-color-rgb), 0.15) !important;
    background: rgba(var(--active-deep-color-rgb), 0.2) !important;
    border-bottom: 2px solid rgba(var(--active-deep-color-rgb), .5);
    //background: transparent;
    //background: rgba(var(--white-color-rgb), 0.15) !important;
}

#sp-header,
#sp-header.header-sticky,
.main-page #sp-header.header-sticky {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    //background: rgba(255, 255, 255, 0.7) !important;
    background: rgba(var(--active-deep-color-rgb), 0.85) !important;
    //border-bottom: 2px solid var(--active-color);
    border-bottom: 2px solid rgba(var(--active-color-rgb), .15);
    //box-shadow: none;
    box-shadow: var(--main-text-shadow);
    height: var(--header-height);
}

.transparent-header-page #sp-header.viewslider,
#sp-header.viewslider {
    //backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    //background: rgba(var(--active-color-rgb), 0.15) !important;
    background: rgba(var(--active-deep-color-rgb), 0.2) !important;
    border-bottom: 2px solid rgba(var(--active-deep-color-rgb), .5);
    //background: transparent;
    //background: rgba(var(--white-color-rgb), 0.15) !important;
}


#sp-header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#sp-title {
    background: var(--main-body-color);
    background-image: url("/images/svg/pattern.svg");
    background-size: 100vw;
    background-position: top center;
}

#sp-main-body {
    min-height: calc(100vh - var(--header-height));
    background: var(--main-body-color);
    //background-image: url("/images/svg/pattern.svg");
    background-size: 100vw;
    background-position: top center;
    padding: calc(var(--main-padding) * 2) 0;
}

.main-paddings {
    padding: calc(var(--main-padding) * 2) 0;
}

#sp-bottom {
    position: relative;
    z-index: +1;
    background: var(--bottom-color) !important;
    box-shadow: var(--top-shadow);
    background-image: url("/images/svg/pattern_green.svg") !important;
    background-size: 100vw !important;
    background-position: top center !important;
    padding: var(--main-gap) 0 0 !important;
}

#sp-bottom .sp-module {
    margin-bottom: var(--main-gap);
}

#sp-bottom a {
    font-family: "Montserrat";
    font-weight: 600;
    color: var(--white-color);
    text-shadow: var(--main-text-shadow);
    white-space: nowrap;
}

#sp-bottom a:hover {
    color: var(--main-color);
    text-shadow: var(--main-text-shadow-hover);
}


ul#bottom-right-menu {
    text-align: end;
}

ul#bottom-center-menu {
    text-align: center;
}

#sp-footer {
    position: relative;
    z-index: +1;
    //background: rgba(var(--active-deep-color-rgb), 0.85) !important;
    background: var(--bottom-color);
    border-top: 1px solid rgba(var(--main-color-rgb), 0.15);
}

#sp-footer .container-inner {
    padding: var(--main-gap) 0;
    border-top: none;
}

#sp-subfooter {
    position: relative;
    z-index: +1;
    //background: var(--bottom-color);
    background-image: url("/images/backgrounds/s99.webp");
    background-size: 100vw;
    background-position: center center;
    //border-top: 2px solid var(--white-color);
    padding: var(--main-gap) 0;
}

#sp-subfooter::before {
    content: "";
    position: absolute;
    //z-index: +2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(var(--active-deep-color-rgb), 0.5);
}

.main-slider {
    margin-top: calc(-45px - var(--header-height));
}

/*
.main-slider .stretched {
    position: fixed !important;
    left: 0;
    top: 0;

}
.main-slider .slide-inner.stretched::after {
    content:"";
    width: 100%;
    height: 100%;
    background: #125E38;
}
*/
.main-swiper-container {
    position: relative;
    height: 100vh;
    //margin: 60px;
    overflow: hidden;
    width: 100%;
}

.main-swiper-container .find-booking-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: +2;
}

.main-swiper-container .find-booking-container>.container {
    //border-radius: var(--border-radius);
    //box-shadow: var(--main-text-shadow);
}

.swiper-slide {
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.swiper-slide .slide-inner img {
    display: block;
    min-height: var(--app-height);
    height: var(--app-height);
    min-width: 100vw;
    width: 100vw;
    object-fit: cover;
}

.swiper-slide .slide-inner img.top-image {
    height: auto;
}

.swiper-button-white {
    color: var(--white-color) !important;
}




.main-slide-txt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: +1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    //-webkit-text-stroke-width: 1px;
    //-webkit-text-stroke-color: rgba(var(--active-color-rgb), .95);
    //background: rgba(var(--white-color-rgb), .25);
    //padding: 30px;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.main-slide-txt h3.mix-h3 {
    font-family: 'Play';
    //color: rgba(var(--active-deep-color-rgb),0.75);
    color: var(--white-color);
    background: rgba(var(--active-deep-color-rgb), 0.75);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    //text-shadow: none;
    margin-bottom: calc(var(--main-gap) / 2);
    color: none !important;
    //mix-blend-mode: multiply;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-bottom: var(--main-padding);
    border-bottom: 1px solid rgba(var(--active-deep-color-rgb), .15);
}










.main-slide-texts {
    display: none !important;
    position: absolute;
    height: 100%;
    width: 0;
    z-index: +2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    //-webkit-text-stroke-width: 1px;
    //-webkit-text-stroke-color: rgba(var(--active-color-rgb), .95);
    //background: rgba(var(--white-color-rgb), .25);
    //padding: 30px;
}


.stretched .main-slide-texts-desc {
    transform: perspective(1000px) rotateX(90deg);
    transform-style: preserve-3d;
    //backface-visibility: hidden;
    transition: all 0.75s ease-in-out;
    //transition-delay: 1s;
}

.stretched .main-slide-texts-desc>* {
    transform: perspective(1000px) translateY(-25px);
    transition: all 0.75s ease-in-out;
    transition-delay: 0.25s;
}

.stretched .main-slide-texts-desc>* {
    transition: all 0.75s ease-in-out;
    transition-delay: 0.25s;
    opacity: 0;
}

.main-slide-texts-desc {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    //backface-visibility: hidden;
    transition: all 0.75s ease-in-out;
    transition-delay: 0.25s;
}

.main-slide-texts-desc>* {
    transform: perspective(1000px) translateY(0px);
    transition: all 0.75s ease-in-out;
    transition-delay: 0.5s;
    opacity: 1;
}

.main-slide-texts h3 {
    font-family: 'Play';
    color: var(--white-color);
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    //background: #125E38;
    width: fit-content;
    //-webkit-text-stroke-width: 0.75px;
    //-webkit-text-stroke-color: rgba(var(--active-color-rgb), .95);
    //-webkit-text-stroke-color: rgba(var(--main-color-rgb), .95);
    //-webkit-text-fill-color: transparent;
    //-webkit-text-clip: text;
    text-shadow: var(--slider-text-shadow);
    margin-bottom: 30px;
}

.main-slide-texts h3.mix-h3,
.property-page h1 {
    font-family: 'Play';
    //color: rgba(var(--active-deep-color-rgb),0.75);
    color: var(--white-color);
    background: rgba(var(--active-deep-color-rgb), 0.75);
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    text-shadow: none;
    margin-bottom: calc(var(--main-gap) / 2);
    color: none !important;
    //mix-blend-mode: multiply;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-bottom: var(--main-padding);
    border-bottom: 1px solid rgba(var(--active-deep-color-rgb), .15);
}

/*
.main-slide-texts h3.mix-h3::after,
.property-page h1::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background: rgba(var(--active-deep-color-rgb), .15);
    //border-radius: 5px;
    //background: transparent;
    //box-shadow: var(--slider-text-shadow);
}
*/
/*
.main-slide-texts h3 span {
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(var(--white-color-rgb), .95);
}
*/
/*
.main-slide-texts h3::after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    margin-top: 30px;
    background: var(--main-color);
    box-shadow: var(--slider-text-shadow);
}
*/
.main-slide-texts-desc {
    font-family: 'Play';
    color: rgba(var(--active-deeper-color-rgblor-rgb), 1);
    font-size: 20px;
    font-weight: 400;
    text-shadow: var(--main-text-shadow) !important;
    width: 50%;
    background: rgba(var(--main-color-rgb), .75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: var(--main-gap);
    box-shadow: var(--slider-text-shadow);
    border-radius: var(--border-radius);
}

.main-slide-texts-outer {
    display: flex;
    gap: var(--main-gap);
    align-items: flex-end;
}

.main-slide-button a {
    display: flex;
    font-family: "Montserrat";
    background: var(--active-deep-color);
    color: var(--main-color) !important;
    box-shadow: var(--book-button-inner-shadow);
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    padding: calc(var(--main-padding) / 4) calc(var(--main-padding) / 2);
    border-radius: calc(var(--border-radius) / 2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    pointer-events: all;
    cursor: pointer;
    white-space: nowrap;
}

.main-slide-button:hover a {
    //color: var(--main-color) !important;
    background: var(--active-deeper-color) !important;
}

.mry-swiper-pagination-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mry-swiper-pagination-outer>.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mry-swiper-pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.mry-swiper-pagination .main-slider-legend-item {
    color: var(--white-color);
    position: relative;
    z-index: +5;
    text-align: right;
    width: fit-content;
    height: auto;
    display: inline-flex;
    background: none;
    opacity: 1;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    text-shadow: var(--main-text-shadow);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.mry-swiper-pagination .main-slider-legend-item.swiper-pagination-bullet-active {
    color: var(--main-color);
    text-shadow: var(--main-text-shadow-hover);
    padding-right: calc(var(--main-padding) / 2);
}

.mry-swiper-pagination .main-slider-legend-item::after {
    content: "";
    width: 3px;
    height: 0;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    //background: green;
    border-right: 2px solid var(--main-color);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.mry-swiper-pagination .main-slider-legend-item.swiper-pagination-bullet-active::after {
    height: 70%;
    position: absolute;
    top: 15%;
    bottom: 0;
    right: 0;
}

.price-book-button {
    position: relative;
    z-index: +2;
    //margin-top: 36px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: var(--white-color);
    border-radius: 24px;
    //height: 48px;
    //border: 2px solid var(--white-color);
    width: fit-content;
    display: flex;
    align-items: center;
    background: rgba(var(--active-deep-color-rgb), .15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    overflow: hidden;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.main-slide-button {
    //padding: 15px 15px;
}

//.main-slide-button::after,
.price-book-button::after {
    position: absolute;
    content: "";
    //top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: var(--active-deep-color);
    -webkit-transition: left .4s;
    -moz-transition: left .4s;
    -o-transition: left .4s;
    transition: left .4s;
    z-index: -1;
}

.main-slide-button:hover {
    //color: var(--active-deep-color);
}

//.main-slide-button:hover::after,
.price-book-button:hover::after {
    left: 0;
}

.property-page {
    position: relative;
}

.full-image {
    position: fixed;
    top: 0;
    left: 0;
    height: var(--app-height);
    width: 100%;
    //position: relative;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-image.non-fixed {
    position: absolute;
}

.full-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-images {
    position: absolute;
    top: calc(var(--header-height) + var(--main-gap));
    right: var(--main-gap);
    bottom: var(--main-gap);
    display: flex;
    flex-direction: column;
    gap: var(--main-gap);
    max-width: 33%;
}

.inner-image-1,
.inner-image-2 {
    height: 50%;
    object-fit: contain;
    overflow: hidden;
    display: flex;
    gap: var(--main-gap);
    justify-content: center;
    align-items: center;
    box-shadow: var(--main-text-shadow);
    border-radius: var(--border-radius);
}

.property-page .page-header-container {
    height: calc(100vh - 2 * var(--header-height));
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.property-page .property-header {
    position: relative;
    z-index: 2;
    //background: rgba(var(--main-color-rgb), 0.75);
    //pointer-events: none;
    //font-family: 'Play';
    //color: rgba(var(--active-deeper-color-rgblor-rgb), 1);
    //font-size: 24px;
    //font-weight: 400;
    //text-shadow: var(--slider-text-shadow);
    //width: 50%;
    //background: rgba(var(--main-color-rgb), .75);
    //backdrop-filter: blur(15px);
    //-webkit-backdrop-filter: blur(15px);
    //padding: 30px 30px 30px 30px;
    //box-shadow: var(--slider-text-shadow);
    //border-radius: var(--border-radius);
}

.property-page .property-header .category-articles-item:nth-child(2) {
    margin-top: var(--main-gap);
}

/*
.property-page .price-book-button {
    position: relative;
    z-index: +2;
    background: rgba(var(--white-color-rgb),0.75);
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}
*/
.property-page .price-book-button {
    padding-right: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: initial;
    cursor: pointer;
}

.property-page .price-book-button span {
    font-family: 'Play', sans-serif;
    background: var(--white-color);
    color: var(--active-deep-color);
    padding: 10px;
    margin: 0 10px 0 3px;
    border-radius: var(--border-radius);
}

.property-page .find-booking-container {
    position: absolute;
    z-index: +2;
    margin-top: calc(0px - 2 * var(--main-padding));
    //margin-top: -20px;
}

.yellow-background {
    background: var(--main-body-color);
    background-image: url("/images/svg/pattern.svg");
    background-size: 100vw;
    background-position: top center;
}

.property-page .yellow-background {
    position: relative;
    margin-top: calc(1 * var(--header-height));
    //left: 0;
    z-index: +1;
    height: 100%;
    padding: calc(var(--main-padding) * 2) 0;
}

.property-page .yellow-background h4 {
    padding-bottom: var(--paragraph-margin-bottom);
    border-bottom: 1px solid rgba(var(--active-color-rgb), .15);
    margin-bottom: var(--paragraph-margin-bottom);
}

.transparent-header-page #sp-main-body {
    padding: 0;
}

.fil-det-params {
    fill: var(--active-deep-color);
}

.det-params {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.det-params.short-desc-text,
.hyphen-p p,
.long-term p,
.parent-category-description {
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: justify;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.parent-category-description {
    margin-bottom: var(--main-gap);
}

.det-params-icon {
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    white-space: nowrap;
}

.det-params-icon svg,
.single-num-option svg {
    //height: 22px !important;
    width: auto;
    //margin-right: 5px;
}

.opt-svg-icon {
    min-width: 30px;
    text-align: center;
    display: flex;
    width: 30px;
}

.det-short-desc-outer {
    margin-top: calc(var(--main-padding) / 2);
    padding: calc(var(--main-padding) / 4) 0;
    border-bottom: 1px solid rgba(var(--active-deep-color-rgb), .15);
    border-top: 1px solid rgba(var(--active-deep-color-rgb), .15);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: var(--active-deep-color);
}

.news-articles-item .det-short-desc-outer {
    border: 0;
}

.news-page .det-short-desc-outer {
    margin-bottom: calc(var(--main-padding) / 2);
}

.category-articles-item:hover .det-short-desc-outer,
.prop-categories .category-articles-item:hover .category-desc {
    border-bottom: 1px solid rgba(var(--main-color-rgb), .25);
    border-top: 1px solid rgba(var(--main-color-rgb), .25);
    color: var(--main-color);
}

.news-articles-item:hover .det-short-desc-outer {
    color: var(--main-color);
}

span.mod-articles-category-date svg {
    margin-top: -5px;
}

.news-articles-item:hover span.mod-articles-category-date svg path {
    fill: var(--main-color);
}

span.mod-articles-category-date {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.news-articles-item:hover span.mod-articles-category-date {
    color: var(--main-color);
}

.det-short-desc {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.det-short-desc:hover {
    -webkit-line-clamp: 25;
}

.det-book-block,
.category-term {
    //font-family: 'Montserrat', sans-serif;
    margin-top: calc(var(--main-padding) / 2);
    display: inline-flex;
    width: 100%;
    //gap: var(--main-padding);
    justify-content: space-between;
    align-items: center;
}

.category-items-outer {
    margin-top: var(--main-gap);
    width: 100%;
    display: flex;
    justify-content: center;
}

.category-items-links {
    display: flex;
    flex-wrap: wrap;
    gap: var(--main-padding);
    column-rule: 4px solid red;
    justify-content: space-between;
    align-items: center;
}

.cat-link-button {
    flex-grow: 1;
    flex-shrink: 1;
    //background: #A78BFA;
    text-align: center;
}

.cat-link-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--card-box-shadow);
    background: rgba(var(--active-deep-color-rgb), .85);
    -webkit-transition: all .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: calc(var(--main-padding) / 3 * 2) var(--main-padding);
    font-family: 'Montserrat';
    font-weight: 600;
    text-shadow: var(--main-text-shadow-hover);
    white-space: nowrap;
    width: 100%;
    color: var(--white-color);
}

.cat-link-button a:hover {
    box-shadow: var(--card-box-shadow-hover);
    //background: rgba(var(--active-deep-color-rgb), 1);
    color: var(--main-color);
    text-shadow: var(--main-text-shadow-hover);
}

.det-see-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.det-min-price {
    color: var(--active-deep-color);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    //font-size: 120%;
    white-space: nowrap;
}

.category-articles-item:hover .det-min-price {
    color: var(--main-color);
}

.det-book-button {
    //padding: calc(var(--main-padding) / 4) calc(var(--main-padding) / 2);
    border-radius: calc(var(--border-radius) / 2);
    //border: 1px solid rgba(var(--main-color-rgb), 0.15);
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.det-book-button a {
    display: flex;
    font-family: "Montserrat";
    background: var(--active-deep-color);
    color: var(--main-color);
    box-shadow: var(--book-button-inner-shadow);
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: calc(var(--main-padding) / 4) calc(var(--main-padding) / 2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.det-book-button a:hover {
    color: var(--active-deep-color);
    background: var(--main-color);
}

.article-date-published a {
    font-weight: 600;
}

.article-date-published svg {
    margin-top: -4px
}


.numberSwiper {
    //position: fixed !important;
    //top: 0;
    //left: 0;
    background: rgba(var(--main-color-rgb), 1);
    height: var(--app-height);
    width: 100%;
    margin: var(--main-gap) 0;
    position: relative;
    z-index: +2;
}

.number-det-image {
    position: relative;
    //padding-right: 30px;
}

.number-det-image-overlay {
    position: absolute;
    //background: rgba(var(--active-deep-color-rgb), .75);
    backdrop-filter: blur(15px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99 !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.numberSwiper .swiper-slide.swiper-slide-active .number-det-image-overlay {
    //background: rgba(var(--white-color-rgb), .05);
    backdrop-filter: none;
}

.numberSwiper .swiper-slide {
    width: auto !important;
    margin-inline-end: 1px;
}

.numberSwiper .swiper-slide-active {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.numberSwiper .swiper-slide img {
    max-height: 100vh !important;
    //width: auto;
    display: block;
    //width: 100%;
    height: 100vh;
    object-fit: cover;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-filter: blur(5px) grayscale(1);
    -filter: blur(5px) grayscale(1);
}

.numberSwiper .swiper-slide-active img {
    -webkit-filter: none;
    -filter: none;
}

.com-content-categories__item,
.category-articles-item {
    //margin-bottom: calc(3 * var(--paragraph-margin-bottom)) !important;
    //margin-bottom: 30px;
    overflow: hidden !important;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.category-articles-item .item-card-title a {
    white-space: nowrap;
}

.set-num-options,
.single-num-desc p,
.single-num-desc ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.category-articles-item-1 {
    margin-bottom: calc(3 * var(--paragraph-margin-bottom));
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.single-num-desc {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

.single-num-desc ul li {
    margin-bottom: calc(var(--main-padding) / 3);
    //line-height: 1.4;
}

.set-num-options {
    margin-bottom: var(--main-padding);
}

.set-num-options h5 {
    //padding-bottom: var(--paragraph-margin-bottom);
    //border-bottom: 1px solid rgba(var(--active-color-rgb), .15);
}

.single-num-option {
    display: flex;
    align-items: center;
    padding: 5px 0;
    line-height: 1;
    gap: 2px;
}

.single-num-option svg {
    height: 16px;
}

p a[data-modals],
.single-num-desc a,
.three-cols a,
.req-table a,
p a {
    font-family: 'Montserrat';
    font-size: 90%;
    font-weight: 500;
    color: var(--main-color) !important;
    background: rgba(var(--active-deep-color-rgb), .5);
    border-radius: 20px;
    white-space: nowrap;
    padding: 2px 10px;
    margin: 0 3px;
    text-decoration: none;
}

p a[data-modals]:hover,
.single-num-desc a:hover,
.three-cols a:hover,
.req-table a:hover,
p a:hover {
    color: var(--main-color);
    background: rgba(var(--active-deep-color-rgb), .75);
}

.prop-categories .com-content-categories__item,
.category-articles-item {
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius) !important;
    box-shadow: var(--card-box-shadow);
    background: rgba(var(--main-color-rgb), .85);
    //border-bottom: none;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
}


.prop-categories .com-content-categories__item a {
    //position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    //border-radius: var(--border-radius);
    height: calc(100% + 2px);
    overflow: hidden;
}

.prop-categories .com-content-categories__item a .com-content-categories__item-title-wrapper {
    //position: absolute;
    //flex-grow: 1;
    padding: var(--main-padding);
    width: 100%;
    //bottom: 0;
    //background: rgba(var(--main-color-rgb), .85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--active-deep-color);
    justify-content: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    //margin-top: -15px;
}

.prop-categories .com-content-categories__item a:hover .com-content-categories__item-title-wrapper {
    background: rgba(var(--active-deep-color-rgb), .85);
    color: var(--main-color);
}

.prop-cat-items-list {
    //margin-bottom: calc(3 * var(--main-padding));
}

.page-header h1.sp-module-title {
    margin-bottom: 50px;
}

.news-articles-item {
    //display: flex;
    overflow: hidden;
    //gap: var(--main-gap);
    //flex-direction: column;
    border-radius: var(--border-radius);
    box-shadow: var(--card-box-shadow);
    background: rgba(var(--main-color-rgb), .85);
    //border-bottom: none;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

.news-articles-item:not(:last-child) {
    margin-bottom: var(--main-gap);
}

.news-articles-item a {
    display: flex;
}

.news-articles-item a #catListSlider {
    //display: flex;
    flex: 1 1 33.3%;
}

.news-articles-item a .item-card-title {
    padding: var(--main-padding);
    flex: 1 1 66.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.prop-categories .com-content-categories__item:hover,
.category-articles-item:hover,
.news-articles-item:hover {
    box-shadow: var(--card-box-shadow-hover) !important;
    //border: 1px solid red;
    //background: rgba(var(--active-deep-color-rgb), .75);
}

.prop-categories .com-content-categories__item-title {
    font-family: 'Montserrat';
    font-weight: 700;
}

.prop-categories .com-content-categories__description {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    //align-items: stretch;
}

.prop-categories .com-content-categories__description .category-desc {
    margin-top: var(--paragraph-margin-bottom);
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: justify;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    height: 100%;
    margin-top: calc(var(--main-padding) / 2);
    padding: calc(var(--main-padding) / 4) 0;
    border-bottom: 1px solid rgba(var(--active-deep-color-rgb), .15);
    border-top: 1px solid rgba(var(--active-deep-color-rgb), .15);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.prop-categories .com-content-categories__description .category-term {
    font-weight: 600;
}

.category-desc.base-desc.three-cols.hyp {
    text-align: justify;
}

a.card-href {
    text-decoration: none !important;
}

.category-articles-item .item-card-title {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: var(--main-padding);
    width: 100%;
    //height: 100%;
    //bottom: 0;
    //background: rgba(var(--main-color-rgb), .85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--active-deep-color);
    align-items: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    //margin-top: -15px;
    overflow: hidden !important;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.property-header .category-articles-item .item-card-title {
    border-radius: var(--border-radius) !important;
}

.category-articles-item:hover .item-card-title,
.news-articles-item:hover .item-card-title {
    color: var(--main-color);
    //background: var(--active-deep-color);
    background: rgba(var(--active-deep-color-rgb), .75);
}

.category-articles-item>a {
    //height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden !important;
}

.category-articles-item .item-card-title h4,
.news-articles-item .item-card-title h4 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    color: var(--active-deep-color);
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.category-articles-item:hover .item-card-title path.fil-det-params {
    fill: var(--main-color);
}

.category-articles-item:hover .item-card-title h4,
.news-articles-item:hover .item-card-title h4 {
    color: var(--main-color);
}

.det-book-button a:hover path.fil-det-params {
    fill: var(--active-deep-color) !important;
}

.det-book-button a svg {
    margin-right: 5px;
}

.category-articles-item .item-card-title .det-params .det-params-icon {
    padding-right: 0;
}

.category-articles-item .item-card-title .det-params {
    margin-top: calc(var(--main-padding) / 2);
    justify-content: space-between;
    //display: inline;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
    color: var(--active-deep-color);
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.category-articles-item:hover .item-card-title .det-params {
    color: var(--main-color);
}

.news-articles-category-category {
    font-family: 'Montserrat';
    //font-size: 90%;
    font-weight: 600;
    //color: var(--main-color) !important;
    background: rgba(var(--active-deep-color-rgb), .5);
    border-radius: 5px;
    white-space: nowrap;
    padding: 2px calc(var(--main-padding) / 2);
    margin: calc(var(--main-padding) / 2) 0;
    box-shadow: var(--input-inner-shadow);
    text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.news-articles-category-category a {
    color: var(--main-color);
    font-weight: 600;
}

.news-articles-category-category:hover a {
    color: var(--active-deep-color);
}

.news-articles-category-category:hover {
    background: var(--main-color);

}

#catListSlider {
    width: calc(100% + 2px);
    margin: -1px;
    //border-radius: var(--border-radius) var(--border-radius) 0 0;
    //border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.main-page-cats #catListSlider,
.prop-cat-items-list #catListSlider {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

#catListSlider .swiper-horizontal>.swiper-pagination-bullets,
#catListSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: -1px;
    //margin-top: -15px;
    //background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 100%);
    //background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(var(--white-color-rgb), 0) 0%, rgba(var(--black-color-rgb), .25) 75%, rgba(var(--black-color-rgb), .75) 100%);
    //border: 1px solid red;
}

#catListSlider .swiper-pagination span.swiper-pagination-bullet {
    height: 6px;
    background: var(--white-color);
    z-index: 99;
    border-radius: 3px;
    opacity: 1;
    //box-shadow: var(--card-box-shadow);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#numberDetailSlider .number-swiper-pagination-outer {
    //background: linear-gradient(180deg, rgba(var(--white-color-rgb), 0) 0%, rgba(var(--black-color-rgb), .25) 75%, rgba(var(--black-color-rgb), .75) 100%);
    width: 100%;
    position: absolute;
    //bottom: -1px;
    z-index: +1;
    //height: 40px;
    display: flex;
    justify-content: center;
}

#numberDetailSlider.narrow .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100% !important;
    display: flex;
    position: absolute;
    z-index: +1;
    //bottom: 0;
    //gap: 8px;
    justify-content: center;
    align-items: flex-end;
    height: 42px;
    overflow: visible;
}

#numberDetailSlider .swiper-pagination div.swiper-pagination-bullet,
.utp-slider .swiper-pagination div.swiper-pagination-bullet {
    height: 36px;
    background: rgba(var(--white-color-rgb), 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: +99;
    border-radius: 18px;
    opacity: 1;
    box-shadow: var(--main-text-shadow);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    justify-content: center;
    align-items: center;
}

#catListSlider .swiper-pagination span.swiper-pagination-bullet {
    width: 20%;
    margin: 12px 2% 0;
}

#numberDetailSlider.narrow .swiper-pagination div.swiper-pagination-bullet {
    display: none;
    visibility: hidden;
    left: 0 !important;
}

#numberDetailSlider.narrow .swiper-pagination div.swiper-pagination-bullet-active-main {
    display: inline-block;
    visibility: visible;
}

#numberDetailSlider .bullet-number,
.utp-slider .bullet-number {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--active-deep-color);
}

#numberDetailSlider .swiper-pagination div.swiper-pagination-bullet,
.utp-slider .swiper-pagination div.swiper-pagination-bullet {
    min-width: 36px;
    min-height: 36px;
    height: 36px !important;
    width: 36px !important;
    //margin: 12px 4px 10px;
    //display: inline-flex !important;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    //left: 0 !important;
    //position: relative;
    //z-index: +100;
}

#catListSlider .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--main-color);
    opacity: 1;
    display: inline-flex !important;
    visibility: visible !important;
}

#numberDetailSlider .swiper-pagination div.swiper-pagination-bullet-active,
#numberDetailSlider .swiper-pagination div.swiper-pagination-bullet:hover,
.utp-slider .swiper-pagination div.swiper-pagination-bullet-active,
.utp-slider .swiper-pagination div.swiper-pagination-bullet:hover {
    background: rgba(var(--main-color-rgb), 0.75);
    opacity: 1;
    box-shadow: var(--main-text-shadow-hover);
}

/*
#numberDetailSlider .swiper-pagination div.swiper-pagination-bullet-active,
#numberDetailSlider .swiper-pagination div.swiper-pagination-bullet:hover {
    margin-top: -3px;
}
.utp-slider .swiper-pagination div.swiper-pagination-bullet-active,
.utp-slider .swiper-pagination div.swiper-pagination-bullet:hover {
    margin-right: -3px;
}
*/
#numberDetailSlider .swiper-pagination div.swiper-pagination-bullet-active {
    animation: FadeInDown 400ms ease-in;
    animation-iteration-count: 1;
}

.utp-slider .swiper-pagination div.swiper-pagination-bullet-active {
    animation: FadeInRight 400ms ease-in;
    animation-iteration-count: 1;
}

#numberDetailSlider.narrow .swiper-pagination div.swiper-pagination-bullet-active {
    display: inline-block;
    visibility: visible;
}

#numberDetailSlider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
#numberDetailSlider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(1);
    display: inline-flex !important;
    visibility: visible !important;
}

#numberDetailSlider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
#numberDetailSlider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(1);
    display: inline-flex !important;
    visibility: visible !important;
}

#numberDetailSlider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1);
    position: relative;
}

#catListSlider .swiper-pagination span.swiper-pagination-bullet:hover,
#numberDetailSlider .swiper-pagination div.swiper-pagination-bullet:hover {
    opacity: 1;
}

#myswiper {
    max-height: 80vh;
}

#catListSlider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    width: 100% !important;
}

.news-articles-item #catListSlider .swiper-slide {
    object-fit: cover !important;
}

.news-articles-item #catListSlider .swiper-slide img {
    //max-width: 200% !important;
    //width: auto !important;
    height: 100% !important;
    object-fit: cover;
    //border-radius: var(--border-radius);
}

#catListSlider .swiper-slide img {
    //min-height: 100% !important;
    //aspect-ratio: 16 / 9;
    margin-left: -1px;
    width: 100%;
    height: auto;
    //border-radius: var(--border-radius);
}

.grid {
    width: 100%;
    margin: 30px 0;
    //display: none;
    //visibility: hidden;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

/*
.grid-item+.grid-item+.grid-item~.grid-item{
    display:none;
}
*/
.grid-item {
    float: left;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    box-shadow: var(--card-box-shadow);
    overflow: hidden;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.grid-item img {
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.grid-item video {
    display: block;
    max-width: 100%;
}

.grid-sizer,
.grid-item {
    width: 100%;
}

.gutter-sizer {
    width: 20px;
}

.masonry {
    margin: 60px 0 30px;
    //padding: 0;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    //font-size: .85em;
}

.grid-item a {
    position: relative;
    display: flex;
    flex-direction: column;
    //background: #fff;
    padding: 0;
    //margin: 0 0 20px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    //box-shadow: 2px 2px 4px 0 #CFD3D3;
    //background: red;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    overflow: hidden;
    //box-shadow: 0px 3px 6px rgba(var(--main-color-rgb), 0.05), 3px 3px 6px rgba(var(--main-color-rgb), 0.05), -3px 3px 6px rgba(var(--main-color-rgb), 0.05);
}

#top-gallery-container .grid-item a {
    font-weight: 700;
}

.grid-item a .short-video-back-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.grid-item:hover {
    box-shadow: var(--gallery-box-shadow-hover);
}

.grid-item a .image-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: calc(var(--main-padding) / 2);
    //padding: calc(var(--main-padding) / 2) var(--main-padding);
    //background: rgb(255, 255, 255);
    //background: -moz-linear-gradient(90deg, rgba(var(--main-color-rgb), 1) 0%, rgba(var(--main-color-rgb), 0.65) 65%, rgba(var(--main-color-rgb), 0) 100%);
    //background: -moz-linear-gradient(90deg, rgba(var(--active-color-rgb), 1) 0%, rgba(var(--active-color-rgb), 0.65) 50%, rgba(var(--active-color-rgb), 0) 100%);
    //background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.65) 65%, rgba(255, 255, 255, 0) 100%);
    //background: -linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.65) 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(var(--white-color-rgb), 0) 0%, rgba(var(--black-color-rgb), .25) 50%, rgba(var(--black-color-rgb), .5) 100%);
    //filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    text-shadow: var(--main-text-shadow);
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.grid-item a .images-qty {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    //padding: 10px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: rgba(var(--white-color-rgb), 0.25);
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.grid-item a:hover .images-qty {
    background: rgba(var(--white-color-rgb), 0.75);
}

.grid-item a .image-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.grid-item a:hover .image-hover {
    //background: rgba(var(--active-color-rgb), .25);
}

.grid-item a:hover {
    cursor: pointer;
    color: var(--main-color);
}

.grid-item img {
    height: auto;
    width: 100%;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.grid-item a:hover img.img-fluid {
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}


.grid-item video {
    height: auto;
    width: 100%;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    //display: none !important;
}

.grid-item a:hover video {
    -o-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.15, 1.15);
}

/*
iframe#contract-pdf {
    width: 100%;
    height: 100vh;
}
iframe#contract-pdf #mainContainer {
    min-width: unset !important;
}
*/
.lg-backdrop {
    background-color: var(--main-color) !important;
}

.lg-toolbar {
    background-color: unset !important;
    background: linear-gradient(0deg, rgba(var(--black-color-rgb), 0) 0%, rgba(var(--black-color-rgb), .05) 33%, rgba(var(--black-color-rgb), .15) 63%, rgba(var(--black-color-rgb), .3) 100%);
    color: var(--white-color) !important;
    padding-bottom: var(--main-padding) !important;
    //height: var(--header-height);
}

.lg-sub-html {
    background-color: unset !important;
    background: linear-gradient(180deg, rgba(var(--black-color-rgb), 0) 0%, rgba(var(--black-color-rgb), .05) 33%, rgba(var(--black-color-rgb), .15) 63%, rgba(var(--black-color-rgb), .3) 100%);
    color: var(--white-color) !important;
    text-shadow: var(--white-text-shadow);
    padding-top: var(--main-padding) !important;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.lg-sub-html {
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
*/
}

.lg-toolbar .lg-icon {
    color: rgba(var(--white-color-rgb), 0.75) !important;
    line-height: 16px !important;
    //padding: 17px 0 !important;
    text-shadow: var(--white-text-shadow);
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.lg-toolbar .lg-icon:hover {
    color: var(--white-color) !important;
    text-shadow: var(--white-text-shadow-hover);
}

#lg-counter {
    //padding-top: 17px !important;
    color: rgba(var(--white-color-rgb), .75) !important;
    text-shadow: var(--white-text-shadow);
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(var(--active-deep-color-rgb), .5) !important;
    text-shadow: var(--white-text-shadow);
    box-shadow: var(--card-box-shadow);
    color: var(--white-color) !important;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-radius: 5px !important;
    padding: 7px !important;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    background-color: rgba(var(--active-deep-color-rgb), 0.75) !important;
    box-shadow: var(--card-box-shadow-hover);
}

.lg-progress-bar .lg-progress {
    background-color: var(--active-deep-color) !important;
}

.aspect-16-9 {
    aspect-ratio: 16 / 9;
}

.page-header .sp-page-title {
    background: transparent;
    color: var(--active-deep-color);
    padding: 100px 0 0;
}

.page-header .sp-page-title h1 {
    font-family: 'Play';
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--active-deeper-color);
}

.page-header #sp-main-body {
    margin-top: -139px;
    padding-top: 200px;
}

.sp-scroll-up {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: var(--white-color);
    background: rgba(var(--active-deep-color-rgb), .5);
    transition: all 0.4s ease;
    box-shadow: var(--card-box-shadow);
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
    color: var(--main-color);
    background: rgba(var(--active-deep-color-rgb), .75);
    box-shadow: var(--card-box-shadow-hover);
}

#sp-menu>.sp-column {
    height: 50px;
}

.sp-megamenu-wrapper {
    height: 100%;
}

.sp-megamenu-parent>li>a {
    color: var(--white-color);
    line-height: 1;
    text-shadow: var(--main-text-shadow);
}

/*
color: var(--white-color);
#sp-header.header-sticky .sp-megamenu-parent>li>a {
    text-shadow: var(--main-text-shadow);
}
*/
.sp-megamenu-parent>li:hover>a,
.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: var(--main-color);
    text-shadow: var(--main-text-shadow-hover);
}

.sp-megamenu-parent>li.active:hover>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active:hover>a {
    color: rgba(var(--main-color-rgb), 1);
}

.sp-megamenu-parent>li.active:hover>a::before {
    border-color: rgba(var(--white-color-rgb), 1);
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700;
}

.sp-megamenu-parent>li>a::before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    //background: green;
    border-bottom: 2px solid var(--main-color);
    transition: all 400ms;
}

.sp-megamenu-parent>li:hover>a::before,
.sp-megamenu-parent>li.active>a::before {
    width: 100%;
    left: 0;
}

.sp-dropdown-main {
    width: fit-content !important;
}

.sp-megamenu-parent .sp-dropdown {
    //z-index: 10000 !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(var(--active-deep-color-rgb), .85) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    position: relative;
    z-index: -9999 !important;
    box-shadow: var(--main-text-shadow);
}

.main-page #sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,
.transparent-header-page #sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(var(--active-deep-color-rgb), .2) !important;
}

.main-page #sp-header.header-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,
.transparent-header-page #sp-header.header-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(var(--active-deep-color-rgb), .85) !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul>li>a {
    color: var(--white-color);
    font-weight: 600;
}

.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover>.sp-dropdown {
    animation: FadeInDown 400ms !important;
}

@keyframes FadeInDown {
    0% {
        //opacity: 1;
        transform: translateY(0);
        //max-height: 0;
    }

    100% {
        //opacity: 1;
        transform: translateY(3px);
        //max-height: 100%;
    }
}

@keyframes FadeInRight {
    0% {
        //opacity: 1;
        transform: translateX(0);
        //max-height: 0;
    }

    100% {
        //opacity: 1;
        transform: translateX(3px);
        //max-height: 100%;
    }
}

/*
@keyframes animFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
    white-space: nowrap;
}

.logo-text {
    margin-left: 0 !important;
}

.complex-logo {
    display: flex;
    //padding: 5px 0;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    text-shadow: var(--main-text-shadow);
    height: var(--header-height);
}

.complex-logo:hover .ya-text {
    text-shadow: var(--main-text-shadow-hover);
}

.logo-svg svg {
    height: 90px;
    //width: 150px;
    //width: fit-content;
    //max-width: fit-content;
}

.logo-svg {
    position: relative;
    height: 100%;
    width: 150px;
    display: flex;
    align-items: center;
    transition: all 400ms;
}

.logo-svg::before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    //background: green;
    border-bottom: 2px solid var(--main-color);
    transition: all 400ms;
}

.main-page .logo-svg::before,
a:hover .logo-svg::before {
    width: 100%;
    left: 0;
}

.main-page a:hover .logo-svg::before {
    border-color: var(--white-color);
}

svg.svg-yellow-shadow {
    filter: var(--main-svg-shadow);
}

a:hover svg.svg-yellow-shadow {
    filter: var(--main-svg-shadow-hover) !important;
}

svg.svg-green-shadow {
    filter: var(--svg-green-shadow);
}

.main-page a svg.svg-green-shadow,
a:hover svg.svg-green-shadow {
    filter: var(--svg-green-shadow-hover) !important;
}

.complex-logo-texts {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-left: 5px;
    flex-direction: column;
}

.ya-text {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.main-page .ya-text,
.complex-logo:hover .ya-text {
    color: var(--main-color);
    text-shadow: var(--main-text-shadow-hover);
}

/*
.main-page .complex-logo:hover .ya-text {
    color: rgba(var(--main-color-rgb), 0.75);
}
*/
.tl-widgets-container {
    display: none;
}

.complex-text {
    //position: absolute;
    color: var(--white-color);
    //color: #69952F;
    font-size: 11px;
    //right: 0;
    //bottom: -8px;
    line-height: 1;
    //font-family: 'Play';
}

.top-complex-text {
    margin-bottom: 4px;
}

.info-text p,
.category-desc,
.document-page ul li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: justify;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#sp-title .sp-column {
    position: relative;
}

.main-page-search-form {
    position: absolute;
    bottom: var(--main-gap);
    left: 0;
    right: 0;
    //padding-bottom: calc(var(--main-gap) * 2);
    //min-height: 90px;
    z-index: +99;
}

#tl-search-form {
    //background: #BED901;
    -webkit-backdrop-filter: blur(5px);
    box-shadow: var(--slider-text-shadow);
    border-radius: var(--border-radius);
    backdrop-filter: blur(5px);
    width: 100%;
    //margin: var(--main-padding) auto;
    padding: 0 var(--main-padding);
}

#tl-search-form iframe #search-form-container {
    width: 100% !important;
    float: none !important;
}

.slogan h2 {
    position: relative;
    font-size: 19.5px;
    font-weight: 700;
    background-image: linear-gradient(90deg, var(--main-color) 0%, var(--white-color) 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    margin-bottom: 0;
}

.slogan h2::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    text-shadow: var(--main-text-shadow);
}

#sp-top2,
#sp-top3 {
    display: flex;
    align-items: flex-end;
    height: 34px;
}

#sp-top3 {
    justify-content: flex-end;
}

.phone-line {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 10px;
}

.offcanvas-overlay {
    background: transparent;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.offcanvas-menu .logo-section {
    padding: 20px !important;
}

.offcanvas-menu .offcanvas-inner {
    padding: 0 20px 20px 20px;
}

.offcanvas-menu .logo {
    position: relative;
}

.offcanvas-menu .logo::before {
    content: '';
    width: 3px;
    height: 0;
    position: absolute;
    top: 50%;
    left: -20px;
    border-left: 2px solid var(--active-deep-color);
    transition: all 400ms;
}

.main-page .offcanvas-menu .logo::before,
.offcanvas-menu .logo:hover::before {
    top: 0;
    height: 100%;
}

.main-page .offcanvas-menu .logo:hover::before {
    border-color: rgba(var(--active-deep-color-rgb), .15);
}

.offcanvas-active .burger-icon>span:nth-child(1),
.offcanvas-active .burger-icon>span:nth-child(3) {
    box-shadow: var(--offcanvas-text-shadow);
}

.offcanvas-active a.close-offcanvas:hover .burger-icon>span:nth-child(1),
.offcanvas-active a.close-offcanvas:hover.burger-icon>span:nth-child(3) {
    box-shadow: var(--offcanvas-text-shadow-hover);
}

.offcanvas-menu .offcanvas-inner ul.menu>li:not(:last-child) {
    border-bottom: 1px solid rgba(var(--active-deep-color-rgb), .15);
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li li a,
.offcanvas-menu .offcanvas-inner ul.menu>li>a>span,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
    color: var(--active-deep-color);
    text-shadow: var(--offcanvas-text-shadow);
    opacity: 1;
    //text-shadow: #5A8229;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li:hover span,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li.active>a,
.offcanvas-menu .offcanvas-inner ul.menu>li.active>a>span,
.offcanvas-menu .offcanvas-inner ul.menu>li.active>ul.menu-child>li.current>a {
    color: var(--active-deep-color);
    text-shadow: var(--offcanvas-text-shadow-hover);
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: var(--active-deep-color) !important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.active:hover>a,
.offcanvas-menu .offcanvas-inner ul.menu>li.active:hover>a>span,
.offcanvas-menu .offcanvas-inner ul.menu>li.active>ul.menu-child>li.current:hover>a {
    text-shadow: var(--offcanvas-text-shadow) !important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li li a {
    color: var(--active-deep-color);
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px !important;
    position: relative;
    line-height: 1;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.offcanvas-menu .offcanvas-inner ul.menu>li {
    overflow: visible;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a::before {
    content: '';
    width: 3px;
    height: 0;
    position: absolute;
    top: 50%;
    left: -20px;
    border-left: 2px solid var(--active-deep-color);
    transition: all 400ms;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a:hover::before,
.offcanvas-menu .offcanvas-inner ul.menu>li.active>a::before {
    top: 0;
    height: 100%;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.active>a:hover::before,
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li.active a:hover::before {
    border-color: rgba(var(--active-deep-color-rgb), .15);
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a::before {
    content: '';
    width: 3px;
    height: 0;
    position: absolute;
    top: 50%;
    left: -30px;
    //background: green;
    border-left: 2px solid var(--active-deep-color);
    transition: all 400ms;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a:hover::before,
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li.active a::before {
    top: 0;
    height: 100%;
}

.offcanvas-menu img.logo-image {
    height: 43px;
}

.offcanvas-active .burger-icon>span,
#modal-menu-toggler.active .burger-icon>span {
    background-color: var(--active-deep-color);
}


.offcanvas-inner li.oranged-text a {
    color: var(--map-orange-color) !important;
    text-shadow: var(--map-orange-shadow) !important;
}

.offcanvas-inner li.oranged-text a:hover,
.offcanvas-inner ul.menu li.active.oranged-text a {
    color: var(--map-orange-color) !important;
    text-shadow: var(--map-orange-shadow-hover) !important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li.oranged-text>a>span,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.oranged-text>a>.menu-toggler {
    color: var(--map-orange-color);
    text-shadow: var(--map-orange-shadow);
}

.offcanvas-menu .offcanvas-inner ul.menu>li.oranged-text a::before {
    border-left: 2px solid var(--map-orange-color);
}

.offcanvas-menu .offcanvas-inner ul.menu>li:nth-child(2),
.offcanvas-menu .offcanvas-inner ul.menu>li.oranged-text {
    border-bottom: 1px solid rgba(var(--map-orange-color-rgb), .25);
}

.mob-phone {
    display: flex;
    width: 100%;
    justify-content: center;
}

.tel-mob {
    position: fixed;
    //z-index: -1;
    //margin-top: -100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 0;
    display: flex;
    justify-content: center;
    height: 0;
    //background: red;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    overflow-y: hidden;
    //opacity: 1;
    //visibility: visible;
    /*
    background-image: url('../images/svg/filter.svg');
    background-size: 100vw;
    background-position: top center;
*/
}

/*
.tel-mob::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    //background: rgba(var(--active-deep-color-rgb), .15);
}
*/
.tel-mob.active {
    max-height: var(--app-height);
    height: var(--app-height);
    //max-height: 4000vh;
    //height: 4000vh;
    //backdrop-filter: blur(15px);
    //-webkit-backdrop-filter: blur(15px);
    z-index: +100;
}

.no-overflow {
    overflow: hidden;
}

.mob-phone-line {
    position: relative;
    z-index: +1;
    display: flex;
    //flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    //padding-top: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: rgba(var(--active-deep-color-rgb), .15);
    //backdrop-filter: blur(15px);
    //-webkit-backdrop-filter: blur(15px);
    padding: 10px 8px;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    background: rgba(var(--active-deep-color-rgb), .85);
    box-shadow: var(--main-text-shadow);
    width: 100%;
    flex-wrap: wrap;
    opacity: 0;

}

.mob-phone-single-line {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.mob-phone-line.active {
    animation: spFadeIn 400ms ease-in;
    opacity: 1;
}

.mobile-contacts-icon {
    position: relative;
}

.mobile-contacts-icon::before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    //background: green;
    border-bottom: 2px solid var(--main-color);
    transition: all 400ms;
}

.mobile-contacts-icon.active::before {
    width: 100%;
    left: 0;
}

.main-page .mob-phone-line {
    background: rgba(var(--active-deep-color-rgb), .15);
}

.mob-phone-line.header-sticky {
    background: rgba(var(--active-deep-color-rgb), .85);
}

.phone-line a:first-child {
    //margin-right: 30px;
}

a.top-mess-link {
    position: relative;
    min-height: 40px;
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: +1;
}

a.top-pay {
    position: relative;
}

a.top-pay .center-link-icon {
    padding: 6px 12px;
    border: 3px solid var(--white-color);
    height: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 550;
    line-height: 1;
    text-shadow: var(--main-text-shadow);
    box-shadow: var(--card-box-shadow);
}

.mob-phone .sp-module {
    width: 100%;
}

.mob-phone-line a.top-pay .center-link-icon {
    padding: 6px 12px;
    height: 25px;
    font-size: 15px;
}

.mob-phone-line a::after {
    display: none !important;
}

a.top-pay:hover .center-link-icon {
    color: var(--main-color);
    border-color: var(--main-color);
    text-shadow: var(--main-text-shadow-hover);
    box-shadow: var(--card-box-shadow-hover);
}

.mob-phone-line a.top-mess-link {
    min-height: 28px;
    width: 25px;
}

/*
.top-tg,
.top-location,
.top-viber,
.top-whatsapp {
    position: absolute;
    content: "";
    height: 100%;
    width: 30px !important;
    -webkit-mask-size: 30px !important;
    mask-size: 30px !important;
    //mask-composite: add;
    background: var(--white-color);
    display: flex;
    align-items: flex-start;
    -webkit-filter: var(--main-svg-shadow);
    filter: var(--main-svg-shadow);
    box-shadow: var(--main-text-shadow);

}

.top-tg::after,
.top-location::after,
.top-viber::after,
.top-whatsapp::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    background: var(--main-color);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
    border-radius: 25%;
}
*/
.top-mess-link::after {
    position: absolute;
    content: "";
    top: -10px;
    left: 50%;
    height: 2px;
    width: 0;
    //background: var(--main-color);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
    //background: var(--main-color);
    border-top: 2px solid var(--main-color);
}

.mob-phone-line .top-mess-link::after {
    top: unset;
    bottom: -10px !important;
}

/*
.top-tg {
    -webkit-mask: url(../images/svg/tg-mask.svg) no-repeat 50% 0%;
    mask: url(../images/svg/tg-mask.svg) no-repeat 50% 0%;
}

.top-location {
    -webkit-mask: url(../images/svg/location-mask.svg) no-repeat 50% 0%;
    mask: url(../images/svg/location-mask.svg) no-repeat 50% 0%;
}

.top-viber {
    -webkit-mask: url(../images/svg/viber-mask.svg) no-repeat 50% 0%;
    mask: url(../images/svg/viber-mask.svg) no-repeat 50% 0%;
}

.top-whatsapp {
    -webkit-mask: url(../images/svg/whatsapp-mask.svg) no-repeat 50% 0%;
    mask: url(../images/svg/whatsapp-mask.svg) no-repeat 50% 0%;
}

.top-tg:hover::after,
.top-location:hover::after,
.top-viber:hover::after,
.top-whatsapp:hover::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    //border-radius: 0;
}
*/
a.top-mess-link .center-messenger-icon {
    position: absolute;
    height: 100%;
    width: 30px;
    z-index: -2;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    //display: none;
}

.mob-phone-line a.top-mess-link .center-messenger-icon svg {
    //width: 26px;
}

.mob-phone-line a.top-tel .center-link-icon {
    display: flex;
    //height: 25px;
    align-items: center;
    //border-radius: 24px;
    //overflow: hidden;
}

.mob-phone-line a.top-tel .center-link-svg {
    //height: 25px;
    display: flex;
    align-items: center;
}

.mob-phone-line a.top-tel .center-link-text {
    background: var(--white-color);
    color: var(--black-color);
    //height: 25px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-right: 8px;
    mix-blend-mode: screen;
}

.mob-phone-line a.top-tel .center-link-icon svg {
    //height: 25px;
    //width: 172px;
}

.phone-line a.top-mess-link .center-messenger-icon svg {
    width: 30px;
    height: auto;
    -webkit-filter: var(--main-svg-shadow);
    filter: var(--main-svg-shadow);
}

,
.phone-line a.top-tel .center-link-icon svg {
    height: 30px;
}

.prev-phone-icon {
    margin-left: -1px;
}

a.top-tel:hover .center-link-icon,
a.lead-tel:hover .lead-link-icon {
    animation: FadeInDown 400ms !important;
}

.fil_w,
.fil_a,
.fil_r {
    -webkit-transition: fill .4s;
    -moz-transition: fill .4s;
    -o-transition: fill .4s;
    transition: fill .4s;
}

a.top-mess-link:hover .center-messenger-icon svg .fil_w,
a.top-tel:hover .center-link-icon svg .fil_w,
a.plate-map-link:hover .center-messenger-icon svg .fil_w,
a:hover .bottom-soc-link svg .fil_w {
    fill: var(--main-color);
    //fill:transparent;
}


a.top-tel,
a.top-tel-inv {
    position: relative;
    display: flex;
    align-items: flex-start;
    //background: var(--white-color);
    //font-size: 18px;
    //font-weight: 600;
    //color: var(--active-deep-color);
    //height: 24px;
    //border-radius: 15px;
    //box-shadow: var(--main-text-shadow);
    //padding: 0 10px 0 7px;
    //overflow: hidden;
}

a.top-tel::after,
a.top-tel-inv::after,
a.top-pay::after {
    position: absolute;
    content: "";
    top: -10px;
    left: 50%;
    height: 2px;
    width: 0;
    //background: var(--main-color);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    //z-index: +1;
    //background: var(--main-color);
    border-top: 2px solid var(--main-color) !important;

}

.mob-phone-line a.top-tel::after {
    top: unset;
    bottom: -20px;
}

.top-mess-link:hover::after {
    width: 100%;
    left: 0;
}

.top-phone-link {
    position: relative;
    //z-index: +3;
    display: flex;
    align-items: center;
    //gap: 5px;
    //padding-right: 10px;
    //padding-left: 3px;
    //overflow: hidden;
    //width: max-content;
}



a.top-tel:hover::after,
a.top-tel-inv:hover::after,
a.top-pay:hover::after {
    left: 0;
    width: 100%;
}

a.top-tel:hover {
    //margin-top: 1px;
}

/*
a.top-tel:hover {
    background: var(--main-color);
}
*/
a.top-tel svg,
a.top-tel-inv svg,
.bottom-soc-link svg {
    /*
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
*/
    -webkit-transition: -webkit-transform .4s;
    -ms-transition: -ms-transform .4s;
    transition: transform .4s;
    //margin: 0 7px 0 5px;
}

a.top-tel:hover svg,
a.top-tel-inv:hover svg,
a.top-mess-link:hover svg,
a.top-pay:hover .center-link-icon,
a:hover .bottom-soc-link svg,
#sp-logo a:hover svg,
.mobile-contacts-icon:hover svg,
a#offcanvas-toggler:hover svg {
    animation: FadeInDown 400ms !important;
    /*
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    //margin: 0 5px 0 5px;
    //padding-left: 5px;
*/
}

/*
a.top-tel:hover::after {
    left: 0;
    width: 100%;
}
*/
a.top-tel:hover path.fil_a,
a.top-tel:hover path.fil_r {
    fill: var(--main-color);
    //fill:transparent;
}

svg path {
    -webkit-transition: fill .4s;
    -moz-transition: fill .4s;
    -o-transition: fill .4s;
    transition: fill .4s;
}

/*
.working-time {
    display: flex;
    font-size: 14px;
    color: rgba(var(--active-deep-color-rgb), 0.5);
    line-height: 1;
    margin-left: 5px;
    align-items: center;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.booking-button {
    position: relative;
    background: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    color: var(--active-deep-color);
    height: 30px;
    border-radius: 15px;
    box-shadow: var(--main-text-shadow);
    overflow: hidden;
}

.booking-button::after {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgba(var(--active-deep-color-rgb), .75);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 15px;
    overflow: hidden;
    //z-index: -1;
}

.booking-button:hover {
    color: var(--main-color);
    //background: var(--active-deep-color);    
}

.booking-button:hover::after {
    left: 0;
}

.booking-button-inner {
    position: relative;
    z-index: +1;
    display: flex;
    align-items: center;
    line-height: 1;
}

.booking-button .plus-sign {
    font-size: 200%;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.booking-button:hover .plus-sign {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
*/
.flex-column {
    flex-direction: column;
}

span.font-125 {
    font-size: 125%;
}

a.top-tel:hover .working-time {
    color: rgba(var(--active-deep-color-rgb), 1);
}

.top-wt,
.bottom-wt {
    font-size: 9px;
}

.top-wt {
    border-bottom: 1px solid var(--active-deep-color);
}

.burger-icon>span {
    height: 2px;
    background-color: var(--main-color);
    margin: 5px 0;
    transition: background-color 0.4s ease-in, opacity 0.4s ease-in, transform 0.4s ease-in;
}

#offcanvas-toggler {
    height: var(--header-height);
    line-height: var(--header-height);
}

.mobile-contacts-icon {
    height: var(--header-height);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.info-module p,
.gallery-module p,
ul.price-ul {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    font-size: 16px;
}

/** yookassa **/
.single-customer-field {
    position: relative;
}

.single-customer-field label {
    position: absolute;
    top: -8px;
    left: 6px;
    padding: 0 4px;
    font-size: 11px;
    color: rgba(var(--active-deep-color-rgb), 0.75);
    pointer-events: none;
    background: var(--main-body-color);
    border-radius: 4px;
    z-index: +1;
}

.two-inline-fields {
    display: flex;
    gap: var(--main-padding);
}

.two-inline-fields>div {
    flex: 1 1 50%;
    display: flex;
}

.two-inline-fields .ym-input {
    margin: 0 !important;
}

select.ym-input {
    //cursor: text !important;
}

select.ym-input option {
    color: var(--active-deep-color) !important;
}

#paymentMonth {
    cursor: default;
}

select.unselected {
    color: rgba(var(--active-deep-color-rgb), 0.25) !important;
}

/*
select.ym-input:invalid {
    color: rgba(0, 0, 0, 0.4) !important;
    //color: red !important;
}
*/
.datepicker-dropdown {
    z-index: 99 !important;
}

.yoomoney-payment-form .ym-input {
    padding: 10px 8px 6px !important;
}

.dropdown-menu {
    color: var(--active-deeper-color) !important;
}

/** yookassa end **/
.contract-reqs {
    display: flex;
    justify-content: space-between;
    gap: var(--main-gap);
    padding-top: var(--main-padding);
}

.uk-req p {
    text-align: left;
}

.client-req p {
    //text-align: right;
}

ul#phones,
ul#emails,
ul#address,
ul#placement,
ul#bathhouse,
ul#coords li,
ul#children li,
ul#cavern li,
ul#sales li,
ul#christmas li,
ul#building-list li {
    list-style-type: none;
}

ul#phones li,
ul#emails li,
ul#address li,
ul#placement li,
ul#coords li,
ul#bathhouse li,
ul#children li,
ul#massage li,
ul#cavern li,
ul#sales li,
ul#christmas li,
ul#building-list li {
    position: relative;
    padding-left: 11px;
}

ul#children li {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    display: flex;
    justify-content: flex-start;
    gap: var(--main-padding);
}

ul#bathhouse li,
ul#massage li,
ul#sales li,
ul#cavern li {
    display: flex;
    justify-content: space-between;
    gap: var(--main-padding);
    //padding-bottom: calc(var(--main-padding) / 2);
}

ol.numeric-list {
    list-style: none;
    counter-reset: counterName;
    //width: 30em;
    padding-left: 0px !important;
}

ol.numeric-list li {
    display: flex;
    justify-content: space-between;
    gap: var(--main-padding);
    padding-bottom: calc(var(--main-padding) / 2);
    counter-increment: counterName;
    position: relative;
    padding-left: 26px;
}

ol.numeric-list li:before {
    content: counter(counterName)".";
    position: absolute;
    left: 0px;
    top: 0;
}

/*
ul#bathhouse li::after,
ul#children li::after,
ul#massage li::after {
    content: "";
    height: 1px;
    width: calc(100% + 15px);
    border-top: 1px solid rgba(var(--active-color-rgb), .25);
    position: absolute;
    top: 0;
    left: -15px;
}
*/
ul#bathhouse li div:first-child,
ul#sales li div:first-child,
ul#massage li div:first-child {
    //display: flex;
    //justify-content: flex-start;
    text-align: left;
    hyphens: none;
}

/*
ul#sales li sup {
    top: 0.4em;
}
*/
span.inverse-text {
    color: var(--main-color);
    background: var(--active-deep-color);
    border-radius: 4px;
}

ul#bathhouse li div:last-child,
ul#massage li div:last-child,
ul#cavern li div:last-child,
ul#sales li div:last-child,
ol.numeric-list li div:last-child {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-weight: 600;
    //font-size: 90%;
    white-space: nowrap;
    height: fit-content;
}

ul#cavern {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

ul#cavern:not(:last-child) {
    margin-bottom: var(--main-padding);
}

ul#cavern h5 {
    margin-left: -15px;
}

.contacts-page,
.contacts-page p {
    color: var(--active-deep-color) !important;
}

.contacts-page ul li p a,
.req-table a {
    height: 21px;
    display: inline-flex;
    //margin-left: 11px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
}

ul#phones li::before {
    content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9219 20.9238C16.4453 20.9238 20.9219 16.4473 20.9219 10.9238C20.9219 5.40039 16.4453 0.923828 10.9219 0.923828C5.39844 0.923828 0.921875 5.40039 0.921875 10.9238C0.921875 16.4473 5.39844 20.9238 10.9219 20.9238ZM12.1035 8.39453L12.6309 6.13086C12.6797 5.91016 12.584 5.68945 12.3906 5.57617C12.2871 5.51562 12.1582 5.46094 11.9941 5.42578C11.8555 5.39453 11.6914 5.37695 11.502 5.38086C10.2266 5.41602 8.83203 6.18945 8.95312 10.9941C9.08203 15.7969 10.5156 16.498 11.793 16.4668C12.0137 16.459 12.1973 16.4238 12.3477 16.373C12.4766 16.3301 12.582 16.2773 12.668 16.2227C12.7012 16.2031 12.7305 16.1758 12.7578 16.1465L12.7891 16.1133C12.8887 15.9902 12.9238 15.8164 12.877 15.6543L12.2324 13.4277C12.1816 13.25 12.0391 13.1152 11.8594 13.0742L10.9531 12.873C10.75 12.8262 10.5977 12.666 10.5645 12.457C10.5137 12.1016 10.4375 11.5176 10.4219 10.9551C10.418 10.7422 10.4199 10.5273 10.4297 10.3203C10.4355 10.1445 10.4453 9.97656 10.457 9.82227L10.4883 9.44922C10.5078 9.24414 10.6543 9.07031 10.8516 9.01758L11.7461 8.76367C11.8301 8.74023 11.9043 8.69727 11.9629 8.63867C12.0293 8.57422 12.0781 8.49023 12.1035 8.39453Z' fill='%234c845b'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}

ul#emails li::before {
    content: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9219 20C16.4453 20 20.9219 15.5234 20.9219 10C20.9219 4.47656 16.4453 0 10.9219 0C5.39844 0 0.921875 4.47656 0.921875 10C0.921875 15.5234 5.39844 20 10.9219 20ZM13.5488 5.79492C12.8008 5.39648 11.9434 5.19727 10.9785 5.19727C9.97852 5.19727 9.09375 5.4043 8.32422 5.81641C7.55664 6.22852 6.95898 6.79883 6.53125 7.52539C6.26953 7.97852 6.08984 8.46875 5.99023 8.99414C5.93164 9.31055 5.90234 9.63867 5.90234 9.98047C5.90234 10.2656 5.92188 10.541 5.96289 10.8086C6.05273 11.4004 6.24219 11.9492 6.53125 12.4551C6.95117 13.1895 7.54102 13.7617 8.30469 14.1758C8.6582 14.3691 9.03516 14.5195 9.4375 14.623C9.9043 14.7441 10.4043 14.8047 10.9375 14.8047C11.3633 14.8047 11.7891 14.7598 12.2168 14.668C12.6504 14.584 13.0234 14.4609 13.3379 14.3008L13.002 13.3359C12.3809 13.6445 11.6914 13.7969 10.9375 13.7969C10.1738 13.7969 9.5 13.6328 8.91211 13.3047C8.33203 12.9824 7.88086 12.5352 7.55859 11.9629C7.23828 11.3809 7.07617 10.7207 7.07617 9.98047C7.07617 9.25195 7.23828 8.60156 7.55859 8.0293C7.88867 7.45508 8.3457 7.00781 8.93359 6.6875C9.52734 6.35742 10.209 6.19336 10.9785 6.19336C11.748 6.19336 12.4258 6.34766 13.0137 6.6543C13.6074 6.95508 14.0664 7.37891 14.3867 7.92383C14.7168 8.46289 14.8809 9.08398 14.8809 9.79102C14.8809 10.3848 14.8105 10.8301 14.6699 11.123C14.5371 11.416 14.3496 11.5645 14.1035 11.5645C13.7676 11.5645 13.6016 11.3398 13.6016 10.8926V7.49414H12.1738V8.11328C11.7891 7.65234 11.252 7.41992 10.5586 7.41992C10.1055 7.41992 9.69141 7.5332 9.32227 7.75586C8.95703 7.98047 8.66797 8.29492 8.45117 8.70117C8.24023 9.09961 8.13672 9.55273 8.13672 10.0645C8.13672 10.582 8.24023 11.043 8.45117 11.4473C8.66797 11.8477 8.96094 12.1582 9.33203 12.3809C9.70312 12.6055 10.1113 12.7168 10.5586 12.7168C11.377 12.7168 11.9746 12.4121 12.3516 11.8047C12.4648 12.1055 12.6426 12.332 12.8867 12.4863C13.1328 12.6406 13.4336 12.7168 13.7891 12.7168C14.041 12.7168 14.2734 12.6777 14.4883 12.5996C14.6426 12.543 14.7871 12.4668 14.9219 12.3711C15.2441 12.1406 15.4922 11.8047 15.666 11.3652C15.8477 10.916 15.9395 10.3848 15.9395 9.76953C15.9395 8.89648 15.7305 8.11328 15.3105 7.41992C14.8906 6.72852 14.3027 6.1875 13.5488 5.79492ZM11.8281 11.1328C11.584 11.3848 11.2695 11.5117 10.8848 11.5117C10.4922 11.5117 10.1777 11.3809 9.93945 11.123C9.70312 10.8652 9.58398 10.5117 9.58398 10.0645C9.58398 9.62305 9.70312 9.27734 9.93945 9.02539C10.1777 8.76758 10.4922 8.63672 10.8848 8.63672C11.2695 8.63672 11.584 8.76367 11.8281 9.01562C11.9434 9.13281 12.0293 9.27344 12.0898 9.43359C12.1602 9.61719 12.1953 9.82617 12.1953 10.0645C12.1953 10.5176 12.0723 10.875 11.8281 11.1328Z' fill='%234c845b'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: -15px;
    top: 2px;
    width: 21px;
    height: 21px;
}

ul#address li::before {
    content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7734 20.0762C16.2963 20.0762 20.7734 15.599 20.7734 10.0762C20.7734 4.55332 16.2963 0.0761719 10.7734 0.0761719C5.25059 0.0761719 0.773438 4.55332 0.773438 10.0762C0.773438 15.599 5.25059 20.0762 10.7734 20.0762ZM11.0908 5.43023C10.9968 5.36002 10.8867 5.32507 10.7753 5.32507C10.6639 5.32507 10.5517 5.36002 10.4577 5.43023L6.23478 8.59744C6.00147 8.77269 5.95336 9.10437 6.12756 9.33769C6.23102 9.47599 6.3898 9.5377 6.55027 9.5377V14.8267H9.71748V11.6595H11.8289V14.8267H14.9962V9.54801C15.1556 9.54801 15.3154 9.47599 15.4189 9.33769C15.5931 9.10437 15.546 8.77269 15.3137 8.59744L11.0908 5.43023Z' fill='%234c845b'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}

ul#placement li::before {
    content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7734 0.841797C5.25059 0.841797 0.773438 5.31895 0.773438 10.8418C0.773438 16.3647 5.25059 20.8418 10.7734 20.8418C16.2963 20.8418 20.7734 16.3647 20.7734 10.8418C20.7734 5.31895 16.2963 0.841797 10.7734 0.841797ZM6.11817 10.7414C6.11817 8.26571 8.24023 6.14366 10.716 6.14366C13.2703 6.14366 15.3923 8.26571 15.4316 10.7414C15.4316 13.5092 13.0559 14.9672 12.2462 15.4641C12.1362 15.5316 12.0551 15.5814 12.0128 15.6143C11.6591 16.0073 11.2661 16.8325 11.1875 17.1862C11.0696 17.4613 10.9124 17.5399 10.716 17.5399C10.6374 17.5399 10.4409 17.4613 10.3623 17.1862C10.2837 16.7932 9.89072 15.968 9.53704 15.6143C9.49715 15.5864 9.43013 15.5463 9.3419 15.4936C8.56095 15.0266 6.11817 13.5661 6.11817 10.7414ZM9.53704 10.7414C9.53704 11.4881 10.0872 12.0383 10.716 12.0383C11.4626 12.0383 12.0128 11.4881 12.0128 10.7414C12.0128 10.1127 11.4626 9.56253 10.716 9.56253C10.0872 9.56253 9.53704 10.1127 9.53704 10.7414Z' fill='%234c845b'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}

ul#coords li::before {
    content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7734 0.841797C5.25059 0.841797 0.773438 5.31895 0.773438 10.8418C0.773438 16.3647 5.25059 20.8418 10.7734 20.8418C16.2963 20.8418 20.7734 16.3647 20.7734 10.8418C20.7734 5.31895 16.2963 0.841797 10.7734 0.841797ZM6.11817 10.7414C6.11817 8.26571 8.24023 6.14366 10.716 6.14366C13.2703 6.14366 15.3923 8.26571 15.4316 10.7414C15.4316 13.5092 13.0559 14.9672 12.2462 15.4641C12.1362 15.5316 12.0551 15.5814 12.0128 15.6143C11.6591 16.0073 11.2661 16.8325 11.1875 17.1862C11.0696 17.4613 10.9124 17.5399 10.716 17.5399C10.6374 17.5399 10.4409 17.4613 10.3623 17.1862C10.2837 16.7932 9.89072 15.968 9.53704 15.6143C9.49715 15.5864 9.43013 15.5463 9.3419 15.4936C8.56095 15.0266 6.11817 13.5661 6.11817 10.7414ZM9.53704 10.7414C9.53704 11.4881 10.0872 12.0383 10.716 12.0383C11.4626 12.0383 12.0128 11.4881 12.0128 10.7414C12.0128 10.1127 11.4626 9.56253 10.716 9.56253C10.0872 9.56253 9.53704 10.1127 9.53704 10.7414Z' fill='%234c845b'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}

ul#bathhouse li::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41NTkgMjAuMTA3YzUuNTIzIDAgMTAtNC40NzYgMTAtMTAgMC01LjUyMy00LjQ3Ny0xMC0xMC0xMC01LjUyNCAwLTEwIDQuNDc3LTEwIDEwIDAgNS41MjQgNC40NzYgMTAgMTAgMTB6TTYuODEgNC44MTdhMy44OCAzLjg4IDAgMDEyLjE1Mi0uNzEgNC4yNiA0LjI2IDAgMDEuNzcuMDYgMy44OSAzLjg5IDAgMDEyLjY1NiAxLjgxNyAzLjkxMyAzLjkxMyAwIDAwLTMuMDMyIDMuODA3YzAgLjc0NC4yMTMgMS40MzguNTc1IDIuMDMxYTMuOTEgMy45MSAwIDAxLS44ODEuMTA2IDMuOTA1IDMuOTA1IDAgMDEtMy4yLTEuNjY2IDMuODkgMy44OSAwIDAxLS42MjgtMS40NDYgMy45MDcgMy45MDcgMCAwMS0uMDItMS40NzZBMy44NjcgMy44NjcgMCAwMTYuODEgNC44MTd6bTMuNzUgNC45NzRhMi43MSAyLjcxIDAgMDEyLjcwNy0yLjcwNyAyLjcxIDIuNzEgMCAwMTIuNzA3IDIuNzA3IDIuNzEgMi43MSAwIDAxLTIuNzA3IDIuNzA3IDIuNzEgMi43MSAwIDAxLTIuNzA4LTIuNzA3em0tMS44NzcgMy4yMzZhMS43OTcgMS43OTcgMCAwMTIuNTUgMCAxLjgwNSAxLjgwNSAwIDAxLTEuMjc1IDMuMDhjLS40NzkgMC0uOTM4LS4xODktMS4yNzUtLjUyOWExLjc5NyAxLjc5NyAwIDAxMC0yLjU1eiIgZmlsbD0iIzRjODQ1YiIvPjwvc3ZnPg==");
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}


ul#children li::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41NTkgMGMtNS41MjQgMC0xMCA0LjQ3Ny0xMCAxMHM0LjQ3NiAxMCAxMCAxMGM1LjUyMyAwIDEwLTQuNDc3IDEwLTEwcy00LjQ3Ny0xMC0xMC0xMHptLTQuMTQgNC40MjJBMS40NDIgMS40NDIgMCAxMTcuNDQgNi44OGMtLjM4MiAwLS43NDgtLjE1Mi0xLjAyLS40MjJhMS40NDQgMS40NDQgMCAwMTAtMi4wMzd6bTUuNzYzIDBhMS40MzggMS40MzggMCAwMTIuNDU3IDEuMDE3IDEuNDM4IDEuNDM4IDAgMDEtMi40NTcgMS4wMiAxLjQzOCAxLjQzOCAwIDAxMC0yLjAzN3ptLTEuNTAyIDEuODZjLjI5OS0uMy43NTUtLjM1Mi45NjYtLjM2YS44MzMuODMzIDAgMDEuMTEyIDBzLjAxMi4yMTktLjA1MS40OGExLjI0IDEuMjQgMCAwMS0uMzA5LjU5OGMtLjM5Ni4zOTYtMS4wNzguMzYtMS4wNzguMzZzLS4wMzctLjY4Mi4zNi0xLjA3OXpNMTUgN2MtLjM5Ni0uMzk4LS4zNi0xLjA3OC0uMzYtMS4wNzhzLjY4LS4wMzcgMS4wNzkuMzZjLjM5Ni4zOTYuMzYgMS4wNzcuMzYgMS4wNzdzLS4yNjQuMDE0LS41Ni0uMDdBMS4xNjcgMS4xNjcgMCAwMTE1IDd6TTUuMDQgOS4yOGMwLS43OTQuNjQ2LTEuNDQgMS40MzktMS40NGguMTMyYS45OC45OCAwIDAwLjQwNy4zOGMuMTI3LjA2NS4yNy4xLjQyMS4xYS45Ni45NiAwIDAwLjgyNy0uNDhoLjEzMkExLjQ0MiAxLjQ0MiAwIDAxOS44NCA5LjI4djIuODhhLjQ3OC40NzggMCAwMS0uNDguNDguNDc5LjQ3OSAwIDAxLS40ODEtLjQ4di0uOTZINnYuOTZhLjQ4LjQ4IDAgMDEtLjk2IDBWOS4yOHptNi41MDEtLjE0NWExLjcxNSAxLjcxNSAwIDAxMS42NTgtMS4yOTVjLjc4MSAwIDEuNDY5LjUzNyAxLjY1OCAxLjI5NWwuNzI5IDIuOTA4YS40NzguNDc4IDAgMDEuMDAyLjIxNy40NDguNDQ4IDAgMDEtLjA5LjE5NS40OTQuNDk0IDAgMDEtLjE2OC4xMzcuNTE0LjUxNCAwIDAxLS4yMjUuMDQ5SDExLjI4YS40OTguNDk4IDAgMDEtLjIxLS4wNS40OTQuNDk0IDAgMDEtLjI2LS4zMzEuNDguNDggMCAwMS4wMDQtLjIxN2wuNzI4LTIuOTA4ek02IDE1LjUwNFYxMi42NGgxLjE4NGwtLjE5NCAyLjg5NmEuNDk3LjQ5NyAwIDAxLS45NDUuMTc0LjQ4Ni40ODYgMCAwMS0uMDQ1LS4yMDd6bTEuODg5LjAzM2wtLjE5NC0yLjg5Nkg4Ljg4djIuODYzYS40OTcuNDk3IDAgMDEtLjk5LjAzM3ptMy44Ny0uMDMzVjEzLjZoMS4xMmwtLjEyOSAxLjkzN2EuNDk3LjQ5NyAwIDAxLS45OS0uMDMzem0xLjg5LjAzM2wtLjEzLTEuOTM3aDEuMTJ2MS45MDRhLjQ5Ny40OTcgMCAwMS0uOTkuMDMzeiIgZmlsbD0iIzRjODQ1YiIvPjwvc3ZnPg==);
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}

ul#massage li::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4xODIgMjAuNDc5YzUuNTIzIDAgMTAtNC40NzcgMTAtMTAgMC01LjUyNC00LjQ3Ny0xMC0xMC0xMC01LjUyNCAwLTEwIDQuNDc2LTEwIDEwIDAgNS41MjMgNC40NzYgMTAgMTAgMTB6bTEuMTItMTYuMTkyYTEuMTUzIDEuMTUzIDAgMTEuOTk0IDIuMDc5IDEuMTUzIDEuMTUzIDAgMDEtLjk5My0yLjA3OXptMi4wODUgMi42ODRhMS4xNTcgMS4xNTcgMCAwMTEuMzUyLjc2MmwuNyAxLjk3NmgtMi40NDVsLS4yOS0uODE4LTEuMjc4LjgxOGgtMS40MTJtLTUuMDI4IDEuMjZhMS4xNTMgMS4xNTMgMCAxMTEuNjMgMS42MyAxLjE1MyAxLjE1MyAwIDAxLTEuNjMtMS42M3ptMi45NzcuMzc1cy4yNzEtLjcxMyAxLjA2OC0uNzEzaDIuNTM3djIuMzA2SDkuMDMxbC0xLjIxNyAxLjYyYS41MDQuNTA0IDAgMDEtLjE3LjE2Ni40NjQuNDY0IDAgMDEtLjIyNi4wNkg0LjY1YS40MzIuNDMyIDAgMDEtLjE4LS4wMzMuNDY2LjQ2NiAwIDAxLS4yNTQtLjYwNS40NjYuNDY2IDAgMDEuNDM0LS4yODRsMi4zMDctLjIwNSAxLjAwNi0yLjMxMnptNC41MyAyLjk3OHYtMy42OTFoMy42ODl2My42OTFhLjQ2Mi40NjIgMCAwMS0uNDYxLjQ2MWgtMi43NjhhLjQ2LjQ2IDAgMDEtLjQ2LS40NnoiIGZpbGw9IiM0Yzg0NWIiLz48L3N2Zz4=);
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}

ul#cavern li::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41NTkuOTI2Yy01LjUyNCAwLTEwIDQuNDc2LTEwIDEwIDAgNS41MjMgNC40NzYgMTAgMTAgMTAgNS41MjMgMCAxMC00LjQ3NyAxMC0xMCAwLTUuNTI0LTQuNDc3LTEwLTEwLTEwem0yLjM3NyA5LjZjLjQ2Mi0xLjUyOC44NzctMi40MDEgMS4xOTktMi40MDEuNjAzIDAgMS42MTMgMy4yNjIgMi40IDcuOGgtMy42YzAtMS42NTUtMS4wNzQtMy41OTktMi40LTMuNTk5LTEuMzI2IDAtMi40IDEuOTQ0LTIuNCAzLjZINC41ODJjMS4wNjQtNS42NTMgMi4xOTMtOS42IDMuMjU0LTkuNi4yNzcgMCAuNjg0LjQzMiAxLjE0OCAxLjIxMy42MDItMi4yNyAxLjEzMy0zLjYxMyAxLjU1MS0zLjYxMy41NTUgMCAxLjU2NyAyLjU2OCAyLjQgNi42eiIgZmlsbD0iIzRjODQ1YiIvPjwvc3ZnPg==);
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}


ul#building-list li::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4xNzYgMGMtNS41MjQgMC0xMCA0LjQ3Ny0xMCAxMHM0LjQ3NiAxMCAxMCAxMGM1LjUyMyAwIDEwLTQuNDc3IDEwLTEwcy00LjQ3Ny0xMC0xMC0xMHpNNi43MDMgNS41NDdBMS4zNyAxLjM3IDAgMDE3LjgwMSA1aDQuNzVjLjc2IDAgMS4zNzUuNjE1IDEuMzc1IDEuMzc1djhjMCAuMzQ2LS4yOC42MjUtLjYyNS42MjVoLTEuNzVhLjYyNC42MjQgMCAwMS0uNjI1LS42MjVWMTMuMjVhLjI1NS4yNTUgMCAwMC0uMDg0LS4xODguMjQ2LjI0NiAwIDAwLS4xNjYtLjA2MmgtMWEuMjUuMjUgMCAwMC0uMjUuMjV2MS4xMjVjMCAuMzQ2LS4yOC42MjUtLjYyNS42MjVINy4wNWEuNjI0LjYyNCAwIDAxLS42MjUtLjYyNXYtOGMwLS4zMS4xMDMtLjU5OC4yNzctLjgyOHptMS41OTggNi4yMDNoLjI1YS4zNzUuMzc1IDAgMDAwLS43NUg4LjNhLjM3NS4zNzUgMCAwMDAgLjc1em0wLTEuNWguMjVhLjM3NS4zNzUgMCAwMDAtLjc1SDguM2EuMzc1LjM3NSAwIDAwMCAuNzV6bTAtMS41aC4yNWEuMzc1LjM3NSAwIDAwMC0uNzVIOC4zYS4zNzUuMzc1IDAgMDAwIC43NXptMC0xLjVoLjI1YS4zNzUuMzc1IDAgMDAwLS43NUg4LjNhLjM3NS4zNzUgMCAwMDAgLjc1em0xLjM3NSA0LjEyNWMwIC4yMDcuMTY4LjM3NS4zNzUuMzc1aC4yNWEuMzc1LjM3NSAwIDAwMC0uNzVoLS4yNWEuMzc1LjM3NSAwIDAwLS4zNzUuMzc1em0uMzc1LTEuMTI1aC4yNWEuMzc1LjM3NSAwIDAwMC0uNzVoLS4yNWEuMzc1LjM3NSAwIDAwMCAuNzV6bTAtMS41aC4yNWEuMzc1LjM3NSAwIDAwMC0uNzVoLS4yNWEuMzc1LjM3NSAwIDAwMCAuNzV6bTAtMS41aC4yNWEuMzc1LjM3NSAwIDAwMC0uNzVoLS4yNWEuMzc1LjM3NSAwIDAwMCAuNzV6bTEuNzUgNC41aC4yNWEuMzc1LjM3NSAwIDAwMC0uNzVoLS4yNWEuMzc1LjM3NSAwIDAwMCAuNzV6bTAtMS41aC4yNWEuMzc1LjM3NSAwIDAwMC0uNzVoLS4yNWEuMzc1LjM3NSAwIDAwMCAuNzV6bTAtMS41aC4yNWEuMzc1LjM3NSAwIDAwMC0uNzVoLS4yNWEuMzc1LjM3NSAwIDAwMCAuNzV6bTAtMS41aC4yNWEuMzc1LjM3NSAwIDAwMC0uNzVoLS4yNWEuMzc1LjM3NSAwIDAwMCAuNzV6IiBmaWxsPSIjNGM4NDViIi8+PC9zdmc+");
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}

ul#sales li::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguODE3IDcuODM4YS41MTIuNTEyIDAgMDAtLjUyMi41MjJjMCAuMjk2LjIyNy41MjIuNTIyLjUyMmEuNTEyLjUxMiAwIDAwLjUyMi0uNTIyLjUxMi41MTIgMCAwMC0uNTIyLS41MjJ6bTQuNTIzIDQuNDgyYS41MTIuNTEyIDAgMDAtLjUyMy41MjJjMCAuMjk2LjIyNi41MjIuNTIyLjUyMmEuNTEyLjUxMiAwIDAwLjUyMi0uNTIyLjUxMi41MTIgMCAwMC0uNTIyLS41MjF6IiBmaWxsPSIjNGM4NDViIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS42NjIgOC40MDJsLjkwNS41NTZjLjU1Ni4zNDguODg2Ljk3NC44ODYgMS42NTJhMS44OCAxLjg4IDAgMDEtLjkwNCAxLjYzNWwtLjkwNC41NTdhLjg4MS44ODEgMCAwMC0uMzQ4IDEuMDc4bC40Ljk5MWMuMjQzLjYyNi4xNzQgMS4zMjItLjIyNiAxLjg2MS0uNC41NC0xLjA0NC44MzUtMS43MDUuNzgzbC0xLjA2LS4wODdhLjg2NC44NjQgMCAwMC0uOTA1LjY2bC0uMjQzIDEuMDQ0YTEuODggMS44OCAwIDAxLTEuMjcgMS4zNzQgMS44ODggMS44ODggMCAwMS0xLjgyNi0uMzY1bC0uODE3LS42OTZhLjg3Ljg3IDAgMDAtMS4xMzEgMGwtLjgxNy42OTZhMS44OTggMS44OTggMCAwMS0xLjIzNS40NTJjLS4xOTEgMC0uNC0uMDE3LS41OTEtLjA4N2ExLjkxIDEuOTEgMCAwMS0xLjI3LTEuMzc0bC0uMjQ0LTEuMDQzYS44NC44NCAwIDAwLS45MDQtLjY2MWwtMS4wNi4wODdhMS45MTcgMS45MTcgMCAwMS0xLjcwNS0uNzgzIDEuODgyIDEuODgyIDAgMDEtLjIyNi0xLjg2bC40LS45OTJhLjg4MS44ODEgMCAwMC0uMzQ4LTEuMDc4bC0uOTA1LS41NTdhMS45MiAxLjkyIDAgMDEtLjkwNC0xLjYzNWMwLS42NzguMzMtMS4yODcuOTA0LTEuNjM1bC45MDUtLjU1NmEuODgxLjg4MSAwIDAwLjM0OC0xLjA3OGwtLjQtLjk5MmMtLjI0NC0uNjI2LS4xNzQtMS4zMjIuMjI2LTEuODYuNC0uNTQgMS4wNDMtLjgzNSAxLjcwNC0uNzgzbDEuMDYxLjA4N2MuNDE3LjAzNC44LS4yNDQuOTA0LS42NjFsLjI0NC0xLjA0NEExLjg4IDEuODggMCAwMTcuODcuNzE0YTEuOTUgMS45NSAwIDAxMS44NDMuMzQ4bC44MTcuNjk2YS44Ny44NyAwIDAwMS4xMyAwbC44MTgtLjY5NmExLjg4IDEuODggMCAwMTEuODI3LS4zNjUgMS45MSAxLjkxIDAgMDExLjI3IDEuMzc0bC4yNDIgMS4wNDNhLjg0Ljg0IDAgMDAuOTA1LjY2MWwxLjA2LS4wODdhMS45MTcgMS45MTcgMCAwMTEuNzA1Ljc4M2MuNC41NC40ODcgMS4yMzUuMjI2IDEuODZsLS40Ljk5MmEuODgxLjg4MSAwIDAwLjM0OCAxLjA3OXpNOC44MTcgOS45MjVjLS44NyAwLTEuNTY1LS42OTUtMS41NjUtMS41NjVzLjY5Ni0xLjU2NSAxLjU2NS0xLjU2NWMuODcgMCAxLjU2Ni42OTYgMS41NjYgMS41NjUgMCAuODctLjY5NiAxLjU2NS0xLjU2NiAxLjU2NXptNC41MjIgNC40ODNjLS44NyAwLTEuNTY1LS42OTYtMS41NjUtMS41NjYgMC0uODcuNjk2LTEuNTY1IDEuNTY1LTEuNTY1Ljg3IDAgMS41NjUuNjk2IDEuNTY1IDEuNTY2IDAgLjg3LS42OTUgMS41NjUtMS41NjUgMS41NjV6bS0zLjQ3OC0xLjkzYS40NzEuNDcxIDAgMDEtLjM0OC0uMTRjLS4yMDktLjE5MS0uMjQ0LS41MjItLjA1Mi0uNzNsMy44MjYtNC4zM2MuMTkxLS4yMS41MjItLjI0NC43My0uMDUzLjIxLjE5MS4yNDQuNTIyLjA1My43M2wtMy44MjcgNC4zMzFhLjQ0LjQ0IDAgMDEtLjM4Mi4xOTF6bS0xLjM5Mi41MzhhLjUyMi41MjIgMCAxMDAgMS4wNDQuNTIyLjUyMiAwIDAwMC0xLjA0NHoiIGZpbGw9IiM0Yzg0NWIiLz48L3N2Zz4=);
    position: absolute;
    left: -15px;
    top: 1px;
    width: 21px;
    height: 21px;
}

ul#christmas li::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAyMGM1LjUyMyAwIDEwLTQuNDc3IDEwLTEwUzE1LjUyMyAwIDEwIDAgMCA0LjQ3NyAwIDEwczQuNDc3IDEwIDEwIDEwek05LjIzOCA0LjA3NVYyaDEuNTI0djIuMDc1bDEtMS4wMjUgMS4wNDcgMS4xLTIuMDQ3IDIuMTc1VjguNjVsMS45MDUtMS4yLjc2Mi0yLjkgMS40NTIuNC0uMzgxIDEuMzc1IDEuNzM4LTEuMDUuNzYyIDEuNDUtMS43MzggMS4wMjUgMS4zNTcuMzI1LS4zOCAxLjYtMi44MS0uOEwxMS41MjQgMTBsMS45MDUgMS4xMjUgMi44MS0uOC4zOCAxLjYtMS4zNTcuNCAxLjczOC45NS0uNzYyIDEuNDUtMS43MzgtMS4wNS4zODEgMS40NS0xLjQ1Mi40LS43NjItMi45NzUtMS45MDUtMS4ydjIuMzI1bDIuMDQ3IDIuMTc1LTEuMDQ3IDEuMS0xLTEuMDI1VjE4SDkuMjM4di0yLjA3NWwtMSAxLjAyNS0xLjA0OC0xLjEgMi4wNDgtMi4xNzVWMTEuMzVsLTEuOTA1IDEuMi0uNzYyIDIuOTc1LTEuNDUyLS40NzUuMzgxLTEuMzc1LTEuNzM4IDEuMDVMMyAxMy4yNzVsMS43MzgtMS4wMjUtMS4zNTctLjMyNS4zOC0xLjYgMi44MS44TDguNDc2IDEwIDYuNTcxIDguODc1bC0yLjgxLjgtLjM4LTEuNiAxLjM1Ny0uMzI1TDMgNi43MjVsLjc2Mi0xLjQ1TDUuNSA2LjMyNSA1LjExOSA0Ljk1bDEuNDUyLS40Ljc2MiAyLjk3NUw5LjIzOCA4LjY1VjYuMzI1TDcuMTkgNC4xNWwxLjA0OC0xLjEgMSAxLjAyNXoiIGZpbGw9IiM0Yzg0NWIiLz48L3N2Zz4=);
    position: absolute;
    left: -15px;
    top: 4px;
    width: 21px;
    height: 21px;
}

ul#christmas li p {
    margin-bottom: 5px;
}

ul#christmas li p:first-child {
    color: var(--active-deep-color);
    font-size: 115%;
}

ul#christmas li p:last-child {
    margin-bottom: var(--main-padding);
}

.fill-bullet {
    fill: var(--active-deep-color) !important;
}

/* fancybox-start */
#mainCarousel {
    width: 100%;
    margin: 0 0 1rem 0;

    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
        0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
    width: auto;
    padding: 0;
}

#mainCarousel .carousel__slide img {
    width: auto !important;
    max-height: calc(100vh - var(--header-height) - 120px);
    height: calc(100vh - var(--header-height) - 120px) !important;
    padding: 0;
    padding-right: 20px;
    object-fit: cover;
}

#mainCarousel .carousel__button.is-prev {
    left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
    right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
    outline: none;
    box-shadow: 0 0 0 4px #A78BFA;
}

#thumbCarousel .carousel__slide {
    opacity: 0.75;
    padding: 0;
    margin: 0.25rem;
    width: 96px;
    height: 64px;
}

#thumbCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}

.single-num-desc hr {
    margin: var(--main-padding) 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid rgba(var(--active-color-rgb), 1);
    ;
}

.three-cols-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: var(--main-gap);
    column-rule: 1px solid rgba(var(--active-color-rgb), .15);
    margin-bottom: var(--main-gap);
}

.three-cols-grid .column-divider {
    position: relative;
}

.three-cols-grid .column-divider>div {
    position: absolute;
}

.two-cols-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--main-gap);
    column-rule: 1px solid rgba(var(--active-color-rgb), .15);
    margin-bottom: var(--main-gap);
}

.two-cols-grid .column-divider {
    position: relative;
}

.two-cols-grid .column-divider>div {
    position: absolute;
}

.three-cols {
    min-height: fit-content !important;
    //column-fill: balance;
    //row-gap: 30px;
}

.cat-inside-full-desc {
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-align: justify;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* fancybox-end */

/* full-screen-yuotube-start */

.full-screen-yt-video .player-ph {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 6;
    opacity: 1;
    transition: opacity 1s ease-out;
    transition-delay: 4s;
    /*    
    background: url(https://images.unsplash.com/photo-1503714964235-8954a5249c00?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80);
    background-size: cover;
    mix-blend-mode: multiply;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
*/
}

.full-screen-yt-video #player-wrap {
    cursor: pointer;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.full-screen-yt-video .player-ph,
.full-screen-yt-video .player-ph--color,
.full-screen-yt-video #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-screen-yt-video #player {
    z-index: 5;
    pointer-events: none;
    opacity: 0 //transition: opacity 3s ease-out;
}

.full-screen-yt-video .player-ph--color {
    //background: red;
}

/*
.player-ph--color:after {
    content: "▶️";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    font-size: 150px;
    color: #fff;
    opacity: .5;
    display: block;
    z-index: 2
}
*/
.full-screen-yt-video #player {
    transition: opacity .325s ease-out;
}

/*
.player-ph--color:after {
    transition: opacity 1s ease-out;
}
*/
.full-screen-yt-video #player-parent.playing .player-ph,
.full-screen-yt-video #player-parent.showing .player-ph {
    opacity: 0;
}

.player-ph--color svg#pause-video {
    position: absolute;
    bottom: var(--main-padding);
    right: var(--main-padding);
}

.player-ph--color.hovering svg.svg-yellow-shadow,
.pause-layer.hovering svg.svg-yellow-shadow {
    filter: var(--main-svg-shadow-hover);
}

.player-ph--color.hovering svg path,
.pause-layer.hovering svg path {
    fill: var(--main-color-hover);
}

.pause-layer {
    pointer-events: none;
    position: absolute;
    bottom: var(--main-padding);
    right: var(--main-padding);
    z-index: 8;
}

.pause-layer svg {
    opacity: 0;
}

.full-screen-yt-video s#player-parent {

    &.pausing,
    &.paused {
        #player {
            opacity: 0
        }
    }

    &.playing,
    &.showing {
        .player-ph--color {
            opacity: 0
        }
    }

    /*
    &.playing,
    &.showing {
        .player-ph {
            opacity: 0;
            z-index: 4;
        }
    }
*/

    &.playing #player {
        opacity: 1
    }
}

/* full-screen-youtube-end */

/* yuotube-start */

#player-parent {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--main-text-shadow);
    width: 100%;
    //min-height: calc(100vh - var(--header-height) - var(--main-padding));
    //height: calc(100vh - var(--header-height) - var(--main-padding));
}

.player-ph {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 6;
    opacity: 1;
    transition: opacity 0.45s ease-out;
    //transition-delay: 0.450s;
    /*    
    background: url(https://images.unsplash.com/photo-1503714964235-8954a5249c00?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80);
    background-size: cover;
    mix-blend-mode: multiply;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
*/
}

.player-ph img {
    height: 100%;
    opacity: 1;
    transition: opacity 0.45s ease-out;
}

#player-wrap {
    cursor: pointer;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.player-ph,
.player-ph--color,
#player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#player {
    z-index: 5;
    pointer-events: none;
    //opacity: 0;
    //transition: opacity 3s ease-out;
}

.player-ph--color {
    pointer-events: none;
    background: rgba(var(--main-color-rgb), .15);
    z-index: 7;
    opacity: 1;
    transition: opacity 0.45s ease-out;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#player-parent .player-ph--color svg path {
    opacity: 0;
    //fill: var(--main-color);
}

#player-parent.showing .player-ph--color svg path,
#player-parent.paused .player-ph--color svg path,
#player-parent.pausing .player-ph--color svg path {
    opacity: 1;
}

/*
.player-ph--color:after {
    content: "▶️";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    font-size: 150px;
    color: #fff;
    opacity: .5;
    display: block;
    z-index: 2
}
*/
#player {
    transition: opacity .325s ease-out;
}

/*
.player-ph--color:after {
    transition: opacity 1s ease-out;
}
*/

#player-parent.playing .player-ph {
    z-index: 44;
    //opacity: 0;
}

#player-parent.playing .player-ph img {
    opacity: 0;
}

#player-parent.playing .player-ph--color {
    //z-index: 4;
    //opacity: 0;
}

#player-parent.playing .player-ph--color svg path {
    //opacity: 0 !important;
}

#player-parent {

    &.pausing,
    &.paused {
        #player {
            opacity: 0
        }
    }

    &.playing {
        .player-ph--color svg {
            opacity: 0
        }
    }

    &.playing {
        .pause-layer svg {
            opacity: 1
        }
    }

    &.showing {
        .player-ph {
            opacity: 1;
        }
    }


    &.playing #player {
        opacity: 1
    }
}

/* youtube-end */
.filled-booking-container .tl-container {
    //background: var(--active-deep-color);
    //background-image: url("/images/backgrounds/s99.webp");
    //background: rgba(var(--main-color-rgb), 0.15);
    //background-size: 100vw;
    //background-position: center center;

    border-radius: var(--border-radius);
}

#offcanvas-toggler.offcanvas-toggler-right {
    margin-left: 0 !important;
}

.offcanvas-menu {
    background: var(--main-color) !important;
    color: var(--active-deep-color) !important;
}

/* modals-start */
.rl-modal-open #sp-header {
    display: none;
}

[data-modals-element="modal"] [data-modals-element="overlay"] {
    --color: 0, 0, 0;
    --opacity: 0.5;
    background-color: rgba(var(--color), var(--opacity));
}

[data-modals-element="modal"] [data-modals-element="container"]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 67px;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(var(--black-color-rgb), 0) 0%, rgba(var(--black-color-rgb), .05) 33%, rgba(var(--black-color-rgb), .15) 63%, rgba(var(--black-color-rgb), .3) 100%);
}

[data-modals-element="modal"] [data-modals-element="slide-content-inner"] {
    //background: rgba(var(--main-color-rgb), 0.75) !important;
    //background-image: url("/images/svg/pattern.svg");
    //background-image: url("/images/sliders/main/s1.jpg");
    //background-size: 100vw;
    //background-position: top center;
}

[data-modals-element="modal"] [data-modals-element="slide-content"] {
    border-radius: var(--border-radius);
}

body.document-page {
    background: rgba(var(--main-color-rgb), 0.75);
    background-image: url("/images/svg/pattern.svg");
    background-size: 100vw;
    background-position: top center;
    font-family: 'Play';
    color: var(--active-deep-color);
    line-height: 1.4;
    margin: 0 !important;
    padding: var(--main-gap);
}

[data-modals-element="modal"] [data-modals-element="slide-content"] iframe {
    border-radius: var(--border-radius);
}

[data-modals-element=modal] [data-modals-element=slide-content] {
    box-shadow: var(--main-text-shadow);
}

body.document-page ul,
body.document-page ol {
    padding-left: 15px;
}

[data-modals-element=modal][data-modals-theme=custom] {
    --main-margin: 20px;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=left] {
    margin: calc(var(--main-margin) * -1);
    margin-to-left: 0;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=right] {
    margin: calc(var(--main-margin) * -1);
    margin-to-right: 0;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=slide] {
    padding: var(--main-margin);
    max-width: 100%;
    max-height: 100%;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=vertical] [data-modals-element=slide-before],
[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=vertical] [data-modals-element=slide-after] {
    width: 100%;
    max-height: 30vh;
    pointer-events: none !important;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=vertical] [data-modals-element=slide-before] {
    margin-top: -62px;
    margin-bottom: 0.75rem;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=vertical] [data-modals-element=slide-before] h3 {
    margin-top: 1rem;
    //margin-bottom: 0.75rem;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=vertical] [data-modals-element=slide-after] {
    margin-top: 0.75rem;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=horizontal] [data-modals-element=slide-before],
[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=horizontal] [data-modals-element=slide-after] {
    max-width: 30vw;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=horizontal] [data-modals-element=slide-before] {
    margin-to-left: 1rem;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=horizontal] [data-modals-element=slide-after] {
    margin-to-right: 1rem;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=close] {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin: 15px 12px 0 0;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=overlay] {
    backdrop-filter: blur(15px);
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=main] {
    margin: var(--main-margin);
    margin: 0 30px;
    border-radius: 30px;

}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=slide-title],
[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=slide-description] {
    color: #125E38;
}

[data-modals-element="modal"][data-modals-theme="custom"] [data-modals-element="overlay"] {
    --color: 255, 255, 255;
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=previous],
[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=next],
[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=close] {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=close].active,
[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=close]:hover,
[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=close]:focus {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.85));
}

[data-modals-element=modal][data-modals-theme=custom] [data-modals-element=close] {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1.94375L9.61074 8.33301L16 14.7223L14.3893 16.333L8 9.94375L1.61074 16.333L0 14.7223L6.38926 8.33301L0 1.94375L1.61074 0.333008L8 6.72227L14.3893 0.333008L16 1.94375Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* modals-end */
.geo-coords-outer {
    position: relative;
    //top: 0;
    //left: 0;
    //right: 0;
    //bottom: 0;
    top: calc(45px + var(--header-height));
    z-index: +2;
    width: fit-content;
    //width: 100%;
    //text-align: center;
    display: flex;
    justify-content: flex-start;
    z-index: 99;
}

.geo-coords {
    position: relative;
    //color: rgba(var(--active-deeper-color-rgb), 1);
    width: auto;
    //text-shadow: var(--slider-text-shadow);
    //padding: 15px;
    height: 45px;
    text-align: center;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    box-shadow: var(--main-text-shadow);
    background: rgba(var(--active-deep-color-rgb), .15);
    //background: rgba(var(--main-color-rgb), .75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

a.plate-map-link {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: 'Montserrat';
    color: var(--white-color);
    text-align: center;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
    text-shadow: var(--main-text-shadow);
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

a.plate-map-link::before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
    //background: green;
    //background: var(--main-color);
    border-bottom: 2px solid var(--main-color);
    transition: all 400ms;
    //z-index: 99999999;
}

a.plate-map-link svg {
    height: 18px;
    width: auto;
}

a.plate-map-link:hover {
    color: var(--main-color);
}

a.plate-map-link:hover::before {
    width: 100%;
}

/* faq list */
.faq-page .com-content-article ul {
    list-style-type: none;
}

.faq-page .com-content-article ul li {
    position: relative;
    padding-left: 10px;
    //line-height: 16px;
}

.faq-page .com-content-article ul li p {
    margin-bottom: calc(var(--main-padding) / 2);
}

.faq-page .com-content-article ul li:nth-child(even) {
    padding-bottom: var(--main-padding);
}

.faq-page .com-content-article ul li:nth-child(odd):before {
    content: '?';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--main-color);
    background: var(--active-deeper-color);
    //line-height: 16px; /*match the li line-height for vertical centered bullets*/
    position: absolute;
    left: -15px;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-page .com-content-article ul li:nth-child(even):before {
    content: 'i';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--main-color);
    background: var(--active-deeper-color);
    //line-height: 16px; /*match the li line-height for vertical centered bullets*/
    position: absolute;
    left: -15px;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* faq list end */

/* partners */
.partners-outer {
    //display: flex;
    //gap: var(--main-gap);
}

.part-logo {
    //width: 50%;
    overflow: hidden;
    //max-height: calc(100vh - 2 * var(--header-height));
    width: 150px;
    height: 150px;
    max-height: 150px;
    display: flex;
    float: left;
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    margin: 0 var(--main-padding) var(--main-padding) 0;
    border-radius: var(--border-radius);
    //box-shadow: var(--book-button-inner-shadow);
    position: relative;
    z-index: +1;
}

.part-text {
    //display: flex;
    //flex: 1 1 66%;
}

.part-logo a {
    width: 100%;
}

.part-logo svg {
    width: 100%;
    height: 100%;
}

/* partners end */

/* payments */
.req-tables-outer {
    display: flex;
    gap: var(--main-gap);
}

.req-table {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
}

.req-table-string {
    display: flex;
    gap: var(--main-padding);
    justify-content: space-between;
    width: 100%;
    padding: calc(var(--main-padding) / 4) 0;
    border-bottom: 1px solid rgba(var(--active-deep-color-rgb), .15);
}

.req-table-head-string {
    border-bottom: 1px solid rgba(var(--active-deep-color-rgb), .15);
    padding: calc(var(--main-padding) / 2) 0;
}

.req-table-head-string h4,
.req-table-head-string h5 {
    margin: 0 auto;
    text-align: center;
}

.req-table-string div:first-child {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    hyphens: none;
    //width: 100%;
}

.req-table-string div:last-child {
    display: flex;
    justify-content: flex-start;
    text-align: right;
    font-weight: 600;
    //width: 100%;
    //white-space: nowrap;
}

.payment-logos {
    display: flex;
    gap: var(--main-padding);
    justify-content: center;
    margin: var(--main-padding) 0;
}

.single-payment-logo img {
    height: 30px;
}

.req-table-pay-string {
    padding: var(--main-padding) 0;
}

.pay-link-button {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 1;
    //background: #A78BFA;
    text-align: center;
}

.pay-link-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--card-box-shadow);
    background: rgba(var(--active-deep-color-rgb), .85);
    -webkit-transition: all .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: calc(var(--main-padding) / 3 * 2) var(--main-padding);
    font-family: 'Montserrat';
    font-weight: 600;
    text-shadow: var(--main-text-shadow-hover);
    white-space: nowrap;
    width: fit-content;
    color: var(--white-color);
}

.pay-link-button a:hover {
    box-shadow: var(--card-box-shadow-hover);
    //background: rgba(var(--active-deep-color-rgb), 1);
    color: var(--main-color);
    text-shadow: var(--main-text-shadow-hover);
}

/* payments end */

/* map-start */
h3[data-modals-element="slide-title"] {
    pointer-events: none;
}

.map-page #sp-header {
    display: none;
    visibility: hidden;
}

.map-page #sp-main-body {
    min-height: 100vh;
    padding: 0;
}

.map-page .body-innerwrapper {
    min-height: 100vh;
}

.map_background {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.infrastructure-map .map_background {
    height: unset;
}

.infrastructure-map {
    border-radius: var(--border-radius);
    //overflow: hidden;
    box-shadow: var(--input-inner-shadow);
}

.map-loading-message {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    color: var(--active-deep-color);
}

#map {
    position: absolute;
    min-height: 100vh !important;
    //height: calc(100vh - 150px) !important;
    //height: calc(var(--vh, 1vh) * 100 - 150px);
    //max-height: calc(100vh - 150px) !important;
    //max-height: calc(var(--vh, 1vh) * 100 - 150px);
    //height: 100%;
    //background-image:  url(../../../images/backs/map_back.jpg);
    //background-size: contain;
    //background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    //border: 1px dotted rgba(var(--shadow-color), 0.25);
}

.contacts-map,
.infrastructure-map {
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--input-inner-shadow);
}

.contacts-map .ymaps-2-1-79-events-pane,
.infrastructure-map .ymaps-2-1-79-events-pane {
    box-shadow: var(--input-inner-shadow);
}

a.ymaps-2-1-79-gototech {
    display: none;
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 12px !important;
    padding-right: 0 !important;
}

.ymaps-2-1-79-balloon__content {
    //margin-right: 10px;
}

.balloon-header,
balloon-footer {
    font-family: 'Play' !important;
    color: var(--active-deep-color);
}

.balloon-header {
    font-size: 14px;
    font-weight: 600;
}

.ymaps-2-1-79-balloon__close {
    float: none;
    margin-bottom: -40px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 4px;
}

/*
.ymaps-2-1-79-balloon {
    //pointer-events: none !important;
    bottom: -17px !important;
    //z-index: 999 !important;
    //border: 2px solid red;
    display: block !important;
    pointer-events: auto !important;
    box-shadow: none !important;
}
.ymaps-2-1-79-balloon-overlay {
    pointer-events: none !important;
    //z-index: 1 !important;
}
.ymaps-2-1-79-balloon__tail {
    //display: none !important;
}
.ymaps-2-1-79-balloon__layout {
box-shadow: inset 0 0 0 1px rgba(0,0,0,.15),0 5px 15px -7px rgba(0,0,0,.5);
}
*/
.infrastructure-map .ymaps-2-1-79-balloon__close-button {
    display: block;
    width: 14px !important;
    height: 14px !important;
    margin-top: 3px;
    margin-right: 2px;
}

.infrastructure-map .ymaps-2-1-79-gotoymaps {
    display: none;
}

.hint-header,
.hint-footer {
    font-family: 'Play';
    font-size: 14px;
    font-weight: 600;
}

.hint-header {
    font-weight: 600;
    color: var(--active-deeper-color);
}

.hint-image {
    min-width: 200px;
    width: 200px;
}

.hint-image img {
    width: 100%;
    height: auto;
}

.hint-footer {
    color: var(--map-orange-color);
}

.map_view_btn {
    cursor: pointer;
}

.ymaps-2-1-79-balloon {
    //margin-left: 50px;
    //margin-bottom: 35px !important;
    z-index: +99999 !important;
    //position: relative;
}

.ymaps-2-1-79-balloon__content {
    min-width: 60px;
    min-height: 242px !important;
    max-width: 242px;
    margin: 0;
    padding: 0px 5px !important;
    background: #fff;
    font-family: 'Play' !important;
}

.ymaps-2-1-79-balloon-panel {
    //width: 250px !important;
    //height: 250px !important;
}

.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 5px !important;
    padding-right: 0 !important;
}

.ymaps-2-1-79-placemark__content-inner {
    //font-size: 6px !important;
    font-family: 'Montserrat' !important;
    font-weight: 600;
}

svg.plan-orange-marker,
svg.plan-marker {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

svg.plan-marker {
    opacity: 1;
}

svg.plan-marker:hover {
    opacity: 0;
}

svg.plan-orange-marker {
    opacity: 0;
}

svg.plan-orange-marker:hover {
    opacity: 1;
}




.legended-map {
    display: flex;
    //flex-wrap: nowrap;
    justify-content: space-between;
    gap: var(--main-gap);
    //max-height: calc(100vh - var(--header-height) - 20px);
    height: calc(100vh - var(--header-height) - 20px);
    //height: 100vh;
}

.mobile-version .legended-map {
    height: auto;
    display: block;
}

.legend {
    flex: 1 1 20%;
}

.infrastructure-map {
    flex: 1 1 80%;
}

.mobile-version .legend {
    flex: 1 1 100%;
}

.mobile-version .infrastructure-map {
    display: block;
    width: 100% !important;
    flex: 1 1 100%;
}


.hint-header {
    position: relative;
    z-index: +99;
}

#infrastructure-map {
    width: 100%;
    min-height: calc(100vh - var(--header-height) - 20px);
    height: calc(100vh - var(--header-height) - 20px);
    //height: 100vh;
    //min-height: 100vh;
}

.mobile-version #infrastructure-map {
    display: block;
    width: 100% !important;
    height: calc(100vh - var(--header-height) - 20px);
    //height: calc(100vh - var(--header-height) - 20px);
    //height: 100vh;
    min-height: 568px;
    //height: auto;
}

#infrastructure-map .ymaps-2-1-79-balloon_to_top .ymaps-2-1-79-balloon__tail {
    display: none;
}

.ymaps-2-1-79-balloon_layout_panel {
    //right: 50px !important;
    //bottom: 100px !important;
    //left: 0 !important;
    //background-color: #fff;
    //overflow: hidden !important;
}

.ymaps-2-1-79-default-cluster {
    color: var(--active-deeper-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
    font-weight: 600;
}

.ymaps-2-1-79-default-cluster ymaps {
    margin-top: -4px;
}

.legend {
    //overflow-y: auto;
    //overflow: hidden;
}

.legend-ul-outer {
    overflow-y: auto;
    min-height: calc(100vh - var(--header-height) - 20px);
    height: calc(100vh - var(--header-height) - 20px);
    //max-height: 300px;
}

.mobile-version .legend-ul-outer {
    overflow-y: visible;
    height: auto;
    min-height: unset;
    margin: var(--main-gap) 0;
}

.legend-ul-outer::-webkit-scrollbar {
    width: 12px;
}

.legend-ul-outer {
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--active-deeper-color-rgb), 0.75) var(--background-color);
}

.legend-ul-outer::-webkit-scrollbar-track {
    border-radius: 6px;
    background: var(--background-color);
}

.legend-ul-outer::-webkit-scrollbar-thumb {
    background-color: rgba(var(--active-deeper-color-rgb), 0.75);
    border-radius: 6px;
    border: 3px solid var(--background-color);
}

ul#legend-menu {
    padding-left: 0;
    //margin: var(--main-gap) 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    overflow-y: auto;
}

.mobile-version ul#legend-menu {
    display: block;
    gap: 0 20px;
    overflow-y: visible;
}

ul#legend-menu li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    color: var(--active-deeper-color);
    cursor: pointer;
    width: fit-content;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.mobile-version #legend-menu li {
    cursor: default;
    margin-left: -3px;
}

.mobile-version .map_background {
    width: 100%;
    display: block;
}

ul#legend-menu li .legend-name {
    //white-space: nowrap;
    display: grid;
    //justify-content: flex-start;
    //align-items: center;
    line-height: 1.2;
}

ul#legend-menu li .legend-coords {
    //font-size: 90%;
    //color: rgba(var(--active-deep-color-rgb), 0.75);
    color: var(--active-second-color);
    //white-space: nowrap;
}

ul#legend-menu li.active .legend-coords {
    color: var(--map-orange-color);
}

.legend-icon {
    display: inline-flex;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-top: 6px;
    //margin-left: -3px;
    //margin-right: 4px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1;
}

ul#legend-menu li.active .legend-icon {
    opacity: 0;
}

.legend-hover-icon {
    display: inline-flex;
    //position: absolute;
    align-items: center;
    margin-top: 6px;
    margin-left: -32px;
    width: 32px;
    height: 32px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

ul#legend-menu li.active .legend-hover-icon {
    opacity: 1;
}

/* map-end */

/* mob-menu */
.center-link-svg svg #r-mob {
    fill: var(--white-color);
}

.center-link-svg svg #overlay,
.lead-link-svg svg #overlay {
    fill: var(--white-color);
    opacity: 1;
}

.center-link-svg svg #overlay2,
.center-link-svg svg #overlay2-mob {
    fill: var(--white-color);
    opacity: 1;
}

.center-link-svg svg #r {
    fill: var(--white-color);
    mask: url(#mask);
}

.center-link-svg svg #r-mob {
    fill: var(--white-color);
    mask: url(#mask-mob);
}

.center-link-svg svg #r2-mob {
    fill: var(--white-color);
    mask: url(#mask2-mob);
}

.leading-button-outer svg #r {
    fill: var(--white-color);
    mask: url(#mask-lead);
}

.center-link-svg svg #r2 {
    fill: var(--white-color);
    mask: url(#mask2);
}

a.top-tel:hover .center-link-svg svg #r,
.leading-button-outer a.lead-tel:hover svg #r,
a.top-tel:hover .center-link-svg svg #r2,
a.top-tel:hover .center-link-svg svg #r-mob,
a.top-tel:hover .center-link-svg svg #r2-mob {
    fill: var(--main-color);
}

.mob-phone-line .center-link-svg svg #text {
    //text-anchor: middle;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: -0.03em;
}

.leading-button-outer svg #text {
    //text-anchor: middle;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: -0.02em;
}

.center-link-svg svg #text {
    //text-anchor: middle;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: -0.02em;
}

.phone-line .center-link-svg svg #text-b {
    //text-anchor: middle;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: -0.02em;
}

/* mob-menu-end */

/* services on main page -start */
.all-services {
    display: flex;
    //flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--main-gap);
    margin-bottom: var(--main-gap);
}

.cave-service {
    flex: 1 1 60%;
    //min-height: 100%;
    object-fit: contain;
    //min-width: 66%;
    display: flex;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.service-card:hover {
    box-shadow: var(--main-text-shadow-hover);
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--card-box-shadow);
    overflow: hidden;
}

.service-card a {
    aspect-ratio: 16 / 9;
    justify-content: center;
    align-items: center;
}

.all-service-title {
    position: absolute;
    padding: calc(var(--main-padding) / 2) var(--main-padding) var(--main-padding);
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(var(--main-color-rgb), 0.5);
    display: flex;
    justify-content: flex-end;
}

.all-services img {
    min-height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

.next-services {
    display: flex;
    flex-direction: column;
    flex: 1 1 40%;
    gap: var(--main-gap);
}

.next-services>div {
    flex: 1 0 auto;
    border-radius: var(--border-radius);
    box-shadow: var(--card-box-shadow);
    //aspect-ratio: 16 / 9;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.all-services-banner {
    display: flex;
    justify-content: space-between;
    //background: rgba(var(--active-deep-color-rgb), .75);
    border-radius: var(--border-radius);
    box-shadow: var(--card-box-shadow);
    overflow: hidden !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: var(--main-gap);
}

.all-services-banner:hover {
    box-shadow: var(--card-box-shadow-hover);
}

.all-services-banner .all-services-banner-left {
    //width: calc(100% - var(--main-gap));
    //height: 100%;
    flex: 1 1 70%;
    aspect-ratio: 3 / 2 !important;
    object-fit: cover;
    overflow: hidden !important;
    position: relative;
}

.leading-button-outer {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: +2;
    bottom: 0;
}

.leading-button-outer a {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--main-padding) 0;
    background: rgba(var(--main-color-rgb), 0.2);
    border-top: 1px solid rgba(var(--white-color-rgb), .5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.leading-button-outer a::after {
    content: "";
    position: absolute;
    top: -1px;
    width: 0;
    height: 1px;
    border-top: 1px solid rgba(var(--main-color-rgb), 0.5);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.leading-button-outer a:hover::after {
    width: 100%;
}


.leading-button-outer a .leading-header {
    color: var(--white-color) !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-shadow: var(--main-text-shadow);
    padding-bottom: calc(var(--main-padding) / 2);
    line-height: 1;
}

.leading-button-outer a:hover .leading-header {
    color: var(--main-color) !important;
    text-shadow: var(--main-text-shadow-hover);
}


.all-services-banner .our-services-swiper-container {
    height: 100%;
}

.all-services-banner .our-services-swiper-container .swiper-slide {
    display: flex;
    justify-content: center;
}

.all-services-banner .our-services-swiper-container .swiper-slide img {
    height: 100%;
    //max-width: unset;
    //width: auto;
    aspect-ratio: 3 / 2 !important;
    object-fit: cover;
}

.all-services-banner .all-services-banner-right {
    display: flex;
    justify-content: flex-end;
    //width: 100%;
    position: relative;
    flex: 1 1 30%;
}

.all-services-banner .all-services-banner-right a {
    display: flex;
    background: rgba(var(--active-deep-color-rgb), .75);
    color: var(--main-color) !important;
}

.all-services-banner .all-services-banner-right a:hover {
    background: rgba(var(--main-color-rgb), .85) !important;
    color: var(--active-deep-color) !important;
}

.right-service-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    //z-index: -1;
    pointer-events: none;
}

.all-services-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: var(--main-padding);
}

.all-services-title h4 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.all-services-desc {
    text-align: justify;
    padding-bottom: calc(var(--main-padding) / 4);
    margin: calc(var(--main-padding) / 2) 0;
    //padding-bottom:  var(--main-padding);
    //margin-bottom: var(--main-padding);
    border-bottom: 1px solid rgba(var(--main-color-rgb), .25);
    border-top: 1px solid rgba(var(--main-color-rgb), .25);
    color: var(--main-color);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.all-services-banner a:hover .all-services-desc {
    border-bottom: 1px solid rgba(var(--active-deep-color-rgb), .15);
    border-top: 1px solid rgba(var(--active-deep-color-rgb), .15);
    color: var(--active-deep-color);
}

.all-services-banner a:hover .all-services-title h4 {
    color: var(--active-deep-color);
}

.all-services-banner a>div {
    //width: 100%;
}

.all-service-button,
.all-services-button {
    //padding: calc(var(--main-padding) / 4) calc(var(--main-padding) / 2);
    border-radius: calc(var(--border-radius) / 2);
    //border: 1px solid rgba(var(--main-color-rgb), 0.15);
    overflow: hidden;
    display: flex;
    font-family: "Montserrat";
    box-shadow: var(--book-button-inner-shadow);
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: calc(var(--main-padding) / 4) calc(var(--main-padding) / 2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: max-content;
}

.all-service-button,
.all-services-button {
    color: var(--active-deep-color);
    background: var(--main-color);
}

.all-services-banner a:hover .all-services-button {
    background: var(--active-deep-color);
    color: var(--main-color);
}

.all-service-button:hover,
.all-services-button:hover {
    box-shadow: var(--book-button-inner-shadow);
}

.all-service-button:hover {
    color: var(--main-color);
    background: var(--active-deeper-color);
}

.all-services-banner a:hover .all-services-button:hover {
    //color: var(--main-color) !important;
    background: var(--active-deeper-color) !important;
}

/* services on main page - end */

/* utp */
.utp,
.utp-small {
    background: rgba(var(--active-deep-color-rgb), .75);
    color: var(--main-color);
    display: flex;
    //position: relative;
    //gap: var(--main-gap);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--card-box-shadow);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: var(--main-gap);
}

.utp:hover,
.utp-small:hover {
    box-shadow: var(--card-box-shadow-hover);
}

.utp-small {
    padding: var(--main-padding);
}

.utp-text {
    padding: var(--main-padding);
    display: flex;
    //flex: 3 3 0;
    flex: 1 1 30%;
    width: 100%;
    height: max-content;
}

.utp-text ul {
    margin-bottom: 0;
}

.utp-text ul li {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.utp-slider-small-outer {
    //width: 50%;
    overflow: hidden;
    //max-height: calc(100vh - 2 * var(--header-height));
    width: 150px;
    height: 150px;
    max-height: 150px;
    display: flex;
    float: right;
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    margin: 0 0 var(--main-padding) var(--main-padding);
    border-radius: var(--border-radius);
    //box-shadow: var(--book-button-inner-shadow);
    position: relative;
    z-index: +1;
}

#utp-slider-small {
    width: 150px;
    height: 150px;
    max-height: 150px;
    box-shadow: var(--book-button-inner-shadow);
    position: relative;
    z-index: -1;
}

.utp-slider {
    //flex: 9 9 0;
    flex: 1 1 70%;
    width: 100%;
    //overflow: hidden;
    //max-height: calc(100vh - 2 * var(--header-height));
    max-width: 100%;
    max-height: 0;
    display: flex;
    //height: 100% !important;
}

.utp-slider .swiper-wrapper {
    //transform: none !important;
}

.utp-slider .swiper-slide,
#utp-slider-small .swiper-slide {
    //overflow: hidden;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100%;
    //aspect-ratio: 1 / 1;
    //box-shadow: var(--book-button-inner-shadow);  
}

.utp-slider .swiper-slide {
    position: relative;
    //height: 100% !important;
}

.utp-slider .swiper-slide img {
    //height: 100% !important;
}

.utp-slider-small-outer:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
    //background: var(--active-deep-color);
    box-shadow: var(--book-button-inner-shadow);
    //mix-blend-mode: multiply;
    pointer-events: none;
}

.utp-slider .swiper-slide img {
    height: auto !important;
    width: 100%;
    //max-width: unset;
    min-height: 100%;
    object-fit: cover;
    //-webkit-filter: grayscale(1);
    //-filter: grayscale(1);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*
.utp-slider .swiper-slide-active img {
    -webkit-filter: none;
    -filter: none;
}
.utp-slider .swiper-slide-active:after {
    background: rgba(var(--white-color-rgb), .01);
    mix-blend-mode: multiply;
}
*/
/* utp-end */

/* Swiper Common Section */
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
}

.swiper-button-next:hover svg.svg-yellow-shadow,
.swiper-button-prev:hover svg.svg-yellow-shadow {
    filter: var(--main-svg-shadow-hover) !important;
    animation: FadeInDown 400ms !important;
}

/* Swiper Common Section End */
/*top-mobile-menu*/
.two-rows-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/*top-mobile-menu-end*/

/* bottom-section */
.three-bottoms {
    display: flex;
    justify-content: space-between;
}

.three-bottoms>div {
    width: 100%;
    flex-basis: 100%;
}

#sp-bottom .sp-module ul,
#sp-bottom .sp-module ul>li {
    margin-bottom: var(--paragraph-margin-bottom);
}

.bottom-1 ul.menu li:first-child {
    display: none !important;
}

.all-footers {
    margin-top: calc(var(--main-gap) * 1.5);
}

.footer-1 {
    width: 100%;
}

#sp-position2 .soc-networks {
    display: flex;
    gap: var(--paragraph-margin-bottom);
    align-items: center;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#sp-position2 .soc-networks-title {
    font-size: 16px;
    color: rgba(var(--white-color-rgb), 0.75);
}

.soc-networks a {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--paragraph-margin-bottom) / 2);
    width: 100%;
    flex-basis: 100%;
    text-transform: uppercase;
    font-size: 85%;
    //font-weight: 700;
}

.soc-networks a:nth-child(2) {
    justify-content: center;
}

.soc-networks a:last-child {
    justify-content: flex-end;
}

.soc-network-icon {
    position: relative;
}

.bottom-soc-link::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    height: 2px;
    width: 0;
    //background: var(--main-color);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
    //background: var(--main-color);
    border-top: 2px solid var(--main-color);
}

a:hover .bottom-soc-link::after {
    left: 0;
    width: 100%;
}

.two-footers {
    display: flex;
    justify-content: space-between;
}

/* bottom-section-end */


/*forms*/
.form-header,
.form-outer legend {
    //text-align: center;
    color: rgba(var(--white-color-rgb), 1);
    //font-weight: 700;
    //text-shadow: var(--link-text-shadow);
    //text-transform: uppercase;
}

.form-header-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    //padding-bottom: calc(var(--main-padding) / 2);
    //width: 100%;
}

.close-form .burger-icon>span {
    margin: 13px 0;
}

.close-form .burger-icon>span {
    background-color: var(--main-color);
}

.close-form .burger-icon:hover>span {
    background-color: var(--active-color);
    box-shadow: var(--link-text-shadow-active);
}


.close-form .burger-icon>span:nth-child(1) {
    transform: translate(0px, 8px) rotate(-45deg);
}

.close-form .burger-icon>span:nth-child(2) {
    transform: translate(0px, -8px) rotate(45deg);
}


.form-header {
    font-size: 16px;
    line-height: 1;
    //white-space: nowrap;
}

.form-outer legend {
    font-size: 14px;
    margin-bottom: 0;
}

@keyframes uk-shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-9px);
    }

    20% {
        transform: translateX(8px);
    }

    30% {
        transform: translateX(-7px);
    }

    40% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-5px);
    }

    60% {
        transform: translateX(4px);
    }

    70% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(2px);
    }

    90% {
        transform: translateX(-1px);
    }
}

.form-page {}

.form-outer {
    position: relative;
    //z-index: +99;
    //background: rgba(var(--main-color-rgb), .05);
    //background: var(--form-back-color);
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    //overflow-y: auto;
    padding: var(--main-padding);
    margin: var(--main-gap) 0;
    //background: rgba(var(--white-color-rgb), .75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: var(--slider-text-shadow);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.form-outer form.uk-form-stacked {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: var(--main-padding);
    //z-index: +2;
}

.form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/images/backgrounds/form_5.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -2;
    //opacity: 0;
    //visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    //-webkit-backdrop-filter: blur(5px);
    //backdrop-filter: blur(5px);
    overflow: hidden;
}

.form-transparent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--white-color-rgb), 0.15);
    z-index: -1;
    //opacity: 0.5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    overflow: hidden;
}

/*
.form-active .form-outer {
    right: 0 !important;
}

.form-active .form-overlay {
    opacity: 1;
    visibility: visible;
}
*/
/*
.offcanvas-overlay {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

*/
.form-outer input::-webkit-input-placeholder,
.form-outer textarea::-webkit-input-placeholder {
    color: rgba(var(--active-deeper-color-rgb), .75);
}

.form-outer input::-moz-placeholder,
.form-outer textarea::--moz-placeholder {
    color: rgba(var(--active-deeper-color-rgb), .75);
}

.form-outer input:-moz-placeholder {
    color: rgba(var(--active-deeper-color-rgb), .75);
}

.form-outer input:-ms-input-placeholder,
.form-outer textarea:-ms-input-placeholder {
    color: rgba(var(--active-deeper-color-rgb), .75);
}


textarea.uk-form-danger,
input.uk-form-danger,
.form-group input[type='checkbox'].uk-form-danger+label {
    //border-color: red !important;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-name: uk-shake;
}

/*
.form-group input[type='checkbox']+label {
    border: 1px solid;
    padding: calc(var(--main-padding) / 3) calc(var(--main-padding) / 2);
    border-color: rgba(var(--main-color-rgb), .25);
    border-radius: var(--border-radius-value);
    cursor: pointer;
}
*/
.form-group input[type='checkbox']+label,
#submit_button {
    //width: auto;
    //height: 60px;
    color: rgba(var(--active-deep-color-rgb), 0.75);
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    //color: var(--white-color);
    padding: calc(var(--main-padding) / 3) calc(var(--main-padding) / 1);
    background: rgba(var(--main-color-rgb), 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--button-box-shadow);
    border-radius: calc(var(--border-radius) / 2);
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    cursor: pointer;
    border: none;
    height: 36px;
}

#submit_button {
    //width: 100%;
}

.form-group input[type='checkbox']+label:hover,
#submit_button:not(:disabled):hover,
#submit_button:not(:disabled):focus {
    box-shadow: var(--button-box-shadow-hover);
    background: rgba(var(--main-color-rgb), 1);
    color: rgba(var(--active-deep-color-rgb), 1);
}

.form-group input[type='checkbox']:checked+label,
#submit_button:not(:disabled):active {
    //border: 1px solid rgba(var(--active-color-rgb), .75);
    //box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.5), inset 3px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: var(--button-box-shadow-hover);
    color: rgba(var(--active-deep-color-rgb), 1);
    //padding: calc(var(--main-padding) / 3) calc(var(--main-padding) / 2);
}

#submit_button:disabled {
    color: rgba(var(--active-color-rgb), .75);
    cursor: default;
    opacity: 0.75;
}

#submit_button:not(:disabled) {
    color: var(--active-deeper-color);
}

.uk-form-danger+.tm-error,
.form-group.uk-form-danger .tm-error {
    display: block;
}



.tm-error {
    position: absolute;
    font-size: 12px;
    //color: rgba(var(--main-color-rgb), 0.75);
    color: var(--active-color);
    //text-shadow: var(--link-text-shadow);
    //padding-left: 0.5rem;
    display: none;
    bottom: -17px;
    line-height: 1;
    text-align: center;
    width: 100%;
}

.textarea-block {
    margin-bottom: 30px !important;
}

.textarea-block .tm-error {
    bottom: -30px;
}

.form-group {
    position: relative;
    display: flex;
    gap: calc(var(--main-padding) / 2);
    flex-wrap: wrap;
}

.uk-margin {
    //margin-bottom: var(--main-padding);
    display: flex;
    justify-content: space-between;
    position: relative;
}

.uk-margin input#date {
    width: auto;
}

.form-group input[type='checkbox'] {
    display: none;
    visibility: hidden;
    //width: 0;
    //height: 0;
    //position: absolute;
    color: none !important;
    outline: none !important;
    bottom: 0;
    z-index: -1;
}

input.uk-input,
textarea#message {
    color: var(--active-deeper-color) !important;
    border-radius: calc(var(--border-radius) / 2) !important;
    //box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.5), inset 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--input-inner-shadow);
    //background: rgba(var(--active-color-rgb), .01) !important;
    background-color: #F2F6FA !important;
    //border: 1px solid rgba(var(--active-deep-color-rgb), .75) !important;
    border: 1px solid rgba(var(--bottom-color-rgb), .15) !important;
    //padding: 0.6rem 1rem 0.4rem !important;
    //width: 100%;
    font-size: 14px !important;
}

input#email {
    color: var(--active-deeper-color) !important;
    padding: 0.5rem !important;
    height: 36px;
}

input.uk-input:focus,
textarea#message:focus {
    box-shadow: var(--input-inner-shadow-active) !important;
}

.email-input {
    width: 100%;
}

#send-output {
    opacity: 0;
    //max-height: 0;
    //margin-top: var(--main-padding);
    overflow: hidden;
    height: 36px;
    display: none;
}

.success #send-output {
    display: flex;
    align-items: center;
    justify-content: center;
    //max-height: unset;
    opacity: 1;
    overflow: visible;
}

.success form.uk-form-stacked {
    display: none !important;
}

#send-output p {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 0;
}

div.toggle-item:before,
div.toggle-item:after {
    content: "";
    position: absolute;
}

input#normal {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.toggle {
    position: relative;
    display: flex;
}

label.toggle-label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

div.toggle-item {
    position: relative;
    width: 16px;
    background: #2e394d;
    height: 36px;
    display: inline-block;
    border-radius: 50px;
    //margin: 40px;
    position: relative;
    transition: all 0.3s ease;
    transform-origin: 20% center;
}

div.toggle-item:before {
    display: block;
    transition: all 0.2s ease;
    width: 10px;
    height: 10px;
    top: 1px;
    left: 0;
    border-radius: 2em;
    //border: 2px solid #88cf8f;
    transition: 0.3s ease;
    //z-index: +2;
}

div.toggle-item {
    display: block;
    background: #ffa600;
    border: 0.5px solid rgba(117, 117, 117, 0.31);
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.15);
}

div.toggle-item:before {
    border: none;
    //width: 2.5em;
    //height: 2.5em;
    box-shadow: inset 0.5px -1px 1px rgba(0, 0, 0, 0.35);
    background: #E0EAF2;
    transform: rotate(-25deg);
}

div.toggle-item:after {
    background: transparent;
    height: calc(100% + 8px);
    border-radius: 30px;
    top: -5px;
    width: calc(100% + 8px);
    left: -4px;
    z-index: +2;
    box-shadow: inset 0px 2px 4px -2px rgba(0, 0, 0, 0.2), 0px 1px 2px 0px rgba(151, 151, 151, 0.2);
}

#normal:checked+label div.toggle-item {
    background: #86AACC;
}

#normal:checked+label div.toggle-item:before {
    bottom: 1px;
    top: unset;
}

.check-label-text {
    //position: absolute;
    font-size: 14px;
    color: var(--active-color);
    //text-transform: uppercase;
    margin-left: 10px;
}

/*forms-end*/



/* flip menu string */
a.menu-news-link {
    display: flex !important;
    align-items: center;
}

.flip-items-outer {
    height: 36px;
    overflow-y: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -10px;
    padding: 0 10px;
}

.flip-items-outer .flip-items-inner {
    //height: 36px;
    overflow: visible;
    margin-top: 0;
    animation: slide 30s infinite;
}

.flip-items-outer .flip-items-inner>div {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@keyframes slide {
    0% {
        margin-top: 0;
    }

    20% {
        margin-top: 0;
    }

    23% {
        margin-top: -36px;
    }

    27% {
        margin-top: -36px;
    }

    33% {
        margin-top: -72px;
    }

    37% {
        margin-top: -72px;
    }

    45% {
        margin-top: -108px;
    }

    55% {
        margin-top: -108px;
    }

    63% {
        margin-top: -72px;
        ;
    }

    67% {
        margin-top: -72px;
        ;
    }

    73% {
        margin-top: -36px;
    }

    77% {
        margin-top: -36px;
    }

    80% {
        margin-top: 0;
    }

    100% {
        margin-top: 0;
    }

}

/* flip menu string end */
/* top categories menu */
ul.top-categories-menu {
    display: flex;
    justify-content: space-between;
    gap: var(--main-gap);
    margin-bottom: var(--main-gap);
}

ul.top-categories-menu li {
    //width: 100%;
    display: flex;
    justify-content: center;
    flex: 1 1 calc(25% - 3 * var(--main-gap));
}

ul.top-categories-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--card-box-shadow);
    background: rgba(var(--active-deep-color-rgb), .85);
    -webkit-transition: all .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: calc(var(--main-padding) / 3 * 2) var(--main-padding);
    font-family: 'Montserrat';
    font-weight: 600;
    text-shadow: var(--main-text-shadow-hover);
    white-space: nowrap;
    width: 100%;
    color: var(--white-color);
}

ul.top-categories-menu li a:hover,
ul.top-categories-menu li.current a {
    box-shadow: var(--card-box-shadow-hover);
    //background: rgba(var(--active-deep-color-rgb), 1);
    color: var(--main-color);
    text-shadow: var(--main-text-shadow-hover);
}

/* top categories menu end */




@media (min-width: 576px) {
    .offcanvas-icons {
        display: none;
    }

    .grid-sizer,
    .grid-item {
        width: calc(50% - 10px);
    }

    .gutter-sizer {
        width: 20px;
    }

}

@media (min-width: 768px) {
    .three-cols {
        columns: 2;
        column-rule: 1px solid rgba(var(--active-color-rgb), .15);
        column-gap: 30px;
    }

    .det-short-desc {
        -webkit-line-clamp: 3;
    }

    [data-modals-element=modal][data-modals-theme=custom] {
        --main-margin: 20px;
    }

    [data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=vertical] [data-modals-element=slide-before] {
        margin-top: -82px;
        margin-bottom: 0.75rem;
    }

    [data-modals-element=modal][data-modals-theme=custom] [data-modals-orientation=vertical] [data-modals-element=slide-before] h3 {
        margin-top: 2.5rem;
        //margin-bottom: 0.75rem;
    }

    .main-slide-txt {
        justify-content: center;
        margin-top: unset;
    }
}


#offcanvas-toggler.offcanvas-toggler-right {
    margin-left: 0 !important;
}

.offcanvas-menu {
    background: var(--main-color) !important;
    color: var(--active-deep-color) !important;
    overflow-y: auto;
}


@media (min-width: 768px) {
    .three-cols {
        columns: 2;
        column-rule: 1px solid rgba(var(--active-color-rgb), .15);
        column-gap: 30px;
    }

    .det-short-desc {
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 992px) {

    #sp-top1 {
        flex: 0 0 auto;
        width: unset;
    }

    #sp-menu {
        flex: 1 0 auto;
        width: unset;
        flex-direction: column;
    }

    .sp-megamenu-parent {
        display: flex !important;
        gap: calc(var(--main-gap) - 5px);
        margin: 0;
        align-items: center;
    }

    .three-cols {
        columns: 3;
        column-rule: 1px solid rgba(var(--active-color-rgb), .25);
        column-gap: 30px;
        min-height: max-content !important;
    }

    .grid-sizer,
    .grid-item {
        width: calc(33.3333% - 14px);
    }

    .gutter-sizer {
        width: 21px;
    }

    .grid-item {
        margin-bottom: 21px;
    }
}

@media (max-width: 1399.98px) {
    .hide-on-1400 {
        display: none;
    }
}


@media (min-width: 991px) and (max-width: 1199.98px) {
    .logo-svg svg {
        height: 80px;
        width: 134px;
    }

    .logo-svg {
        width: 134px;
    }

    .ya-text {
        font-size: 18px !important;
    }

    .complex-text {
        font-size: 11px;
    }

    .top-complex-text {
        margin-bottom: 2px;
    }

    .sp-megamenu-parent>li>a {
        font-size: 17px !important;
    }

    .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
        font-size: 15px !important;
    }

    .hide-md-lg {
        display: none !important;
        visibility: hidden;
    }

    .cave-service {
        flex: 1 1 50%;
    }

    .next-services {
        flex: 1 1 50%;
    }
}

@media (min-width: 1200px) {
    .view-md-lg {
        display: none !important;
        visibility: hidden;
    }

    .sp-megamenu-parent {
        gap: var(--main-gap);
    }
}

@media (max-width: 991.98px) {
    :root {
        --header-height: 70px;
    }

    .logo-svg svg {
        height: 43px;
        width: 72px;
    }

    .logo-svg {
        width: 72px;
    }

    .ya-text {
        font-size: 14px;
    }

    .complex-text {
        font-size: 9px;
    }

    .top-complex-text {
        margin-bottom: 2px;
    }

    #sp-menu>.sp-column {
        height: var(--header-height);
    }

    #offcanvas-toggler.offcanvas-toggler-right {
        float: none;
        margin-left: 18px !important;
    }

    .main-slide-texts-desc {
        width: 100%;
        font-size: 16px;
    }

    .main-slide-texts h3.mix-h3,
    .main-slide-texts h3,
    .property-page h1,
    body.document-page h1 {
        font-size: 24px;
    }

    .main-slide-txt h3 {
        font-size: 24px;
    }

    .find-booking-container {
        //display: none;
    }

    #sp-main-body {
        padding: 40px 0;
    }

    .three-cols-grid {
        grid-template-columns: 1fr 1fr;
    }

    .two-cols-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cave-service {
        flex: 1 1 100%;
    }

    .next-services {
        flex: 1 1 100%;
    }

    .utp-slider {
        flex: 1 1 50%;
    }

    .utp-text {
        flex: 1 1 50%;
    }

    .geo-coords-outer {
        width: 100%;
    }

    .all-services-banner {
        flex-wrap: wrap;
    }

    .all-services-banner .all-services-banner-left {
        flex: 1 1 100%;
        border-radius: var(--border-radius) var(--border-radius) 0 0 !important;
        overflow: hidden !important;
    }

    .all-services-banner .all-services-banner-left .our-services-swiper-container,
    .all-services-banner .all-services-banner-left .our-services-swiper-container .swiper-slide img {
        border-radius: var(--border-radius) var(--border-radius) 0 0 !important;
        overflow: hidden !important;
    }

    .all-services-banner .all-services-banner-right {
        flex: 1 1 100%;
    }

    .mry-swiper-pagination {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
    }

    .mry-swiper-pagination-outer>.container {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: calc(var(--header-height) + 60px);
    }

    .mry-swiper-pagination .main-slider-legend-item {
        font-size: 16px;
    }

    .mry-swiper-pagination .main-slider-legend-item.swiper-pagination-bullet-active {
        color: var(--main-color);
        text-shadow: var(--main-text-shadow-hover);
        padding-right: 0;
    }

    .mry-swiper-pagination .main-slider-legend-item::after {
        content: "";
        width: 0;
        height: 3px;
        position: absolute;
        top: calc(100% + 3px);
        bottom: unset;
        left: 50%;
        //background: green;
        border-right: none;
        border-bottom: 2px solid var(--main-color);
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .mry-swiper-pagination .main-slider-legend-item.swiper-pagination-bullet-active::after {
        width: 100%;
        height: 3px;
        position: absolute;
        top: calc(100% + 3px);
        bottom: unset;
        //bottom: -10px;
        left: 0;
    }

    .pause-layer svg {
        width: 40px;
        height: 40px;
    }

    .leading-button-outer a {
        padding: calc(var(--main-padding) / 2) 0;
    }

    .leading-button-outer a .leading-header {
        font-size: 14px;
        padding-bottom: calc(var(--main-padding) / 3);
    }

    .leading-button-outer .lead-link-icon .center-link-svg svg {
        height: 24px;
    }

    .flip-items-outer {
        justify-content: flex-start;
    }

    .flip-items-outer .flip-items-inner>div {
        justify-content: flex-start;
    }

    .news-articles-item a #catListSlider {
        flex: 1 1 50%;
    }

    .news-articles-item a .item-card-title {
        flex: 1 1 50%;
    }
}


@media (min-width: 768px) and (max-width: 1199.98px) {
    .det-params-icon {
        //padding-right: 10px;
        font-size: 13px;
    }

    .det-params-icon svg {
        height: 13px !important;
        width: auto;
    }

    .category-articles-item .item-card-title h4 {
        font-size: 14px;
    }

    .det-book-block,
    .det-see-block,
    .det-short-desc {
        font-size: 13px;
        gap: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .utp-text {
        flex: 1 1 40%;
    }

    .utp-slider {
        flex: 1 1 60%;
    }
}

@media (max-width: 400px) {
    .det-params-icon {
        padding-right: 10px;
        font-size: 14px;
    }

    .det-params-icon svg {
        height: 14px !important;
        width: auto;
    }

    .det-book-block,
    .det-see-block,
    .det-short-desc {
        font-size: 14px;
    }

    ul.top-categories-menu {
        gap: var(--main-padding);
        margin-bottom: var(--main-padding);
    }

    ul.top-categories-menu li a {
        padding: calc(var(--main-padding) / 3 * 2) calc(var(--main-padding) / 3 * 2);
    }

    .ya-text {
        font-size: 13px;
    }

    .complex-text {
        font-size: 8px;
    }

}

@media (max-width: 767.98px) {
    .three-cols-grid {
        grid-template-columns: 1fr;
    }

    .two-cols-grid {
        grid-template-columns: 1fr;
    }

    .all-services {
        flex-wrap: wrap;
    }

    .all-services-banner {
        flex-wrap: wrap;
    }

    .service-card a {
        aspect-ratio: 4 / 3;
    }

    .utp-slider {
        flex: 1 1 0;
        //width: 33%;
    }

    .utp-text {
        flex: 1 1 0;
        //width: 66%;
    }

    .main-page-search-form {
        min-height: 208px !important;
    }

    /*
    .main-slide-txt {
        justify-content: flex-start;
        margin-top: calc(var(--header-height) + 2 * var(--main-gap));
    }
*/
    .main-page-search-form {
        bottom: calc(var(--main-gap) / 2);
    }

    .req-tables-outer {
        flex-direction: column;
    }

    ul.top-categories-menu li {
        flex: 1 1 calc(50% - var(--main-padding));
    }

    .news-articles-item a {
        flex-direction: column;
    }

    .news-articles-item a #catListSlider {
        flex: 1 1 100%;
        border-radius: var(--border-radius) var(--border-radius) 0 0;
    }

    .news-articles-item a .item-card-title {
        flex: 1 1 100%;
    }
}


@media (max-width: 575.98px) {
    .three-bottoms {
        flex-direction: column;
        gap: var(--main-padding) !important;
    }

    .soc-networks {
        flex-wrap: wrap;
        gap: var(--main-padding) !important;
    }

    .soc-networks a {
        width: auto;
        flex-basis: auto;
    }

    .soc-networks a:nth-child(2) .logo-title {
        order: -1;
    }

    .soc-networks a:last-child {
        flex-direction: column;
        width: 100%;
        justify-content: center;
        gap: var(--paragraph-margin-bottom) !important;
    }

    .soc-networks a:last-child .logo-title {
        //order: -1;
        //text-transform: uppercase;
        //display: none;
    }

    #sp-bottom .sp-module ul {
        text-align: center;
    }

    .form-outer form.uk-form-stacked {
        display: flex;
        flex-direction: column;
        gap: var(--main-padding);
    }

    /*
    .main-slide-txt {
        justify-content: flex-start;
        margin-top: calc(var(--header-height) + 3 * var(--main-gap));
    }
*/
    .main-slide-texts-outer {
        flex-wrap: wrap;
    }

    .main-slide-texts-outer>div {
        flex: 1 1 100%;
    }

    .contract-reqs {
        flex-direction: column;
    }

}

@media (max-width: 425px) {
    .main-page-search-form {
        position: relative;
        min-height: 360px !important;
        height: fit-content;
        bottom: unset;
        margin: calc(0px - 5 * var(--main-gap)) 0 0;
    }

    #tl-search-form {
        background: rgba(var(--active-deep-color-rgb), .75);
    }

    .mry-swiper-pagination .main-slider-legend-item {
        font-size: 12px;
    }
}

@media ((max-height: 575.98px) and (min-height: 425px) and (orientation: landscape)) {
    .main-page-search-form {
        position: relative !important;
        bottom: unset !important;
        margin: calc(0px - 3.5 * var(--main-gap)) 0 0 !important;
        padding: var(--main-gap) 0 calc(var(--main-gap) / 2);
    }

    #tl-search-form {
        background: rgba(var(--active-deep-color-rgb), .75);
    }
}

@media ((max-height: 474.98px) and (orientation: landscape)) {
    .main-page-search-form {
        position: relative !important;
        bottom: unset !important;
        //margin: calc(0px - 2 * var(--main-gap)) 0 0 !important;
        margin: 0 !important;
        padding: var(--main-gap) 0 calc(var(--main-gap) / 2);
    }

    #tl-search-form {
        background: rgba(var(--active-deep-color-rgb), .75);
    }

    .main-slide-txt {
        justify-content: flex-start;
        margin-top: calc(var(--header-height) + 2 * var(--main-gap)) !important;
    }

    .mry-swiper-pagination {
        display: none;
    }
}

@media (max-width: 359.98px) {
    :root {
        --header-height: 70px;
    }

    .logo-svg svg,
    .mobile-contacts-icon svg,
    .mobile-burger-icon svg {
        height: 38px;
    }

    .logo-svg svg {
        width: 72px;
        height: 38px;
    }

    .logo-svg {
        width: 72px;
    }

    .ya-text {
        font-size: 12px;
    }

    .complex-text {
        font-size: 7px;
    }

    .top-complex-text {
        margin-bottom: 2px;
    }

    #offcanvas-toggler.offcanvas-toggler-right {
        float: none;
        margin-left: 10px !important;
    }

    .mob-phone-line a.top-mess-link .center-messenger-icon svg {
        //sheight: 20px;
    }

    .mry-swiper-pagination .main-slider-legend-item {
        font-size: 11px;
    }

    /*
    .mob-phone-line a.top-mess-link {
        min-height: 20px;
        width: 20px;
    }

    .mob-phone-line a.top-mess-link .center-messenger-icon {
        width: 20px;
    }

    .mob-phone-line .top-mess-link::after {
        bottom: -14px !important;
    }

    .mob-phone-line a.top-mess-link .center-messenger-icon svg {
        height: auto;
    }

    .mob-phone-line a.top-tel::after {
        top: unset;
        bottom: -10px;
    }

    .mob-phone-line a.top-tel .center-link-icon,
    .mob-phone-line a.top-tel .center-link-svg {
        height: 20px !important;
        width: 119px;
    }

    .mob-phone-line {
        padding: 15px 10px 10px;
    }
*/
}

@media ((orientation: portrait) and (max-width: 359.98px) and (max-height: 640px)) {

    .main-slide-txt {
        justify-content: flex-start;
        margin-top: calc(var(--header-height) + 3 * var(--main-gap)) !important;
    }

    .main-page-search-form {
        position: relative !important;
        bottom: unset !important;
        margin: 0 !important;
        padding: var(--main-gap) 0 calc(var(--main-gap) / 2);
    }

    .main-slide-txt h3 {
        font-size: 18px !important;
    }
}