.page-404__description, .page-404__title {
    line-height: 119%;
    color: #43454d;
    text-align: center
}

.footer__content-form .title, .footer__content-menu .list a, .page-404__title {
    font-family: "Stempel Garamond LT Std"
}

.footer__content-form .form__input input, .footer__content-form .form__input input + label, .header__button a, .header__menu li a, .page-404__title {
    font-style: normal;
    text-transform: uppercase
}

.section-archive__slider .slider .slick-list, .section-hero__slider .slider .slick-list {
    overflow: visible
}

.footer__content-contacts .social a:hover svg path, .footer__content-form .form__button button:hover svg path, .mobalMenu__list-item a.active svg path, .popup__wrapper .btn_close:hover svg path, .reservation .form__table-list .item input + label .item-info__box .boxClose:hover svg path, .section-getInTouch__contacts .social a:hover svg path {
    stroke: #E1BFBC
}

.section-calendar__list-item .item:hover .item__image-buttons, .section-our-blog__list-item .item:hover .item__image-buttons {
    opacity: 1
}

.section-keys .faqs__lists .list .item.active .item__btn span, .section-keys .faqs__lists .list .item__btn:hover span {
    color: #b9938f
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 74px
}

.header{
    display: none;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 3px
}

body::-webkit-scrollbar-button {
    display: none
}

body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar-track-piece {
    background-color: #fff
}

body::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #e1bfbc;
    border-radius: 3px
}

#reservationPopup.no-scroll, .section-join, body.no-scroll {
    overflow: hidden
}

#phoneFormReservation::-webkit-input-placeholder {
    color: #b4bac1;
}


#phoneFormReservation:-ms-input-placeholder {
    color: #b4bac1;
}

#phoneFormReservation::-moz-placeholder {
    color: #b4bac1;
}

#phoneFormReservation:-moz-placeholder {
    color: #b4bac1;
}

body.noHeader {
    padding: 0 !important
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

@media (max-width: 1439px) {
    .container {
        max-width: 1024px
    }
}

#addTexInfo, #addText, .blockDateTimeEvent, .blockHeadingEvent, .blockHeadingSection, .itemGuysPlaces {
    display: none !important
}

#preloader, .page-404 {
    display: flex;
    align-items: center
}

.page-404 {
    height: 400px;
    justify-content: center
}

.page-404__title {
    font-weight: 400;
    font-size: 56px;
    width: 100%;
    margin: -30px auto 44px
}

.bounceball__text, .loading__text {
    display: inline-block;
    margin-left: 5px
}

.page-404__description {
    font-family: "HK Grotesk", sans-serif;
    font-style: normal;
    font-size: 36px;
    margin-top: 8px;
    text-transform: none
}

.bounceball__text, .footer__content-contacts .address a:hover, .footer__content-contacts .email a:hover, .footer__content-contacts .telephone a:hover, .footer__content-menu .list a:hover, .header__menu li a.active, .header__menu li a:hover, .loading__text {
    color: #e1bfbc
}

.form__slide-line input[type=range] {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.header__button a:after, .hero__box .hero__content .hero__buttons .hero__button:first-child:after {
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #e1bfbc;
    width: 78.84%
}

.form__slide-line input[type=range]::-webkit-slider-runnable-track {
    height: 2px;
    border: 1px solid rgba(116, 116, 116, .2);
    background-color: #fff
}

.form__slide-line input[type=range]::-webkit-slider-thumb {
    background: #444;
    border: 1px solid rgba(116, 116, 116, .2);
    border-radius: 50%;
    cursor: pointer;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    margin-top: -8px
}

.form__slide-line input[type=range]::-moz-range-track {
    border-radius: 50%;
    height: 5px;
    border: 1px solid rgba(116, 116, 116, .2);
    background-color: #fff
}

.form__slide-line input[type=range]::-moz-range-thumb {
    background: #ecf0f1;
    border: 1px solid rgba(116, 116, 116, .2);
    border-radius: 50%;
    cursor: pointer
}

.form__slide-line input[type=range]::-moz-range-progress {
    background-color: #444;
    border: 1px solid #444
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 1111111111
}

.bounceball__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px
}

.header__menu li a.active:after, .header__menu li a:hover:after, .loaderBox {
    width: 100%
}

.bounceball:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e1bfbc;
    transform-origin: 50%;
    animation: .5s infinite alternate bounce
}

.loading__text {
    font-size: 17px
}

@keyframes bounce {
    0% {
        top: 15px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        transform: scaleX(2)
    }
    35% {
        height: 15px;
        border-radius: 50%;
        transform: scaleX(1)
    }
    100% {
        top: 0
    }
}

.loaderBox {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #e1bfbc;
    z-index: 111111111111;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader {
    position: relative;
    width: 75px;
    height: 100px
}

.loader__ball, .loader__bar {
    position: absolute;
    width: 10px;
    background: #fff
}

.loader__bar:first-child {
    left: 0;
    transform: scale(1, .2);
    animation: 4s infinite barUp1
}

.loader__bar:nth-child(2) {
    left: 15px;
    transform: scale(1, .4);
    animation: 4s infinite barUp2
}

.loader__bar:nth-child(3) {
    left: 30px;
    transform: scale(1, .6);
    animation: 4s infinite barUp3
}

.loader__bar:nth-child(4) {
    left: 45px;
    transform: scale(1, .8);
    animation: 4s infinite barUp4
}

.loader__bar:nth-child(5) {
    left: 60px;
    transform: scale(1, 1);
    animation: 4s infinite barUp5
}

.loader__ball {
    bottom: 10px;
    left: 0;
    height: 10px;
    border-radius: 50%;
    animation: 4s infinite ball
}

.header__button a, .hero__box .hero__content .hero__buttons .hero__button, .hero__box .hero__content .hero__buttons .hero__button_link {
    line-height: 21px;
    padding: 15px;
    border: 1px solid #e1bfbc;
    letter-spacing: .06em
}

.loader__bar {
    bottom: 0;
    height: 50%;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgb(0 0 0 / 20%)
}

@keyframes ball {
    0%, 100% {
        transform: translate(0, 0)
    }
    5% {
        transform: translate(8px, -14px)
    }
    10% {
        transform: translate(15px, -10px)
    }
    17% {
        transform: translate(23px, -24px)
    }
    20%, 70% {
        transform: translate(30px, -20px)
    }
    27% {
        transform: translate(38px, -34px)
    }
    30% {
        transform: translate(45px, -30px)
    }
    37% {
        transform: translate(53px, -44px)
    }
    40% {
        transform: translate(60px, -40px)
    }
    50% {
        transform: translate(60px, 0)
    }
    57% {
        transform: translate(53px, -14px)
    }
    60% {
        transform: translate(45px, -10px)
    }
    67% {
        transform: translate(37px, -24px)
    }
    77% {
        transform: translate(22px, -34px)
    }
    80% {
        transform: translate(15px, -30px)
    }
    87% {
        transform: translate(7px, -44px)
    }
    90% {
        transform: translate(0, -40px)
    }
}

@keyframes barUp1 {
    0%, 100%, 40% {
        transform: scale(1, .2)
    }
    50%, 90% {
        transform: scale(1, 1)
    }
}

@keyframes barUp2 {
    0%, 100%, 40% {
        transform: scale(1, .4)
    }
    50%, 90% {
        transform: scale(1, .8)
    }
}

@keyframes barUp3 {
    0%, 100% {
        transform: scale(1, .6)
    }
}

@keyframes barUp4 {
    0%, 100%, 40% {
        transform: scale(1, .8)
    }
    50%, 90% {
        transform: scale(1, .4)
    }
}

@keyframes barUp5 {
    0%, 100%, 40% {
        transform: scale(1, 1)
    }
    50%, 90% {
        transform: scale(1, .2)
    }
}

.header {
    filter: drop-shadow(0px 4px 4px rgba(67, 69, 77, .03));
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1111 !important
}

.header .container {
    padding: 0;
    max-width: 100%
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__logo {
    padding-left: 33px
}

.header__logo img {
    width: 90px
}

.header__menu {
    display: flex;
    align-items: center
}

.header__menu li {
    margin: 0 20px
}

.header__menu li a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 126%;
    letter-spacing: .03em;
    color: #444;
    position: relative;
    transition: .3s
}

.header__menu li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #e1bfbc;
    width: 0;
    transition: .3s
}

.header__button a {
    background: #e1bfbc;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #43454d;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 241px;
    position: relative;
    transition: .3s
}

.header__button a:after {
    position: absolute;
    transition: .3s
}

.header__button a:hover {
    background-color: #cdaba8
}

.header__button a:hover:after {
    background-color: #cdaba8;
    width: 100%
}

.footer {
    background: #191919
}

.footer__content {
    padding: 68px 0 42px;
    min-height: 397px
}

.footer__content-container, .mobalMenu__list {
    display: flex;
    justify-content: space-between
}

.footer__content-left, .section-getInTouch__right {
    width: 50%
}

.footer__content-right {
    width: 50%;
    display: flex;
    justify-content: space-between
}

.footer__content-form .success {
    color: #228b22;
    margin-top: 5px;
    font-size: 12px
}

.footer__content-form .title {
    margin-bottom: 37px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 126%;
    letter-spacing: .1em;
    color: #fff
}

.footer__content-form .form, .popup.active, .section-about__container, .section-getInTouch__container, .section-menu__container {
    display: flex
}

.footer__content-form .form__input, .reservation .form__groups-range, .section-join__image, .section-menu__image {
    position: relative
}

.footer__content-contacts .title, .footer__content-menu .title {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 26px;
    opacity: .35
}

.footer__content-form .form__input input {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .1em;
    color: #fff;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #27282b;
    height: 40px;
    width: 315px;
    padding: 5px
}

.footer__content-form .form__input input.active + label, .footer__content-form .form__input input:focus + label {
    top: -8px;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #e1bfbc
}

.footer__content-form .form__input input + label {
    position: absolute;
    display: block;
    transition: .3s;
    top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .1em;
    color: #747474;
    cursor: text
}

.footer__content-form .form__button button {
    border: 1px solid #27282b;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    transition: .3s;
    font-size: 0
}

.footer__content-contacts .title, .footer__content-menu .list a, .footer__content-menu .title {
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase
}

.footer__content-form .form__button button svg path {
    transition: .3s
}

.footer__content-menu .title {
    color: #fff
}

.footer__content-menu .list a {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 126%;
    color: #fff;
    text-decoration: none;
    transition: .3s
}

.footer__content-contacts .address a, .footer__content-contacts .email a, .footer__content-contacts .telephone a {
    line-height: 126%;
    letter-spacing: .04em;
    color: #fff;
    transition: .3s;
    text-decoration: none;
    font-family: "Stempel Garamond LT Std"
}

.footer__content-contacts {
    width: 300px;
    padding-right: 40px
}

.footer__content-contacts .title {
    color: #fff
}

.footer__copyright-left, .footer__copyright-right .creator, .footer__copyright-right .policy {
    font-weight: 400;
    line-height: 140%;
    font-style: normal
}

.footer__content-contacts .address, .footer__content-contacts .telephone {
    margin-bottom: 24px
}

.footer__content-contacts .address a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.footer__content-contacts .telephone a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase
}

