*:not(.header--scroll-bg)::-webkit-scrollbar {
  width: 5px;
}

/* Track */
*:not(.header--scroll-bg)::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
*:not(.header--scroll-bg)::-webkit-scrollbar-thumb {
  background: #2E6DCC;
}

/* Handle on hover */
*:not(.header--scroll-bg)::-webkit-scrollbar-thumb:hover {
  background: #EBF3FF;
}

.cart-empty .vi-wcaio-menu-cart-text-wrap {
	display: none;
}

.admin-bar .header--scroll-bg {
    margin-top: 32px;
}

.vi-wcaio-menu-cart .vi-wcaio-menu-cart-icon i {
	background: #2E6DCC;
    display: block;
    position: relative;
    border-radius: 50px;
}

.vi_wcaio_cart_icon-shopping-cart-7:before{
	content: ""!important;
    background: url(/wp-content/uploads/2023/10/basket.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-space {
    height: 148px;
}

#wpdreams_asp_results_6 {
	width: 100%!important;
}

.rt-custom-menu-field-item-link {
    padding: 0;
}

@media screen and (max-width: 992px) {
    .mobile-space {
        height: 84px;
    }
}

@media screen and (max-width: 676px) {
    .mobile-space {
        height: 89px;
    }

    .admin-bar .header--scroll-bg {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .coi-consent-banner__category-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .coi-consent-banner__category-name h3 {
        font-size: inherit !important;
        max-width: 100% !important;
        ;
    }
}

.mobile-nav__banner {
    display: none;
}

li.menu-item-has-children .sub-menu li.rt-custom-menu-field-item {
    display: block;
    max-width: 100% !important;
}

.menu-item-has-children>a {
    padding-right: 0.5em;
}

.dropdown-banner img {
    max-width: 144px;
    max-height: 144px;
}

.dropdown-banner__content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    gap: 8px;
}

.swiper-text {
    overflow: hidden;
    display: none;
}

.swiper-text>.pre-header {
    display: none;
}

.slide-container img {
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

.swiper-text .slide-container {
    height: auto;
}

.swiper-text .slide-container {
    padding: 6px 0;
    text-align: center;
    border: 0;
    background: #1C417A;
}

.swiper-text .swiper-wrapper {
    background: #1C417A;
}

.swiper-text .slide-container>p {
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 11px;
    color: #FFF;
}

.search-header {
    height: 32px;
	border: 1px solid var(--d-gray-100, #D2D2D3);
	background: rgba(217, 217, 217, 0.30);
    position: relative;
    width: 100%;
    padding: 0 0 0 24px;
    border-radius: 25px;
}

label.search-wrap {
    position: relative;
    width: 100%;
    max-width: 221px;
}

label.search-wrap:before {
    content: "";
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    width: 18px;
    z-index: 9;
    background: url("/wp-content/uploads/2022/11/Vector-1.svg") center / contain no-repeat;
}

.pre-header {
    background: #1C417A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 220px;
}

.pre-header p {
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
}

.header__top-items-mob {
    display: none;
}

@media screen and (max-width: 992px) {
    .mobile-nav__banner-btn {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        padding: 12px 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        background: #2E6DCC;
        border-radius: 48px;
    }

    .mobile-nav__banner-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px;
        margin-top: 16px;
    }

    .mobile-nav__banner-desc>p {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #4A4D4F;
        margin: 0;
    }

    .mobile-nav__banner-btn:first-child {
        margin-bottom: 16px;
    }

    .mobile-nav__banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px;
        border-radius: 8px;
        background: #F5F9FF;
        margin: 16px 15px 0;
    }

    .swiper-text {
        display: block;
        height: 32px;
        max-width: 100%;
    }

    .swiper-text .slide-container {
        padding: 4px 0;
    }

    .pre-header {
        display: none;
        padding: 4px;
        gap: 0;
        position: relative;
        height: 32px;
        max-width: 100%;
    }

    .pre-header p.nametag {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .item-1,
    .item-2,
    .item-3 {
        position: absolute;
        width: 50%;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-timing-function: unset;
        animation-timing-function: unset;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .item-1 {
        -webkit-animation-name: anim-1;
        animation-name: anim-1;
    }

    .item-2 {
        -webkit-animation-name: anim-2;
        animation-name: anim-2;
    }

    .item-3 {
        -webkit-animation-name: anim-3;
        animation-name: anim-3;
    }

    @-webkit-keyframes anim-1 {

        0%,
        8.3% {
            right: -100%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }

        8.3%,
        25% {
            right: 25%;
            opacity: 1;
        }

        33.33%,
        100% {
            right: 110%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }
    }

    @keyframes anim-1 {

        0%,
        8.3% {
            right: -100%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }

        8.3%,
        25% {
            right: 25%;
            opacity: 1;
        }

        33.33%,
        100% {
            right: 110%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }
    }

    @-webkit-keyframes anim-2 {

        0%,
        33.33% {
            right: -100%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }

        41.63%,
        58.29% {
            right: 25%;
            opacity: 1;
        }

        66.66%,
        100% {
            right: 110%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }
    }

    @keyframes anim-2 {

        0%,
        33.33% {
            right: -100%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }

        41.63%,
        58.29% {
            right: 25%;
            opacity: 1;
        }

        66.66%,
        100% {
            right: 110%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }
    }

    @-webkit-keyframes anim-3 {

        0%,
        66.66% {
            right: -100%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }

        74.96%,
        91.62% {
            right: 25%;
            opacity: 1;
        }

        100% {
            right: 110%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }
    }

    @keyframes anim-3 {

        0%,
        66.66% {
            right: -100%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }

        74.96%,
        91.62% {
            right: 25%;
            opacity: 1;
        }

        100% {
            right: 110%;
            opacity: 1;
            -webkit-animation-duration: 0s;
            animation-duration: 0s;
        }
    }

    .header__top-items-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .swiper-text.out>.swiper-wrapper {
        display: none;
    }

    .swiper-text.out>.pre-header {
        display: block;
    }
}

.header__top-items-mob__item {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}

.header__top-items-mob__item img {
    width: 22px;
	height: 22px;
}

.header__top-items-mob__item p {
    margin: 0;
    font-size: 8px;
    line-height: 10px;
    color: initial;
}

.header__top-items-mob__item:first-child p {
    margin: 2px 0 0 0;
}

.header__logo-link {
    line-height: 11px;
    display: block;
}

.header__logo-link img {
    width: 167px;
    height: 37px;
}

.header {
    position: relative;
    z-index: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff
}

@media (min-width:375px) {
    .header {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .header {
        padding-right: 20px;
        padding-left: 20px
    }
}


@media (min-width:1400px) {
    .header {
        width: 1168px
    }
}

.header--scroll-bg {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:992px) {
    .header__actions {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px
    }
}


.header__nav-open {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 56px;
    outline: 0;
    cursor: pointer;
}

@media (min-width:993px) {
    .header__nav-open {
        display: none
    }

    li#menu-item-6358.menu-item-has-children:hover>ul.sub-menu.level-3 {
        top: -24px;
        height: 366px;
    }

    #menu-item-6364>.rt-wp-menu-custom-fields-wrapper,
	#menu-item-9000>.rt-wp-menu-custom-fields-wrapper {
        top: 24px !important;
    }
	li#menu-item-6380.menu-item-has-children:hover>ul.sub-menu.level-3 {
		top: -24px;
    	height: 369px;
	}
}

.header__nav-open-icon {
    position: relative;
    display: block;
    width: 23px;
    height: 16px;
}

.header__nav-open-icon-inner {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition-duration: .275s;
    -o-transition-duration: .275s;
    transition-duration: .275s
}

.header__nav-open-icon-inner,
.header__nav-open-icon-inner:after,
.header__nav-open-icon-inner:before {
    right: 0;
    position: absolute;
    width: 23px;
    height: 1px;
    background-color: #363636;
    -webkit-transition: width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease, -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease, -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: transform .6s cubic-bezier(.68, -.55, .265, 1.55), width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease;
    transition: transform .6s cubic-bezier(.68, -.55, .265, 1.55), width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease;
    transition: transform .6s cubic-bezier(.68, -.55, .265, 1.55), width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease, -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55)
}

