@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
    font-family: "CircularStd";
    src: url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --normal-color: #1e2126;
    --primary-color: #C6A96B;
    --second-color: #16a34a;
    --bg-color: #F5F5F3;
    --star-color: #fbbf24;
    --normal-font: "CircularStd", "Arial", sans-serif;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

ul::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
    border-radius: 5px;
}

ul::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

ul::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    font-family: fontawesome;
}

img,
picture,
svg,
video {
    max-width: 100%;
}

ol,
ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

html {
    font-size: 0.875em;
    line-height: 1.7142857143;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100%;
    font-family: var(--normal-font);
    font-weight: 400;
}

body {
    font-family: var(--normal-font);
    color: #2d2d2d;
}

.ov-hidden {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.container {
    max-width: 100%;
}

.box-wrapper {
    padding-right: 48px;
    padding-left: 48px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1336px;
    width: 100%;
}

.box-wrapper--small {
    max-width: 1130px;
}

.box-wrapper--tiny {
    max-width: 746px;
}

@media (max-width: 46.24em) {
    .box-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.mr-3 {
    margin-right: 24px;
}

.highlight--text,
.login-popup__title {
    color: var(--primary-color);
}

.row-collapse {
    margin-left: 0;
    margin-right: 0;
}

    .row-collapse > div[class~=col],
    .row-collapse > div[class^=col-] {
        padding-left: 0;
        padding-right: 0;
    }

.row-small {
    margin-left: -10px;
    margin-right: -10px;
}

    .row-small > div[class~=col],
    .row-small > div[class^=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.8rem;
    line-height: 1.3;
    font-family: var(--primary-font);
}

.h1,
h1 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 40px;
}

.h2,
h2 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 35px;
}

.h3,
h3 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    line-height: 1.4333333333;
}

.h3,
h3 {
    font-size: 25px;
}

@media screen and (min-width: 320px) {
    .h3,
    h3 {
        font-size: calc(25px + 5 * (100vw - 320px) / 1016);
    }
}

@media screen and (min-width: 1336px) {
    .h3,
    h3 {
        font-size: 30px;
    }
}

.h4,
h4 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 21px;
}

.h5,
h5 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 18px;
}

.h6,
h6 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 14px;
}

a {
    color: var(--normal-color);
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
    }

    a:hover {
        color: var(--hover-color);
    }

p:last-child {
    margin-bottom: 0;
}

.tb-space {
    padding: 70px 0;
}

.tb-space-top {
    padding-top: 70px;
}

.tb-space-bottom {
    padding-bottom: 70px;
}

.tb-space-sm {
    padding: 40px 0;
}

.tb-space-sm-top {
    padding-top: 40px;
}

.tb-space-sm-bot {
    padding-bottom: 40px;
}

@media (max-width: 767.98px) {
    .tb-space {
        padding: 40px 0;
    }

    .tb-space-top {
        padding-top: 40px;
    }

    .tb-space-bottom {
        padding-bottom: 40px;
    }
}

.hidden {
    display: none !important;
}

.border-top {
    border-top: 1px solid #1e2126;
}

.border-bottom {
    border-bottom: 1px solid #1e2126;
}

@media (max-width: 46.24em) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 46.25em) and (max-width: 63.99em) {
    .hidden-tablet {
        display: none !important;
    }
}

@media (min-width: 64em) and (max-width: 81.24em) {
    .hidden-desktop {
        display: none !important;
    }
}

@media (min-width: 81.25em) {
    .hidden-wide {
        display: none !important;
    }
}

@media (min-width: 46.25em) {
    .hidden-tablet-above {
        display: none !important;
    }
}

@media (min-width: 64em) {
    .hidden-desktop-above {
        display: none !important;
    }
}

@media (max-width: 63.99em) {
    .hidden-desktop-below {
        display: none !important;
    }
}

.link--underline-white {
    border-bottom: 1px solid white;
    transition: border-color 300ms;
}

    .link--underline-white:active,
    .link--underline-white:focus,
    .link--underline-white:hover {
        border-color: white;
        color: white;
    }

.bg-white {
    background-color: #fcf7f6 !important;
}

    .bg-white .colored-bar--color-theme {
        background-color: var(--primary-color);
    }

.bg-black {
    background-color: #1d2125 !important;
    color: white;
}

.bg-creme {
    background-color: #f1d8d1;
}

@media (min-width: 46.25em) {
    .w-50-tablet {
        width: 50% !important;
    }
}

.social-media {
    display: flex;
    justify-content: center;
}

.social-media__item {
    color: #1e2126;
    display: block;
    font-size: 1.1rem;
    line-height: 2.3rem;
    height: 2.3rem;
    margin-right: 5px;
    text-align: center;
}

.btn {
    border: 0;
    padding: 0.93rem 1rem;
    min-width: 182px;
    display: inline-block;
    transition: all 300ms;
    cursor: pointer;
    user-select: none;
    outline: none;
    text-align: center;
    line-height: 1.71429;
    border-radius: 4px;
}

.btn--block {
    width: 100%;
}

.btn-large {
    padding: 1.07rem 1rem;
    font-size: 18px;
    line-height: 1;
}

@media (min-width: 46.25em) {
    .btn-large {
        padding: 1.32rem 1rem;
    }
}

.btn-thin {
    padding: 0.75rem 1rem;
}

.btn-small {
    padding: 0.37rem 1rem;
}

.btn-medium {
    padding: 16px;
    font-size: 18px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        background-color: #002c16;
    }

.btn-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        background-color: var(--primary-color);
        color: #fff;
    }

.btn--color-black {
    background-color: #1e2126;
    color: white;
}

    .btn--color-black:active, .btn--color-black:focus, .btn--color-black:hover {
        color: white;
        background-color: #08080a;
    }

.btn--color-salmon {
    background-color: #fd8f6f;
    color: white;
}

    .btn--color-salmon:active, .btn--color-salmon:focus, .btn--color-salmon:hover {
        color: white;
        background-color: #fc683d;
    }

.btn--color-creme {
    background-color: #f1d8d1;
    color: var(--primary-color);
}

    .btn--color-creme:active, .btn--color-creme:focus, .btn--color-creme:hover {
        background-color: #e5b7aa;
        color: var(--primary-color);
    }

.btn-link--underline {
    position: relative;
    display: inline-block;
    transition: border-color 300ms;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: var(--primary-color);
}

    .btn-link--underline::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        transform: scaleX(1);
        transform-origin: left;
        transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        background-color: var(--primary-color);
    }

    .btn-link--underline:hover::before {
        transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        transform: scaleX(0);
        transform-origin: right;
    }

@media (min-width: 46.25em) {
    .btn-link--underline {
        font-size: 18px;
    }
}

.btn-link-hover-trigger:hover .btn-link--underline::before {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transform: scaleX(0);
    transform-origin: right;
}

.relative {
    position: relative;
}

.custom-form-label {
    margin-bottom: 6px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    background-color: transparent;
    padding: 1rem 1rem;
    width: 100%;
    color: #1e2126;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "CircularStd", "Arial", sans-serif;
    font-size: 100%;
    line-height: 1.15;
}

    .form-control:focus {
        border: 1px solid #dbdbdb;
        outline: none;
        box-shadow: none;
        background-color: transparent;
        color: #1e2126;
    }

select {
    background: transparent url("../images/icon-arrow-down.svg") no-repeat right 1rem center;
    background-size: 1rem;
    padding-right: 30px;
    appearance: none;
    padding: 1rem 1rem;
}

    select::-ms-expand {
        display: none;
    }

.select--white-arrow {
    background-image: url("../images/icon-arrow-down-white.svg");
    background-size: 1rem;
    background-position: right 20px center;
}

textarea {
    height: 150px;
    resize: none;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    border: none;
    color: #333;
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-family: fontawesome;
        font-size: 20px;
    }

.swiper-button-prev {
    left: 10px;
}

    .swiper-button-prev::after {
        content: "\f053";
    }

.swiper-button-next {
    right: 10px;
}

    .swiper-button-next::after {
        content: "\f054";
    }

.tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tag-list li {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 0;
        margin-bottom: 0;
    }

        .tag-list li span,
        .tag-list li a {
            display: inline-block;
            font-size: 14px;
            vertical-align: middle;
            margin-right: 10px;
            border-radius: 4px;
            color: #000;
            text-align: center;
            padding: 4px 13px;
            user-select: none;
            transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
        }

@media (min-width: 46.25em) {
    .tag-list li span,
    .tag-list li a {
        margin-right: 10px;
        padding: 4px 14px;
    }
}

.tag-list--small li span,
.tag-list--small li a {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 14px;
    padding: 4px 8px;
}

.tag-list--transparent {
    color: #a1a1a1;
}

    .tag-list--transparent li span,
    .tag-list--transparent li a {
        padding: 0;
        color: #a1a1a1;
        font-size: 13px;
        margin: 0;
    }

@media (min-width: 63.99em) {
    .tag-list--transparent li span,
    .tag-list--transparent li a {
        padding: 0 9px;
        color: #1e2126;
        background-color: rgba(241, 216, 209, 0.3);
    }
}

.tag-list--creme li span,
.tag-list--creme li a {
    background-color: #f9edea;
    color: #1e2126;
}

    .tag-list--creme li a:active, .tag-list--creme li a:focus, .tag-list--creme li a:hover {
        background-color: #e5b7aa;
    }