.footer__content-contacts .email {
    margin-bottom: 35px;
}

.footer__content-contacts .email a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.footer__content-contacts .social {
    display: flex;
    align-items: center
}

.footer__content-contacts .social a {
    display: block;
    text-decoration: none;
    margin-right: 28px
}

.section-calendar__list-item .item__special svg, .section-our-blog__list-item .item__special svg {
    margin-right: 10px
}

.footer__content-contacts .social a svg path {
    transition: .3s
}

.footer__copyright {
    border-top: 0 solid rgba(67, 69, 77, .34);
    padding: 0 0 30px
}

.footer__copyright-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__copyright-left {
    width: 50%;
    font-size: 13px;
    color: #747474
}

.footer__copyright-right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__copyright-right .policy {
    font-size: 13px;
    text-decoration: none;
    color: #747474
}

.footer__copyright-right .creator {
    font-size: 13px;
    color: #747474;
    display: flex;
    align-items: center;
    width: 300px;
    padding-right: 40px
}

@media (max-width: 1439px) {
    .footer__content-contacts, .footer__copyright-right .creator {
        padding-right: 0;
        width: 250px
    }
}

.footer__copyright-right .creator a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 1px
}

.section-calendar__list-item .item__title svg, .section-our-blog__list-item .item__title svg {
    margin-left: 10px
}

.footer__copyright-right .creator a svg {
    display: block;
    margin-left: 5px;
    width: auto;
    height: 14px;
    transition: .5s
}

.footer__copyright-right .creator a:hover svg path {
    fill: rgb(51, 135, 253)
}

.creator a svg path {
    fill: #747474
}

.footer__copyright-right .creator span {
    font-size: 12px;
    color: #747474;
    margin-bottom: 1px
}

.mobalMenu {
    display: none;
    background: #fff;
    box-shadow: 0 -3px 4px rgba(67, 69, 77, .05);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 12px;
    z-index: 111 !important
}

.mobalMenu__list-item a.active {
    color: #43454d
}

.mobalMenu__list-item a.active:after {
    background: #e1bfbc
}

.hero__box .hero__content .hero__buttons .hero__button:hover, .section-about .button:hover, .section-hero__link:hover, .section-hero__slider .slider__item a:hover {
    background-color: #cdaba8
}

.buy_tickets {
    color: #ffffff !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: 0.9px !important;
    bottom: -17px !important;
    background: transparent !important;
    justify-content: center !important;
    transition: 0.6s all !important;
    display: inline-block !important;
    text-align: center;
}

.buy_tickets:hover {
    text-decoration: underline !important;
}

.mobalMenu__list-item a {
    min-width: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 126%;
    letter-spacing: .03em;
    color: #747474;
    padding-bottom: 17px;
    padding-top: 41px;
    position: relative
}

.hero__links li, .hero__links li a, .hero__links span {
    line-height: 186%;
    font-weight: 400;
    font-size: 12px
}

.mobalMenu__list-item a svg {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%)
}

.mobalMenu__list-item a:after {
    content: "";
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px
}

.socialBottom {
    position: fixed;
    bottom: 50px;
    right: 34px;
    flex-direction: column;
    display: none
}

.socialBottom a {
    margin-top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px
}

.socialBottom__watsAp {
    background: #ecfff5
}

.socialBottom__telegram {
    background: #e5f7ff
}

.section-hero {
    overflow: hidden;
    background-color: #fff;
    background-image: url(../image/textured-background.png);
    background-position: left;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    padding: 105px 0 58px;
    margin-top: -30px
}

@media (min-width: 421px) {
    .section-hero .hero__menu-mobile {
        display: none;
    }
}

.section-hero .container {
    position: relative;
}

.section-hero .hero__menu-mobile svg {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 32px;
    height: 23px;
}

@media (max-width: 420px) {
    .footer__copyright-right .creator span {
        font-size: 15px
    }

    .section-hero > div > div.section-hero__logo.anim.animTop.on > img {
        width: 130px !important
    }

    .section-hero__logo {
        margin: 12px 0 23px !important
    }
}

.section-hero__logo .logo {
    width: 130px
}

.section-hero__logo {
    display: none;
    margin: 0 0 42px;
    justify-content: center
}

.section-hero__title {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 119%;
    text-align: center;
    text-transform: uppercase;
    color: #43454d;
    width: 100%;
    max-width: 920px;
    margin: 0 auto 35px
}

.sub-title {
    margin-bottom: 17px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Stempel Garamond LT Std";
    color: #444
}

.section-hero__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: "Stempel Garamond LT Std";
    width: 180px;
    background: #e1bfbc;
    padding: 16px 14px 14px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #43454d;
    border: 0;
    cursor: pointer;
    transition: .3s !important;
    margin: 0 auto 40px
}

.hero__box .hero__content .hero__buttons .hero__button, .section-hero__slider .slider__item a {
    background: #e1bfbc;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    font-style: normal
}

.section-about__content .imageMob:after, .section-about__mainImage .image:after, .section-sls {
    background-image: url(../image/textured-background.png)
}

@media (max-width: 1199px) {
    .container {
        max-width: 990px
    }

    .section-hero__title {
        font-size: 44px
    }
}

.section-hero__slider {
    max-width: 662px;
    width: 100%;
    margin: 0 auto
}

.section-hero__slider .slider__item {
    padding: 0 15px;
    height: 365px;
    position: relative
}

.section-hero__slider .slider__item .slider__video, .section-hero__slider .slider__item .slider__video video, .section-hero__slider .slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-hero__slider .slick-slide video {
    display: block
}

.slider__video_shadow {
    position: absolute;
    left: 14px;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.73%, rgba(23, 23, 23, 0.50) 100%);
    width: 96%;
    height: 100%;
    z-index: 1;
    display: block;
}

@media (max-width: 480px) {
    .slider__video_shadow {
        position: absolute;
        left: 7px;
        top: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.73%, rgba(23, 23, 23, 0.50) 100%);
        width: 96%;
        height: 100%;
        z-index: 1;
        display: block;
    }
}

.section-hero__slider .slider__item a {
    bottom: 50px;
    left: 28px;
    right: 28px;
    height: 55px;
    font-weight: 500;
    font-size: 15px;
    line-height: 126%;
    letter-spacing: .1em;
    display: flex;
    align-items: center;
    position: absolute;
    color: #444;
    z-index: 11;
}

.hero__links {
    display: flex;
    align-items: center;
    padding-left: 25px;
    margin-bottom: 28px
}

.hero__links li {
    color: #444;
    font-style: normal;
    margin-left: 8px
}

.hero__links li a {
    color: #444;
    font-style: normal;
    text-decoration: none
}

.hero__links span {
    color: #a4a4a4;
    font-style: normal;
    margin-left: 8px
}

.hero__links li:nth-child(3) {
    color: #a4a4a4
}

.hero__box {
    display: flex;
    padding-left: 32px;
    max-width: 1435px;
    margin: 0 auto
}

.hero__box .hero__plan {
    position: relative;
    width: 762px;
    height: 554px
}

.hero__box .hero__plan .plan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hero__box .hero__plan img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.hero__box .hero__content {
    width: 502px;
    margin-left: 65px;
    margin-top: 35px
}

.hero__box .hero__content .content__title {
    color: #444;
    font-family: "Stempel Garamond LT Std";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%;
    margin-bottom: 20px
}

.hero__box .hero__content .content__description {
    color: #444;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 186%
}

.hero__box .hero__content .content__items {
    margin-top: 32px
}

.hero__box .hero__content .content__items li {
    position: relative;
    color: #43454d;
    font-family: "Stempel Garamond LT Std";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
    letter-spacing: .64px;
    text-transform: uppercase;
    padding-left: 21px;
    margin-bottom: 16px
}

.hero__box .hero__content .content__items li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    background: url(../image/ico-1.png) 0 0/contain
}

.hero__box .hero__content .hero__buttons {
    display: flex;
    align-items: center;
    margin-top: 35px
}

.hero__box .hero__content .hero__buttons .hero__button {
    font-weight: 500;
    font-size: 16px;
    color: #43454d;
    height: 48px;
    display: flex;
    align-items: center;
    width: 195px;
    position: relative
}

.hero__box .hero__content .hero__buttons .hero__button:first-child:after {
    position: absolute;
    transition: .3s
}

.hero__box .hero__content .hero__buttons .hero__button_link {
    background: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    width: 213px;
    text-decoration: none;
    text-transform: uppercase;
    color: #43454d;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 241px;
    position: relative;
    transition: .3s;
    margin-left: 12px
}

.page-template-floor-plan .section-hero {
    padding-top: 70px;
    margin-bottom: 120px
}

@media (max-width: 1280px) {
    .hero__links {
        margin-bottom: 0
    }

    .hero__box .hero__plan {
        width: 640px
    }

    .hero__box .hero__content {
        width: 48%;
        margin-left: 32px;
        padding-right: 20px
    }
}

@media (max-width: 1080px) {
    .hero__box .hero__content {
        margin-left: 32px
    }
}

@media (max-width: 990px) {
    .hero__box {
        position: relative;
        flex-direction: column;
        padding-right: 32px
    }

    .hero__box .hero__plan {
        width: 100%;
        margin-top: 100px
    }

    .hero__box .hero__content {
        width: 100%;
        margin-left: 0;
        margin-top: 35px;
        padding-right: 0
    }

    .hero__box .hero__content .content__title {
        position: absolute;
        width: 100%;
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 33px;
        font-weight: 400;
        line-height: 121%;
        text-transform: uppercase
    }
}

.section-join__content .buttons .btn-default:after, .section-join__content .buttons .btn-revers:after, .section-menu__content .buttons .btn-default:after {
    width: 122px;
    height: 1px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: ""
}

.section-about {
    overflow: hidden;
    padding: 135px 0 162px
}

@media (max-width: 1023px) {
    body {
        padding-top: 0;
        padding-bottom: 74px
    }

    .container {
        max-width: 750px
    }

    .header {
        display: none
    }

    .footer__content-container {
        flex-direction: column
    }

    .footer__content-left {
        width: 100%;
        margin-bottom: 70px
    }

    .footer__content-right {
        width: 100%
    }

    .footer__content-contacts, .footer__content-menu {
        width: 50%
    }

    .mobalMenu {
        display: block
    }

    .socialBottom {
        bottom: 85px;
        right: 0
    }

    .section-hero {
        padding: 21px 0 66px;
        margin-top: -50px
    }

    .section-hero__logo {
        display: flex
    }

    .section-about {
        padding: 70px 0 100px
    }
}

.section-about__mainImage {
    width: 50%;
    padding-left: 94px
}

.section-about__mainImage .image {
    width: 100%;
    max-width: 491px;
    position: relative
}

.section-about__mainImage .image:after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 32px;
    left: -32px;
    background-position: center center;
    background-size: cover
}

.section-about__mainImage .image img {
    position: relative;
    z-index: 2;
    width: 491px;
    height: 538px;
    object-fit: cover
}

.section-about__content {
    position: relative;
    width: 50%;
    padding-top: 15px
}

.section-about__content .title {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 126%;
    color: #444;
    margin-bottom: 14px;
    order: 1
}