.header__nav-open-icon-inner:after,
.header__nav-open-icon-inner:before {
    display: block;
    content: ""
}

.header__nav-open-icon-inner {
    top: 0px
}

.header__nav-open-icon-inner:before {
    top: 7px
}

.header__nav-open-icon-inner:after {
    top: 14px
}

.header__nav-open span {
    font-size: 9px;
    text-transform: uppercase;
    color: #363636
}

.header__booking {
    padding-left: 10px
}

@media (min-width:375px) {
    .header__booking {
        padding-left: 20px
    }
}

@media (min-width:1200px) {
    .header__booking {
        padding-right: 10px
    }
}

.header__booking-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    color: #33333f;
    text-decoration: none
}

@media (min-width:992px) {
    .header__booking-link {
        width: auto;
        height: 80px
    }
}

@media (min-width:992px) {
    .header__booking-link {
        position: relative;
        display: block;
        overflow: hidden;
        width: auto;
        height: 40px;
        line-height: 40px;
        margin-left: 15px;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #568275;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 800;
        border-radius: 3px;
        -webkit-transition: top 1s cubic-bezier(.68, -.55, .265, 1.55), line-height .3s cubic-bezier(.68, -.55, .265, 1.55);
        -o-transition: top 1s cubic-bezier(.68, -.55, .265, 1.55), line-height .3s cubic-bezier(.68, -.55, .265, 1.55);
        transition: top 1s cubic-bezier(.68, -.55, .265, 1.55), line-height .3s cubic-bezier(.68, -.55, .265, 1.55)
    }
}

@media (min-width:768px) and (min-width:1200px) {
    .header__booking-link {
        padding: 0 32px;
        height: 40px;
    }
}