.tag-list--creme.tag-list--large li span,
.tag-list--creme.tag-list--large li a {
    background-color: rgba(241, 216, 209, 0.5);
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.section-heading {
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 64em) {
    .section-heading {
        margin-bottom: 80px;
    }
}

.section-heading .sectitle {
    line-height: 1.25;
    margin-bottom: 20px;
    font-size: 35px;
}

@media (min-width: 320px) {
    .section-heading .sectitle {
        font-size: calc(35px + 5 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .section-heading .sectitle {
        font-size: 40px;
    }
}

.section-heading .subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #8d8d8d;
}

.expandable-block {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
    will-change: max-height;
}

    .expandable-block.opened, .expandable-block.opening {
        display: block;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    .expandable-block.has-toggle:not(.opened):after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(180deg, rgba(252, 247, 246, 0) 0%, rgba(252, 247, 246, 0.85) 71.15%, #fcf7f6 100%);
    }

.expandable-readmore {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    transition: margin cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    display: none;
}

    .expandable-readmore span {
        position: relative;
        display: inline-block;
        z-index: 5;
        user-select: none;
        color: #1e2126;
        border-bottom: 1px solid #1e2126;
    }

@media (min-width: 768px) {
    .expandable-readmore {
        font-size: 15px;
    }
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 48px;
}

    .pagination-wrap .page-btn {
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        cursor: pointer;
        color: var(--second-color);
        transition: all 0.2s;
    }

        .pagination-wrap .page-btn.active, .pagination-wrap .page-btn:hover {
            background: var(--primary-color);
            border-color: var(--primary-color);
            color: #fff;
        }

.share-links__label {
    display: inline-block;
    font-size: 15px;
    margin-right: 1rem;
    color: #1e2126;
}

@media (min-width: 64em) {
    .share-links__label {
        margin-bottom: 24px;
        display: block;
        margin-right: 0;
    }
}

.share-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .share-links ul li {
        display: inline-block;
        margin-right: 8px;
        cursor: pointer;
        position: relative;
    }

        .share-links ul li a {
            display: inline-block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            margin: 0;
            line-height: 30px;
            border-radius: 4px;
            color: var(--primary-color);
            background-color: #fff;
            text-align: center;
            font-size: 16px;
            transition: all 0.3s;
        }

@media (min-width: 64em) {
    .share-links ul li a {
        margin-bottom: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}

@media (min-width: 64em) {
    .share-links ul {
        display: block;
    }
}

.small-tags {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #a1a1a1;
    font-size: 0;
    margin-bottom: 30px;
}

    .small-tags li {
        display: inline-block;
        margin-right: 8px;
        background-color: rgba(241, 216, 209, 0.3);
        border-radius: 4px;
        margin-top: 8px;
        color: #1e2126;
        font-size: 14px;
        line-height: 14px;
        padding: 4px 8px;
        padding-top: 7px;
    }

.header-desktop-container {
    display: none;
    min-height: 58px;
}

@media (min-width: 75em) {
    .header-desktop-container {
        display: block;
    }
}

.header-desktop a {
    color: #8d8d8d;
    opacity: 0.8;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    cursor: pointer;
}

    .header-desktop a:hover {
        opacity: 1;
    }

.header-desktop__body {
    display: flex;
    align-items: center;
    padding: 0 25px;
    height: 100px;
}

.header-desktop__left-col {
    flex-grow: 1;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-desktop__right-col {
    text-align: right;
}

.header-desktop__phone {
    display: none;
    transition: color 0.3s;
}

    .header-desktop__phone i {
        top: 1px;
        position: relative;
        margin-right: 6px;
    }

    .header-desktop__phone:hover {
        color: var(--primary-color);
    }

        .header-desktop__phone:hover span {
            text-decoration: underline;
        }

@media (min-width: 46.25em) {
    .header-desktop__phone {
        display: inline-block;
    }
}

.header-desktop__login {
    display: none;
    margin-left: 15px;
}

    .header-desktop__login i {
        top: 1px;
        position: relative;
        margin-right: 6px;
    }

@media (min-width: 46.25em) {
    .header-desktop__login {
        display: inline-block;
    }
}

.header-desktop .header-logo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    max-width: 84px;
    margin-right: 33px;
    padding: 4px 0;
    height: 100%;
}

.header-desktop .header-logo__image {
    display: block;
    width: 100%;
    height: 100%;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.header-desktop .header-logo__image--dark {
    display: block;
}

.header-desktop .header-logo__image--light {
    display: none;
    filter: brightness(0) invert(1);
}

.header-desktop .header-navigation {
    display: none;
    vertical-align: middle;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.header-desktop .header-navigation__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

@media (min-width: 46.25em) {
    .header-desktop .header-navigation {
        display: inline-block;
    }
}

@media (min-width: 75em) {
    .header-desktop {
        z-index: 1000;
        font-size: 13px;
        background-color: white;
        border-bottom: 1px solid #e3e3e3;
        transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    }
}

.header-mobile {
    display: block;
}

    .header-mobile a {
        color: white;
    }

.header-mobile__body {
    padding: 0 15px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100px;
    background: #fff;
    transition: border-bottom 300ms;
    border-bottom: 1px solid #e3e3e3;
}

.header-mobile .header-logo {
    width: auto;
    height: 100%;
    position: relative;
    padding: 4px 0;
    z-index: 100;
}

.header-mobile .header-logo__image {
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    max-height: 100%;
    width: auto;
}

.header-mobile .header-logo__image--dark {
    display: block;
}

.header-mobile .header-logo__image--light {
    display: none;
    filter: brightness(0) invert(1);
}

.header-mobile__account {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-mobile__login {
    font-size: 16px;
    color: #1e2126;
}

    .header-mobile__login span {
        font-size: 13px;
        color: inherit;
        text-decoration: underline;
        display: none;
    }

    .header-mobile__login i {
        color: var(--normal-color);
    }

.header-mobile__login-link {
    margin-top: 30px;
}

.header-mobile .hamburger {
    outline: 0;
    z-index: 4000;
    color: #1e2126;
    position: static;
    margin-left: 16px;
    font-size: 13px;
}

.header-mobile .hamburger-open, .header-mobile .hamburger-close {
    display: none;
}

.header-mobile__nav {
    position: fixed;
    top: 54px;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
    color: white;
    background: #1e2126;
    transition: opacity 300ms, visibility 0s 300ms, transform 300ms;
}

.header-mobile__nav-inner {
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
}

.header-mobile__nav-footer {
    position: relative;
    flex-grow: 0;
    padding: 1rem 2rem;
    text-align: center;
}

    .header-mobile__nav-footer::before {
        display: block;
        content: "";
        height: 60px;
        position: absolute;
        pointer-events: none;
        bottom: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(30, 33, 38, 0) 0%, #1e2126 100%);
    }

.header-mobile-hotels {
    list-style: none;
    margin: 0;
    margin-top: 30px;
    padding: 0 29px;
}

    .header-mobile-hotels li {
        position: relative;
        margin-bottom: 16px;
        cursor: pointer;
    }

        .header-mobile-hotels li .location-counts-type__stats {
            font-size: 22px;
            line-height: 1.4;
            font-weight: 700;
            color: white;
            margin-bottom: 0;
            display: flex;
            gap: 4px;
            align-items: baseline;
        }

.header-mobile .b-list {
    list-style: none;
    margin-bottom: 10px;
}

.header-mobile .b-list--main {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 2rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .header-mobile .b-list--main .item-link {
        font-size: 22px;
        line-height: 35px;
        padding: 0.4rem 2rem;
    }

.header-mobile .b-list .item-link {
    display: block;
}

.header-mobile .b-list .item.item--has-children .item-link {
    position: relative;
}

    .header-mobile .b-list .item.item--has-children .item-link::after {
        content: "";
        font-family: fontawesome;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: 0.2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: 0.2em;
        content: "\f107";
        display: block;
        position: absolute;
        right: 1.5rem;
        top: 1rem;
        transform: rotate(-90deg);
        opacity: 0.2;
        font-size: 2rem;
        transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    }

    .header-mobile .b-list .item.item--has-children .item-link:hover::after {
        opacity: 1;
    }

.header-mobile__lower {
    padding: 0 29px;
}

    .header-mobile__lower li {
        margin-bottom: 10px;
    }

    .header-mobile__lower a {
        font-size: 16px;
        opacity: 0.7;
    }

.header-mobile .social-media {
    padding: 0;
    justify-content: flex-start;
    margin-top: 10px;
}

.header-mobile__phone {
    display: block;
    font-size: 25px;
    padding: 0.86rem 1rem;
}

@media (min-width: 75em) {
    .header-mobile {
        display: none;
    }
}

.header-ribbon {
    padding: 16px 20px;
    background-color: #2d2d2d;
    color: #fff;
    text-align: left;
    z-index: 1000;
}

.header-ribbon__wrapper {
    position: relative;
}

.header-ribbon__inner {
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    gap: 16px;
}

.header-ribbon__content {
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 63.99em) {
    .header-ribbon .type-text {
        display: inline;
    }
}

.header-ribbon__image {
    width: 48px;
    flex-shrink: 0;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.header-ribbon__inline-link, .header-ribbon__link {
    flex-shrink: 0;
    margin-left: 8px;
}

.header-ribbon__inline-link {
    display: inline-block;
}

.header-ribbon .c-link {
    font-size: 14px;
    opacity: 1 !important;
    color: white !important;
}

    .header-ribbon .c-link:hover {
        opacity: 0.8 !important;
    }

.header-ribbon__close {
    background-color: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
    transition: all ease-in-out 350ms;
}

    .header-ribbon__close:hover {
        opacity: 0.8;
    }

.header-ribbon.popup-alert--hidden {
    display: none;
}

@media (min-width: 64em) {
    .header-ribbon {
        text-align: center;
        padding: 24px;
    }

    .header-ribbon__wrapper {
        padding: 0 32px;
    }

    .header-ribbon__content {
        font-size: 20px;
        line-height: 27px;
    }

    .header-ribbon__close {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 63.99em) {
    .header-ribbon__content p {
        display: inline;
    }
}

.header-layout {
    display: block;
}

.header-layout__item {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
}

.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: relative;
    margin-left: 25px;
    font-size: 13px;
}

.hamburger-close, .hamburger-open {
    transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.hamburger-close {
    display: none;
    opacity: 0;
}

.hamburger-box {
    width: 20px;
    height: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 8px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger-inner::before {
        top: -7px;
    }

    .hamburger-inner::after {
        bottom: -7px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 20px;
        height: 2px;
        background-color: #000;
        border-radius: 0;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    }

    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

.hamburger:hover {
    opacity: 1;
}

.mega-menu {
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    height: calc(100vh - 59px);
    z-index: 2000;
    background-color: #121316;
    color: #fff;
    transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, visibility cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    overflow-y: auto;
    padding: 0;
}

.mega-menu--compendium {
    padding: 80px;
}

.mega-menu__inner {
    display: flex;
    justify-content: stretch;
}

.mega-menu__left {
    padding: 96px 30px;
    width: 50%;
    display: flex;
    min-height: calc(100vh - 58px);
    justify-content: center;
}

.mega-menu__right {
    position: relative;
    display: flex;
    flex-grow: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu__nav {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
    font-size: 0;
    display: flex;
}

.mega-menu__nav-column {
    width: 50%;
}

.mega-menu__nav-block {
    break-inside: avoid;
    margin-bottom: 35px;
    font-size: 14px;
    vertical-align: top;
}

.mega-menu__nav .b-head {
    margin-bottom: 25px;
}

.mega-menu__nav .b-list li {
    margin: 11px 0;
}

.mega-menu__nav a {
    color: #bbbcbe;
}

    .mega-menu__nav a:hover {
        text-decoration: underline;
    }

.mega-menu .social-media {
    display: block;
}

.mega-menu .social-media__item {
    display: inline-block;
    vertical-align: middle;
}

.mega-menu__stats {
    padding: 96px 30px;
    text-align: center;
    width: 50%;
}

.mega-menu__image {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    opacity: 1;
    z-index: -1;
    transition: none;
}

.mega-menu__image--hover {
    z-index: 10;
    transition: opacity 150ms;
}

.mega-menu__image--hidden {
    opacity: 0;
    transition: opacity 600ms;
}

.location-counts-type {
    list-style: none;
    margin: auto;
}

    .location-counts-type li {
        vertical-align: middle;
        padding-bottom: 28px;
        margin: -1px 0 0 0;
    }

.location-counts-type__state {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .location-counts-type__state a {
        color: #fff;
    }

@media (min-width: 576px) {
    .location-counts-type__state {
        font-size: calc(25px + 5 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1366px) {
    .location-counts-type__state {
        font-size: 30px;
    }
}

.location-counts-type__item {
    color: #bbbcbe;
    font-size: 14px;
}

    .location-counts-type__item a {
        color: inherit;
    }

body.home .header-desktop-container {
    min-height: 0;
}

    body.home .header-desktop-container .header-desktop {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    body.home .header-desktop-container .header-logo__image--dark {
        display: none;
    }

    body.home .header-desktop-container .header-logo__image--light {
        display: block;
    }

    body.home .header-desktop-container .hamburger-inner,
    body.home .header-desktop-container .hamburger-inner::before,
    body.home .header-desktop-container .hamburger-inner::after {
        background-color: #fff;
    }

body.home .header-desktop {
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

    body.home .header-desktop a {
        color: #fff;
    }

body.home .header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
}

body.home .header-mobile__body {
    background-color: transparent;
    border-color: transparent;
}

body.home .header-mobile .header-logo__image--dark {
    display: none;
}

body.home .header-mobile .header-logo__image--light {
    display: block;
}

body.home .header-mobile .hamburger-inner,
body.home .header-mobile .hamburger-inner::before,
body.home .header-mobile .hamburger-inner::after {
    background-color: #fff;
}

body.mega-menu--opened .header-desktop {
    background-color: #121316;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

body.mega-menu--opened .header-desktop-container .header-logo {
    opacity: 1;
    display: block;
    visibility: visible;
}

body.mega-menu--opened .header-desktop a {
    color: white;
}

body.mega-menu--opened .header-desktop .header-logo__image--dark {
    display: none;
}

body.mega-menu--opened .header-desktop .header-logo__image--light {
    display: block;
}

body.mega-menu--opened .header-desktop .header-navigation {
    visibility: hidden;
    opacity: 0;
}

body.mega-menu--opened .header-desktop .hamburger-open {
    display: none;
}

body.mega-menu--opened .header-desktop .hamburger-close {
    display: inline;
    opacity: 1;
}

body.mega-menu--opened .header-desktop .hamburger-inner, body.mega-menu--opened .header-desktop .hamburger-inner::before, body.mega-menu--opened .header-desktop .hamburger-inner::after {
    background-color: white;
}

body.mega-menu--opened .header-mobile__body {
    background-color: #1e2126;
    color: white;
}

body.mega-menu--opened .header-mobile .header-logo__image--dark {
    display: none;
}

body.mega-menu--opened .header-mobile .header-logo__image--light {
    display: block;
}

body.mega-menu--opened .header-mobile__login span,
body.mega-menu--opened .header-mobile__login i {
    color: white;
}

body.mega-menu--opened .header-mobile .hamburger-inner, body.mega-menu--opened .header-mobile .hamburger-inner::before, body.mega-menu--opened .header-mobile .hamburger-inner::after {
    background-color: white;
}

body.mega-menu--opened .header-mobile__nav {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: visibility 0s, opacity 300ms, transform 300ms;
}

@media (min-width: 75em) {
    body.mega-menu--opened .mega-menu {
        opacity: 1;
        visibility: visible;
    }
}

.b-list-hidden {
    background: #1e2126;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3000;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    transform: translate3d(100%, 0, 0);
    transition: transform 300ms;
    will-change: transform;
}

.b-list-hidden__header {
    position: relative;
    padding: 27px 20px;
    margin: 0 !important;
    padding-top: 0;
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: flex-end;
}

.b-list-hidden__back {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    color: white;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    width: 50px;
    z-index: 3;
    opacity: 0;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.b-list-hidden__content {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    padding-bottom: 30px;
    padding-top: 0;
}

.b-list-hidden__menu-title {
    margin-left: 0 !important;
    font-size: 22px;
    color: white;
    font-weight: 700;
    line-height: 35px;
}

.b-list-hidden__menu-list li a {
    display: block;
    padding: 0.5rem 0;
    color: #d1d1d2;
    font-size: 16px;
    font-weight: 500;
    transition: all ease-in-out 0.35s;
}

.b-list-hidden__item span {
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    transition: all ease-in-out 0.35s;
}

.b-list-hidden__item:hover, .b-list-hidden__item:active, .b-list-hidden__item:focus {
    color: white;
}

    .b-list-hidden__item:hover span, .b-list-hidden__item:active span, .b-list-hidden__item:focus span {
        border-bottom: 1px solid #ccc;
    }

.b-list-hidden.b-list--opened {
    transform: translate3d(0, 0, 0);
    transition: transform 300ms;
}

    .b-list-hidden.b-list--opened .b-list-hidden__back {
        opacity: 1;
    }

.hero-banner {
    position: relative;
    min-height: 100vh;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1d2125;
}

.hero-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    opacity: 1;
    z-index: 5;
}

    .hero-banner__image::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #1e2126 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, black 100%);
        z-index: 6;
    }

.hero-banner__content {
    position: relative;
    padding-top: 100px;
    z-index: 8;
    display: flex;
    align-items: center;
    color: white;
}

.hero-banner__line {
    overflow: hidden;
    margin-bottom: -0.1em;
}

    .hero-banner__line > div, .hero-banner__line > span,
    .hero-banner__line img {
        display: inline-block;
        vertical-align: bottom;
        transition: transform cubic-bezier(0, 0.85, 0.24, 0.99) 0.8s, opacity linear 0.2s !important;
        overflow: hidden;
        transform: translateY(100%);
        padding-bottom: 0.1em;
    }

    .hero-banner__line.inline {
        display: inline-block;
    }

    .hero-banner__line.do > div, .hero-banner__line.do > span,
    .hero-banner__line.do img {
        transform: translateY(0);
    }

.hero-banner__logo {
    display: none;
    height: 55px;
    margin-bottom: 43px;
}

    .hero-banner__logo img {
        height: 55px;
        width: auto;
        display: block;
    }

@media (min-width: 75em) {
    .hero-banner__logo {
        display: inline-block;
        margin-bottom: 64px;
    }
}

.hero-banner h1 {
    line-height: 0.9375;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 43px;
    font-weight: 700;
}

    .hero-banner h1 div {
        overflow: hidden;
    }

    .hero-banner h1 .hero-banner__line span {
        padding-bottom: 6px;
        line-height: 1;
    }

@media (min-width: 320px) {
    .hero-banner h1 {
        font-size: calc(43px + 37 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .hero-banner h1 {
        font-size: 80px;
    }
}

.hero-banner__counts-wrapper {
    display: inline-block;
    vertical-align: top;
}

.hero-banner__counts {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}

.location-counts {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: auto;
}

    .location-counts li {
        display: inline-block;
        vertical-align: middle;
    }

        .location-counts li:after {
            display: inline-block;
            content: " / ";
        }

        .location-counts li:last-child:after {
            display: none;
        }

        .location-counts li a {
            color: white;
        }

.hero-banner__form {
    min-height: 152px;
    margin-top: 30px;
    opacity: 0;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

    .hero-banner__form.do {
        opacity: 1;
    }

@media (min-width: 1024px) {
    .hero-banner {
        padding: 80px 0px;
    }
}

.banner-page {
    position: relative;
    color: white;
    padding: 32px 0;
    min-height: 400px;
    overflow: hidden;
    background-color: var(--primary-color);
}

@media (min-width: 64em) {
    .banner-page {
        padding: 17px 0;
    }
}

.banner-page__inner {
    position: relative;
}

@media (min-width: 64em) {
    .banner-page__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.banner-page__content {
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
    flex: 1;
}

@media (min-width: 64em) {
    .banner-page__content {
        width: 50vw;
        margin-bottom: 0;
    }
}

.banner-page__breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    max-width: 450px;
}

@media (min-width: 46.25em) {
    .banner-page__breadcrumbs {
        margin-bottom: 40px;
    }
}

.banner-page__breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}

    .banner-page__breadcrumbs li::after {
        content: "/";
        opacity: 0.6;
    }

    .banner-page__breadcrumbs li a {
        color: white;
        opacity: 0.6;
        transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    }

    .banner-page__breadcrumbs li:last-child::after {
        display: none;
    }

    .banner-page__breadcrumbs li:last-child a {
        opacity: 1;
    }

.banner-page__title {
    line-height: 1.25;
    color: #f1d8d1;
    max-width: 450px;
    line-height: 1.01;
    font-size: 50px;
}

@media (min-width: 320px) {
    .banner-page__title {
        font-size: calc(50px + 10 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .banner-page__title {
        font-size: 60px;
    }
}

.banner-page__sub-title {
    font-size: 14px;
    font-weight: 400;
    max-width: 450px;
}

.banner-page__description {
    font-size: 16px;
    max-width: 450px;
}

    .banner-page__description a {
        color: white;
    }

    .banner-page__description .banner-price {
        font-size: 30px !important;
    }

.banner-page__buttons {
    margin-top: 30px;
}

@media (min-width: 64em) {
    .banner-page__buttons {
        margin-top: 40px;
    }
}

@media (max-width: 46.24em) {
    .banner-page__buttons {
        width: 100%;
        margin-top: 20px;
    }

        .banner-page__buttons .btn {
            width: 100%;
            margin-right: 0;
            display: block;
        }
}

.banner-page__buttons .btn {
    margin-right: 40px;
    font-size: 16px;
    margin-top: 10px;
}

    .banner-page__buttons .btn:last-child {
        margin-right: 0;
    }

.banner-page__image {
    flex: 1;
    overflow-y: visible;
}

@media (min-width: 64em) {
    .banner-page__image {
        width: 50vw;
    }
}

.banner-page__slider .item {
    position: relative;
    display: inline-block;
    z-index: 2;
    margin-right: 16px;
    background-color: #a1a1a1;
    overflow: hidden;
    padding-bottom: 90%;
    width: 100%;
    cursor: grab;
}

.banner-page__slider .item-tag {
    background-color: #ff9346;
    color: white;
    position: absolute;
    top: 8px;
    left: 0;
    padding: 10px 15px;
    z-index: 5;
    font-size: 13px;
    line-height: 1.25;
}

@media (min-width: 320px) {
    .banner-page__slider .item-tag {
        font-size: calc(13px + 3 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .banner-page__slider .item-tag {
        font-size: 16px;
    }
}

@media (min-width: 46.25em) {
    .banner-page__slider .item-tag {
        top: 26px;
        padding: 10px 17px;
    }
}

.banner-page__slider .item img {
    height: 100%;
    object-fit: cover;
}

.banner-page__slider .swiper-button-prev,
.banner-page__slider .swiper-button-next {
    outline: none !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: background cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

    .banner-page__slider .swiper-button-prev::after,
    .banner-page__slider .swiper-button-next::after {
        color: #fff;
    }

.banner-page__slider .swiper-button-prev {
    left: 0;
}

@media (min-width: 46.25em) {
    .banner-page__slider .swiper-button-prev {
        left: 16px;
    }
}

.banner-page__slider .swiper-button-next {
    right: 0;
}

@media (min-width: 46.25em) {
    .banner-page__slider .swiper-button-next {
        right: 16px;
    }
}

.banner-specials {
    background-color: var(--primary-color);
    color: #fff;
}

.banner-specials-image {
    background-color: #a1a1a1;
    margin-bottom: 30px;
}

@media (min-width: 46.25em) {
    .banner-specials-image {
        max-width: 526px;
        width: 100%;
        border-radius: 50%;
        overflow: hidden;
        margin: 0;
    }
}

.banner-specials-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.banner-specials-content {
    position: relative;
}

@media (min-width: 46.25em) {
    .banner-specials-content {
        max-width: 355px;
    }
}

.banner-specials-title {
    line-height: 1.0714285714;
    font-weight: 700;
    color: #f1d8d1;
    margin-bottom: 35px;
    font-size: 45px;
}

@media (min-width: 320px) {
    .banner-specials-title {
        font-size: calc(45px + 25 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .banner-specials-title {
        font-size: 70px;
    }
}

@media (min-width: 46.25em) {
    .banner-specials-title {
        font-weight: 500;
        margin-bottom: 40px;
    }
}

.banner-specials-sub-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (min-width: 46.25em) {
    .banner-specials-sub-title {
        margin-bottom: 40px;
    }
}

.banner-specials form {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

    .banner-specials form select {
        border: 1px solid #f1d8d1;
        border-radius: 32px;
        height: 56px;
        color: #f1d8d1;
        font-size: 23px;
        font-weight: 500;
        padding: 0 28px;
        background-position: right 30px center;
        max-width: 250px;
    }

        .banner-specials form select option {
            color: #000;
        }

@media (min-width: 46.25em) {
    .banner-specials form {
        display: flex;
        align-items: center;
        margin-top: 27px;
    }

        .banner-specials form select {
            height: 66px;
            font-size: 25px;
            max-width: none;
        }
}

.banner-local {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    padding-top: 30px;
    align-items: flex-end;
    color: white;
    height: 445px;
    background-color: #000;
    padding-bottom: 40px;
}

@media (min-width: 46.25em) {
    .banner-local {
        height: 543px;
        padding-bottom: 100px;
    }
}

.banner-local:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.banner-local__content {
    position: relative;
    z-index: 2;
}

.banner-local__title {
    line-height: 1.1666666667;
    margin: 0;
    font-size: 45px;
}

@media (min-width: 320px) {
    .banner-local__title {
        font-size: calc(45px + 15 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .banner-local__title {
        font-size: 60px;
    }
}

.colored-bar {
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.colored-bar--color-white {
    background-color: white;
}

.colored-bar--color-creme {
    background-color: #f1d8d1;
}

.colored-bar--color-grey {
    background-color: #8d8d8d;
}

.colored-bar--size-normal {
    width: 29px;
    height: 3px;
}

@media (min-width: 46.25em) {
    .colored-bar--size-normal {
        height: 4px;
    }
}

.colored-bar--size-wide {
    width: 51px;
    height: 3px;
}

@media (min-width: 46.25em) {
    .colored-bar--size-wide {
        height: 5px;
    }
}

.colored-bar--size-large {
    width: 51px;
    height: 5px;
}

@media (min-width: 46.25em) {
    .colored-bar--size-large {
        height: 7px;
    }
}

.colored-bar--margin-bottom {
    margin-bottom: 20px;
}

@media (min-width: 46.25em) {
    .colored-bar--margin-bottom {
        margin-bottom: 50px;
    }
}

.colored-bar--margin-bottom-large {
    margin-bottom: 30px;
}

@media (min-width: 46.25em) {
    .colored-bar--margin-bottom-large {
        margin-bottom: 90px;
    }
}

.colored-bar--animate:not(.do) {
    width: 0;
}

.coloured-label--color-salmon {
    background-color: #fd8f6f;
    color: white;
}

.coloured-label--size-tiny {
    border-radius: 3px;
    font-size: 13px;
    padding: 4px 6px;
}

.mobile-search-form[data-layout=WIDE] {
    display: none;
}

@media (max-width: 991.98px) {
    .hotel-search-form[data-layout=WIDE] {
        display: none;
    }

    .mobile-search-form[data-layout=WIDE] {
        display: block;
    }
}

.search-form-holder {
    min-height: 46px;
}

@media (min-width: 64em) {
    .search-form-holder {
        min-height: 72px;
    }
}

.search-form-label {
    display: flex;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    padding-left: 60px;
    padding-right: 10px;
    user-select: none;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

    .search-form-label > div {
        max-width: 100%;
    }

.search-form-label__large {
    font-size: 15px;
    line-height: 1.2;
    color: #1e2126;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-form-label__small {
    font-size: 13px;
    color: #a1a1a1;
}

.search-form-label__column {
    display: flex;
    height: 100%;
    align-items: center;
    width: 50%;
    padding: 0 38px;
}

    .search-form-label__column:first-child {
        border-right: 1px solid #e3e3e3;
    }

.search-form-label--dropdown {
    background-image: url("../images/icon-arrow-small.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 18px;
}

.search-form-label--hide {
    opacity: 0;
    visibility: hidden;
}

.search-form-label--split {
    padding-left: 0;
}

.search-form__boxes {
    display: flex;
    width: 100%;
}

.search-form__box {
    flex-grow: 1;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-form__field {
    padding: 0 35px;
    width: 100%;
    height: 100%;
}

.search-form__field-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.search-form__field.date-picker {
    padding: 0;
}

.search-form__field--button {
    padding: 10px 16px;
    height: 100%;
    display: flex;
    justify-content: center;
}

.search-form__field--location {
    background-image: url("../images/icon-search.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 60px;
}

    .search-form__field--location input {
        height: 72px;
        border: 0 !important;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 46.25em) {
    .search-form.off-screen {
        transform: translateY(-105%);
    }
}

.search-form--compact {
    position: relative;
    max-width: 562px;
}

    .search-form--compact .search-form__boxes {
        flex-wrap: wrap;
    }

    .search-form--compact .search-form__box {
        display: block;
        margin-bottom: 5px;
        background-color: white;
        border-radius: 4px;
        width: 100%;
    }

@media (min-width: 46.25em) {
    .search-form--compact .search-form__box {
        display: flex;
        margin-bottom: 0px;
        float: left;
        width: 33.231316726%;
    }
}

.search-form--compact .search-form__box--wide {
    flex-grow: 0;
}

@media (min-width: 46.25em) {
    .search-form--compact .search-form__box--wide {
        width: 100%;
        margin-right: 0;
    }

        .search-form--compact .search-form__box--wide:first-child {
            margin-bottom: 10px;
        }
}

.search-form--compact .search-form__box .search-form-label {
    position: relative;
    z-index: 500;
    height: 100%;
}

.search-form--compact .search-form__box .search-form-label--dropdown {
    padding-left: 20px;
}

.search-form--compact .search-form__box--date-picker {
    display: flex;
    height: 50px;
}

    .search-form--compact .search-form__box--date-picker .search-form-label--dropdown {
        background: none;
    }

    .search-form--compact .search-form__box--date-picker .search-form-label__large {
        font-weight: 500;
        font-size: 16px;
    }

@media (min-width: 46.25em) {
    .search-form--compact .search-form__box--date-picker {
        height: 66px;
        width: 50%;
        margin-right: 9px;
    }
}

.search-form--compact .search-form__box--rooms {
    position: relative;
    width: 22.5%;
}

    .search-form--compact .search-form__box--rooms .search-form-label__large {
        font-size: 16px;
    }

.search-form--compact .search-form__box--button {
    z-index: 400;
    background-color: transparent;
}

@media (min-width: 46.25em) {
    .search-form--compact .search-form__box--button {
        width: 23.9655172414%;
        margin-left: 9px;
    }

        .search-form--compact .search-form__box--button .btn {
            min-width: 0;
            font-size: 16px;
            line-height: 26px;
            padding: 1.32rem 1rem;
            height: 66px;
        }
}

.search-form--compact .search-form__field {
    height: 50px;
    padding: 0;
}

@media (min-width: 46.25em) {
    .search-form--compact .search-form__field {
        height: 66px;
    }
}

.search-form--compact .search-form__field--location {
    position: relative;
}

    .search-form--compact .search-form__field--location .search-dropdown {
        height: 100%;
    }

    .search-form--compact .search-form__field--location .search-form-label {
        position: absolute !important;
        top: 0;
        left: 0;
    }

    .search-form--compact .search-form__field--location input {
        padding-left: 60px;
    }

.search-form--compact .search-form__field--button {
    padding: 0;
}

.search-form--compact .search-form-label__large {
    font-size: 18px;
}

.search-form--wide {
    background-color: white;
}

    .search-form--wide .search-form__box {
        width: 19%;
        max-width: 300px;
        border-right: 1px solid #e3e3e3;
    }

@media (min-width: 75em) {
    .search-form--wide .search-form__box {
        width: 15%;
    }
}

@media (min-width: 93.75em) {
    .search-form--wide .search-form__box {
        width: 12.5%;
    }
}

.search-form--wide .search-form__box:last-child {
    border-right: 0;
}

.search-form--wide .search-form__box--wide {
    flex-grow: 1;
    max-width: none;
    width: 35%;
}

@media (min-width: 75em) {
    .search-form--wide .search-form__box--wide {
        width: 40%;
    }
}

@media (min-width: 93.75em) {
    .search-form--wide .search-form__box--wide {
        width: 50%;
    }
}

.search-form--wide .search-form__box--rooms .guest-dropdown {
    width: 100%;
}

.search-form--wide .search-form__box--button {
    flex-grow: 0;
}

    .search-form--wide .search-form__box--button .btn {
        font-size: 16px;
        color: white;
        padding: 0.75rem 0.5rem;
        min-width: 0;
    }

.search-form--wide .search-form__field {
    position: relative;
    z-index: 500;
}

.search-form--wide .search-form__field--location {
    background-color: white !important;
}

.search-form--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1900;
    transform: translateY(-100%);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

@media (max-width: 46.24em) {
    .search-form--fixed {
        box-shadow: 0 3px 5px -2px rgba(30, 33, 38, 0.15);
    }
}

.search-form--fixed .search-form-hotel {
    min-height: 0;
}

.search-form--fixed.show {
    transform: translateY(0);
}

.search-form--stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-100%);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    box-shadow: 0 3px 5px -2px rgba(30, 33, 38, 0.15);
}

@media (min-width: 46.25em) {
    .search-form--stuck {
        transform: none;
    }
}

.search-form--stuck.show {
    transform: translateY(0);
}

.search-dropdown__results {
    position: absolute;
    top: 100%;
    left: 0;
    right: -1px;
    background-color: white;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    z-index: 501;
    max-height: 345px;
    overflow: auto;
    border-radius: 0 0 6px 6px;
    box-shadow: 20px 20px 30px -20px rgba(30, 33, 38, 0.15);
}

.search-dropdown__item {
    padding: 15px 0;
    padding-left: 38px;
    cursor: pointer;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    background-color: #fbfbfb;
    color: #8d8d8d;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1;
}

.search-dropdown__item-title {
    color: #000;
    line-height: 1.2;
}

.mobile-search-bar {
    display: flex;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.mobile-search-bar__corporate-code {
    position: absolute;
    top: -65px;
    right: 94px;
}

    .mobile-search-bar__corporate-code .corporate-added-button {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 1;
        gap: 2px;
        margin-top: 3px;
    }

.mobile-search-bar__column {
    flex: 1 1 auto;
    border-right: 1px solid #e3e3e3;
    padding: 0 13px;
    font-size: 14px;
    line-height: 15px;
}

.mobile-search-bar__large {
    font-size: 15px;
    line-height: 1.2;
    color: #1e2126;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mobile-search-bar__small {
    font-size: 13px;
    color: #a1a1a1;
}

.mobile-search-bar__button {
    border-right: 0;
    flex: 0 1 auto;
    width: 65px;
    text-align: center;
    white-space: nowrap;
}

    .mobile-search-bar__button a {
        color: var(--primary-color);
    }

.mobile-search-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4000;
    background-color: #fcf7f6;
    transform: translateX(100%);
    transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.mobile-search-panel--open {
    transform: translateX(0%);
}

.mobile-search-panel__header {
    position: relative;
    background-color: white;
    font-size: 13px;
    user-select: none;
    text-align: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}

    .mobile-search-panel__header a {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        background-image: url(../images/mobile-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        cursor: pointer;
    }

.mobile-search-panel__body {
    padding: 40px 25px;
    overflow-y: auto;
    height: calc(100% - 57px);
}

    .mobile-search-panel__body .gr-corporate {
        position: relative;
        margin-bottom: 40px;
    }

        .mobile-search-panel__body .gr-corporate .corporate-field-bar-popup {
            left: 50%;
            top: 100%;
        }

.mobile-search-panel--location .mobile-search-panel__body {
    padding: 0;
}

.mobile-search__rooms-fields {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 33px;
}

    .mobile-search__rooms-fields .guest-dropdown__controls {
        border-bottom: 1px solid #f1f1f1;
        padding: 10px 10px;
    }

.overview-panel-location {
    background-color: white;
    height: 70px;
    border-radius: 4px;
    line-height: 70px;
    padding-left: 70px;
    padding-right: 20px;
    margin-bottom: 25px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: left 25px center;
}

.overview-panel-location--placeholder {
    color: #a1a1a1;
}

.overview-panel-dates {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.overview-panel-dates__date-col {
    display: flex;
    position: relative;
    width: 50%;
    padding: 14px 10px;
    align-items: center;
    justify-content: center;
}

    .overview-panel-dates__date-col:first-child::after {
        content: "";
        height: 29px;
        width: 1px;
        background-color: #a1a1a1;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.overview-panel-dates__label {
    font-size: 18px;
    line-height: 27px;
}

.overview-panel-dates__date {
    font-size: 13px;
    line-height: 15px;
    color: #a1a1a1;
}

.range-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.location-panel__field-block {
    background-color: #fff;
}

    .location-panel__field-block input {
        border-top: 0;
        border-bottom: 1px solid #f0f0f0;
        height: 70px;
        line-height: 70px;
    }

.corporate-toggle-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    font-size: 15px;
    line-height: 24px;
    color: #2d2d2d;
    background-color: #f1d8d1;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all ease-in-out 300ms;
}

    .corporate-toggle-button:hover {
        background-color: var(--primary-color);
        color: white;
    }

.corporate-field-bar-popup {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 600;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 280px;
}

@media (min-width: 1024px) {
    .corporate-field-bar-popup {
        top: 50%;
        width: 311px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.corporate-field-bar-popup.top-bar {
    top: 0px;
    transform: translateX(-50%);
}

.corporate-field-bar-popup h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 0;
}

.corporate-field-bar-popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.corporate-field-bar-popup__close-button {
    background-color: transparent;
    padding: 0px;
    cursor: pointer;
    border: 0px;
}

.corporate-field-bar-popup__input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .corporate-field-bar-popup__input-wrapper input {
        height: 49px;
        padding: 10px;
        flex-grow: 1;
    }

    .corporate-field-bar-popup__input-wrapper .btn {
        height: 49px;
        width: 88px;
        flex-shrink: 0;
        min-width: 0px !important;
    }

.corporate-field-bar-popup__clear {
    border: 0px;
    padding: 0px;
    background-color: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0px !important;
    right: 16px;
    cursor: pointer;
    opacity: 0.4;
    transition: all ease-in-out 300ms;
}

.corporate-added-button {
    border-radius: 200px;
    display: inline-flex;
    align-items: center;
    border: 0px;
    gap: 8px;
    padding: 4px 12px;
    font-size: 15px;
    cursor: pointer;
    line-height: 24px;
    white-space: nowrap;
    background-color: #e4e4e4;
    color: #2d2d2d;
}

    .corporate-added-button.corporate-added-button--success {
        background-color: #f2f7F5;
        color: var(--primary-color);
    }

.guest-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    z-index: 501;
    box-shadow: 0 0 30px 0 rgba(30, 33, 38, 0.15);
    width: 128px;
    border-radius: 4px;
    background-color: white;
    color: var(--normal-color);
}

.guest-dropdown__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding: 19px 10px;
}

.guest-dropdown__controls {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    background-color: white;
    touch-action: manipulation;
    user-select: none;
}

.guest-dropdown__btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.guest-dropdown__value {
    text-align: center;
    flex-grow: 1;
    color: #2d2d2d;
    padding: 0 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.box-layout {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -48px;
    font-size: 0;
}

.box-layout-item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 48px;
    font-size: 14px;
    font-size: 1rem;
}

.box-layout--bottom > .box-layout-item {
    vertical-align: bottom;
}

.type-block__title {
    font-size: 47px;
    line-height: 1.1875;
}

@media (min-width: 320px) {
    .type-block__title {
        font-size: calc(47px + 33 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1366px) {
    .type-block__title {
        font-size: 80px;
    }
}

@media (min-width: 46.25em) {
    .type-block__title {
        margin-bottom: 60px;
    }
}

.type-block__title-wrapper {
    margin-bottom: 40px;
}

.type-block__desc {
    margin-bottom: 50px;
}

@media (min-width: 46.25em) {
    .type-block__desc {
        max-width: 372px;
        margin: auto;
    }
}

.image-ratio {
    width: 100%;
    height: 0;
    position: relative;
    background-color: #a1a1a1;
    padding-bottom: 50%;
}

    .image-ratio img {
        width: 100%;
        height: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        object-fit: cover;
    }

.image-caption {
    position: relative;
}

.image-caption__text {
    position: absolute;
    font-size: 14px;
}

.image-caption--color-grey {
    color: #a1a1a1;
}

    .image-caption--color-grey a {
        color: #a1a1a1;
    }

        .image-caption--color-grey a:hover {
            text-decoration: underline;
        }

.image-caption--bottom-left .image-caption__text {
    bottom: 15px;
    left: -35px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.image-caption--top-right .image-caption__text {
    top: 15px;
    right: -35px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

@media (max-width: 39.99em) {
    .image-caption--top-right .image-caption__text {
        display: none;
    }
}

.hotels-block__images {
    position: relative;
    background-color: #fcf7f6;
    padding-bottom: 50px;
}

    .hotels-block__images::before {
        position: absolute;
        top: 0;
        height: 260px;
        left: 0;
        right: 0;
        content: "";
        background-color: #1d2125;
    }

@media (min-width: 46.25em) {
    .hotels-block__images::before {
        height: 50%;
    }
}

@media (min-width: 46.25em) {
    .hotels-block__images {
        padding-bottom: 70px;
    }
}

.hotels-block__image-left {
    position: relative;
    left: -25px;
    margin-bottom: 60px;
}

    .hotels-block__image-left .image-caption__text {
        top: 0;
        right: -35px;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }

@media (min-width: 64em) {
    .hotels-block__image-left .image-caption__text {
        bottom: 15px;
        top: auto;
        right: auto;
        left: -35px;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }
}

.hotels-block__image-right {
    text-align: right;
    position: relative;
    right: -25px;
}

    .hotels-block__image-right .image-caption__text {
        top: 0;
        left: -35px;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }

@media (min-width: 64em) {
    .hotels-block__image-right .image-caption__text {
        top: 15px;
        left: auto;
        right: -35px;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }
}

.offers-block-heading {
    overflow: hidden;
    padding-bottom: 80px;
}

@media (min-width: 46.25em) {
    .offers-block-heading {
        padding-bottom: 100px;
    }
}

.offers-block__line-1, .offers-block__line-2 {
    line-height: 0.8;
    white-space: nowrap;
    font-weight: 700;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    font-size: 25px;
}

@media (min-width: 320px) {
    .offers-block__line-1, .offers-block__line-2 {
        font-size: calc(25px + 125 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1366px) {
    .offers-block__line-1, .offers-block__line-2 {
        font-size: 150px;
    }
}

.offers-block__line-1 {
    margin-bottom: 20px;
}

.offers-block__line-2 {
    margin-bottom: 0;
}

.box-offers {
    background-color: #fff;
    color: #1e2126;
}

    .box-offers .box-image {
        position: relative;
        overflow: hidden;
    }

        .box-offers .box-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            height: 250px;
        }

@media (min-width: 64em) {
    .box-offers .box-image img {
        height: 500px;
    }
}

.box-offers .box-image .box-flag {
    display: flex;
    position: absolute;
    top: 0;
    right: 30px;
    background-color: #fd8f6f;
    color: white;
    width: 80px;
    height: 90px;
    border-radius: 0 0 100px 100px;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 15px 30px 15px;
    font-size: 16px;
    line-height: 20px;
}

    .box-offers .box-image .box-flag span {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: -15px;
    }

@media (min-width: 46.25em) {
    .box-offers .box-image .box-flag span {
        bottom: 0;
    }
}

@media (min-width: 46.25em) {
    .box-offers .box-image .box-flag {
        width: 100px;
        height: 120px;
        padding: 10px 15px 30px 15px;
    }
}

@media (min-width: 64em) {
    .box-offers .box-image .box-flag {
        height: 156px;
        width: 126px;
        right: 124px;
        font-size: 18px;
        line-height: 22px;
        padding: 10px 15px 40px 15px;
    }
}

.box-offers .box-content {
    padding: 30px 25px;
    height: 100%;
}

@media (min-width: 46.25em) {
    .box-offers .box-content {
        padding: 30px;
    }
}

@media (min-width: 64em) {
    .box-offers .box-content {
        display: flex;
        align-items: center;
    }
}

.box-offers .box-content-inner {
    max-width: 390px;
    margin: auto;
}

    .box-offers .box-content-inner .title {
        font-size: 22px;
    }

@media (min-width: 320px) {
    .box-offers .box-content-inner .title {
        font-size: calc(22px + 10 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1366px) {
    .box-offers .box-content-inner .title {
        font-size: 32px;
    }
}

.box-offers .box-content-inner .desc {
    font-size: 15px;
    margin-bottom: 30px;
}

.member-block__item:not(:last-child) {
    margin-bottom: 60px;
}

.member-block__item .box-content-inner {
    margin-bottom: 60px;
}

@media (min-width: 46.25em) {
    .member-block__item .box-content-inner {
        max-width: 430px;
    }
}

@media (min-width: 64em) {
    .member-block__item .box-content-inner {
        padding-left: 50px;
    }
}

@media (min-width: 46.25em) {
    .member-block__item:nth-child(odd) .col-image {
        order: 1;
    }

    .member-block__item:nth-child(odd) .col-content {
        order: 2;
    }
}

.member-block__title {
    font-size: 40px;
    line-height: 1;
}

@media (min-width: 320px) {
    .member-block__title {
        font-size: calc(40px + 20 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1366px) {
    .member-block__title {
        font-size: 60px;
    }
}

@media (min-width: 46.25em) {
    .member-block__title {
        max-width: none;
    }
}

.member-block__button {
    margin-top: 45px;
}

@media (min-width: 46.25em) {
    .type-pannel-wrap {
        margin-top: 140px;
    }
}

.type-pannel__item {
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 64em) {
    .type-pannel__item:not(:last-child) {
        margin-bottom: 100px;
    }
}

@media (min-width: 46.25em) {
    .type-pannel__item:nth-child(even) .col-image {
        order: 2;
    }

    .type-pannel__item:nth-child(even) .col-content {
        order: 1;
    }
}

.type-pannel__item .box-image {
    max-width: 99px;
    margin-bottom: 30px;
    border-radius: 50%;
    overflow: hidden;
}

@media (min-width: 46.25em) {
    .type-pannel__item .box-image {
        max-width: 480px;
        margin: auto;
    }
}

.type-pannel__title {
    line-height: 1.1428571429;
    margin-bottom: 20px;
    font-size: 40px;
}

@media (min-width: 320px) {
    .type-pannel__title {
        font-size: calc(40px + 30 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1366px) {
    .type-pannel__title {
        font-size: 70px;
    }
}

@media (min-width: 46.24em) {
    .type-pannel__title {
        margin-bottom: 30px;
    }
}

.type-pannel__desc {
    max-width: 285px;
}

.type-pannel__links {
    margin-top: 20px;
}

    .type-pannel__links a {
        display: inline-block;
        margin-right: 20px;
        color: #fff;
    }

@media (min-width: 46.25em) {
    .type-pannel__links {
        margin-top: 45px;
    }
}

.news-pannel__title {
    line-height: 1.1666666667;
    text-align: center;
    margin-bottom: 30px;
    font-size: 38px;
}

@media (min-width: 320px) {
    .news-pannel__title {
        font-size: calc(38px + 22 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1366px) {
    .news-pannel__title {
        font-size: 60px;
    }
}

@media (min-width: 46.25em) {
    .news-pannel__title {
        margin-bottom: 40px;
    }
}

.news-pannel__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 46.25em) {
    .news-pannel__list {
        margin-bottom: 60px;
    }
}

.news-pannel__list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

    .news-pannel__list li a {
        display: inline-block;
        padding-bottom: 0;
        border-bottom: 2px solid transparent;
        transition: border cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    }

    .news-pannel__list li:hover a, .news-pannel__list li.active a {
        border-bottom: 2px solid #1e2126;
    }

@media (min-width: 46.25em) {
    .news-pannel__list li {
        margin: 0 30px;
    }
}

.featured-posts-slider .swiper-wrapper {
    align-items: center;
}

.featured-posts-slider .swiper-slide.swiper-slide-active .item-content .title {
    margin-top: 0;
    opacity: 1;
}

@media (min-width: 46.25em) {
    .featured-posts-slider .swiper-slide {
        transition: transform 0.7s ease, opacity 0.7s ease;
        opacity: 0.35;
        transform: scale(0.76);
    }

    .featured-posts-slider .swiper-slide-active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }
}

.featured-posts-slider .item {
    text-align: center;
}

.featured-posts-slider .item-image {
    position: relative;
    overflow: hidden;
}

    .featured-posts-slider .item-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 6/4;
        display: block;
    }

.featured-posts-slider .item-content {
    padding: 20px;
}

    .featured-posts-slider .item-content .title {
        position: relative;
        color: var(--normal-color);
        z-index: 2;
        font-size: 22px;
        margin-top: -30px;
        will-change: margin;
        opacity: 0;
        transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    }

@media (min-width: 320px) {
    .featured-posts-slider .item-content .title {
        font-size: calc(22px + 8 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1366px) {
    .featured-posts-slider .item-content .title {
        font-size: 30px;
    }
}

@media (min-width: 46.25em) {
    .featured-posts-slider .item-content .title {
        margin-bottom: 25px;
    }
}

.featured-posts-slider .item-content .title a {
    color: inherit;
}

.jump-bar {
    position: relative;
    background-color: #fff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.jump-bar-wrap {
    position: relative;
    display: flex;
}

.jump-bar-inner {
    flex-grow: 1;
    position: relative;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    padding-right: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@media (min-width: 64em) {
    .jump-bar-inner {
        padding: 8px 0;
    }
}

.jump-bar ul {
    margin: 0;
    white-space: nowrap;
}

    .jump-bar ul li {
        display: inline-block;
        vertical-align: middle;
    }

.jump-bar-links {
    padding: 0;
}

    .jump-bar-links li {
        display: inline-block;
        vertical-align: middle;
        margin: 0.1rem 0;
        padding: 8px;
        white-space: nowrap;
        font-size: 1rem;
        border-radius: 20px;
        transition: background-color 300ms;
        user-select: none;
    }

        .jump-bar-links li a {
            cursor: pointer;
            transition: color cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
            font-size: 13px;
            color: #a1a1a1;
        }

            .jump-bar-links li a:hover, .jump-bar-links li a.active {
                color: #1e2126;
            }

        .jump-bar-links li:first-child {
            padding-left: 0;
            margin: 0;
        }

@media (min-width: 768px) {
    .jump-bar-links li {
        margin: 0 4px;
        padding: 16px 8px;
    }
}

.jump-bar-buttons {
    position: fixed;
    text-align: center;
    list-style: none;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9px 0;
    margin: 0;
    display: flex;
    align-items: center;
    transform: translateY(100%);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

@media (min-width: 46.25em) {
    .jump-bar-buttons {
        position: relative;
        z-index: 1;
        background-color: transparent;
        text-align: right;
        transform: translateY(0%);
    }
}

@media (max-width: 46.24em) {
    .jump-bar-buttons {
        display: flex;
        display: none;
        z-index: 800;
        background-color: #fcf7f6;
        padding: 9px 10px;
    }
}

.jump-bar-buttons li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.jump-bar-buttons a {
    font-size: 14px;
}

.jump-bar-buttons .btn {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 16px;
    min-width: 160px;
}

.jump-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 800;
    border-top: 1px solid #e4e4e4;
    box-shadow: 0 3px 5px -2px rgba(30, 33, 38, 0.15);
}

.jump-bar.off-screen {
    transform: translateY(-100%);
}

.stays-intro__image-inner {
    max-width: 480px;
    padding-bottom: 67%;
}

.stays-intro__content {
    max-width: 480px;
}

.stays-intro__sub-title {
    font-size: 16px;
    color: #a1a1a1;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 30px;
}

@media (min-width: 46.25em) {
    .stays-intro__sub-title {
        margin-top: 0;
    }
}

@media (max-width: 46.24em) {
    .stays-intro__sub-title {
        margin-bottom: 20px;
    }
}

.stays-intro__title {
    font-size: 30px;
    line-height: 1.2222;
}

@media (min-width: 320px) {
    .stays-intro__title {
        font-size: calc(30px + 15 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .stays-intro__title {
        font-size: 45px;
    }
}

.stays-intro__desc {
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.stays-intro .tag-list {
    margin-bottom: 40px;
}

.hotels-count-list {
    width: 100%;
}

@media (min-width: 46.25em) {
    .hotels-count-list {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
        flex-wrap: wrap;
        row-gap: 52px;
    }
}

.hotels-count-list__item {
    display: flex;
    padding: 30px 0;
    padding-bottom: 35px;
    padding-left: 30px;
    border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 46.25em) {
    .hotels-count-list__item {
        padding: 22px 0;
        padding-left: 50px;
        width: 33.3333333333%;
        border-bottom: 0;
        border-right: 1px solid #f2f2f2;
    }
}

.hotels-count-list__icon {
    position: relative;
    display: inline-block;
    transform: translateZ(0);
    width: 93px;
    flex-shrink: 0;
    height: 93px;
    background-color: rgba(0, 95, 48, 0.05);
    border-radius: 50%;
}

@media (min-width: 46.25em) {
    .hotels-count-list__icon {
        width: 106px;
        height: 106px;
    }
}

.hotels-count-list__icon img,
.hotels-count-list__icon svg,
.hotels-count-list__icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.hotels-count-list__icon-count {
    position: absolute;
    top: -10px;
    right: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    background-color: var(--primary-color);
}

@media (min-width: 46.25em) {
    .hotels-count-list__icon-count {
        width: 37px;
        height: 37px;
        line-height: 37px;
        font-size: 25px;
        top: -17px;
    }
}

.hotels-count-list__details {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

    .hotels-count-list__details .title {
        font-size: 25px;
        margin-bottom: 5px;
    }

.hotels-facilities-slider .item {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}

.hotels-facilities-slider .item-image {
    background-color: #a1a1a1;
}

    .hotels-facilities-slider .item-image img {
        width: 100%;
        height: 185px;
        object-fit: cover;
    }

.hotels-facilities-slider .item-content {
    padding: 16px;
}

@media (min-width: 64em) {
    .hotels-facilities-slider .item-content {
        padding: 24px;
    }
}

.hotels-facilities-slider .item-content .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hotels-facilities-slider .item-content .desc {
    color: #595959;
    line-height: 21px;
    font-size: 13px;
}

.hotels-page .hotels-block {
    position: relative;
    margin-bottom: 60px;
}

    .hotels-page .hotels-block:last-child {
        margin-bottom: 0;
    }

.hotels-page .hotels-block-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hotels-page .hotels-block-head__title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.hotels-page .hotels-block-head__icon {
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
}

    .hotels-page .hotels-block-head__icon i,
    .hotels-page .hotels-block-head__icon svg {
        display: inline-block;
        vertical-align: baseline;
        max-width: 37px;
        max-height: 27px;
        margin-bottom: -4px;
        font-size: 23px;
    }

@media (min-width: 768px) {
    .hotels-page .hotels-block-head {
        padding-bottom: 40px;
        margin-bottom: 60px;
    }

    .hotels-page .hotels-block-head__icon {
        width: 66px;
        height: 66px;
        line-height: 66px;
        margin-right: 17px;
    }

        .hotels-page .hotels-block-head__icon i,
        .hotels-page .hotels-block-head__icon svg {
            max-width: 47px;
            max-height: 37px;
            margin-bottom: -8px;
        }
}

.hotels-page .hotels-block-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    .hotels-page .hotels-block-list .card-hotel .card-inner .box-content .hotel-meta {
        margin-bottom: 20px;
    }

    .hotels-page .hotels-block-list .card-hotel .card-inner .box-content .hotel-desc {
        display: none;
    }

@media (max-width: 767.98px) {
    .hotels-page .hotels-block-list .card-hotel.card-horizontal .card-inner {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .hotels-page .hotels-block-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 46.24em) {
    .hotels-detail .box-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hotels-detail-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 6/4;
}

.hotels-detail-wrap {
    display: block;
}

    .hotels-detail-wrap .title-head {
        margin-bottom: 10px;
        font-size: 25px;
        font-weight: 600;
    }

@media (min-width: 768px) {
    .hotels-detail-wrap .title-head {
        margin-bottom: 35px;
        font-size: 30px;
    }
}

.hotels-detail__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

@media (min-width: 320px) {
    .hotels-detail__title {
        font-size: calc(40px + 25 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 46.25em) {
    .hotels-detail__title {
        margin-bottom: 14px;
    }
}

@media (min-width: 1336px) {
    .hotels-detail__title {
        font-size: 65px;
    }
}

.hotels-detail__meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

    .hotels-detail__meta i {
        color: #000;
    }

@media (min-width: 768px) {
    .hotels-detail__meta {
        font-size: 16px;
    }
}

.hotels-detail__description {
    position: relative;
    margin-bottom: 10px;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.hotels-detail__description-outer {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .hotels-detail__description-outer {
        margin-bottom: 40px;
    }
}

.hotels-detail-amenities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 16px;
}

    .hotels-detail-amenities-list li {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .hotels-detail-amenities-list li .icon img {
            max-width: 30px;
            height: auto;
        }

@media (min-width: 768px) {
    .hotels-detail-amenities-list {
        gap: 25px 20px;
    }

        .hotels-detail-amenities-list li {
            width: calc(33.3333333333% - 20px);
        }
}

.hotels-detail-block {
    scroll-margin-top: 120px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

@media (min-width: 46.25em) {
    .hotels-detail-block {
        padding-bottom: 60px;
        margin-bottom: 0;
        border-bottom: 0;
    }
}

.hotels-detail .block-overview {
    padding: 40px 0 60px;
}

    .hotels-detail .block-overview .featured-price {
        padding: 25px 20px 20px;
        background-color: #fff;
        border-radius: 12px;
        text-align: center;
    }

    .hotels-detail .block-overview .featured-price-block {
        margin-bottom: 20px;
    }

    .hotels-detail .block-overview .featured-price .room-rate-price {
        font-size: 20px;
        margin-bottom: 10px;
    }

        .hotels-detail .block-overview .featured-price .room-rate-price span {
            display: inline-block;
            vertical-align: middle;
            line-height: 1;
        }

            .hotels-detail .block-overview .featured-price .room-rate-price span:first-child {
                display: block;
                text-align: center;
                margin-bottom: 12px;
            }

            .hotels-detail .block-overview .featured-price .room-rate-price span.price-value {
                line-height: 1;
                font-weight: 700;
                margin: 0 6px;
                color: var(--normal-color);
                font-size: 30px;
            }

@media (min-width: 768px) {
    .hotels-detail .block-overview .featured-price .room-rate-price span.price-value {
        font-size: 50px;
    }
}

.hotels-detail .block-overview .featured-price .room-rate-member {
    font-size: 18px;
    color: #8d8d8d;
    line-height: 1.2;
}

    .hotels-detail .block-overview .featured-price .room-rate-member .underline {
        color: var(--primary-color);
        text-decoration: double;
        text-decoration: underline;
    }

.hotels-detail .block-overview .featured-price-bookbtn {
    width: 100%;
    font-size: 16px;
    padding: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 63.99em) {
    .hotels-detail .block-overview .featured-price {
        display: none;
    }
}

.hotels-detail .block-overview .block-message {
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 16px;
    font-size: 13px;
}

.hotels-detail .block-overview .block-message__column {
    display: flex;
    align-items: center;
}

    .hotels-detail .block-overview .block-message__column svg {
        margin-right: 8px;
        flex-shrink: 0;
    }

.hotels-detail .block-overview .block-message__text {
    color: var(--normal-color);
}

@media (min-width: 768px) {
    .hotels-detail .block-overview .block-message {
        font-size: 14px;
        margin-top: 16px;
    }
}

.hotels-detail .block-rooms-item {
    position: relative;
    margin-bottom: 20px;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    box-shadow: 0 0 40px 0 rgba(30, 33, 38, 0.1);
}

    .hotels-detail .block-rooms-item:last-child {
        margin-bottom: 0;
    }

@media (min-width: 46.25em) {
    .hotels-detail .block-rooms-item {
        box-shadow: none;
    }
}

@media (min-width: 64em) {
    .hotels-detail .block-rooms-item {
        margin-bottom: 30px;
    }
}

.hotels-detail .block-rooms-image {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.hotels-detail .block-rooms-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 6/4;
}

.hotels-detail .block-rooms-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

    .hotels-detail .block-rooms-content .small-tags {
        margin-bottom: 0;
    }

@media (max-width: 63.99em) {
    .hotels-detail .block-rooms-content .small-tags {
        margin-bottom: 5px;
    }
}

.hotels-detail .block-rooms-meta {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

.hotels-detail .block-rooms__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .hotels-detail .block-rooms__title {
        font-size: 28px;
    }
}

.hotels-detail .block-rooms__desc {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    font-size: 16px;
}

.hotels-detail .block-rooms__right {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

@media (min-width: 64em) {
    .hotels-detail .block-rooms__right {
        padding: 40px 25px;
    }
}

@media (min-width: 81.25em) {
    .hotels-detail .block-rooms__right {
        padding: 40px 33px;
    }
}

.hotels-detail .block-rooms__rates {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 46.25em) {
    .hotels-detail .block-rooms__rates {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.hotels-detail .block-rooms__rates-header {
    text-align: center;
}

    .hotels-detail .block-rooms__rates-header .title {
        line-height: 1.5909090909;
        font-weight: 400;
        margin-bottom: 5px;
        font-size: 18px;
    }

@media (min-width: 320px) {
    .hotels-detail .block-rooms__rates-header .title {
        font-size: calc(18px + 4 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .hotels-detail .block-rooms__rates-header .title {
        font-size: 22px;
    }
}

.hotels-detail .block-rooms__rates-header .desc {
    color: #595959;
    font-size: 15px;
    margin-bottom: 30px;
}

.hotels-detail .block-rooms__rates-picker {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hotels-detail .block-rooms__rates-picker--option {
    flex-grow: 1;
}

    .hotels-detail .block-rooms__rates-picker--option .item label {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        line-height: 20px;
        border-radius: 3px;
        padding: 7px 10px 7px 10px;
        border: 1px solid #ddd;
        margin-bottom: 12px;
        user-select: none;
        transition: all ease-in-out 0.35s;
        cursor: pointer;
    }

        .hotels-detail .block-rooms__rates-picker--option .item label .item-text {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 5px;
        }

.hotels-detail .block-rooms__rates-picker--footer {
    flex-grow: 0;
    text-align: center;
}

.hotels-detail .block-rooms__rates-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .hotels-detail .block-rooms__rates-button + .block-rooms__rates-button {
        border-top: 1px solid #ddd;
        margin-top: 16px;
        padding-top: 16px;
    }

.hotels-detail .block-rooms__rates-button--submit {
    display: block;
}

    .hotels-detail .block-rooms__rates-button--submit .btn {
        display: block;
        width: 100%;
        font-size: 18px;
        margin-top: 16px;
    }

.hotels-detail .block-rooms__rates-button--price {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    margin-right: 8px;
}

@media (min-width: 81.25em) {
    .hotels-detail .block-rooms__rates-button--price {
        font-size: 34px;
    }
}

.hotels-detail .block-rooms__rates-button--price-col {
    width: 100%;
    flex: 1.95;
    text-align: left;
}

@media (min-width: 81.25em) {
    .hotels-detail .block-rooms__rates-button--price-col {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-end;
    }
}

.hotels-detail .block-rooms__rates-button--price-label {
    font-size: 12px;
    display: block;
}

@media (min-width: 46.25em) {
    .hotels-detail .block-rooms__rates-button--price-label {
        font-size: 14px;
    }
}

.hotels-detail .block-rooms__rates-button--price + .block-rooms__rates-button--price-label {
    display: inline-block;
    margin-top: 8px;
}

.hotels-detail .block-rooms-unavailable {
    background: #fcf7f6;
    border-radius: 24px;
    flex-grow: 1;
    display: flex;
    justify-content: stretch;
    align-items: center;
    align-content: center;
    padding: 24px;
}

@media (min-width: 64em) {
    .hotels-detail .block-rooms-unavailable {
        padding: 40px;
    }
}

.hotels-detail .block-rooms-unavailable__title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
}

    .hotels-detail .block-rooms-unavailable__title svg {
        position: relative;
        top: -2px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
    }

.hotels-detail .block-rooms-unavailable__sub-title {
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 16px;
}

@media (min-width: 320px) {
    .hotels-detail .block-rooms-unavailable__sub-title {
        font-size: calc(16px + 4 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .hotels-detail .block-rooms-unavailable__sub-title {
        font-size: 20px;
    }
}

@media (min-width: 64em) {
    .hotels-detail .block-rooms-unavailable__sub-title {
        margin-bottom: 16px;
    }
}

.hotels-detail .block-rooms-unavailable__description a {
    text-decoration: underline;
    color: var(--primary-color);
}

.hotels-detail .block-rooms-price {
    text-align: center;
}

    .hotels-detail .block-rooms-price .price-value {
        font-size: 24px;
        line-height: 1;
        font-weight: bold;
        margin-right: 8px;
    }

        .hotels-detail .block-rooms-price .price-value del {
            color: var(--normal-color);
        }

        .hotels-detail .block-rooms-price .price-value span {
            color: var(--primary-color);
            font-weight: 700;
        }

        .hotels-detail .block-rooms-price .price-value del:empty + span {
            color: var(--normal-color);
        }

@media (min-width: 768px) {
    .hotels-detail .block-rooms-price .price-value {
        font-size: 34px;
    }
}

.hotels-detail .block-rooms .gr-popup-amenities {
    position: relative;
    padding-bottom: 15px;
}

.hotels-detail .block-rooms .btn-popup-amenities-room {
    position: relative;
    color: var(--primary-color);
    font-weight: 600;
    margin-left: 14px;
    margin-top: 10px;
    border: 0;
    background-color: transparent;
}

    .hotels-detail .block-rooms .btn-popup-amenities-room:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        transform: scaleX(1);
        transform-origin: left;
        transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        background-color: var(--normal-color);
    }

    .hotels-detail .block-rooms .btn-popup-amenities-room:after {
        content: "+";
        display: inline-block;
        position: absolute;
        top: 0px;
        left: -16px;
        margin-right: 10px;
    }

    .hotels-detail .block-rooms .btn-popup-amenities-room:hover::before {
        transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        transform: scaleX(0);
        transform-origin: right;
    }

.hotels-detail .block-rooms .popup-amenities-room .modal-head,
.hotels-detail .block-rooms .popup-amenities-room .modal-body {
    padding: 20px;
}

.hotels-detail .block-rooms .popup-amenities-room .popup-amenities-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
}

    .hotels-detail .block-rooms .popup-amenities-room .popup-amenities-list li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }

        .hotels-detail .block-rooms .popup-amenities-room .popup-amenities-list li .icon img {
            max-width: 20px;
            height: auto;
        }

@media (max-width: 767.98px) {
    .hotels-detail .block-rooms .popup-amenities-room .popup-amenities-list {
        grid-template-columns: 1fr;
    }
}

.hotels-detail .block-nearby {
    padding: 40px 0;
}

.card-hotel {
    position: relative;
    border-radius: 0px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    overflow: hidden;
}

    .card-hotel .card-inner .box-image {
        position: relative;
        overflow: hidden;
    }

        .card-hotel .card-inner .box-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            aspect-ratio: 16/9;
            transition: all 0.3s ease;
        }

        .card-hotel .card-inner .box-image .badge-sale {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #e11d48;
            color: #fff;
            padding: 4px 8px;
            font-size: 12px;
            border-radius: 6px;
        }

        .card-hotel .card-inner .box-image .badge-top {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #c8a96a;
            color: #fff;
            padding: 4px 8px;
            font-size: 12px;
            border-radius: 6px;
        }

    .card-hotel .card-inner .box-content {
        padding: 20px;
    }

        .card-hotel .card-inner .box-content .hotel-name {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .card-hotel .card-inner .box-content .hotel-meta {
            font-size: 13px;
            color: #666;
            display: flex;
            gap: 6px;
            margin-bottom: 8px;
        }

            .card-hotel .card-inner .box-content .hotel-meta i {
                color: #000;
            }

        .card-hotel .card-inner .box-content .hotel-desc {
            margin-bottom: 10px;
        }

        .card-hotel .card-inner .box-content .hotel-amenities {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 10px;
        }

            .card-hotel .card-inner .box-content .hotel-amenities .item-ame {
                font-size: 12px;
                color: #059669;
                display: flex;
                align-items: center;
                gap: 4px;
            }

                .card-hotel .card-inner .box-content .hotel-amenities .item-ame i {
                    font-size: 14px;
                }

        .card-hotel .card-inner .box-content .hotel-benefit {
            font-size: 12px;
            color: #059669;
            margin-bottom: 10px;
        }

        .card-hotel .card-inner .box-content .hotel-price {
            margin-bottom: 10px;
        }

            .card-hotel .card-inner .box-content .hotel-price .old {
                text-decoration: line-through;
                color: #999;
                margin-right: 6px;
            }

            .card-hotel .card-inner .box-content .hotel-price .new {
                font-size: 18px;
                font-weight: bold;
                color: #111;
            }

            .card-hotel .card-inner .box-content .hotel-price .per {
                font-size: 12px;
                color: #666;
            }

        .card-hotel .card-inner .box-content .gr-btn {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }

            .card-hotel .card-inner .box-content .gr-btn .btn {
                margin-top: 10px;
                width: calc(50% - 5px);
                min-width: 0;
            }

    .card-hotel .card-inner:hover .box-image img {
        transform: scale(1.1);
    }

    .card-hotel.card-horizontal .card-inner {
        display: flex;
        flex-wrap: wrap;
    }

        .card-hotel.card-horizontal .card-inner .box-image {
            flex: 1;
            aspect-ratio: 16/9;
        }

        .card-hotel.card-horizontal .card-inner .box-content {
            flex: 1;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

.why-block-list .item {
    text-align: center;
}

.why-block-list .item-icon {
    margin-bottom: 20px;
}

    .why-block-list .item-icon img {
        height: 60px;
    }

.why-block-list .item-text {
    margin-bottom: 20px;
}

    .why-block-list .item-text .title {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

.block-faqs-head {
    margin-bottom: 30px;
}

    .block-faqs-head .title {
        font-size: 20px;
    }

@media (min-width: 320px) {
    .block-faqs-head .title {
        font-size: calc(20px + 20 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .block-faqs-head .title {
        font-size: 40px;
    }
}

.block-faqs-head .desc {
    max-width: 280px;
    font-size: 14px;
    color: #595959;
    margin-bottom: 30px;
    display: none;
}

@media (min-width: 46.25em) {
    .block-faqs-head .desc {
        display: block;
    }
}

.block-faqs-list {
    background-color: #fff;
}

.block-faqs-item {
    padding: 0.55rem 0;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 46.25em) {
    .block-faqs-item {
        padding: 1.2rem 0;
    }
}

.block-faqs-item__title {
    position: relative;
    font-weight: 400;
    margin: 0;
    user-select: none;
    padding: 10px 20px;
    padding-right: 60px;
    cursor: pointer;
    color: #263b40;
    line-height: 1.2;
    font-size: 16px;
}

    .block-faqs-item__title:after {
        position: absolute;
        top: 50%;
        right: 20px;
        content: "\f106";
        font-family: fontawesome;
        display: block;
        margin-top: -1rem;
        width: 2rem;
        height: 2rem;
        transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    }

@media (min-width: 320px) {
    .block-faqs-item__title {
        font-size: calc(16px + 4 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .block-faqs-item__title {
        font-size: 20px;
    }
}

.block-faqs-item__answer {
    max-height: 0;
    overflow: hidden;
    font-size: 15px;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.block-faqs-item__inner {
    padding: 10px 20px;
    color: #848484;
}

.block-faqs-item.active .block-faqs-item__title::after {
    content: "\f107";
}

.faq-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 3rem;
    display: none;
}

@media (min-width: 64em) {
    .faq-nav {
        display: block;
    }
}

.faq-nav__item {
    position: relative;
    margin-bottom: 10px;
}

@media (min-width: 64.25em) {
    .faq-nav__item {
        margin-bottom: 20px;
    }
}

.faq-nav__link {
    font-weight: 500;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.3636363636;
    display: block;
    position: relative;
    color: #a3a3a3;
    transition: all 300ms;
    text-decoration: none;
}

    .faq-nav__link::before {
        position: absolute;
        top: calc(50% - 1px);
        display: block;
        content: "";
        left: 0;
        height: 2px;
        width: 0;
        transition: all 300ms;
    }

    .faq-nav__link:hover, .faq-nav__link.is-active {
        color: var(--primary-color);
    }

        .faq-nav__link:hover::before, .faq-nav__link.is-active::before {
            width: 25px;
            background-color: var(--primary-color);
        }

@media (min-width: 64em) {
    .faq-nav__link {
        font-size: 22px;
    }
}

.faq-group {
    margin-bottom: 1rem;
}

@media (min-width: 46.25em) {
    .faq-group {
        margin-bottom: 3rem;
    }
}

.faq-group__title {
    padding-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
}

.faq-group .block-faqs-list {
    background-color: transparent;
}

.faq-group .block-faqs-item__title {
    padding-left: 0;
}

.faq-group .block-faqs-item__inner {
    padding-left: 0;
}

.block-booking {
    background-color: var(--primary-color);
    color: white;
}

.block-booking-content .box-title {
    font-size: 25px;
}

@media (min-width: 320px) {
    .block-booking-content .box-title {
        font-size: calc(25px + 15 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .block-booking-content .box-title {
        font-size: 40px;
    }
}

.block-booking-content .box-desc {
    margin: 29px 0;
}

.block-booking-content .contact-details {
    margin-top: 40px;
}

    .block-booking-content .contact-details .item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

        .block-booking-content .contact-details .item:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .block-booking-content .contact-details .item a {
            color: #fff;
            display: block;
            padding: 12px 0;
            font-size: 18px;
        }

        .block-booking-content .contact-details .item .icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            vertical-align: middle;
            background-color: rgba(241, 216, 209, 0.1);
            color: #f1d8d1;
            width: 30px;
            height: 30px;
            line-height: 25px;
            border-radius: 50%;
            font-size: 1.1rem;
            padding: 5px;
            margin-right: 10px;
            text-align: center;
        }

.block-booking-form {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
    background-color: white;
    color: #000;
    border-radius: 5px;
    padding: 20px 30px;
    padding-top: 30px;
    margin-top: 50px;
}

@media (min-width: 64em) {
    .block-booking-form {
        margin-left: 50px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 50px 50px;
    }
}

.block-booking-form__icon {
    float: right;
    width: 59px;
    height: 59px;
    background-color: rgba(0, 95, 48, 0.08);
    border-radius: 50%;
    line-height: 59px;
    text-align: center;
}

.block-booking-form__title {
    font-size: 20px;
    font-weight: 500;
    max-width: 318px;
    margin-bottom: 10px;
    margin-right: 50px;
}

.block-booking-form__desc {
    font-size: 15px;
    color: #848484;
}

.block-booking-form__form {
    margin-top: 30px;
}

@media (min-width: 46.25em) {
    .block-booking-form__form {
        margin-top: 40px;
    }
}

.block-booking-form__form .form-head {
    font-size: 20px;
    font-weight: 500;
    max-width: 318px;
    margin-bottom: 15px;
}

.blogs-header {
    padding: 60px 0;
}

@media (min-width: 64em) {
    .blogs-header {
        padding: 90px 0;
    }
}

@media (max-width: 46.24em) {
    .blogs-header {
        padding-bottom: 10px;
    }
}

.blogs-header-title {
    line-height: 1.1666666667;
    margin-bottom: 0;
    font-size: 40px;
}

@media (min-width: 320px) {
    .blogs-header-title {
        font-size: calc(40px + 20 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .blogs-header-title {
        font-size: 60px;
    }
}

@media (max-width: 46.24em) {
    .blogs-header-title {
        margin-bottom: 30px;
    }
}

.blogs-header-archive {
    font-size: 15px;
    color: #8d8d8d;
}

@media (min-width: 46.25em) {
    .blogs-header-archive {
        text-align: right;
    }
}

.blogs-results {
    margin-bottom: 40px;
}

@media (min-width: 46.25em) {
    .blogs-results {
        margin-bottom: 60px;
    }
}

.blogs-list .item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blogs-list .item-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
}

    .blogs-list .item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    }

.blogs-list .item-tag {
    position: absolute;
    right: 15px;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    color: white;
    border-radius: 0 0 3px 3px;
    padding: 0 10px;
    font-size: 13px;
    background-color: var(--primary-color);
}

.blogs-list .item-content {
    padding: 24px 0;
    padding-top: 15px;
}

.blogs-list .item-content-inner {
    margin-bottom: 15px;
}

.blogs-list .item-meta {
    color: #919191;
    font-size: 13px;
    margin-bottom: 15px;
}

.blogs-list .item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
}

    .blogs-list .item-title a {
        color: inherit;
    }

.blogs-list .item-desc {
    color: #8d8d8d;
}

.blogs-list .item:hover .item-image img {
    transform: scale(1.05);
}

.blogs-detail {
    background-color: #fcf7f6;
}

.blogs-detail-header {
    padding-top: 0;
    overflow: hidden;
    background-color: #f1d8d1;
    padding-bottom: 40px;
}

@media (min-width: 46.25em) {
    .blogs-detail-header {
        padding-top: 40px;
    }
}

@media (min-width: 64em) {
    .blogs-detail-header {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: none;
    }
}

.blogs-detail-header__image {
    padding-bottom: 66.66%;
}

.blogs-detail-category {
    padding: 0 48px;
}

@media (min-width: 46.25em) {
    .blogs-detail-category {
        padding: 0;
    }
}

.blogs-detail-category .item {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    color: white;
    background-color: var(--primary-color);
}

.blogs-detail-title {
    font-size: 35px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0 48px;
    color: var(--normal-color);
    font-weight: 900;
}

@media (min-width: 46.25em) {
    .blogs-detail-title {
        padding: 0 24px 0 0;
    }
}

@media (min-width: 64em) {
    .blogs-detail-title {
        margin-top: 40px;
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 40px;
        max-width: 520px;
    }
}

.blogs-detail-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: 1;
    padding: 0 48px;
    font-size: 15px;
}

@media (min-width: 46.25em) {
    .blogs-detail-author {
        padding: 0 0 24px;
    }
}

@media (min-width: 64em) {
    .blogs-detail-author {
        padding: 0;
    }
}

.blogs-detail-author__image {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    margin-right: 24px;
    margin-bottom: 0;
}

    .blogs-detail-author__image img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

@media (min-width: 64em) {
    .blogs-detail-author__image {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
    }

        .blogs-detail-author__image img {
            width: 80px;
            height: 80px;
        }
}

.blogs-detail-author__label {
    font-size: 16px;
    color: #1e2126;
    margin-bottom: 4px;
}

@media (min-width: 64em) {
    .blogs-detail-author__label {
        font-size: 18px;
    }
}

.blogs-detail-author__meta {
    color: #767676;
    font-size: 16px;
}

    .blogs-detail-author__meta a {
        color: inherit;
    }

.blogs-detail-author__read {
    color: #767676;
    font-size: 14px;
    margin-bottom: 4px;
}

.blogs-detail-inner .share-links {
    margin-bottom: 32px;
}

.blogs-detail-inner .share-links__label {
    font-size: 14px;
    order: 2;
}

.blogs-detail-inner .share-links a {
    margin-bottom: 0;
}

@media (min-width: 64em) {
    .blogs-detail-inner .share-links {
        max-width: 205px;
        margin-bottom: 40px;
    }

    .blogs-detail-inner .share-links__label {
        font-size: 18px;
    }
}

.blogs-detail-content {
    font-size: 18px !important;
}

    .blogs-detail-content h2 {
        font-size: 30px;
        margin-bottom: 24px;
        margin-top: 32px;
    }

    .blogs-detail-content .heading-toc {
        scroll-margin-top: 100px;
    }

.blogs-detail-toc {
    position: sticky;
    top: 100px;
}

    .blogs-detail-toc ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .blogs-detail-toc li {
        margin-bottom: 12px;
    }

        .blogs-detail-toc li.h3 {
            padding-left: 16px;
        }

            .blogs-detail-toc li.h3 a {
                font-size: 14px;
            }

    .blogs-detail-toc a {
        color: #666;
        text-decoration: none;
        transition: 0.3s;
        border-left: 4px solid #ccc;
        display: block;
        padding-left: 10px;
    }

        .blogs-detail-toc a.active {
            color: var(--primary-color);
            font-weight: 700;
            border-left: 4px solid var(--primary-color);
            display: block;
            padding-left: 10px;
        }

        .blogs-detail-toc a:hover {
            color: var(--primary-color);
        }

.blogs-related {
    background-color: #fcf7f6;
    border-top: 1px solid #e3e3e3;
}

.blogs-related-list .item {
    background-color: #fff;
    display: flex;
    padding: 24px;
    position: relative;
    margin-bottom: 16px;
}

.blogs-related-list .item-image {
    position: relative;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin-right: 24px;
}

    .blogs-related-list .item-image img {
        aspect-ratio: 1/1;
        border-radius: 50%;
    }

.blogs-related-list .item-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 4px;
}

    .blogs-related-list .item-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.blogs-related-list .item-meta {
    color: #8d8d8d;
    font-size: 16px;
}

.blogs-related-list .item:hover .item-title a {
    text-decoration: underline;
}

.results-filters {
    margin-bottom: 40px;
    padding-top: 30px;
}

@media (min-width: 46.25em) {
    .results-filters {
        margin-top: -20px;
        margin-bottom: 90px;
    }
}

.results-filters__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 64em) {
    .results-filters__grid {
        flex-direction: row;
    }
}

.results-filters__list-outer {
    position: relative;
    overflow-y: auto;
    max-width: 100%;
}

.results-filters__list {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .results-filters__list li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 35px;
    }

@media (min-width: 46.25em) {
    .results-filters__list li {
        margin-right: 45px;
    }
}

.results-filters__list li a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    color: #8d8d8d;
    font-size: 15px;
    cursor: pointer;
    padding-bottom: 20px;
}

    .results-filters__list li a:after {
        position: absolute;
        content: "";
        top: calc(100% - 2px);
        left: 0;
        right: 0;
        height: 2px;
        background-color: #1e2126;
        opacity: 0;
        transform: translateY(-2px);
        transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    }

    .results-filters__list li a.active, .results-filters__list li a:hover {
        color: var(--normal-color);
    }

        .results-filters__list li a.active:after, .results-filters__list li a:hover:after {
            opacity: 1;
            transform: translateY(0);
        }

.results-filters select {
    background-color: #fff;
    border: 0;
    margin-bottom: 5px;
    width: 200px;
    appearance: none;
}

    .results-filters select:focus {
        border: 0;
    }

.needhelp {
    background-color: var(--primary-color);
}

    .needhelp .box-content {
        max-width: 466px;
        margin: auto;
        font-size: 16px;
        line-height: 27px;
        color: #fff;
        padding: 0 20px;
    }

        .needhelp .box-content .title {
            color: #fff;
            font-size: 36px;
            margin-bottom: 30px;
        }

@media (min-width: 1024px) {
    .needhelp .box-content .title {
        font-size: 60px;
        margin-bottom: 80px;
    }
}

.needhelp .box-content-inner {
    position: relative;
}

    .needhelp .box-content-inner::before {
        content: "";
        display: block;
        margin-bottom: 20px;
        width: 47px;
        height: 3px;
        background-color: #f1d8d1;
    }

    .needhelp .box-content-inner .desc {
        margin-bottom: 30px;
    }

    .needhelp .box-content-inner a {
        font-size: 30px;
        color: #f1d8d1;
        font-weight: 800;
    }

@media (min-width: 1388px) {
    .needhelp .box-content-inner .cta-phone i {
        display: none;
    }
}

.needhelp .box-content-inner .footnote {
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .needhelp .box-content-inner {
        padding-left: 142px;
    }

        .needhelp .box-content-inner::before {
            position: absolute;
            top: 10px;
            left: 0;
        }
}

.needhelp .box-image {
    max-width: 243px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
}

@media (min-width: 46.25em) {
    .needhelp .box-image {
        margin-bottom: 0;
        max-width: 526px;
    }
}

.needhelp .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .needhelp .col-image {
        order: 1;
    }

    .needhelp .col-content {
        order: 2;
    }
}

.offers-featured {
    color: white;
}

@media (max-width: 46.24em) {
    .offers-featured {
        padding: 0;
    }

        .offers-featured .box-wrapper {
            padding: 0;
        }
}

.offers-featured__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 499px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
}

@media (min-width: 46.25em) {
    .offers-featured__inner {
        padding: 57px 52px;
        padding-left: 60px;
    }
}

.offers-featured__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.offers-featured__upper {
    position: relative;
    z-index: 3;
}

    .offers-featured__upper h2 {
        font-size: 40px;
        font-weight: 500;
        line-height: 55px;
        margin-bottom: 20px;
        color: inherit;
    }

.offers-featured__lower {
    position: relative;
    z-index: 3;
    margin-top: 40px;
}

.offers-featured .c-special-tile__hotel-list {
    max-width: 300px;
}

    .offers-featured .c-special-tile__hotel-list a {
        width: auto;
        color: white !important;
        background-color: rgba(241, 216, 209, 0.3);
    }

@media (min-width: 46.25em) {
    .offers-featured .c-special-tile__hotel-list a {
        margin-right: 20px;
    }
}

.offers-featured .c-special-tile__hotel-list-footer {
    max-width: 300px;
    text-align: left;
}

.offers-detail-content .subtitle {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.offers-detail-content .title {
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 1;
    font-size: 30px;
    color: var(--primary-color);
}

@media (min-width: 320px) {
    .offers-detail-content .title {
        font-size: calc(30px + 20 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .offers-detail-content .title {
        font-size: 50px;
    }
}

.offers-detail-content .desc {
    margin-bottom: 20px;
}

.offers-detail-content .term-link {
    margin-bottom: 20px;
}

    .offers-detail-content .term-link a {
        font-weight: 600;
        text-decoration: underline;
        cursor: pointer;
    }

.offers-detail-content .gr-btn {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .offers-detail-content .gr-btn .btn {
        width: 100%;
    }
}

.offers-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .offers-detail-image {
        display: none;
    }
}

.offers-hotel-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1399.98px) {
    .offers-hotel-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1023.98px) {
    .offers-hotel-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .offers-hotel-list {
        grid-template-columns: 1fr;
    }
}

.offers-hotel-item {
    position: relative;
    padding: 16px;
    padding-top: 25px;
    text-align: center;
    background-color: #fff;
}

    .offers-hotel-item .box-image img {
        display: block;
        max-width: 186px;
        margin: auto;
        margin-bottom: 16px;
        border-radius: 50%;
        aspect-ratio: 1/1;
    }

    .offers-hotel-item .box-name {
        font-size: 20px;
        font-weight: 600;
    }

        .offers-hotel-item .box-name a {
            color: inherit;
        }

    .offers-hotel-item .box-price {
        margin: 10px 0;
    }

        .offers-hotel-item .box-price span {
            display: inline-block;
            vertical-align: middle;
        }

            .offers-hotel-item .box-price span:last-child {
                margin-left: 0;
                vertical-align: bottom;
            }

        .offers-hotel-item .box-price .label {
            width: 65px;
            font-size: 13px;
            line-height: 16px;
            margin-right: 3px;
        }

        .offers-hotel-item .box-price .price {
            margin: 0 2px;
            font-size: 30px;
            line-height: 35px;
            font-weight: bold;
        }

    .offers-hotel-item .box-address {
        text-align: center;
        position: relative;
        font-size: 15px;
        color: #a1a1a1;
    }

    .offers-hotel-item .gr-btn {
        margin-top: 15px;
        display: flex;
        gap: 10px;
    }

        .offers-hotel-item .gr-btn .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            line-height: 18px;
            padding-top: 0.7rem;
            padding-bottom: 0.7rem;
            width: 100%;
            min-width: 0;
        }

.c-special-tile__tags.mobile {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 46.25em) {
    .c-special-tile__tags.mobile {
        display: none;
    }
}

.c-special-tile__tags.mobile span,
.c-special-tile__tags.mobile a {
    font-size: 13px;
    margin-right: 4px;
    padding: 2px 8px;
}

.c-special-tile__tags.desktop {
    display: none;
}

@media (min-width: 46.25em) {
    .c-special-tile__tags.desktop {
        display: block;
    }
}

.c-special-tile__hotel-label {
    font-size: 12px;
    margin-bottom: 20px;
}

.c-special-tile__hotel-list {
    display: flex;
    flex-wrap: wrap;
}

    .c-special-tile__hotel-list a {
        display: inline-block;
        vertical-align: middle;
        width: calc(50% - 7px);
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 4px 20px;
        border-radius: 16px;
        background-color: #f0f0f0;
        margin-bottom: 10px;
        margin-right: 7px;
        color: var(--primary-color);
    }

@media (min-width: 46.25em) {
    .c-special-tile__hotel-list a {
        margin-bottom: 20px;
        margin-right: 7px;
    }
}

.c-special-tile__hotel-list-footer {
    display: block;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (min-width: 46.25em) {
    .c-special-tile__hotel-list-footer {
        margin-bottom: 20px;
        margin-top: -5px;
    }
}

.offer-card {
    background-color: #fff;
    margin-bottom: 40px;
}

@media (min-width: 81.25em) {
    .offer-card {
        display: flex;
    }
}

.offer-card .card-image {
    background-color: #a1a1a1;
}

@media (min-width: 81.25em) {
    .offer-card .card-image {
        width: 365px;
        flex-shrink: 0;
    }
}

.offer-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 64em) {
    .offer-card .card-content {
        display: flex;
        align-items: stretch;
        flex-grow: 1;
    }
}

.offer-card .card-content__left {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 20px;
}

@media (min-width: 64em) {
    .offer-card .card-content__left {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-grow: 1;
        border-bottom: 0;
        border-right: 1px solid #f0f0f0;
        padding: 30px 50px;
    }
}

.offer-card .card-content__right {
    padding: 23px 20px;
}

@media (min-width: 64em) {
    .offer-card .card-content__right {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 30px 65px;
        width: 43.1328036322%;
        flex-shrink: 0;
        flex-grow: 0;
    }
}

.offer-card .card-content h4 {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 10px;
}

@media (min-width: 46.25em) {
    .offer-card .card-content h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.offer-card .card-content .title {
    line-height: 1.3333333333;
    margin-bottom: 10px;
    font-size: 20px;
}

@media (min-width: 320px) {
    .offer-card .card-content .title {
        font-size: calc(20px + 10 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .offer-card .card-content .title {
        font-size: 30px;
    }
}

@media (min-width: 46.25em) {
    .offer-card .card-content .title {
        margin-bottom: 20px;
    }
}

.offer-card .card-content .tag-list {
    margin-bottom: 5px;
}

@media (min-width: 46.25em) {
    .offer-card .card-content .tag-list {
        margin-bottom: 25px;
    }
}

.offer-card .card-content .terms {
    font-size: 12px;
    line-height: 18px;
    color: #a1a1a1;
}

.terms-section .terms-content {
    background-color: #fff;
    padding: 30px 20px;
}

@media (min-width: 46.25em) {
    .terms-section .terms-content {
        padding: 60px;
    }
}

.terms-section .section-heading {
    margin-bottom: 30px;
    text-align: left;
}

    .terms-section .section-heading .sectitle {
        font-size: 25px;
    }

@media (min-width: 320px) {
    .terms-section .section-heading .sectitle {
        font-size: calc(25px + 5 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .terms-section .section-heading .sectitle {
        font-size: 30px;
    }
}

.benefits-block-list .item + .item {
    margin-top: 50px;
}

.benefits-block-list .item .box-image {
    padding-bottom: 66%;
    margin-bottom: 20px;
}

@media (min-width: 46.25em) {
    .benefits-block-list .item .box-image {
        margin-bottom: 0;
    }
}

.benefits-block-list .item .box-content {
    position: relative;
}

@media (min-width: 46.25em) {
    .benefits-block-list .item .box-content {
        max-width: 350px;
    }
}

@media (min-width: 46.25em) {
    .benefits-block-list .item:nth-child(odd) .col-image {
        order: 2;
    }

    .benefits-block-list .item:nth-child(odd) .col-content {
        order: 1;
    }
}

.destinations-page .dest-wrap {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    height: calc(100vh - 120px);
}

    .destinations-page .dest-wrap .dest-wrap-left {
        overflow-y: auto;
        padding: 20px;
    }

    .destinations-page .dest-wrap .dest-wrap-head {
        padding-top: 40px;
        margin-bottom: 30px;
    }

@media (min-width: 64em) {
    .destinations-page .dest-wrap .dest-wrap-head {
        padding: 90px 0;
        margin-bottom: 0;
    }
}

@media (min-width: 93.75em) {
    .destinations-page .dest-wrap .dest-wrap-head {
        display: flex;
    }
}

.destinations-page .dest-wrap .dest-wrap-head .title {
    line-height: 1.125;
    color: #2d2d2d;
    margin: 0;
    margin-bottom: 3rem;
    font-size: 30px;
}

@media (min-width: 320px) {
    .destinations-page .dest-wrap .dest-wrap-head .title {
        font-size: calc(30px + 10 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .destinations-page .dest-wrap .dest-wrap-head .title {
        font-size: 40px;
    }
}

@media (min-width: 93.75em) {
    .destinations-page .dest-wrap .dest-wrap-head .title {
        margin-bottom: 0;
        margin-right: 30px;
        width: 35%;
    }
}

@media (min-width: 93.75em) {
    .destinations-page .dest-wrap .dest-wrap-head .desc {
        width: 65%;
        max-width: none;
    }
}

.destinations-page .dest-wrap .dest-wrap-topbar {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
}

.destinations-page .dest-wrap .dest-wrap-topbar-count {
    flex-grow: 1;
}

.destinations-page .dest-wrap .dest-wrap-topbar-right {
    text-align: right;
}

.destinations-page .dest-wrap .dest-wrap-topbar__sort {
    width: 230px;
    background-color: white;
    border-radius: 60px;
    border: 0 !important;
}

.destinations-page .dest-wrap .dest-wrap-hotel-list .item {
    margin-bottom: 20px;
}

.destinations-page .dest-wrap .maps {
    height: 100%;
    position: sticky;
    top: 0;
}

    .destinations-page .dest-wrap .maps iframe {
        width: 100%;
        height: 100%;
    }

@media (max-width: 991.98px) {
    .destinations-page .dest-wrap {
        grid-template-columns: 1fr;
    }

        .destinations-page .dest-wrap .maps {
            display: none;
        }

            .destinations-page .dest-wrap .maps iframe {
                height: 450px;
            }
}

.awards-list .award-item__image {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 20px;
}

    .awards-list .award-item__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.awards-list .award-item__content {
    text-align: center;
}

.awards-list .award-item__title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.awards-list .award-item__desc {
    color: #a1a1a1;
    font-size: 14px;
}

.panel--separator:before {
    display: block;
    content: "";
    background-color: #d5d5d5;
    height: 1px;
    max-width: 1240px;
    margin: auto;
}

.ourstory-list .item {
    position: relative;
}

    .ourstory-list .item + .item {
        margin-top: 50px;
    }

    .ourstory-list .item .box-image {
        margin-bottom: 25px;
    }

@media (min-width: 46.25em) {
    .ourstory-list .item .box-image {
        margin-bottom: 0;
    }
}

.ourstory-list .item .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ourstory-list .item .box-content {
    position: relative;
}

@media (min-width: 46.25em) {
    .ourstory-list .item:nth-child(odd) .col-image {
        order: 2;
    }

    .ourstory-list .item:nth-child(odd) .col-content {
        order: 1;
    }

        .ourstory-list .item:nth-child(odd) .col-content .box-content {
            margin: 0;
        }

    .ourstory-list .item .box-content {
        max-width: 350px;
        margin-left: auto;
    }
}

.box-contact-list .box-contact-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    .box-contact-list .box-contact-item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .box-contact-list .box-contact-item a {
        color: #fff;
        display: block;
        padding: 12px 0;
        font-size: 18px;
    }

        .box-contact-list .box-contact-item a .icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            vertical-align: middle;
            background-color: rgba(241, 216, 209, 0.1);
            color: #f1d8d1;
            width: 30px;
            height: 30px;
            line-height: 25px;
            border-radius: 50%;
            font-size: 1.1rem;
            padding: 5px;
            margin-right: 10px;
            text-align: center;
        }

.contact-heading .title-head {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .contact-heading .title-head {
        font-size: 4rem;
    }
}

.contact-heading .desc {
    margin-bottom: 40px;
}

.contact .box-contact-list .box-contact-item {
    border: 0;
}

    .contact .box-contact-list .box-contact-item a {
        color: var(--normal-color);
    }

        .contact .box-contact-list .box-contact-item a .icon {
            background-color: var(--primary-color);
            color: #fff;
        }

.footer {
    background-color: #1d2125;
}

@media (max-width: 46.24em) {
    .footer {
        padding-bottom: 0;
    }
}

.footer a {
    color: #bbbcbe;
    font-size: 14px;
    transition: color cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

    .footer a:hover {
        text-decoration: underline;
        color: white;
    }

.footer-logo {
    max-width: 170px;
    margin: 0 auto 50px;
}

    .footer-logo img {
        height: 100px;
        filter: brightness(0) invert(1);
    }

.footer-middle {
    display: none;
}

@media (min-width: 46.25em) {
    .footer-middle {
        display: block;
    }
}

@media (min-width: 64em) {
    .footer-middle {
        margin-bottom: 70px;
    }
}

.footer-column {
    margin-bottom: 30px;
    text-align: left;
}

.footer-column-title {
    font-weight: 400;
    margin-bottom: 36px;
    color: white;
    line-height: 1;
    font-size: 16px;
}

    .footer-column-title::after {
        margin-top: 15px;
        display: block;
        content: "";
        width: 29px;
        height: 3px;
        background-color: white;
    }

@media (min-width: 320px) {
    .footer-column-title {
        font-size: calc(16px + 9 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1366px) {
    .footer-column-title {
        font-size: 25px;
    }
}

@media (min-width: 46.25em) {
    .footer-column {
        margin-bottom: 0;
    }
}

.footer-hotels {
    color: white;
}

@media (min-width: 46.25em) {
    .footer-hotels {
        display: flex;
        flex-wrap: wrap;
    }
}

.footer-hotel-block {
    margin-bottom: 30px;
}

.footer-hotel-block__title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 32px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    color: var(--primary-color);
}

    .footer-hotel-block__title a {
        font-size: 20px;
        color: var(--primary-color);
    }

.footer-hotel-block__columns {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 46.25em) {
    .footer-hotel-block {
        width: 50%;
    }
}

@media (min-width: 64em) {
    .footer-hotel-block {
        width: 33.3333333333%;
    }
}

.footer__inclusion-statement {
    padding-top: 24px;
    padding-bottom: 48px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.footer__inclusion-statement--desktop {
    padding-top: 0;
}

@media (max-width: 46.24em) {
    .footer__inclusion-statement--desktop {
        display: none;
    }
}

.footer__inclusion-statement-text {
    color: white !important;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1 !important;
    font-weight: 400;
    border-top: 1px solid #595959;
    padding-top: 24px;
    text-align: left;
}

@media (min-width: 46.25em) {
    .footer__inclusion-statement-text {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (min-width: 46.25em) {
    .footer__inclusion-statement {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.footer__lower {
    display: none;
    text-align: center;
}

@media (min-width: 46.25em) {
    .footer__lower {
        display: block;
    }
}

.footer__lower-mobile {
    max-width: 280px;
    margin: auto;
    padding-bottom: 60px;
}

    .footer__lower-mobile a {
        font-size: 16px;
    }

@media (min-width: 46.25em) {
    .footer__lower-mobile {
        display: none;
    }
}

.footer__phone a {
    color: white;
}

.footer__email {
    margin: 10px 0;
}

.footer .social-media {
    display: block;
    margin-bottom: 40px;
}

.footer .social-media__link {
    display: inline-block;
    font-size: 18px;
}

    .footer .social-media__link:hover {
        color: white;
    }

@media (min-width: 46.25em) {
    .footer .social-media__link {
        font-size: 1.4em;
    }
}

@media (min-width: 46.25em) {
    .footer .social-media {
        margin-top: 74px;
        margin-bottom: 0;
    }
}

.footer__contact-links li {
    display: inline-block;
    vertical-align: middle;
}

    .footer__contact-links li:after {
        position: relative;
        top: -3px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin: 0 26px;
        width: 1px;
        height: 20px;
        background-color: #bbbcbe;
    }

    .footer__contact-links li:last-child::after {
        display: none;
    }

    .footer__contact-links li a {
        font-size: 19px;
    }

.footer__find-us-title {
    color: #fff;
    opacity: 0.2;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer__find-us {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer__find-us li {
        display: inline-block;
        vertical-align: middle;
    }

        .footer__find-us li span,
        .footer__find-us li a {
            font-size: 16px;
            color: white;
            opacity: 0.7;
        }

@media (max-width: 46.24em) {
    .footer__find-us {
        margin-top: 10px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        text-align: left;
    }
}

.footer__bottom-links {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
}

    .footer__bottom-links .b-list {
        padding: 10px 0;
    }

        .footer__bottom-links .b-list li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 7px;
            font-size: 13px;
        }

            .footer__bottom-links .b-list li a {
                color: #f1d8d1;
                opacity: 0.5;
            }

@media (min-width: 46.25em) {
    .footer__bottom-links .b-list li a {
        color: white;
        opacity: 0.7;
    }
}

@media (min-width: 46.25em) {
    .footer__bottom-links .b-list {
        padding-top: 0;
        margin-top: 20px;
    }
}

@media (min-width: 46.25em) {
    .footer__bottom-links {
        border-top: 0;
        background-color: transparent;
    }
}

.modal-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    overflow-y: auto;
}

.modal-popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-popup--visible {
    opacity: 1;
    visibility: visible;
}

    .modal-popup--visible .modal-popup-dialog {
        transform: translateY(0);
        opacity: 1;
        transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
        transition-delay: 0.25s;
    }

.modal-popup__dialog-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.modal-popup__dialog-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 20px;
}

@media (min-width: 46.25em) {
    .modal-popup__dialog-cell {
        padding: 30px;
    }
}

.modal-popup-dialog {
    display: block;
    position: relative;
    z-index: 100;
    background-color: white;
    max-width: 465px;
    margin: auto;
    border-radius: 4px;
    transform: translateY(-30px);
    opacity: 0;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    transition-delay: 0s;
    will-change: transform;
}

.modal-popup-dialog__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@media (min-width: 46.25em) {
    .modal-popup-dialog__close {
        right: 30px;
        top: 25px;
    }
}

.modal-popup-dialog__close:before, .modal-popup-dialog__close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 20px;
    width: 2px;
    background-color: var(--primary-color);
}

@media (min-width: 46.25em) {
    .modal-popup-dialog__close:before, .modal-popup-dialog__close:after {
        height: 33px;
    }
}

.modal-popup-dialog__close:before {
    transform: rotate(45deg);
}

.modal-popup-dialog__close:after {
    transform: rotate(-45deg);
}

.modal-popup-dialog__body {
    padding: 30px;
}

@media (min-width: 46.25em) {
    .modal-popup-dialog__body {
        padding: 54px;
    }
}

.validation_error {
    background-color: #b70000;
    color: #fff;
    padding: 1.5rem 2rem;
    margin: 0 0 2rem;
    text-align: center;
}

.modal-login-popup__header {
    text-align: center;
}

.modal-login-popup-photo {
    display: inline-block;
    width: 117px;
    height: 117px;
    margin-bottom: 30px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 46.25em) {
    .modal-login-popup-photo {
        width: 157px;
        height: 157px;
    }
}

.modal-login-popup__title {
    line-height: 1.25;
    text-align: center;
    font-size: 22px;
    color: var(--primary-color);
}

@media (min-width: 320px) {
    .modal-login-popup__title {
        font-size: calc(22px + 6 * (100vw - 320px) / 1016);
    }
}

@media (min-width: 1336px) {
    .modal-login-popup__title {
        font-size: 28px;
    }
}

.modal-login-popup__errors {
    display: none;
}

.modal-login-popup__success {
    text-align: center;
    display: none;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.modal-login-popup__field {
    margin-bottom: 20px;
}

    .modal-login-popup__field label {
        font-size: 15px;
        display: block;
        margin-bottom: 10px;
    }

    .modal-login-popup__field.button {
        margin-bottom: 0;
    }

.modal-login-popup__loader {
    display: none;
    background-image: url("../images/loader.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    height: 70px;
}

.modal-login-popup__footer {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    color: #a1a1a1;
    cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