@media (max-width: 1199px) {
    .section-about__content .title {
        font-size: 44px
    }
}

.section-about__content .desc {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 186%;
    color: #444;
    margin-bottom: 28px;
    width: 100%;
    max-width: 512px;
    order: 4
}

.section-about .button, .section-calendar__list-btn a {
    font-style: normal;
    font-size: 15px;
    transition: .3s;
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    padding: 18px
}

.section-about .button {
    font-weight: 500;
    line-height: 126%;
    color: #43454d;
    background: #e1bfbc;
    width: 195px
}

.section-calendar__list-item .item__title, .section-join__content .title, .section-our-blog__list-item .item__title {
    font-family: "Stempel Garamond LT Std";
    letter-spacing: .04em;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .animBottomNext {
        display: none
    }
}

@media (max-width: 767px) {
    .footer__content {
        padding: 65px 0 40px
    }

    .footer__content-left {
        margin-bottom: 68px
    }

    .footer__content-form .form, .footer__content-right, .footer__copyright-container, .section-about__container {
        flex-direction: column
    }

    .footer__content-form .title {
        font-size: 25px;
        margin-bottom: 27px
    }

    .footer__content-form .form__input {
        width: 100%;
        margin-bottom: 16px
    }

    .footer__content-contacts, .footer__content-form .form__button, .footer__content-form .form__input input {
        width: 100%
    }

    .footer__content-form .form__button button {
        width: 100%;
        font-size: 15px;
        line-height: 126%;
        font-weight: 500;
        color: #fff;
        height: 52px
    }

    .footer__content-form .form__button button svg {
        margin-left: 16px
    }

    .footer__content-menu {
        width: 100%;
        margin-bottom: 40px
    }

    .footer__content-menu li {
        margin-bottom: 21px;
    }

    .footer__content-menu .title, .section-about__mainImage {
        display: none
    }

    .footer__content-menu .list a {
        text-align: left;
        margin-bottom: 27px;
        font-size: 24px
    }

    .footer__content-menu .list a:last-child {
        margin-bottom: 0
    }

    .footer__content-contacts .title {
        font-size: 16px
    }

    .footer__content-contacts .address a, .footer__content-contacts .email a, .footer__content-contacts .telephone a {
        font-size: 19px;
        line-height: 155%
    }

    .footer__copyright-left {
        text-align: center;
        margin-bottom: 16px
    }

    .footer__copyright-right {
        flex-direction: column;
        width: 100%
    }

    .footer__copyright-right .policy {
        margin-bottom: 16px
    }

    .footer__copyright-right .creator {
        width: 100%;
        justify-content: center
    }

    .footer__copyright-right .creator a svg {
        height: 19px
    }

    .section-hero__title {
        font-size: 33px;
        line-height: 121%;
        margin-bottom: 21px
    }

    .section-hero__slider .slider {
        padding: 0 10px
    }

    .section-hero__slider .slider__item {
        padding: 0 8px;
        height: 398px
    }

    .section-about {
        padding: 50px 0 145px
    }

    .section-about__content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0
    }

    .section-about__content .title {
        margin-bottom: 21px;
        font-size: 47px
    }

    .section-about__content .desc {
        margin-bottom: 0;
        font-size: 19px
    }

    .page-404__title {
        font-size: 37px;
        margin-left: 20px;
        margin-right: 20px
    }
}

.section-about__content .imageMob {
    position: absolute;
    bottom: -60px;
    right: 35px;
    max-width: 491px;
    width: 384.174px;
    height: 278.76px;
    order: 2;
    margin-bottom: 20px
}

@media (max-width: 1280px) {
    .section-about__mainImage .image img {
        width: 420px;
        height: 460px
    }

    .section-about__content .imageMob {
        width: 295.174px;
        height: 212.76px;
        right: -60px
    }
}

@media (max-width: 1080px) {
    .section-about__content .imageMob {
        width: 275.174px;
        height: 195.76px;
        right: -20px
    }

    .section-keys .faqs__lists .list .item__content p {
        padding-left: 0
    }
}

@media (max-width: 990px) {
    .section-about__container {
        flex-direction: column
    }

    .section-about__content {
        width: 100%;
        padding-top: 68px
    }

    .section-about__content .imageMob {
        width: 275.174px;
        height: 195.76px;
        top: -130px;
        bottom: auto;
        right: 0
    }
}

@media (min-width: 769px) {
    .imageMob-v2 {
        display: none !important
    }
}

@media (max-width: 768px) {
    .hero__box .hero__plan {
        margin-top: 80px
    }

    .section-about .button {
        position: absolute;
        bottom: -85px;
        width: 100%;
    }

    .section-about__content {
        padding-top: 30px
    }

    .imageMob-v1 {
        display: none !important
    }
}

.animBottomNext {
    margin-top: 20px !important;
    margin-bottom: 35px !important
}

.section-about__content .imageMob:after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 25px;
    right: -27px;
    background-position: center center;
    background-size: cover
}

.section-about__content .imageMob img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-about__content .image {
    margin-left: 176px;
    width: 100%;
    max-width: 325px;
    position: relative;
    order: 3
}

.section-about__content .image:after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 32px;
    left: 32px;
    background-image: url(../image/white-stone-texture.webp);
    background-position: center center;
    background-size: cover
}

.section-about__content .image img {
    position: relative;
    z-index: 2;
    width: 100%
}

.section-sls {
    overflow: hidden;
    padding: 37px 0 30px
}

.section-sls__text {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 126%;
    letter-spacing: .1em;
    color: #43454d
}

.section-sls__text .js-marquee {
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center
}

.section-sls__text span {
    display: block;
    min-width: 8px;
    height: 8px;
    background: #43454d;
    transform: rotate(-45deg);
    margin: 0 36px
}

#socials .section-calendar__header {
    max-width: 45%
}

.section-calendar {
    padding: 165px 0 132px
}

.section-calendar__header {
    padding-left: 94px;
    width: 100%;
    max-width: 346px;
    position: sticky;
    top: 100px
}

@media (max-width: 480px) {
    .section-calendar__header {
        width: 100%;
        max-width: 100% !important;
    }
}

.section-calendar__title {
    margin-bottom: 17px;
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 116%;
    color: #444
}

.section-calendar__date, .section-our-blog__date {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 186%;
    color: #444
}

.btn_buy_tickets {
    background: transparent;
    border: 1px solid #e1bfbc;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #43454d;
    width: 230px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .3s;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
}

.btn_buy_tickets:hover {
    background: #E1BFBC;
    border: 1px solid #ffffff;
}

@media (max-width: 680px) {
    .btn_buy_tickets {
        width: 100%;
    }

    .section-calendar .btn_buy_tickets {
        display: none;
    }
}

.section-calendar__container, .section-our-blog__container {
    display: flex;
    position: relative;
    align-items: flex-start
}

.section-calendar__list, .section-our-blog__list {
    padding: 20px 64px 0;
    flex: 1 0;
    display: flex;
    flex-wrap: wrap
}

.section-calendar__list-item {
    padding: 0 16px;
    width: 50%;
    margin-bottom: 42px
}

.section-calendar__list-item .item {
    border-bottom: 1px solid rgba(67, 69, 77, .24);
    padding-bottom: 11px
}

.section-calendar__list-item .item__image {
    margin-bottom: 17px;
    position: relative
}

.section-calendar__list-item .item__image img {
    height: 288px;
    width: 100%;
    object-fit: cover
}

.section-calendar__list-item .item__image-buttons {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s
}

.section-calendar__list-item .item__image-buttons a {
    width: 100%;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 186%;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s
}

.section-calendar__list-item .item__image-buttons .btn-default {
    color: #43454d;
    background: #e1bfbc
}

.section-calendar__list-item .item__image-buttons .btn-default:hover {
    background: #cdaba8
}

.section-calendar__list-item .item__image-buttons .btn-black {
    color: #fff;
    background: #43454d;
    border: 1px solid #43454d
}

.section-calendar__list-item .item__image-buttons .btn-black:hover {
    background-color: #fff;
    color: #43454d
}

.section-calendar__list-btn a:hover, .section-our-blog__list-btn a:hover, .section-our-blog__list-item .item__image-buttons .btn-default:hover {
    background: #cdaba8
}

.section-calendar__list-item .item__title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 126%;
    color: #43454d;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between
}

.section-calendar__list-item .item__date {
    margin-bottom: 33px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 186%;
    color: #444
}

.section-calendar__list-item .item__special {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 186%;
    color: #444;
    transition: .3s
}

.section-calendar__list-item .item:hover .item__special {
    color: #e1bfbc
}

.section-calendar__list-btn {
    width: 100%;
    padding: 0 16px
}

.section-calendar__list-btn a {
    font-weight: 500;
    line-height: 126%;
    color: #43454d;
    background: #e1bfbc;
    width: 100%
}

.calendar_box .section-calendar__title{
    padding-left: 98px;
}

.calendar_box .section-calendar__date{
    padding-left: 98px;
}

.calendar_box .calendar__code{
    margin-top: -50px;
    margin-bottom: -50px;
}

.section-join__content .buttons .btn-default, .section-join__content .buttons .btn-revers, .section-our-blog__list-btn a {
    font-size: 15px;
    text-align: center;
    font-style: normal;
    transition: .3s;
    text-decoration: none
}

.section-our-blog {
    padding: 165px 0 120px
}

.section-our-blog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 77px;
    padding-inline-start: 61px
}

.section-our-blog__title {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 116%;
    color: #444
}

.section-our-blog__list-item {
    padding: 0 16px;
    width: 33%;
    margin-bottom: 42px
}

#blog .section-calendar__list-item:first-child, .section-our-blog__list-item:first-child {
    padding-left: 0
}

#blog .section-calendar__list-item:nth-child(3), .section-our-blog__list-item:nth-child(3) {
    padding-right: 0
}

.section-our-blog__list-item .item__image {
    margin-bottom: 17px;
    position: relative
}

.section-our-blog__list-item .item__image img {
    height: 288px;
    width: 100%;
    object-fit: cover
}

.section-our-blog__list-item .item__image-buttons {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s
}

.section-our-blog__list-item .item__image-buttons a {
    width: 100%;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 186%;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s
}

.section-our-blog__list-item .item__image-buttons .btn-default {
    color: #43454d;
    background: #e1bfbc
}

.section-our-blog__list-item .item__image-buttons .btn-black {
    color: #fff;
    background: #43454d;
    border: 1px solid #43454d
}

.section-our-blog__list-item .item__image-buttons .btn-black:hover {
    background-color: #fff;
    color: #43454d
}

.section-join__content .buttons .btn-revers:hover, .section-our-blog__list-item .item:hover .item__special {
    color: #e1bfbc
}

.section-our-blog__list-item .item__title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 126%;
    color: #43454d;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between
}

#Archive, .hidden_item, .itemPlaces, .item__title a, .popup__full, .section-archive__list, .section-getInTouch__mobTop {
    display: none
}

.section-our-blog__list-item .item__date {
    margin-bottom: 33px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 186%;
    color: #444
}

.section-our-blog__list-item .item__special {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 186%;
    color: #444;
    transition: .3s
}