@media (min-width:992px) {
    .header__booking-link:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -50px;
        margin-left: -10px;
        width: 20px;
        height: 17px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyOHB4IiBoZWlnaHQ9IjIzcHgiIHZpZXdCb3g9IjAgMCAyOCAyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5hcnJvdy1wb2ludC10by1yaWdodDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJhcnJvdy1wb2ludC10by1yaWdodCIgZmlsbD0iI0ZGRkZGRiI+ICAgICAgICAgICAgPHBhdGggZD0iTTI3LjUzMjI3NzcsMTIuNjM4NjE4MyBMMTcuNzI2MjYwMywyMi41Mjc5NDU5IEMxNy4xMDI0NzkxLDIzLjE1NzM1MTQgMTYuMDkxMTI0OSwyMy4xNTczNTE0IDE1LjQ2NzY0NjYsMjIuNTI3OTQ1OSBDMTQuODQ0MTE3OCwyMS44OTkxMDAyIDE0Ljg0NDExNzgsMjAuODc5MTczMSAxNS40Njc2NDY2LDIwLjI1MDM3ODQgTDI0LjE0NDQ1ODEsMTEuNDk5ODM0NiBMMTUuNDY3ODk5LDIuNzQ5NTk2MSBDMTQuODQ0MzcwMiwyLjEyMDQ5NTk5IDE0Ljg0NDM3MDIsMS4xMDA2NzA2OSAxNS40Njc4OTksMC40NzE4MjUwODcgQzE2LjA5MTQyNzgsLTAuMTU3Mjc1MDI5IDE3LjEwMjczMTUsLTAuMTU3Mjc1MDI5IDE3LjcyNjUxMjYsMC40NzE4MjUwODcgTDI3LjUzMjUzMDEsMTAuMzYxMzA1NCBDMjcuODQ0Mjk0NSwxMC42NzU4ODA5IDI4LDExLjA4NzczMDUgMjgsMTEuNDk5NzgzNyBDMjgsMTEuOTEyMDQwNSAyNy44NDM5OTE2LDEyLjMyNDE5NTUgMjcuNTMyMjc3NywxMi42Mzg2MTgzIFoiIGlkPSJQYXRoIj48L3BhdGg+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgZmlsbC1ydWxlPSJub256ZXJvIiB4PSIwIiB5PSIxMCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjMiIHJ4PSIxLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: top .3s cubic-bezier(.68, -.55, .265, 1.55);
        -o-transition: top .3s cubic-bezier(.68, -.55, .265, 1.55);
        transition: top .3s cubic-bezier(.68, -.55, .265, 1.55)
    }
}

@media (min-width:992px) {
    .header__booking-link:hover {
        -webkit-transition: top .4s cubic-bezier(.68, -.55, .265, 1.55), line-height .3s cubic-bezier(.68, -.55, .265, 1.55);
        -o-transition: top .4s cubic-bezier(.68, -.55, .265, 1.55), line-height .3s cubic-bezier(.68, -.55, .265, 1.55);
        transition: top .4s cubic-bezier(.68, -.55, .265, 1.55), line-height .3s cubic-bezier(.68, -.55, .265, 1.55);
        line-height: 100px
    }

    .header__booking-link:hover:after {
        top: 12px
    }
}

@media (min-width:992px) {

    .header__booking-link:active,
    .header__booking-link:focus,
    .header__booking-link:hover {
        -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1);
        box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .1)
    }
}

.header__booking-link svg {
    display: block;
    width: 23px;
    height: 23px;
    margin-bottom: 4px
}

@media (min-width:992px) {
    .header__booking-link svg {
        display: none
    }
}

.header__booking-link span {
    display: block;
    font-size: 9px;
    text-transform: uppercase
}

@media (min-width:992px) {
    .header__booking-link span {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }
}

@media (min-width:992px) {
    .header__nav {
        /*         position: static; */
        -webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
        -o-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
        transition: all .6s cubic-bezier(.68, -.55, .265, 1.55)
    }
}

@media (min-width:1200px) {}

.header__menu {
    display: block;
    width: 100%;
    padding: 0;
    list-style-type: none;
}

@media (min-width:993px) {
    .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: left;
        padding: 0 35px 0 0;
    }
}

@media (max-width:992px) {
	.vi-wcaio-menu-cart .vi-wcaio-menu-cart-icon i {
		background: none;
		border-radius: unset!important;
	}
	.header__top-items-mob__item>a {
		line-height: 14px;
	}
	.vi_wcaio_cart_icon-shopping-cart-7:before {
		border-radius: unset!important;
		padding: 0!important;
		-webkit-filter: invert(1);
		        filter: invert(1);
	}
    .header__menu {
        padding: 0;
    }

    label.search-wrap:before {
        right: 25px;
    }
}

.header__menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

@media (min-width:992px) {
    .header__menu li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding-right: 25px;
        margin-bottom: 0;
        text-align: left
    }
}

@media (min-width:1200px) {
    .header__menu li {
        padding-right: 35px
    }
}

.header__menu li:before {
    -webkit-transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}

@media (min-width:992px) {
    .header__menu li:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 0;
        height: 3px;
        background-color: #80ad9d
    }
}

@media (min-width:992px) {
    .header__menu li:hover:before {
        -webkit-transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
        -o-transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
        transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
        width: 100%
    }
}

.header__menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D2023;
    text-decoration: none;
}

@media (min-width:992px) {
    .header__menu li a {
        font-size: 14px
    }
}

@media (min-width:992px) {
    .header__menu li a {
        font-size: 16px
    }
}


#input-toggle__header-nav:checked~.site {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#input-toggle__header-nav:checked~.site:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: height .3s cubic-bezier(.77, 0, .175, 1), background .3s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: height .3s cubic-bezier(.77, 0, .175, 1), background .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: height .3s cubic-bezier(.77, 0, .175, 1), background .3s cubic-bezier(.175, .885, .32, 1.275)
}

@media (min-width:992px) {
    #input-toggle__header-nav:checked~.site:before {
        display: none
    }

    #menu-item-6340 .rt-wp-menu-custom-fields-wrapper {
        right: -1002px;
    }

    #menu-item-4466:hover .level-2 {
        height: 590px;
    }
}

#menu-item-6340 {
    height: 0;
    padding: 0 !important;
}

#menu-item-6340>a {
    color: transparent;
    height: 0;
}

#input-toggle__header-nav:checked~.site .header {
    overflow: visible;
    border-bottom: 0;
}

#input-toggle__header-nav:checked~.site .header .header__nav {
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transition: left .6s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: left .6s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: transform .6s cubic-bezier(.77, 0, .175, 1), left .6s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), left .6s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), left .6s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1)
}

#input-toggle__header-nav:checked~.site .header .header__nav-open .header__nav-open-icon-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
    width: 23px
}

#input-toggle__header-nav:checked~.site .header .header__nav-open .header__nav-open-icon-inner:after,
#input-toggle__header-nav:checked~.site .header .header__nav-open .header__nav-open-icon-inner:before {
    -webkit-transition: background .4s, width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease, -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: background .4s, width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease, -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: background .4s, transform .6s cubic-bezier(.68, -.55, .265, 1.55), width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease;
    transition: background .4s, transform .6s cubic-bezier(.68, -.55, .265, 1.55), width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease;
    transition: background .4s, transform .6s cubic-bezier(.68, -.55, .265, 1.55), width .6s cubic-bezier(.68, -.55, .265, 1.55), opacity .6s ease, -webkit-transform .6s cubic-bezier(.68, -.55, .265, 1.55)
}

#input-toggle__header-nav:checked~.site .header .header__nav-open .header__nav-open-icon-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(23px, -6px, 0);
    transform: rotate(-45deg) translate3d(23px, -6px, 0);
    opacity: 0
}

#input-toggle__header-nav:checked~.site .header .header__nav-open .header__nav-open-icon-inner:after {
    width: 23px;
    -webkit-transform: translate3d(0, -15px, 0) rotate(-90deg);
    transform: translate3d(0, -15px, 0) rotate(-90deg)
}

.header__booking-link:after {
    width: 22px;
    height: 18px;
}

.header__logo {
    margin: 14px 0;
}

.header__top-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
}

.header__time,
.header__location,
.header__phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.header__time p,
.header__location p,
.header__phone p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D2023;
}

.header__time img,
.header__location img,
.header__phone img {
    margin-right: 8px;
}

.hide,
.back-one-level,
.sub-menu-wrapper {
    display: none !important;
}

.is-ajax-search-items {
    max-height: 300px !important;
}

body {
    overflow-x: hidden !important;
}

.header {
    overflow: visible;
    padding: 0;
}