.section-our-blog__list-btn a {
    font-weight: 500;
    line-height: 126%;
    letter-spacing: .1em;
    color: #43454d;
    background: #e1bfbc;
    padding: 18px;
    width: 175px;
    display: block
}

.section-join__container {
    display: flex;
    padding-bottom: 56px
}

.section-join__content {
    width: 50%;
    padding: 170px 164px 164px 100px;
    position: relative;
    min-height: 705px
}

.section-join__content:after {
    content: "";
    background-image: url(../image/section-join-bg.webp);
    background-size: cover;
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.section-join__content .title {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 126%;
    color: #fff;
    position: relative;
    z-index: 2
}

.section-join__content .desc {
    margin-bottom: 43px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    position: relative;
    z-index: 2
}

.section-getInTouch__mobTop .title, .section-getInTouch__title {
    line-height: 128%;
    font-family: "Stempel Garamond LT Std";
    letter-spacing: .04em;
    text-transform: uppercase
}

.section-join__content .buttons {
    position: relative;
    z-index: 2;
    display: flex
}

.section-join__content .buttons .btn-default {
    width: 186px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #43454d;
    background: #e1bfbc;
    position: relative;
    display: block;
    padding: 14px;
    margin-right: 16px
}

.section-join__content .buttons .btn-default:after {
    background: #e1bfbc;
    position: absolute;
    transition: .3s
}

.section-getInTouch__form .form__buttons button:hover, .section-join__content .buttons .btn-default:hover {
    background: #cdaba8
}

.section-join__content .buttons .btn-default:hover:after {
    background: #cdaba8;
    width: 100%
}

.section-join__content .buttons .btn-revers {
    width: 186px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    background: 0 0;
    position: relative;
    display: block;
    padding: 13px;
    margin-right: 16px;
    border: 1px solid #e1bfbc
}

.section-join__content .buttons .btn-revers:after {
    background: #e1bfbc;
    position: absolute;
    transition: .3s
}

.section-join__content .buttons .btn-revers:hover:after {
    width: 100%
}

.section-join__image img {
    width: 50vw;
    height: 100%;
    top: 56px;
    left: 0;
    position: absolute;
    object-fit: cover;
    display: block
}

.section-getInTouch {
    padding: 103px 0 164px;
    overflow: hidden
}

.section-getInTouch__left {
    width: 50%;
    padding-left: 100px
}

.section-getInTouch__mobTop .title {
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    color: #43454d;
    margin-bottom: 6px
}

.section-getInTouch__mobTop .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #43454d
}

.section-getInTouch__contacts .address a, .section-getInTouch__contacts .desc, .section-getInTouch__contacts .telephone a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #43454d
}

.section-getInTouch__title {
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    color: #43454d;
    margin-bottom: 26px
}

.section-getInTouch .section-getInTouch__title {
    width: 485px;
    margin-bottom: 5px;
}

.section-getInTouch__title span:first-child {
    text-align: left
}

.section-getInTouch__title span:last-child {
    text-align: right
}

.section-getInTouch__contacts {
    width: 100%;
    max-width: 360px
}

.section-getInTouch__contacts .desc {
    line-height: 26px;
    margin-bottom: 11px;
}

.section-getInTouch__contacts .title {
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #747474;
    opacity: .6
}

.section-getInTouch__contacts .address, .section-getInTouch__contacts .telephone {
    margin-bottom: 8px;
}

.section-getInTouch__contacts .address a {
    font-family: "Stempel Garamond LT Std";
    line-height: 126%;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none
}

.section-getInTouch__contacts .telephone a {
    font-family: "Stempel Garamond LT Std";
    line-height: 126%;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none
}

.moreMenu__menu, .section-getInTouch__contacts .email {
    margin-bottom: 18px;
}

.section-getInTouch__contacts .email a {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 126%;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #43454d
}

.section-getInTouch__map {
    width: 465px;
    height: 340px;
    margin-top: 26px;
}

.section-getInTouch__map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1280px) {
    .section-getInTouch__map {
        width: 465px;
        height: 340px;
        margin-top: 30px;
    }

    .section-getInTouch__map {
        width: 100%;
        height: 340px;
        margin-top: 30px;
    }

    .section-getInTouch .section-getInTouch__title {
        width: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 990px) {
    .section-getInTouch__map {
        height: 630px;
    }
}

@media (max-width: 720px) {
    .section-getInTouch__contacts .telephone a {
        font-size: 19px;
        line-height: 140%
    }

    .section-getInTouch__contacts .email a {
        font-size: 16px;
        line-height: 140%
    }
}

.section-getInTouch__contacts .social {
    display: flex;
    align-items: center;
    padding-left: 9px
}

.section-getInTouch__contacts .social a {
    display: block;
    text-decoration: none;
    margin-right: 37px
}

.section-getInTouch__contacts .social a svg path {
    transition: .3s
}

.section-getInTouch__form {
    width: 100%;
    max-width: 516px;
    padding-top: 64px
}

.reservation .form__buttons button, .section-getInTouch__form .form__buttons button {
    width: 100%;
    background: #e1bfbc;
    padding: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #43454d;
    border: 0;
    cursor: pointer;
    transition: .3s
}

.section-getInTouch__form .form__checkBox {
    margin-bottom: 35px;
    margin-top: -40px
}

.section-getInTouch__form .form__checkBox input {
    position: absolute;
    left: -9999px
}

.section-getInTouch__form .form__checkBox input + label {
    padding-left: 33px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #747474;
    display: block;
    width: 100%;
    max-width: 423px;
    position: relative;
    cursor: pointer
}

.section-getInTouch__form .form__checkBox input + label a {
    color: #e1bfbc;
    text-decoration: none
}

.section-getInTouch__form .form__checkBox input + label:before {
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #e3e3e3;
    position: absolute;
    top: 2px;
    left: 0;
    transition: .3s;
    background-image: url(../image/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff
}

.section-getInTouch__form .form__group input.active + label, .section-getInTouch__form .form__group input:focus + label, .section-getInTouch__form .form__group textarea.active + label, .section-getInTouch__form .form__group textarea:focus + label {
    top: -8px;
    font-size: 8px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #e1bfbc
}

.section-getInTouch__form .form__checkBox input:checked + label:before {
    background-color: #43454d
}

.section-getInTouch__form .form__group {
    width: 100%;
    margin-bottom: 44px;
    position: relative
}

.section-getInTouch__form .form__group input {
    width: 100%;
    padding: 8px 4px;
    border: 0;
    border-bottom: 1px solid rgba(116, 116, 116, .2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000
}

.section-getInTouch__form .form__group input::placeholder {
    color: #475466
}

.section-getInTouch__form .form__group input + label {
    position: absolute;
    display: block;
    transition: .3s;
    top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #475466;
    cursor: text
}

.section-getInTouch__form .form__group textarea {
    font-family: "HK Grotesk";
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 8px 4px;
    min-height: 240px;
    border: 0;
    border-bottom: 1px solid rgba(116, 116, 116, .2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000
}

@media (max-width: 990px) {
    .section-getInTouch__form .form__group textarea {
        min-height: 180px;
    }
}

.section-getInTouch__form .form__group textarea + label {
    position: absolute;
    display: block;
    transition: .3s;
    top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #475466;
    cursor: text
}

.section-getInTouch__form .form__groups {
    display: flex;
    margin: 0 -22px
}

.form__date_section {
    margin-top: 40px
}

.form__text-info {
    position: absolute;
    left: 22px;
    bottom: -7px;
    font-family: 'HK Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #43454d;
    background: rgba(243, 229, 228, .3);
    width: 94.5%;
    padding: 10px;
    display: flex;
    align-items: center
}

.popup, .popup__bg {
    bottom: 0;
    right: 0;
    left: 0
}

.section-menu__content .btn_buy_tickets {
    margin-top: 0;
    width: 200px;
}

.section-archive__title, .section-menu__content .title {
    font-weight: 400;
    font-size: 60px;
    line-height: 126%;
    font-style: normal;
    font-family: "Stempel Garamond LT Std"
}

.form__text-info img {
    margin-right: 10px;
    margin-top: -1px
}

.form__groups-range .form__slide {
    opacity: .4
}

.section-getInTouch__form .form__groups .form__group {
    width: 50%;
    padding: 0 22px
}

.section-menu {
    overflow: hidden;
    padding-bottom: 92px
}

.section-menu__content {
    width: 50%;
    padding: 0 102px 24px 94px;
    position: relative;
    min-height: 780px
}

@media (max-width: 1439px) {
    .section-about__mainImage {
        padding: 0 94px 0 0
    }

    .section-calendar__header {
        padding: 0;
        max-width: 280px
    }

    .section-calendar__list {
        padding: 20px 0 0 20px
    }

    .section-calendar__list-item .item__image img {
        height: 240px
    }

    .section-our-blog__list {
        padding: 20px 0 0
    }

    .section-our-blog__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        padding-inline-start: 0px
    }

    .section-our-blog__list-item .item__image img {
        height: 240px
    }

    .section-join__content {
        padding: 170px 94px 164px 0
    }

    .section-getInTouch__left {
        padding: 0
    }

    .section-menu__content {
        padding: 0 102px 24px 0
    }
}

.section-menu__content:after {
    content: "";
    background-image: url(../image/textured-background.png);
    background-size: cover;
    width: 50vw;
    height: 100%;
    top: 92px;
    right: 0;
    position: absolute;
    z-index: -1
}

.section-menu__content .images {
    margin-bottom: 63px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start
}

.section-menu__content .images img:first-child {
    margin-right: 21px;
    width: 246px
}

.section-menu__content .images img:nth-child(2) {
    display: block;
    margin-top: 235px;
    margin-right: 21px;
    width: 165px
}

.section-menu__content .title {
    margin-bottom: 10px;
    color: #444;
    position: relative;
    z-index: 2
}

@media (max-width: 1199px) {
    .section-sls__text {
        font-size: 34px
    }

    .section-archive__title, .section-calendar__title, .section-getInTouch__title, .section-join__content .title, .section-menu__content .title, .section-our-blog__title {
        font-size: 44px
    }
}

.section-menu__content .desc {
    margin-bottom: 31px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 186%;
    color: #444;
    position: relative;
    z-index: 2
}

.section-menu__content .buttons {
    position: relative;
    z-index: 2;
    display: flex
}

@media (max-width: 680px) {
    .section-menu__content .buttons {
        flex-direction: column;
    }

    .section-menu__content .btn_buy_tickets {
        margin-top: 15px;
        height: 48px;
        width: 100%;
        display: none;
    }
}


.section-menu__content .buttons .btn-default {
    width: 186px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #43454d;
    text-decoration: none;
    background: #e1bfbc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    margin-right: 16px;
    transition: .3s
}

.mycookies__close, .section-menu__content .buttons .btn-default svg {
    margin-left: 10px
}

.section-menu__content .buttons .btn-default:after {
    background: #e1bfbc;
    position: absolute;
    transition: .3s
}

.reservation .form__buttons button:hover, .section-menu__content .buttons .btn-default:hover {
    background: #cdaba8
}

.section-menu__content .buttons .btn-default:hover:after {
    background: #cdaba8;
    width: 100%
}

.section-menu__image img {
    width: 50vw;
    height: 100%;
    top: 34px;
    left: 0;
    position: absolute;
    object-fit: cover;
    display: block
}

@media (max-width: 1023px) {
    .section-about__content .image {
        margin-left: 0;
        margin-bottom: 45px;
        margin-top: -15px;
        width: 49%;
        max-width: inherit
    }

    .section-sls {
        padding: 23px 0
    }

    .section-sls__text {
        font-size: 20px
    }

    .section-sls__text span {
        min-width: 7px;
        height: 7px;
        margin: 0 22px
    }

    .section-calendar, .section-our-blog {
        padding: 60px 0 74px
    }

    .section-calendar__header, .section-our-blog__header {
        margin-bottom: 43px;
        position: relative;
        top: inherit
    }

    .section-calendar__container, .section-our-blog__container {
        flex-direction: column
    }

    .section-calendar__list, .section-our-blog__list {
        padding: 0;
        margin: 0 -16px
    }

    .section-join__container {
        flex-direction: column-reverse;
        padding-bottom: 0
    }

    .section-join__content {
        width: 100%;
        padding: 50px 15px 92px;
        min-height: auto
    }

    .section-join__content:after {
        width: 100vw;
        right: 50%;
        transform: translateX(50%)
    }

    .section-getInTouch__left, .section-getInTouch__right, .section-join__content .buttons .btn-default, .section-join__content .buttons .btn-revers {
        width: 100%
    }

    .section-join__image img {
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        height: 369px;
        top: 0
    }

    .section-getInTouch {
        padding: 60px 0 80px;
    }

    .section-getInTouch__container, .section-menu__container {
        flex-direction: column-reverse
    }

    .section-getInTouch__mobTop {
        display: block;
        margin-bottom: 48px
    }

    .section-getInTouch__contacts .desc, .section-getInTouch__title {
        display: none
    }

    .section-getInTouch__form {
        max-width: 100%;
        margin-bottom: 63px;
        padding-top: 0
    }

    .section-getInTouch__contacts .address a {
        font-size: 19px;
        line-height: 140%
    }

    .section-menu {
        padding-bottom: 200px
    }

    .section-menu__content {
        width: 100%;
        padding: 54px 0 0;
        min-height: auto
    }

    .section-menu__content:after {
        top: 0;
        width: 100vw;
        right: 50%;
        transform: translateX(50%)
    }

    .section-menu__content .images {
        position: absolute;
        top: calc(100% - 120px);
        width: 400px;
        left: 50%;
        transform: translateX(-50%)
    }

    .section-menu__content .images img:first-child {
        width: 156px
    }

    .section-menu__content .images img:nth-child(2) {
        width: 160px;
        margin-top: 90px;
        margin-left: auto
    }

    .section-menu__content .buttons {
        margin-bottom: 221px
    }

    .section-menu__content .buttons .btn-default {
        width: 100%
    }

    .section-menu__image img {
        top: inherit;
        position: relative;
        height: 406px;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width: 520px) {
    .section-menu__image img {
        width: 100%;
        left: 0;
        transform: translateX(0)
    }

    #Drink_Menu .section-menu__image {
        width: 100% !important
    }

    .section-getInTouch {
        padding: 60px 0 0px;
        margin-bottom: -40px;
    }

    .page-template-floor-plan .section-getInTouch {
        margin-bottom: 50px;
    }
}

.section-archive {
    padding: 106px 0 74px;
    overflow: hidden
}

.section-archive__title {
    margin-bottom: 27px;
    text-align: center;
    color: #444
}

.section-archive__slider {
    padding: 0 184px
}

@media (max-width: 1439px) {
    .section-archive__slider {
        padding: 0 40px
    }
}

.section-archive__slider .slider .slick-dots {
    padding-top: 56px;
    display: flex;
    justify-content: center
}

.section-archive__slider .slider .slick-dots li {
    margin: 0 9px;
    display: block
}

.section-archive__slider .slider .slick-dots li.slick-active button {
    background-color: #e1bfbc
}

.section-archive__slider .slider .slick-dots li button {
    cursor: pointer;
    font-size: 0;
    border: 0;
    width: 36px;
    height: 2px;
    padding: 0;
    color: rgba(186, 186, 186, .33)
}

.section-archive__slider .slider__item:nth-child(2n) .item {
    padding: 0 30px
}

.section-archive__slider .slider__item:nth-child(2n) .item__image {
    height: 175px
}

.section-archive__slider .slider__item .item {
    transition: .3s
}

.section-archive__slider .slider__item .item:hover .item__image {
    opacity: .7;
    transition: .5s
}

.section-archive__slider .slider__item .item__image {
    margin-bottom: 10px;
    height: 228px
}

.section-archive__slider .slider__item .item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-archive__slider .slider__item .item__data {
    margin-bottom: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 186%;
    color: #444
}

.section-archive__slider .slider__item .item__title {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 126%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #43454d
}

.section-archive__list .btn-load {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 126%;
    letter-spacing: .1em;
    color: #43454d;
    background: #e1bfbc;
    padding: 18px;
    text-align: center
}

.reservation__title, .section-drinkMenu__footer, .section-drinkMenu__menu .list__title {
    letter-spacing: .02em;
    text-transform: uppercase;
    font-style: normal;
    text-align: center
}

.section-archive__list .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.section-archive__list .list__item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px
}

.section-archive__list .list__item .item {
    transition: .3s
}

.section-archive__list .list__item .item__image {
    margin-bottom: 10px;
    height: 228px
}

.section-archive__list .list__item .item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-archive__list .list__item .item__data {
    margin-bottom: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 186%;
    color: #444
}

.section-archive__list .list__item .item__title {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 126%;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #43454d
}

.section-drinkMenu__container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 35px 94px 48px
}

@media (max-width: 1023px) {
    .section-archive {
        padding: 61px 0 74px
    }

    .section-archive__slider {
        display: none
    }

    .section-archive__list {
        display: block
    }

    .section-drinkMenu__container {
        padding: 35px 0 48px
    }
}

.section-drinkMenu__back {
    display: none;
    margin-bottom: 18px
}

.section-drinkMenu__back a {
    display: flex;
    align-items: center;
    padding-left: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 115%;
    color: #747474 !important;
    text-decoration: none
}

.moreMenu .close svg, .section-drinkMenu__back a svg {
    margin-right: 6px
}

.section-drinkMenu__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 21px
}

.section-drinkMenu__logo img {
    width: 100px
}

.section-drinkMenu__logo a {
    display: block
}

.section-drinkMenu__title {
    margin-bottom: 37px;
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 116%;
    color: #444;
    text-align: center
}

.section-drinkMenu__menu .list {
    margin-bottom: 38px;
    position: relative
}

.section-drinkMenu__menu .list__title {
    background: #f3e6e5;
    margin-bottom: 14px;
    padding: 4px;
    font-weight: 700;
    font-size: 26px;
    line-height: 186%;
    color: #444;
    position: sticky;
    top: 0
}

.section-drinkMenu__menu .list__item {
    border-bottom: 1px solid rgba(243, 229, 228, .5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.section-drinkMenu__menu .list__item .name {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 186%;
    text-transform: uppercase;
    color: #43454d
}

.section-drinkMenu__menu .list__item .value {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 186%;
    text-transform: uppercase;
    color: #43454d
}

.section-drinkMenu__footer {
    margin-top: auto;
    font-weight: 500;
    font-size: 19px;
    line-height: 167%;
    color: rgba(67, 69, 77, .6);
    padding-top: 60px
}

.popup {
    position: fixed;
    top: 0;
    z-index: 1111;
    justify-content: center;
    align-items: center;
    display: none
}

.popup__bg {
    background: rgba(15, 15, 15, .7);
    position: absolute;
    z-index: 1;
    top: 0
}

.popup__wrapper {
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 79px 111px 108px;
    width: 100%;
    max-width: 990px
}

.popup__wrapper .btn_close {
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.popup__wrapper .btn_close svg path {
    transition: .3s
}

.popup__wrapper.tankPopup {
    max-width: 568px;
    padding: 43px 12px 23px
}

#infoPopup .popup__wrapper.tankPopup {
    padding: 45px 12px 20px
}

#reservationPopup .popup__wrapper_active, #reservationPopup .reservation, .form__date_calendar, .form__table-list {
    position: relative
}

#reservationPopup .popup__wrapper_active .popup__full {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    display: block;
    z-index: 111
}

.reservation__title {
    margin-bottom: 50px;
    font-family: "Stempel Garamond LT Std";
    font-weight: 400;
    font-size: 32px;
    line-height: 121%;
    color: #43454d
}

.reservation__description_second {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 140%;
    color: #747474;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -36px;
    margin-bottom: 38px
}

.reservation .form__checkBox {
    position: relative;
    margin-bottom: 35px;
    margin-top: -40px
}

.reservation .form__checkBox .error {
    position: absolute;
    right: 0;
    top: 0;
    color: #850606;
    margin-top: 5px;
    font-size: 12px
}

.reservation .form__checkBox input {
    position: absolute;
    left: -9999px
}

.reservation .form__checkBox input + label {
    padding-left: 33px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #747474;
    display: block;
    width: 100%;
    max-width: 423px;
    position: relative;
    cursor: pointer
}

.reservation .form__group input + label, .reservation .form__group textarea + label {
    position: absolute;
    transition: .3s;
    top: 8px;
    line-height: 26px;
    cursor: text;
    color: #475466;
    display: block
}

.reservation .form__checkBox input + label a {
    color: #e1bfbc;
    text-decoration: none
}