.site {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header__phone-text--desktop span,
.header__booking-link span,
.header__menu li a,
.header__phone-text {}

.header__menu li {
    position: initial;
}

.header__phone-text--desktop-new {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-block-info__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #568275;
    width: 100%;
    color: #fff;
    padding: 8px 0;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 10px;
}

.mobile-block-info__btn:hover {
    color: #fff;
}

.rt-wp-menu-custom-fields-custom-html .hero__footer {
    padding-top: 10px;
}

.rt-wp-menu-custom-fields-custom-html .mobile-block-info__btn {
    color: #fff !important;
    margin-bottom: 10px;
}

.mobile-hide .header__phone-text--desktop-new {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 36px !important;
    color: #444445;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #E8E9E9;
}

.header__menu li>ul {
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    left: 0;
    width: auto;
    visibility: hidden;
    /*  hides the submenu */
    position: absolute;
    /* sets the position */
    top: 100%;
    /* right below the parent */
    opacity: 1;
    /* make it see through for effects */
}

.header__menu li:hover>ul {
    visibility: visible;
    /* show it on hover */
    opacity: 1;
}

.header__menu li:hover>a,
.header__menu li:hover>a::before {
    color: #3A89FF;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header__menu li:hover>a {
    font-weight: 600;
}


.header__menu li:hover>ul>li>ul {
    visibility: visible;
    /* show it on hover */
    opacity: 1;
}

.header__menu li ul li:before {
    display: none;
}

.header--scroll-bg {
    background: #fff;
}

.header--scroll-bg:before {
    right: 100%;
    overflow-x: hidden !important;
}

.header--scroll-bg:after {
    left: 100%;
    overflow-x: hidden !important;
}

.header__nav {
    width: 100%;
    padding-left: 0;
    border: none;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__booking {
    padding-right: 0;
}

.header__menu li:before {
    display: none;
}

.header__menu>.menu-item-has-children>a:before {
    position: absolute;
    content: " ";
    background: url('/wp-content/uploads/2022/10/arrow-menu.svg');
    top: 48%;
    right: -15px;
    width: 6px;
    height: 4px;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.header__menu>.menu-item-has-children>a:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.level-2 {
    background: transparent;
    width: 100%;
    padding: 24px 0;
    height: 370px;
}

.level-2:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 140vw;
    overflow-x: hidden;
    height: 100%;
    top: 0;
    left: -40vw;
    z-index: -2;
    border: 1px solid #F2F2F2;
}

ul.level-2>li.menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.sub-menu {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sub-menu li {
    padding: 0 0 16px;
    width: 218px;
    height: auto;
}

.sub-menu li:first-child {
    margin-top: 0;
    border-top: none;
    position: relative;
}

.sub-menu li:last-child {
    /*       padding: 0 64px 0 0 !important; */
}

.rt-wp-menu-custom-fields-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    position: absolute;
    line-height: inherit !important;
    width: 469px;
    top: 0;
    right: -918px;
    /* 	  display: none; */
}

.dropdown-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__menu>li>a {
    padding: 12px 0;
    position: relative;
}

.header--scroll-bg .header__nav {
    overflow: visible;
    /* 	   border-bottom: 1px solid #E8E9E9; */
}

.level-3 li>a {
    margin-left: 0;
}

.level-2 li.menu-item-has-children>a {
    position: relative;
    margin-bottom: 8px;
}

ul.sub-menu.level-3 {
    position: relative;
    top: 0%;
    background: transparent;
    border: none;
    left: 0;
    width: auto;
    height: auto;
    /*       padding: 3px 0 0; */
}

@media screen and (max-width:992px) {
    .rt-custom-menu-field-item {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
}


/* SEARCH */

.search-desktop.astm-search-menu.is-menu.full-width-menu.menu-item>a>img {
    margin: 0 8px;
}

.is-ajax-search-result .is-ajax-search-post:hover {
    background: transparent !important;
}

.is-menu.full-width-menu form,
.is-menu.sliding form {
    z-index: 20;
    height: 47px !important;
}

.active-search.open>form {
    width: 100% !important;
    top: 0 !important;
    padding-top: 5px !important;
}

.search-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0 !important;
}

.search-desktop>a {
    width: 242px;
    height: 32px;
    background: #F2F2F2 !important;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #BDBDBD !important;
}

.is-form-id-4778 {
    background: #fff !important;

}

.is-ajax-search-posts {
    max-width: 770px;
    width: 100%;
    margin: 0 auto !important;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
    padding: 0 !important;
}

.is-form-style {
    height: 36.5px !important;
}

.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 150%;
    color: #444445 !important;
}

.is-ajax-search-post,
.is-ajax-search-post-details {
    border: none !important;
    padding: 10px 0 0 !important;
}

.simplebar-content {
    background: #fff;
}

#is-search-input-4778 {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    background: #F2F2F2;
    border-radius: 4px;
    border: none !important;

}

#is-search-input-4778:before {
    position: absolute;
    display: block;
    content: '';
    background-image: url('https://staging-sinitonede.kinsta.cloud/wp-content/uploads/2022/06/search.svg');
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
}


.search-desktop>a:hover {
    background: #F2F2F2 !important;
}

.search-desktop>a>svg {
    margin: 0 8px;
}

#menu-item-5062 {
    margin-bottom: 0 !important;
}


/* BANNER DROPDOWN*/

.banner-in-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.dropdown-banner {
    background: #F5F9FF;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.dropdown-banner__content {
    padding: 16px;
    width: 100%;
    max-width: 325px;
    font-weight: 500 !important;
}

.dropdown-banner__content-link>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600 !important;
    line-height: 20px !important;
    color: #2e6dcc !important;
    padding: 0;
}