.reservation .form__checkBox input + label:before {
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #e3e3e3;
    position: absolute;
    top: 2px;
    left: 0;
    transition: .3s;
    background-image: url(../image/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff
}

.reservation .form__group input.active + label, .reservation .form__group input:focus + label, .reservation .form__group textarea.active + label, .reservation .form__group textarea:focus + label {
    top: -8px;
    font-size: 8px;
    color: #e1bfbc;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400
}

.reservation .form__checkBox input:checked + label:before {
    background-color: #43454d
}

.reservation .form__group {
    width: 100%;
    margin-bottom: 44px;
    position: relative
}

.reservation .form__group input {
    width: 100%;
    padding: 8px 4px;
    border: 0;
    border-bottom: 1px solid rgba(116, 116, 116, .2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #000
}

.reservation .form__group input::placeholder {
    color: #475466
}

.reservation .form__group input + label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.reservation .form__group textarea {
    font-family: "HK Grotesk";
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 8px 4px;
    min-height: 190px;
    border: 0;
    border-bottom: 1px solid rgba(116, 116, 116, .2);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .1em;
    color: #000
}

.reservation .form__group textarea + label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.reservation .form__groups {
    display: flex;
    margin: 0 -22px
}

.reservation .form__groups .form__group, .reservation .form__groups .form__slide {
    width: 50%;
    padding: 0 22px
}

@media (max-width: 767px) {
    .section-about__content .imageMob {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: 90%;
        height: auto;
        max-width: inherit;
        margin-left: auto
    }

    .section-about__content .imageMob:after {
        top: 15px;
        left: -15px
    }

    .section-about__content .image:after {
        top: 14px;
        left: 6px
    }

    .section-calendar__title, .section-our-blog__title {
        font-size: 47px;
        margin-bottom: 13px
    }

    .section-calendar__date, .section-getInTouch__mobTop .desc, .section-our-blog__date {
        font-size: 19px
    }

    .section-calendar__list, .section-our-blog__list {
        margin: 0
    }

    .section-calendar__list-item {
        width: 100%;
        margin-bottom: 26px;
        padding: 0
    }

    .section-calendar__list-item .item {
        padding-bottom: 9px
    }

    .section-calendar__list-item .item__image {
        margin-bottom: 13px
    }

    .section-calendar__list-item .item__image img {
        height: 237px
    }

    .section-calendar__list-item .item__image-buttons {
        opacity: 1
    }

    .section-calendar__list-item .item__image-buttons a {
        font-size: 16px
    }

    .section-calendar__list-item .item__title {
        font-size: 22px;
        margin-bottom: 0
    }

    .section-calendar__list-item .item__date {
        margin-bottom: 25px;
        font-size: 17px
    }

    .section-our-blog__list-item {
        width: 100%;
        margin-bottom: 26px;
        padding: 0
    }

    .section-our-blog__list-item .item {
        padding-bottom: 9px
    }

    .section-our-blog__list-item .item__image {
        margin-bottom: 13px
    }

    .section-our-blog__list-item .item__image img {
        height: 237px
    }

    .section-our-blog__list-item .item__image-buttons {
        opacity: 1
    }

    .section-getInTouch__form .form__checkBox input + label, .section-our-blog__list-item .item__image-buttons a {
        font-size: 16px
    }

    .section-our-blog__list-item .item__title {
        font-size: 22px;
        margin-bottom: 0
    }

    .section-our-blog__list-item .item__date {
        margin-bottom: 25px;
        font-size: 17px
    }

    .section-join__content .title {
        font-size: 38px;
        margin-bottom: 21px
    }

    .section-join__content .desc {
        margin-bottom: 30px
    }

    .section-join__content .buttons {
        flex-direction: column
    }

    .section-join__content .buttons .btn-default {
        margin-bottom: 15px
    }

    .section-join__content .buttons .btn-default:after, .section-join__content .buttons .btn-revers:after, .section-menu__content .buttons .btn-default:after {
        display: none
    }

    .section-getInTouch__mobTop .title {
        font-size: 36px
    }

    .reservation .form__groups, .section-getInTouch__form .form__groups {
        flex-direction: column;
        margin: 0
    }

    .section-getInTouch__form .form__groups .form__group {
        width: 100%;
        padding: 0
    }

    .section-menu__content .images {
        width: 100%
    }

    .section-menu__content .images img:nth-child(2) {
        margin-right: 0
    }

    .section-menu__content .title {
        font-size: 47px;
        margin-bottom: 9px
    }

    .section-archive {
        padding: 61px 0 115px
    }

    .section-archive__title {
        font-size: 47px;
        margin-bottom: 39px
    }

    .section-archive__list .list__item .item__image {
        height: 109px;
        margin-bottom: 8px
    }

    .section-archive__list .list__item .item__data {
        font-size: 13px
    }

    .reservation .form__checkBox input + label, .section-archive__list .list__item .item__title {
        font-size: 15px
    }

    .section-drinkMenu__container {
        padding: 21px 0 43px
    }

    .section-drinkMenu__back {
        display: block
    }

    .section-drinkMenu__logo {
        margin-bottom: 9px
    }

    .section-drinkMenu__logo img {
        height: 70px;
        width: auto
    }

    .section-drinkMenu__title {
        font-size: 36px;
        line-height: 116%;
        margin-top: 10px;
        margin-bottom: 19px
    }

    .section-drinkMenu__menu .list__title {
        padding: 5.5px;
        font-size: 20px;
        line-height: 186%;
        margin-bottom: 18px
    }

    .section-drinkMenu__menu .list__item .name, .section-drinkMenu__menu .list__item .value {
        font-size: 18px;
        line-height: 186%
    }

    .section-drinkMenu__footer {
        font-size: 15px;
        line-height: 167%
    }

    .popup__wrapper {
        max-height: 100vh;
        padding: 100px 15px 48px
    }

    .popup__wrapper .btn_close {
        top: 42px;
        right: 10px
    }

    .popup__wrapper.tankPopup {
        padding: 25px 12px 12px
    }

    .tankPopup .btn_close {
        top: 10px;
        right: 10px
    }

    .reservation .form__slide-input {
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important
    }

    .reservation__title {
        font-size: 24px;
        line-height: 121%;
        margin-bottom: 57px
    }

    .reservation .form__checkBox .error {
        position: relative;
        right: auto;
        top: auto
    }

    .reservation .form__group input + label, .reservation .form__group textarea + label {
        font-size: 14px
    }

    .reservation .form__groups .form__group {
        width: 100%;
        padding: 0
    }

    .reservation .form__groups .form__slide {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column
    }

    .form__text-info {
        left: 0;
        width: 100%;
        bottom: -8px
    }

    .reservation .form__slide {
        margin-bottom: 32px !important
    }

    .reservation .form__slide-input input {
        width: 50px !important
    }

    .form__date_section {
        margin-top: 43px
    }
}

.reservation .form__slide {
    width: 100% !important;
    margin-bottom: 30px !important
}

.input__button_down::after, .input__button_raise::after {
    top: 48%;
    transform: translate(-50%, 50%);
    width: 14px;
    left: 50%;
    content: '';
    height: 1px
}

.reservation .form__slide-label {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #475466
}

.reservation .form__slide-label span {
    color: #de8c85
}

.reservation .form__slide-input {
    margin-bottom: 14px;
    margin-top: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.input__button_down {
    position: relative;
    width: 46px;
    height: 46px;
    border: 1px solid #e3e3e3;
    transition: .5s;
    cursor: pointer;
    display: block
}

.input__button_down::after {
    position: absolute;
    background: #e1bfbc
}

.input__button_down:hover {
    background: rgba(227, 227, 227, .3);
    border: 1px solid rgb(251 251 251)
}

.input__button_raise {
    position: relative;
    width: 46px;
    height: 46px;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    transition: .5s;
    display: block
}

.input__button_raise::after {
    position: absolute;
    background: #e1bfbc
}

.input__button_raise::before {
    position: absolute;
    content: '';
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 14px;
    background: #e1bfbc
}

.input__button_raise:hover {
    background: rgba(227, 227, 227, .3);
    border: 1px solid rgb(251 251 251)
}

.reservation__button:hover, .tankPopup__button:hover {
    background: #cdaba8
}

.reservation .form__slide-input .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 46px;
    background: rgba(227, 227, 227, .3);
    display: flex;
    align-items: center;
    justify-content: center
}

.reservation .form__slide-input input {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 186%;
    color: #000;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    width: 35px;
    text-align: center;
    margin: 0 50px;
    background: 0 0
}

.reservation .form__date-label span, .reservation .form__group span, .reservation .form__groups .form__group label span, .reservation .form__table-label span {
    color: #de8c85
}

.reservation .form__slide-line {
    height: 26px;
    overflow: hidden;
    margin: 0 -8px 0 0;
    padding: 7px 8px;
    display: none
}

.reservation .form__slide-line .ui-slider {
    height: 2px;
    width: 100%;
    background: rgba(116, 116, 116, .2);
    border: 0
}

.reservation .form__slide-line .ui-slider-handle {
    width: 16px;
    height: 16px;
    background: #444;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%)
}

.reservation .form__slide-line .ui-slider-handle:after {
    content: "";
    width: 1000px;
    height: 2px;
    background: #444;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute
}

.reservation .form__table {
    width: 100%;
    margin-bottom: 30px;
    z-index: 11;
    position: relative
}

.reservation .form__table-label {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #475466
}

.reservation .form__table-list {
    display: flex;
    flex-wrap: wrap
}

.reservation .form__table-list .item {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px
}

.reservation .form__table-list .item.col-4 {
    width: 33.333%
}

.reservation .form__table-list .item.col-6 {
    width: 50%
}

.reservation .form__table-list .item input {
    position: absolute;
    left: -9999px
}

.reservation .form__table-list .item input + label {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 8px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    position: relative
}

.reservation .form__table-list .item input + label .item-info {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.reservation .form__table-list .item input + label .item-info__icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.reservation .form__table-list .item input + label .item-info__icon:hover {
    background: #e1bfbc
}

.reservation .form__table-list .item input + label .item-info__box {
    display: none;
    position: absolute;
    top: -20px;
    left: -7px;
    transform: translateY(-100%);
    background: #43454d;
    border: 1px solid #e1bfbc;
    padding: 15px 16px 27px;
    width: 273px;
    z-index: 111
}

.reservation .form__table-list .item input + label .item-info__box.active {
    display: block
}

.reservation .form__table-list .item:nth-child(3n) input + label .item-info__box {
    left: inherit;
    right: -7px
}

.reservation .form__table-list .item input + label .item-info__box .image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 14px;
    position: relative;
    display: block
}

.reservation .form__table-list .item input + label .item-info__box:after {
    border: 9px solid transparent;
    border-top-color: #43454d;
    border-bottom: 0;
    content: '';
    position: absolute;
    bottom: -7px;
    left: 9px
}

.reservation .form__table-list .item:nth-child(3n) input + label .item-info__box:after {
    left: inherit;
    right: 9px
}

.reservation .form__table-list .item input + label .item-info__box .boxClose {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1111
}

.reservation .form__table-list .item input + label .item-info__box .boxClose svg path {
    transition: .3s
}

.reservation .form__table-list .item input + label .item-info__box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reservation .form__table-list .item input + label .item-info__box .desc {
    display: flex;
    justify-content: space-between
}

.reservation .form__table-list .item input + label .item-info__box .desc .name {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    display: block
}

.reservation .form__table-list .item input + label .item-info__box .desc .info {
    display: flex;
    flex-direction: column
}

.reservation .form__table-list .item input + label .item-info__box .desc .info .price {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    letter-spacing: .06em;
    color: #cdcdcd;
    margin-bottom: 8px
}

.reservation .form__table-list .item input + label .item-info__box .desc .info .amount {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    letter-spacing: .06em;
    color: #cdcdcd
}

.reservation .form__table-list .item input + label .name {
    margin-bottom: 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #444;
    transition: .3s
}

.reservation .form__table-list .item input + label .value {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #b0b0b0
}

.reservation .form__table-list .item input + label:hover {
    border: 1px solid #43454d
}

.reservation .form__table-list .item input:disabled + label {
    opacity: .6;
    cursor: default
}

.reservation .form__table-list .item input:disabled + label:hover {
    border: 1px solid #e3e3e3
}

.reservation .form__table-list .item input:checked + label {
    background: #43454d
}

.reservation .form__table-list .item input:checked + label .name {
    color: #fff
}

.reservation .form__date {
    width: 100%;
    margin-bottom: 40px
}

.reservation .form__date-label {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #475466
}

.reservation .form__date-input {
    border: 1px solid #e3e3e3;
    padding: 9px 9px 9px 53px;
    position: relative
}

.reservation .form__date-input svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px
}

.reservation .form__date-input input {
    cursor: pointer;
    width: 100%;
    border: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 186%;
    color: #444;
    background: transparent;
}

.reservation__description {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: #747474;
    margin-top: -35px
}

.reservation__button, .tankPopup__title {
    text-align: center;
    color: #43454d;
    font-style: normal
}

.reservation__button {
    width: 300px;
    background: #e1bfbc;
    padding: 14px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    transition: .3s;
    display: block;
    text-decoration: none;
    margin: 25px auto 0
}

.name-event{
    top: -8px!important;
    font-size: 8px!important;
    color: #e1bfbc!important;
    line-height: 100%!important;
    letter-spacing: .1em!important;
    text-transform: uppercase!important;
    font-style: normal!important;
    font-weight: 400!important;
}

.moreMenu__menu .item a, .tankPopup__title {
    line-height: 121%;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-family: "Stempel Garamond LT Std"
}

.tankPopup__svg {
    margin: 0 0 28px;
    display: flex;
    justify-content: center
}

.tankPopup__title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 32px;
    padding: 0 25px
}