@media screen and (max-width: 1400px) {
    .header__logo {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 1200px) {

    .rt-wp-menu-custom-fields-wrapper {
        right: -760px;
    }

    .header__time p,
    .header__location p,
    .header__phone p {
        font-size: 14px;
    }

    .header__top-items {
        gap: 24px;
    }

    .header__menu li {
        padding-right: 30px;
    }
}

@media screen and (max-width: 992px) {
    label.search-wrap {
        max-width: 100%;
        padding: 14px 15px;
        border-bottom: 1px solid rgba(68, 68, 69, 0.1);
        border-top: 1px solid rgba(68, 68, 69, 0.1);
    }

    .header__booking,
    .header__location {
        display: none;
    }

    .header__phone-text--mobile {
        text-align: -webkit-center;
    }

    .level-2:after {
        width: 720px;
    }

    .btn--small {
        margin-top: 0;
    }

    .header__phone,
    .header__time {
        display: none;
    }

    .header__top-items {
        gap: 0;
    }
}

@media screen and (max-width: 992px) {
	.header__top-nav-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 24px;
    }
	
    .btn.desc-view,
    .header__time {
        display: none;
    }

    .header-btn,
    .header__top-items {
        display: none;
    }

    .header__logo.desk-view {
        display: none;
    }

    .sub-menu li:last-child {
        padding: 0 15px !important;
        border-bottom: 1px solid #E8E9E9;
    }

    .header__phone-link {
        height: auto;
    }

    .header--scroll-bg {
        overflow: hidden;
    }

    .body--scroll-bg {
        position: st;
        -webkit-transition: 1s all ease;
        -o-transition: 1s all ease;
        transition: 1s all ease;
    }

    .header--scroll-bg:before,
    .header--scroll-bg:after,
    .footer:before,
    .footer:after,
    .copyright:after,
    .copyright:before {
        display: none;
    }

    .level-2 li>a {
        margin-left: 0px;
        position: relative;
        display: block;
        max-width: 82%;
        padding: 19px 0;
        color: #1D2023;
    }

    .level-3 li>a,
    .level-4 li>a {
        margin-left: 0px;
        padding: 20px;
        color: inherit;
        position: relative;
        display: block;
        max-width: 92%;
        padding: 19px 0;
        width: 100%;
    }

    .level-2 li.menu-item-has-children>a {
        position: relative;
        top: 0;
        left: 0;
    }

    .header__nav-open-icon-inner,
    .header__nav-open-icon-inner:after,
    .header__nav-open-icon-inner:before {
        height: 2px;
    }

    .mobile-block-info {
        padding: 20px;
        background: #f1f7f5;
        margin: 0 auto;
        max-width: 95%;
        border-radius: 25px;
        text-align: center;
    }


    .header__phone-text--desktop span {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #444445;
    }

    .header__phone-text--desktop-new {
        display: block !important;
        font-weight: 700 !important;
        font-size: 24px !important;
        line-height: 36px !important;
        color: #444445;
    }

    .mobile-block-info__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #568275;
        width: 90%;
        padding: 8px 0;
        margin: 0 auto;
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .mobile-block-info__btn2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: transparent;
        width: 90%;
        padding: 8px 0 !important;
        margin: 0 auto;
        border-radius: 5px;
        color: #568275;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        border: 1px solid #568275;
    }

    .mobile-hide,
    .mobile-block-info2 {
        display: none;
    }


    .models__carousel .glide__slides li img {
        max-width: 54%;
        margin: 0 auto;
    }

    .header__menu {
        background: #fff;
        margin: 0;
    }

    .header__menu li {
        border-bottom: 1px solid rgba(68, 68, 69, 0.1);
        padding-bottom: 15px;
        position: relative;
        height: 62px;
    }