@media (max-width: 767px) {
    .reservation .form__table-list .item.col-4, .reservation .form__table-list .item.col-6 {
        width: 100%
    }

    .reservation .form__table-list .item input + label .item-info__box {
        left: inherit;
        right: -7px
    }

    .reservation .form__table-list .item input + label .item-info__box:after {
        left: inherit;
        right: 9px
    }

    .tankPopup__title {
        margin-bottom: 12px;
        font-size: 22px
    }
}

.moreMenu .close, .tankPopup__desc {
    font-size: 13px;
    color: #747474;
    font-weight: 400
}

.tankPopup__desc {
    font-style: normal;
    line-height: 140%;
    margin-bottom: 40px;
    text-align: center
}

.moreMenu__btn, .tankPopup__button {
    font-weight: 500;
    width: 100%;
    text-align: center
}

.moreMenu__btn, .moreMenu__menu .item a, .tankPopup__button {
    color: #43454d;
    font-style: normal
}

.tankPopup__button {
    background: #e1bfbc;
    padding: 14px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
    display: block;
    text-decoration: none
}

.ui-datepicker {
    z-index: 11111 !important
}

@media only (min-width: 0px) {
    .on {
        transform: none !important;
        opacity: 1
    }

    .animBottom, .animDefault, .animLeft, .animRight, .animTop {
        transition: opacity .7s 0.1s, transform .7s 0.1s;
        opacity: 0
    }

    .animTop {
        transform: translate3d(0, -50px, 0);
        transform-origin: 0 0;
        z-index: 10
    }

    .animBottom {
        transform: translate3d(0, 50px, 0);
        transform-origin: 0 0;
        z-index: 10
    }

    .animLeft {
        transform: translate3d(-50px, 0, 0);
        transform-origin: 0 0;
        z-index: 10
    }

    .animRight {
        transform: translate3d(50px, 0, 0);
        transform-origin: 0 0;
        z-index: 10
    }
}

.moreMenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1111;
    overflow-y: auto;
    padding: 21px 16px 27px;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: .3s
}

.moreMenu.active {
    transform: none
}

.moreMenu .close {
    display: flex;
    align-items: center;
    font-style: normal;
    line-height: 115%;
    padding-left: 15px;
    margin-bottom: 61px
}

.moreMenu__menu .item {
    border-bottom: 1px solid rgba(116, 116, 116, .2)
}

.moreMenu__menu .item a {
    padding: 23px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 22px
}

.moreMenu__menu .item a svg {
    margin-right: 10px;
    margin-bottom: 3px;
    display: block
}

.moreMenu__menu .item a svg path {
    stroke: rgb(224 190 187)
}

.moreMenu__social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px
}

.moreMenu__social a {
    margin: 0 13px;
    display: block
}

.moreMenu__btn {
    margin-top: auto;
    background: #e1bfbc;
    padding: 18px;
    font-size: 15px;
    line-height: 126%;
    letter-spacing: .1em
}

.ui-datepicker.ui-widget-content {
    background: #fff;
    box-shadow: 0 0 1px rgba(134, 144, 172, .14), 0 1px 8px rgba(134, 144, 172, .19);
    border-radius: 4px;
    border: 0;
    padding: 14px 32px 29px;
    width: 352px
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    width: 24px;
    height: 24px;
    background-color: rgba(227, 227, 227, .3)
    border-radius: 4px;
    top: 2px;
    border: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

.ui-datepicker.ui-widget-content .ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    padding: 0;
    border: 0
}

.ui-datepicker .ui-datepicker-title {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #484e6a
}

.ui-datepicker .ui-datepicker-prev {
    background-image: url(https://www.hydebeachpoolparty.com/wp-content/uploads/2023/06/left.svg);
    left: 5px !important
}

.ui-datepicker .ui-datepicker-next {
    background-image: url(https://www.hydebeachpoolparty.com/wp-content/uploads/2023/06/right.svg);
    right: 5px !important
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    opacity: 0
}

.ui-datepicker th {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #777d9a;
    text-transform: uppercase
}

.ui-datepicker thead tr {
    border-bottom: 1px solid #e0e3ee
}

.ui-datepicker td a, .ui-datepicker td span {
    background-color: rgba(227, 227, 227, .3);
    height: 34px;
    border: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #fff;
    background-color: #cdaba8
}

.popup__wrapper::-webkit-scrollbar {
    width: 5px;
    background: #fcf7f7;
    height: 0
}

.popup__wrapper::-webkit-scrollbar-thumb {
    background-color: #e1bfbc
}

.form__table-list .error {
    position: absolute;
    bottom: -12px;
    left: 5px
}

.form__preparing {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 88%);
    width: 100%;
    height: 100%;
    z-index: 111111;
    display: none
}

.form__preparing .loading__text {
    text-transform: uppercase
}

.mycookies {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(68, 68, 68, .08);
    width: 920px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    z-index: 111
}

.mycookies__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #43454d;
    margin-left: 14px;
    width: 564px
}

.mycookies__btn, .page-template-home #blog .item__keys a, .page-template-home #blog .section-calendar__list-btn a {
    font-weight: 500;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase
}

.mycookies__btn {
    width: 142px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e1bfbc;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #43454d;
    margin-left: 45px;
    transition: .6s;
    cursor: pointer
}

.mycookies__btn:hover {
    background: #e2b8b4
}

.form__date_calendar .ui-datepicker.ui-widget-content {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important
}

.section-keys .key__title:after, .site-main ul li:after {
    position: absolute;
    content: '';
    left: 0;
    background-color: #e1bfbc
}

.page-template-home #blog .item__date svg {
    margin-right: 8px
}

.page-template-home #blog .section-calendar__list-item {
    width: 33%
}

.page-template-home #blog .section-calendar__list-btn a {
    width: 186px;
    height: 48px;
    margin-left: auto;
    font-size: 16px;
    line-height: 14px
}

.page-template-home #blog .section-calendar__header {
    padding-left: 94px;
    padding-right: 91px;
    width: 100%;
    max-width: 100%;
    position: relative;
    top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-template-home #blog .section-calendar__list {
    padding: 20px 95px 0
}

.page-template-home #blog .section-calendar__list-item .item {
    border-bottom: 0 solid rgba(67, 69, 77, .24)
}

.page-template-home #blog .item__keys {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 15px
}

.page-template-home #blog .item__keys a {
    cursor: pointer;
    transition: .5s;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px 20px;
    background: #f3e5e4;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #43454d
}

.page-template-home #blog .item__keys .post-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.page-template-home #blog .section-calendar__list-btn {
    width: auto;
    padding: 0 16px
}

.section-keys {
    padding: 0 64px;
    flex: 1 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 140px;
    width: 100%
}

.section-keys .keys {
    width: 1300px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 160px 0 75px
}

.section-keys .keys__title {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 116%;
    color: #444;
    text-align: center;
    margin-bottom: 55px
}

.section-keys .faqs__lists .list .item__btn, .section-keys .faqs__lists .list .item__btn span, .section-keys .key__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 116%;
    color: #444;
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    position: relative
}

.section-keys .keys__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.section-keys .key__item {
    width: 35%;
    margin-bottom: 45px
}

.section-keys .key__title {
    margin-bottom: 12px;
    padding-left: 31px
}

.section-keys .key__title:after {
    top: 15px;
    width: 20px;
    height: 2px
}

.section-keys .key__description {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #43454d;
    width: 470px
}

.faqs__lists {
    width: 91%;
    margin: 0 auto
}

.section-keys .faqs__lists .list .item.active {
    background: rgb(202 158 156 / 5%)
}

.section-keys .faqs__lists .list .item.active .item__btn, .section-keys .faqs__lists .list .item.active + .item .item__btn {
    border-top: 1px solid #e1bfbc
}

.section-keys .faqs__lists .list .item.active .item__btn .icon {
    transition: .5s;
    background: #ca9f9c
}

.section-keys .faqs__lists .list .item.active .item__btn .icon .plus {
    display: none;
    transition: .5s
}

.section-keys .faqs__lists .list .item.active .item__btn .icon .minus {
    opacity: 1;
    transition: .5s;
    display: block
}

.section-keys .faqs__lists .list .item.active .item__btn .icon svg {
    margin-top: -2px;
    transform: rotate(180deg);
    transition: .6s
}

.section-keys .faqs__lists .list .item__btn {
    border-top: 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 25px 25px 23px;
    cursor: pointer;
    transition: color .5s;
    margin-bottom: 0
}

.section-keys .faqs__lists .list .item__btn span {
    transition: color .5s
}

@media screen and (max-width: 1439px) and (max-width: 1080px) {
    .section-keys .faqs__lists .list .item__btn span {
        padding-left: 0
    }
}

.section-keys .faqs__lists .list .item__btn .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e1bfbc;
    border-radius: 50%
}

.section-keys .faqs__lists .list .item__btn .icon svg {
    margin-top: 5px;
    transition: .6s
}

.section-keys .faqs__lists .list .item__btn .icon .minus {
    font-size: 34px;
    padding-left: 2px;
    font-weight: 300;
    transition: .5s;
    color: #fff;
    display: none
}

.section-keys .faqs__lists .list .item__btn .icon .plus {
    font-size: 28px;
    font-weight: 300;
    transition: .5s;
    color: #fff
}

.section-keys .faqs__lists .list .item__content {
    color: #444;
    font-size: 20px;
    line-height: 159%;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s
}

.section-keys .faqs__lists .list .item__content p {
    margin-bottom: 26px
}

.section-keys .faqs__lists .list .item__content ol {
    list-style: auto;
    padding-left: 33px
}

.section-keys .faqs__lists .list .item__content ol li {
    margin-bottom: 18px
}

@media screen and (max-width: 1439px) {
    .section-keys .faqs__lists .list {
        margin-bottom: 5.5555555556vw
    }

    .section-keys .faqs__lists .list .item__content ol {
        padding-left: 2.2916666667vw
    }

    .section-keys .faqs__lists .list .item__btn span {
        font-size: 27px
    }

    .section-keys .faqs__lists .list .item__content ol li {
        margin-bottom: 1.25vw
    }
}

.section-keys .faqs__lists .list .item__content ol li:last-child {
    margin-bottom: 0
}

@media (max-width: 780px) {
    .section-hero {
        margin-top: 0;
        padding-top: 23px
    }

    .section-about__content .image {
        width: 75%
    }

    .section-our-blog__list {
        padding: 0 16px;
        flex-direction: column
    }

    .section-our-blog__list-item, .section-our-blog__list-item:first-child, .section-our-blog__list-item:nth-child(3) {
        padding-left: 0;
        padding-right: 0
    }

    .faqs__lists, .section-our-blog__list-item {
        width: 100%
    }
}

@media (max-width: 480px) {
    .page-template-floor-plan .section-hero {
        margin-bottom: 5px;
        overflow: hidden;
        background-color: #fff;
        background-image: url(../image/textured-background.png);
        background-position: 0 0;
        background-size: 35% 42.5%;
        background-repeat: no-repeat;
        object-fit: cover;
        padding-top: 20px
    }

    .hero__links {
        margin-bottom: 0;
        display: none
    }

    .hero__box .hero__plan {
        margin: 85px auto 0;
        width: 338px;
        height: 245px
    }

    .hero__box {
        position: relative;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px
    }

    .hero__box .hero__content .content__description {
        margin-top: 15px
    }

    .hero__box .hero__content .hero__buttons {
        flex-direction: column
    }

    .hero__box .hero__content .hero__buttons .hero__button {
        width: 100%;
        margin-bottom: 15px
    }

    .hero__box .hero__content .hero__buttons .hero__button_link {
        width: 100%;
        margin-left: 0
    }

    .section-our-blog__header {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 0;
    }

    .section-our-blog__list {
        padding: 0;
        flex-direction: column
    }

    .section-our-blog__list-btn {
        width: 100%;
    }

    .section-our-blog__list-btn a {
        padding: 14px;
        width: 100%;
    }

    .section-keys .faqs__lists .list .item__btn {
        padding: 28px 12px 21px
    }

    .section-keys .faqs__lists .list .item__btn span {
        font-size: 25px
    }

    .section-keys .faqs__lists .list .item__content {
        padding-left: 12px
    }
}

.site-main {
    color: #444;
    padding: 30px 40px 100px;
    min-height: 400px
}

.site-main h1 {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 45px;
    line-height: 119%;
    text-transform: uppercase;
    color: #43454d;
    margin-bottom: 25px
}

.site-main h2 {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 145%;
    text-transform: uppercase;
    color: #43454d;
    margin-top: 5px;
    margin-bottom: 15px
}

.site-main h3, .site-main h4, .site-main h5 {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    line-height: 148%;
    text-transform: uppercase;
    color: #43454d;
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 5px
}

.site-main h3 {
    font-size: 28px
}

.site-main h4, .site-main h5 {
    font-size: 25px
}

.site-main p, .site-main ul li {
    font-size: 16px;
    line-height: 28px
}

.site-main p, .site-main ul {
    margin-bottom: 15px
}

.site-main ul li {
    position: relative;
    margin-bottom: 7px;
    display: block;
    padding-left: 20px
}

.site-main ul li:after {
    top: 13px;
    width: 12px;
    height: 1px
}

.site-main a {
    color: #d5a6a2
}

@media (max-width: 1350px) {
    .section-keys .keys {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 0 160px 0 75px
    }
}

@media (max-width: 1080px) {
    .section-keys .key__description {
        width: 405px
    }
}

@media (max-width: 990px) {
    .mycookies {
        width: 343px;
        height: 250px;
        flex-direction: column;
        justify-content: center;
        padding: 15px
    }

    .mycookies__text {
        margin-left: 0;
        width: auto;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 18px
    }

    .mycookies__close {
        position: absolute;
        right: 20px;
        top: 15px;
        margin-left: 0
    }

    .mycookies__btn {
        margin-left: 0;
        width: 303px
    }

    #blog {
        margin-top: 50px
    }

    .page-template-home #blog .section-calendar__list {
        padding: 0;
        flex-direction: column;
        width: 100%
    }

    .page-template-home #blog .section-calendar__list-item {
        width: 100%;
        padding: 0
    }

    .section-calendar__list-item .item__image img {
        height: 280px
    }

    .page-template-home #blog .section-calendar__header {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
        max-width: 100%;
        position: relative;
        top: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .section-keys .faqs__lists .list .item__btn:hover span {
        color: #444
    }

    .section-keys .faqs__lists .list .item__btn .icon {
        width: 42px;
        height: 42px
    }

    .section-keys .faqs__lists .list .item__content p {
        margin-bottom: 15px
    }

    .section-keys .keys {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 0
    }

    .section-keys .key__item {
        width: 95%;
        margin-bottom: 35px
    }

    .section-keys .keys__items {
        flex-direction: column
    }

    .section-keys .key__description {
        width: 100%
    }

    .site-main .section-drinkMenu__back {
        margin-bottom: 35px
    }
}

@media (min-width: 420px) {
    .btn_link_buy {
        display: none !important;
    }
}

.btn_link_buy {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 186% !important;
    color: #444 !important;
    background: transparent !important;
}

@media (max-width: 420px) {
    .section-calendar__list-btn a {
        font-size: 18px
    }

    .section-our-blog__list-btn a {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: #43454d;
        text-decoration: none;
        background: #e1bfbc;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        transition: .3s
    }

    .page-template-home #blog .section-calendar__header {
        align-items: flex-start;
        flex-direction: column
    }

    .page-template-home #blog .section-calendar__list-item .item__image {
        margin-bottom: 20px
    }

    .site-main h1, .site-main h2 {
        font-family: "Stempel Garamond LT Std";
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        color: #43454d
    }

    .section-keys .key__item {
        width: 100%;
        margin-bottom: 35px
    }

    .section-keys .keys__title {
        font-size: 47px;
        margin-bottom: 20px
    }

    .section-keys {
        padding: 20px 20px 0;
        flex: 1 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 150px;
        width: 100%
    }

    .site-main h1 {
        text-align: center;
        font-size: 37px;
        line-height: 119%;
        margin-bottom: 25px
    }

    .site-main h2 {
        font-size: 30px;
        line-height: 145%;
        margin-top: 5px;
        margin-bottom: 15px
    }

    .site-main {
        color: #444;
        padding: 50px 20px 100px;
        min-height: 100px
    }
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #c3aaa7;
    background: #c3aaa7;
    font-weight: 400;
    color: #fff
}

.error {
    color: #850606;
    margin-top: 5px;
    font-size: 12px
}

.iti--separate-dial-code .iti__selected-flag {
    color: #000;
    background-color: rgb(255 255 255) !important;
    font-weight: 600
}

.iti__country-list {
    width: 280px;
    overflow-x: hidden
}

#reservationPopup > div.popup__wrapper > div.reservation > form > div:nth-child(6) > div:nth-child(2) > label {
    display: none !important;
}

.iti__country-name {
    color: #000 !important;
}

@media (max-width: 480px) {
    .iti--allow-dropdown {
        width: 100%;
    }
}

.iti-mobile .iti--container {
    z-index: 11111;
}

.thank-you {
    padding: 80px 0px;
    padding-bottom: 200px;
}

.thank-you h1 {
    font-family: "Stempel Garamond LT Std";
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 119%;
    text-align: center;
    text-transform: uppercase;
    color: #43454D;
    width: 100%;
    max-width: 920px;
    margin: 0 auto 25px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    color: #000000;
    font-weight: 700;
}

@media (min-width: 767px) {
    .thank-you__logo {
        display: none;
    }
}

@media (max-width: 768px) {
    .thank-you {
        padding: 40px 0px;
        padding-bottom: 200px;
    }
}

.thank-you__logo img {
    width: 130px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
}

.maxbutton-1.maxbutton.maxbutton-tickets{
    border: 0px solid #ffffff!important;
    text-transform: uppercase;
    font-size: 15px!important;
    background-color: #e1bfbc!important;
    box-shadow: 0px 0px 0px 0px #e1bfbc!important;
    width: 42%!important;
    margin-bottom: 8px;
    transition: 0.6s all;
    border-radius: 0px!important;
}

.maxbutton-1.maxbutton.maxbutton-tickets:hover{
    background-color: #cdaba8!important;
    transition: 0.6s all!important;
}

.maxbutton-1.maxbutton.maxbutton-tickets .mb-text {
    font-weight: 500!important;
    font-family: "HK Grotesk", sans-serif!important;
    padding-top: 19px!important;
    font-size: 15px!important;
    text-shadow: 0px 0px 0px #ffffff!important;
}

div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 0px 8px!important;
}

.maxbutton-1{
    margin-top: 12px!important;
}

div.heateor_sss_sharing_ul {
    width: 100%;
    text-align: left!important;
}

.heateor_sss_sharing_container{
    margin: 0px 20px 21px 0px!important;
}

div.heateor_sss_sharing_title {
    text-align: left!important;
    font-family: "HK Grotesk", sans-serif!important;
    font-size: 20px!important;
    margin-bottom: 8px!important;
}

.maxbutton-popup{
    border: 0px solid #ffffff!important;
    background-color: #191919!important;
    box-shadow: 0px 0px 0px 0px #e1bfbc!important;
    position: relative;
    vertical-align: middle;
    width: 42%;
    display: block!important;
    height: 50px;
    color: #ffffff!important;
    font-family: "HK Grotesk", sans-serif;
    text-shadow: 0px 0px 0px #ffffff;
    font-weight: 400!important;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    line-height: 1em;
    text-transform: uppercase;
    padding: 18px 0px 0px 0px;
    padding-top: 18px!important;
    align-items: center;
    justify-content: center;
    transition: 0.6s all!important;
}

.maxbutton-popup:hover{
    color: #ffffff!important;
    background-color: #2b2b2b!important;
}

.maxbutton-popup-single{
    width: 25%!important;
    text-decoration: none!important;
    margin-top: 5px;
    margin-bottom: 20px;
}

@media (max-width: 480px){
    .maxbutton-1.maxbutton.maxbutton-tickets {
        height: 50px!important;
        width: 100%!important;
    }

    .maxbutton-popup-single{
        width: 100%!important;
    }

    .maxbutton-popup{
        width: 100%;
    }

    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
        margin: 0px 8px!important;
        margin-bottom: 7px!important;
    }
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #e1bfbc!important;
    background-image: none;
    box-shadow: none;
    font-style: normal;
    text-shadow: none;
    border-radius: 0!important;
    text-decoration: none;
    color: #43454d!important;
    font-family: "HK Grotesk", sans-serif!important;
    text-transform: uppercase;
    font-weight: 500!important;
    transition: 0.6s;
}

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button:hover{
    opacity: 0.8;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border: 1px solid #e1bfbc!important;
    text-align: center;
    color: #e1bfbc!important;
    background: #e1bfbc!important;
    padding: 11px 20px;
    color: #43454d!important;
    text-transform: uppercase !important;
    transition: 0.6s;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
    text-transform: uppercase;
    font-weight: 500;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border:hover{
    opacity: 0.8;
}

.tribe-events-single-section a{
    color: #000000;
}

div.heateor_sss_follow_ul, div.heateor_sss_sharing_ul{
    margin: 18px 0 !important;
    margin-bottom: 50px !important;
}

.tribe-events-schedule {
    margin-top: 7px;
    margin-bottom: 21px;
}

.iti__flag.iti__us {
    background-position: -5337px 0px!important;
}