/*     .header__logo {
        margin: 15px 0 15px 250px;
    } */

    .header__menu>li>a {
        position: relative;
        display: block;
        max-width: 82%;
        width: 100%;
        padding: 19px 0;
        z-index: 12;
        height: 62px;
    }


    .level-2>.menu-item-has-children>a {
        position: relative;
        display: block;
        width: 100%;
    }

    .header__menu>.menu-item-has-children>a:hover::before,
    .sub-menu>.menu-item-has-children>a:hover::before {
        -webkit-transform: translatex(5px);
        -ms-transform: translatex(5px);
        transform: translatex(5px);
    }

    .header__menu li:hover {
        background: #e9f2ff
    }

    .page-header .header-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 60px;
        padding: 0 20px;
        background: var(--header-bar-bg);
    }

    .page-header .header-bar .brand {
        font-weight: bold;
    }

    .page-header .header-bar .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-header .header-bar svg {
        fill: var(--white);
    }

    .page-header .menu-wrapper {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        overflow: hidden;
    }

    .page-header .menu-wrapper.is-visible {
        display: block;
    }

    .page-header .list-wrapper {
        height: 100%;
        display: none;
    }

    .page-header .list-wrapper:nth-child(3),
    .page-header .list-wrapper:nth-child(4),
    .page-header .list-wrapper:nth-child(5) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        display: none;
    }

    .page-header .list-wrapper:nth-child(3).is-visible,
    .page-header .list-wrapper:nth-child(4).is-visible,
    .page-header .list-wrapper:nth-child(5).is-visible {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: block;
    }

    .page-header .list-wrapper:nth-child(1)>ul>li>.sub-menu,
    .page-header .list-wrapper:nth-child(2) .level-3 {
        display: none;
    }

    .page-header .menu-wrapper li+li {
        margin-top: 20px;
    }

    .page-header .menu-wrapper a {
        display: inline-block;
        position: relative;
        padding: 5px 0;
    }

    .page-header .menu-wrapper a.nested {
        text-decoration: underline;
    }

    .page-header .menu-wrapper a:hover,
    .page-header .menu-wrapper a.is-active {
        color: var(--orange);
    }

    .page-header .menu-wrapper a:hover::before,
    .page-header .menu-wrapper a.is-active::before {
        content: "✦";
        position: absolute;
        top: 50%;
        right: -20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: var(--orange);
    }

    .page-header .back-one-level {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 14px;
        color: #2E6DCC;
        width: 100%;
        border-bottom: 1px solid #F2F2F2;
        margin: 0;
    }

    .page-header .back-one-level svg {
        fill: var(--white);
        margin-right: 10px;
        width: 20px;
    }

    .sub-menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .back-one-level {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #F5F9FF;
        border: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #2E6DCC;
        cursor: pointer;
    }

    .sub-menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        height: 100vh;
        padding: 0;
        max-height: 390px;
    }

    a {
        text-decoration: none;
    }

    .page-header .list-wrapper:nth-child(3).is-visible,
    .page-header .list-wrapper:nth-child(4).is-visible,
    .page-header .list-wrapper:nth-child(5).is-visible {
        background: #fff;
        z-index: 22;
    }

    .header__menu li:hover>ul {
        visibility: hidden;
    }

    .sub-menu li {
        padding: 0 15px;
        border-top: 1px solid rgba(68, 68, 69, 0.1);
        width: 100%;
        list-style: none;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .sub-menu>li>.sub-menu {
        display: none;
    }

    .header__menu li {
        text-align: left;
        padding: 0 15px;
        margin-bottom: 0;
    }

    .header__booking {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__phone {
        display: none !important;
    }

    .hide,
    .back-one-level,
    .sub-menu-wrapper,
    .rt-custom-menu-field-item {
        display: block !important;
    }

    .header__booking-link {
        padding-left: 15px;
    }

    .level-2 {
        background: #fff;
        margin-top: 0;
    }

    .level-2 li.menu-item-has-children>a {
        margin-bottom: 0 !important;
    }

    .level-2>li {
        margin: 0 !important;
        width: 100%;
        padding: 0 15px !important;
    }

    ul.sub-menu.level-3 {
        height: 100vh;
        margin: 0;
    }

    .search-desktop {
        display: none;
    }

    .header__menu>.menu-item-has-children>a:before,
    .sub-menu>.menu-item-has-children>a:before {
        position: absolute;
        content: " ";
        background: url('/wp-content/uploads/2023/01/right.svg') !important;
        background-repeat: no-repeat !important;
        top: 23px !important;
        right: -85px !important;
        width: 16px !important;
        height: 16px !important;
        -webkit-transition: 0.4s all ease;
        -o-transition: 0.4s all ease;
        transition: 0.4s all ease;
        pointer-events: none;
        z-index: 999;
    }

    .rt-wp-menu-custom-fields-wrapper {
        right: -15px;
        height: 62px;
        width: 130px;
        z-index: 10;
        background: #F5F9FF;
        border-left: 1px solid #e8e9e9;
        border-bottom: 1px solid #e8e9e9;
        position: relative;
    }

    .level-2 .rt-wp-menu-custom-fields-wrapper,
    .level-3 .rt-wp-menu-custom-fields-wrapper {
        display: none;
    }

    ul.level-2>li.menu-item-has-children,
    ul.level-3>li.menu-item-has-children,
    ul.level-4>li.menu-item-has-children {
        position: relative;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        height: 61px;
    }

    .header__top,
    .header__menu {
        border-bottom: 0;
    }

    .btn--small {
        width: -webkit-fit-content;
        padding: 8px 16px;
    }

    .header--scroll-bg {
        width: 100%;
    }

    .site>.banner {
        padding: 24px 0 48px 0;
    }

    .header__nav-open {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .level-2 .menu-item-has-children .rt-wp-menu-custom-fields-wrapper,
    .level-3 .menu-item-has-children .rt-wp-menu-custom-fields-wrapper,
    .level-4 .menu-item-has-children .rt-wp-menu-custom-fields-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: -15px;
        height: 61px;
        width: 130px;
        z-index: 15;
        background: #F5F9FF;
        border-left: 1px solid #e8e9e9;
        position: relative;
    }

    #menu-item-3570>a {
        top: -25px;
    }
}

@media screen and (max-width: 768px) {
	.header-nav-open .header--scroll-bg {
		overflow-y: scroll;
    	overflow-x: hidden;
		height: 100vh !important;
	}
    #menu-item-3570>a {
        top: 0;
    }
}

@media screen and (max-width: 675px) {

    .header__menu>.menu-item-has-children>a:before,
    .sub-menu>.menu-item-has-children>a:before {
        right: -73px !important;
    }

    .sub-menu {
        max-height: 48vh;
        margin: 0
    }

    .header__logo {
        margin: 0;
    }

    .header__nav-open {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header__top-items-mob__item p {
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {

    .mobile-space {
        width: 100%;
        height: 88px;
    }

    .header__menu li {
        text-align: left;
        margin-bottom: 0;
    }

    .models__carousel .glide__slides li img {
        max-width: 100%;
        height: auto;
    }

    .header--scroll-bg {
        position: fixed;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .header__menu {
        padding: 0 0 24px;
        margin: 0;
    }

    .header__logo {
        padding: 0;
    }
}

@media screen and (max-width:370px) {
    .header__logo-link img {
        width: 112px;
    }
}

@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 480px) {
    .site {
        overflow-x: hidden;
    }

    .header--scroll-bg {
        position: fixed;
    }

    .header--scroll-bg:before,
    .header--scroll-bg:after,
    .footer:before,
    .footer:after,
    .copyright:after,
    .copyright:before {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .header__top-items-mob__item p {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .header__nav-open {
        padding-left: 0 !important;
    }

    a.header__booking-link {
        width: 70px;
        text-align: center;
    }
}

.current-menu-parent>a,
.current-menu-item>a {
    color: #3A89FF !important;
}

ul>li#menu-item-1785>a,
ul>li#menu-item-2209>a,
.page-id-1700 #menu-item-1226>a,
.page-id-1700 #menu-item-523>a {
    color: inherit !important;
}

ul:not(.sub-menu)>li.menu-item-has-children>ul.sub-menu>li ul {
    top: 0;
}

ul:not(.sub-menu)>li.menu-item-has-children>ul.sub-menu>li.rt-custom-menu-field-item ul {
    top: 0;
}

@media (min-width: 992px) {
    .level-2>li {
        padding: 0 30px 16px 0 !important;
    }

    .sub-menu li {
        width: 250px;
    }

    .menu-item-4466>.sub-menu.level-2>li {
        width: 166px;
    }

    .menu-item-4466>.sub-menu.level-3>li {
        width: 273px;
    }

    ul.sub-menu.level-3,
    ul.sub-menu.level-4 {
        display: none;
        position: absolute;
        /* visibility: visible; */
        top: auto;
        background: #fff;
        border: none;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0;
    }

    ul.sub-menu.level-2,
    ul.sub-menu.level-3 {
        border-right: 1px solid #E8E9E9;
    }

    .level-2 li.menu-item-has-children:hover>ul.sub-menu.level-3,
    .level-3 li.menu-item-has-children:hover>ul.sub-menu.level-4 {
        display: block;
        position: absolute;
        left: 100% !important;
        height: 100%;
        padding-left: 32px !important;
        padding-top: 24px;
        background: transparent;
    }

    li#menu-item-3570.menu-item-has-children:hover>ul.sub-menu.level-3 {
        top: -24px;
        height: 366px;
    }

    #menu-item-1456>.rt-wp-menu-custom-fields-wrapper {
        top: 24px !important;
    }

    .level-3 li.menu-item-has-children:hover>ul.sub-menu.level-4 {
        /* 		padding-top: 0; */
        height: 360px;
    }

    .sub-menu>.menu-item-has-children>a:before {
        position: absolute;
        content: " ";
        background: url(/wp-content/uploads/2023/02/down.svg);
        top: 7px;
        right: -10px;
        width: 8px;
        height: 8px;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        transition: right 0.3s ease;
    }

    .sub-menu>.menu-item-has-children:hover>a::before {
        right: -16px;
    }
}

@media screen and (max-width: 600px) {
    .sub-menu.level-3>li,
    .sub-menu.level-4>li {
        margin-bottom: 0;
    }
}

.header-nav-open {
    overflow: hidden !important;
}

@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) and (orientation : portrait) {

    .rt-wp-menu-custom-fields-wrapper {
        width: 150px;
    }

}

.vi-wcaio-disabled  .vi-wcaio-menu-cart-text-wrap{
	display: none;
}

.vi-wcaio-menu-cart i:before {
    width: 20px;
    border-radius: 50px;
    margin: 0 !important;
    height: 20px;
	padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-size: revert;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.vi-wcaio-menu-cart .vi-wcaio-menu-cart-nav-wrap {
	min-height: auto!important;
	min-width: auto!important;
}

span.vi-wcaio-menu-cart-text-wrap {
    position: absolute;
    top: 0;
    right: -4px;
    background: #FF7B01;
    border-radius: 20px;
    text-align: center;
    font-size: 0px;
    min-width: 16px;
    width: auto;
    height: 16px;
}

span.vi-wcaio-menu-cart-text.vi-wcaio-menu-cart-text-product_counter {
    position: relative;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    padding: 0 2px;
}

.vi-wcaio-sidebar-cart-count {
    font-weight: 500;
    font-size: 12px;
}

.vi-wcaio-menu-cart-content-wrap,
.vi-wcaio-sidebar-cart-icon-wrap {
    display: none !important;
}

.vi-wcaio-menu-cart .vi-wcaio-menu-cart-nav-wrap {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .vi-wcaio-menu-cart i:before {
        padding: 8px;
    }

    .pre-header {
        padding: 0;
    }

    .swiper-text .slide-container {
        height: 32px;
    }

    .swiper-text,
    .pre-header,
    .pre-header p.nametag {
        height: 32px;
    }

    .vi-wcaio-menu-cart .vi-wcaio-menu-cart-nav-wrap {
        min-width: 20px !important;
        min-height: 20px !important;
        font-size: max(100%, 20px) !important;
    }
}

@media screen and (max-width:992px) {
	 span.vi-wcaio-menu-cart-text.vi-wcaio-menu-cart-text-product_counter {
        top: 0px;
    	font-size: 12px;
    }

    span.vi-wcaio-menu-cart-text-wrap {
		top: -7px;
    	right: -6px;
    }
}

@media screen and (max-width:400px) {
	.header__logo-link img {
        max-width: 112px;
    }
}

@media (min-width:992px) and (max-width: 1200px) {
    .header__menu li {
        padding-right: 25px;
    }

    .header__menu {
        padding: 0 15px 0 0;
    }

    label.search-wrap {
        max-width: 130px;
    }
}