@font-face {
    font-family: "flexslider-icon";
    src: url("../flexslider-icon.woff") format("woff");
    src: url("../flexslider-icon.ttf") format("truetype");
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans/OpenSans-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: 500
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf");
    font-display: swap;
    font-weight: 600
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: "Umbrage";
    src: url("../fonts/Umbrage.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald-Light.ttf") format("truetype");
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: 500
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 700
}

.btn {
    position: relative;
    border: 1px #fe0 solid;
    border-radius: 10px
}

.btn span {
    position: relative;
    display: block;
    padding: clamp(0.75rem, 1.2vw, 1rem);
    width: 100%;
    height: 100%;
    text-align: center
}

.btn:before, .btn:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #fe0;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9), -4px -4px 5px 0px rgba(255, 255, 255, .9), 7px 7px 20px 0px rgba(0, 0, 0, .2), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all .3s ease
}

.btn:before {
    height: 0%;
    width: 1px
}

.btn:after {
    width: 0%;
    height: 1px
}

.btn:hover, .btn:focus {
    border-color: transparent;
    color: #fe0;
    background: transparent
}

.btn:hover:before {
    height: 100%
}

.btn:hover:after, .btn:focus:after {
    width: 100%
}

.btn span:before, .btn span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #fe0;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9), -4px -4px 5px 0px rgba(255, 255, 255, .9), 7px 7px 20px 0px rgba(0, 0, 0, .2), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all .3s ease
}

.btn span:before {
    width: 1px;
    height: 0%
}

.btn span:after {
    height: 1px;
    width: 0%
}

.btn span:hover:before {
    height: 100%
}

.btn span:hover:after {
    width: 100%
}

.btn span:before:focus {
    height: 100%
}

.btn span:focus:after {
    width: 100%
}

ul, ol {
    padding: 0;
    margin: 0
}

.header {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    min-width: 100px;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding: 1rem 0;
    font-weight: 700;
    color: #d6d1d1;
    text-transform: uppercase;
    z-index: 100
}

.header .navigation {
    display: flex;
    align-items: center
}

.header .navigation__reference {
    position: relative;
    padding: .5rem
}

.header .navigation__reference::before, .header .navigation__reference::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: #fe0;
    box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #0003, 4px 4px 5px 0px #0002;
    transition: 400ms ease all
}

.header .navigation__reference::after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0
}

.header .navigation__reference:hover::before, .header .navigation__reference:hover::after, .header .navigation__reference:focus::before, .header .navigation__reference:focus::after {
    width: 100%;
    transition: 800ms ease all
}

.question a {
    padding: .5rem;
    text-align: center
}

.question a:hover, .question a:focus {
    color: #fe0
}

.phone a {
    color: #d6d1d1;
    transition: all .2s ease-in-out
}

.phone:hover a, .phone:focus a {
    color: #fe0
}

.phone:hover, .phone:focus {
    transform: scale(1.05)
}

@media all and (max-width: 800px) {
    .header {
        justify-content: flex-end;
        height: auto
    }

    .header .phone {
        margin-right: 3rem
    }

    .header .navigation-wrapper {
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: -100%;
        transform: translate(-50%, -50%);
        transition: top .4s ease-in-out
    }

    .header .burger-menu {
        position: absolute;
        width: auto;
        height: auto;
        top: 1rem;
        right: 1rem
    }

    .header .burger-menu_icon {
        transition: all .4s ease-in-out;
        display: block;
        position: relative;
        cursor: pointer;
        width: 1.625rem;
        flex-shrink: 1;
        flex-grow: 0;
        height: 1.188rem
    }

    .header .burger-menu_icon .burger-menu__icon-line {
        cursor: pointer;
        height: 3px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        display: block;
        border-radius: 1px;
        transform: rotate(0deg);
        transition: .5s ease-in-out
    }

    .header .burger-menu_icon .burger-menu__icon-line:nth-child(2) {
        top: .5rem
    }

    .header .burger-menu_icon .burger-menu__icon-line:nth-child(3) {
        top: 1rem
    }

    .menu-active .btn {
        visibility: hidden
    }

    #wrapper.menu-active {
        background: rgba(54, 54, 52, .9)
    }

    .menu-active .phone {
        display: none
    }

    .menu-active .header {
        min-height: 100vh
    }

    .menu-active .header .navigation-wrapper {
        visibility: visible;
        top: 50%;
        transition: top .4s ease-in-out
    }

    .menu-active .header .navigation-wrapper .navigation {
        flex-direction: column
    }

    .menu-active .header .navigation-wrapper .navigation li {
        padding: clamp(0.8rem, 1.7vw, 1.3rem) 0
    }

    .menu-active .header .navigation-wrapper .navigation__reference {
        font-size: clamp(1.3rem, 2.5vw, 2.25rem)
    }

    .menu-active .burger-menu_icon {
        height: 1.28rem
    }

    .menu-active .burger-menu_icon .burger-menu__icon-line:nth-child(1) {
        top: 50%;
        transform: rotate(495deg)
    }

    .menu-active .burger-menu_icon .burger-menu__icon-line:nth-child(2) {
        opacity: 0;
        left: -60px
    }

    .menu-active .burger-menu_icon .burger-menu__icon-line:nth-child(3) {
        top: 50%;
        transform: rotate(-495deg)
    }

    .question {
        display: none
    }
}

.statistics {
    padding-top: clamp(1.5rem, 3.5vw, 3rem);
    padding-bottom: clamp(1.5rem, 3.5vw, 3rem);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(0.8rem, 1.7vw, 1.3rem);
    flex-wrap: nowrap
}

.statistics__item {
    flex: 1;
    gap: 1rem
}

.statistics__item-flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.statistics__item-img {
    display: flex;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fe0;
    height: clamp(7rem, 13vw, 10rem);
    width: clamp(7rem, 13vw, 10rem);
    padding: clamp(1.5rem, 3vw, 2.25rem)
}

.statistics__item-img svg {
    height: 100%;
    min-width: 100%
}

.statistics__item-h {
    margin-top: auto;
    text-transform: uppercase;
    text-align: center;
}

.statistics__item-value {
    text-transform: uppercase;
    text-align: center;
    font-size: calc($ font-size-h3-0 .5rem);
    font-family: Oswald;
    font-weight: bold;
}

.statistics__item-value span {
    font-family: "Umbrage", "Oswald", "sans-serif";
    font-size: clamp(1rem, 2vw, 1.5rem)
}

.booking-card-wrapper {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    min-height: 100vh;
    top: -350%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(0.75rem, 1.2vw, 1rem);
    background-color: rgba(54, 54, 52, .95);
    transition: all .3s ease-in-out
}

.booking-card-wrapper .booking-card {
    position: relative;
    max-width: clamp(22rem, 40vw, 30rem);
    min-width: 17.5rem;
    width: 100%;
    margin: clamp(0.75rem, 1.2vw, 1rem);
    border: 1px solid #fe0;
    border-radius: .5rem;
    overflow: hidden;
    border: none;
    box-shadow: 0px 0px 8px 6px rgba(255, 255, 255, .31)
}

.booking-card-wrapper .booking-card__close {
    position: absolute;
    top: clamp(0.75rem, 1.2vw, 1rem);
    right: clamp(0.75rem, 1.2vw, 1rem);
    background-color: transparent;
    color: #2b2e34;
    border: none;
    transition: all .3s ease-in-out;
    font-size: clamp(1.3rem, 2.5vw, 2.25rem)
}

.booking-card-wrapper .booking-card__close:hover, .booking-card-wrapper .booking-card__close:focus {
    color: red;
    transform: rotate(360deg)
}

.booking-card-wrapper .booking-card__header {
    padding: clamp(0.75rem, 1.2vw, 1rem);
    background-color: #fe0
}

.booking-card-wrapper .booking-card__header h3, .booking-card-wrapper .booking-card__header h4, .booking-card-wrapper .booking-card__header p {
    margin: clamp(0.6rem, 1vw, 0.8rem) 0;
    text-transform: uppercase;
    color: #2b2e34;
    line-height: 1.15
}

.booking-card-wrapper .booking-card__header #game-date {
    color: red;
    font-weight: 700
}

.booking-card-wrapper .booking-card__cost {
    position: relative;
    padding: clamp(0.75rem, 1.2vw, 1rem);
    background-color: #fff
}

.booking-card-wrapper .booking-card__cost h4, .booking-card-wrapper .booking-card__cost span {
    margin: clamp(0.6rem, 1vw, 0.8rem) 0;
    font-family: "Umbrage", "Oswald", "sans-serif";
    color: #2b2e34;
    line-height: 1.15
}

.booking-card-wrapper .booking-card__cost span {
    font-size: clamp(1.3rem, 2.5vw, 2.25rem)
}

.booking-card-wrapper .booking-card__cost h4::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: url(../Image/pattern_star.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    margin: 1rem 0
}

.booking-card-wrapper .booking-card__cost h4::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: url(../Image/pattern_star.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    margin: 1rem 0
}

.booking-card-wrapper .booking-card__cost::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    background-image: url(../Image/pattern_border.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    width: 100%;
    height: 16px
}

.booking-card-wrapper .booking-card__main {
    display: flex;
    flex-direction: column;
    padding: clamp(0.8rem, 1.7vw, 1.3rem) clamp(0.75rem, 1.2vw, 1rem);
    background-color: #363634
}

.booking-card-wrapper .booking-card__main input:-webkit-autofill, .booking-card-wrapper .booking-card__main input:-webkit-autofill:hover, .booking-card-wrapper .booking-card__main input:-webkit-autofill:focus, .booking-card-wrapper .booking-card__main input:-webkit-autofill:active {
    box-shadow: inset 20px 20px 0px 20px #363634;
    -webkit-text-fill-color: #d6d1d1
}

.booking-card-wrapper .booking-card__main input, .booking-card-wrapper .booking-card__main textarea {
    width: 100%;
    max-width: 100%;
    padding: clamp(0.3rem, 0.2vw, 0.5rem);
    background-color: transparent;
    color: #d6d1d1;
    font-family: "OpenSans", "Oswald";
    line-height: 1.15;
    border-radius: .5rem
}

.booking-card-wrapper .booking-card__main span {
    line-height: 1.15
}

.booking-card-wrapper .booking-card__main textarea {
    min-width: 100%;
    min-height: clamp(1.8rem, 3.75vw, 3rem);
    max-height: clamp(2.2rem, 8vw, 5rem);
    line-height: 1.15;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial
}

.booking-card-wrapper .booking-card__main .booking-card__input-wrapper {
    position: relative;
    margin-bottom: clamp(0.75rem, 1.2vw, 1rem)
}

.booking-card-wrapper .booking-card__main .focus-border:before, .booking-card-wrapper .booking-card__main .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #fe0;
    transition: .2s;
    transition-delay: .2s
}

.booking-card-wrapper .booking-card__main .focus-border:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transition-delay: .6s
}

.booking-card-wrapper .booking-card__main input ~ .focus-border i:before, .booking-card-wrapper .booking-card__main input ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #fe0;
    transition: .2s
}

.booking-card-wrapper .booking-card__main input ~ .focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transition-delay: .4s
}

.booking-card-wrapper .booking-card__main input:focus ~ .focus-border:before, .booking-card-wrapper .booking-card__main input:focus ~ .focus-border:after {
    width: 100%;
    transition: .2s;
    transition-delay: .6s
}

.booking-card-wrapper .booking-card__main input:focus ~ .focus-border:after {
    transition-delay: .2s
}

.booking-card-wrapper .booking-card__main input:focus ~ .focus-border i:before, .booking-card-wrapper .booking-card__main input:focus ~ .focus-border i:after {
    height: 100%;
    transition: .2s
}

.booking-card-wrapper .booking-card__main input:focus ~ .focus-border i:after {
    transition-delay: .4s
}

.booking-card-wrapper .booking-card__main select {
    margin-bottom: clamp(0.75rem, 1.2vw, 1rem);
    background-color: #363634;
    padding: .5rem;
    outline: none;
    line-height: 1.15;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
    border-radius: .5rem
}

.booking-card-wrapper .booking-card__main select option {
    background-color: transparent
}

.booking-card-wrapper .booking-card__checkbox input {
    width: 1rem
}

.booking-card-wrapper .booking-card__checkbox label {
    text-align: justify
}

.booking-card-wrapper .booking-card__checkbox label a {
    color: #fe0
}

.booking-card-wrapper .booking-card__btn-wrapper {
    display: flex;
    justify-content: space-between;
    gap: clamp(0.8rem, 1.7vw, 1.3rem)
}

.booking-card-wrapper .booking-card__btn-wrapper .submit_btn::after, .booking-card-wrapper .booking-card__btn-wrapper .submit_btn::before {
    width: 0;
    height: 0
}

.booking-card-wrapper .booking-card__btn-wrapper .submit_btn, .booking-card-wrapper .booking-card__btn-wrapper .submit_btn-active {
    background-color: transparent;
    border-color: #696767;
    color: #696767;
    flex: 1
}

.booking-card-wrapper .booking-card__btn-wrapper .submit_btn-active {
    border-color: #fff;
    color: #fff
}

.booking-card-wrapper .booking-card__btn-wrapper .submit_btn span {
    color: #696767
}

.booking-card-wrapper .booking-card__btn-wrapper .submit_btn span::after, .booking-card-wrapper .booking-card__btn-wrapper .submit_btn span::before {
    width: 0;
    height: 0
}

.booking-card-wrapper .booking-card__btn-wrapper .close_btn {
    background-color: transparent;
    border-color: #fff;
    flex: 1
}

.booking-card-wrapper .booking-card__btn-wrapper .submit_btn-active:hover, .booking-card-wrapper .booking-card__btn-wrapper .close_btn:hover, .booking-card-wrapper .booking-card__btn-wrapper .submit_btn-active:focus, .booking-card-wrapper .booking-card__btn-wrapper .close_btn:focus, .booking-card-wrapper .booking-card__btn-wrapper .submit_btn-active:active, .booking-card-wrapper .booking-card__btn-wrapper .close_btn:active {
    border-color: transparent
}

.booking-card-wrapper .booking-card__btn-wrapper .submit_btn-active:hover span, .booking-card-wrapper .booking-card__btn-wrapper .close_btn:hover span, .booking-card-wrapper .booking-card__btn-wrapper .submit_btn-active:focus span, .booking-card-wrapper .booking-card__btn-wrapper .close_btn:focus span, .booking-card-wrapper .booking-card__btn-wrapper .submit_btn-active:active span, .booking-card-wrapper .booking-card__btn-wrapper .close_btn:active span {
    color: #fe0
}

.booking-active {
    top: 0;
    transition: all .3s ease-in-out
}

@font-face {
    font-family: "flexslider-icon";
    src: url("../flexslider-icon.woff") format("woff");
    src: url("../flexslider-icon.ttf") format("truetype");
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans/OpenSans-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: 500
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf");
    font-display: swap;
    font-weight: 600
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: "Umbrage";
    src: url("../fonts/Umbrage.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald-Light.ttf") format("truetype");
    font-display: swap;
    font-weight: 300
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald-Medium.ttf") format("truetype");
    font-display: swap;
    font-weight: 500
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: 700
}

.btn {
    position: relative;
    border: 1px #fe0 solid;
    border-radius: 10px
}

.btn span {
    position: relative;
    display: block;
    padding: clamp(0.75rem, 1.2vw, 1rem);
    width: 100%;
    height: 100%;
    text-align: center
}

.btn:before, .btn:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #fe0;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9), -4px -4px 5px 0px rgba(255, 255, 255, .9), 7px 7px 20px 0px rgba(0, 0, 0, .2), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all .3s ease
}

.btn:before {
    height: 0%;
    width: 1px
}

.btn:after {
    width: 0%;
    height: 1px
}

.btn:hover, .btn:focus {
    border-color: transparent;
    color: #fe0;
    background: transparent
}

.btn:hover:before {
    height: 100%
}

.btn:hover:after, .btn:focus:after {
    width: 100%
}

.btn span:before, .btn span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #fe0;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9), -4px -4px 5px 0px rgba(255, 255, 255, .9), 7px 7px 20px 0px rgba(0, 0, 0, .2), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all .3s ease
}

.btn span:before {
    width: 1px;
    height: 0%
}

.btn span:after {
    height: 1px;
    width: 0%
}

.btn span:hover:before {
    height: 100%
}

.btn span:hover:after {
    width: 100%
}

.btn span:before:focus {
    height: 100%
}

.btn span:focus:after {
    width: 100%
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: clamp(0.75rem, 1.2vw, 1rem);
    padding: clamp(1.3rem, 2.5vw, 2.25rem) 0
}

.footer .footer-item {
    flex: 2
}

.footer .footer-item a {
    font-family: "OpenSans", "Oswald", "sans-serif"
}

.footer .footer-item_flex {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 1.2vw, 1rem)
}

.footer .footer-item__social {
    margin-top: clamp(0.3rem, 0.6vw, 0.5rem)
}

.footer .footer-item__social a {
    flex: 1
}

.footer .footer-item__social a {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.footer .footer-item__social svg {
    height: clamp(2rem, 4vw, 3rem)
}

.footer .footer-item__social svg:hover path, .footer .footer-item__social svg:hover circle, .footer .footer-item__social svg:focus path, .footer .footer-item__social svg:focus circle {
    fill: #fe0
}

.footer .footer-item__social svg:hover, .footer .footer-item__social svg:focus {
    transform: scale(1.1)
}

.footer .footer-item__social img {
    height: clamp(2rem, 4vw, 3rem);
    width: auto
}

.footer .footer-item .btn_footer {
    border: none;
    padding-bottom: clamp(0.3rem, 0.4vw, 0.3rem)
}

.footer .footer-item li {
    margin-bottom: clamp(0.3rem, 0.6vw, 0.5rem)
}

.footer .footer-item .btn_footer:hover::before, .footer .footer-item .btn_footer:focus::before {
    display: none
}

.footer .footer-item_about {
    flex: 3
}

@media all and (max-width: 33rem) {
    .footer {
        flex-direction: column
    }

    .footer .footer-item__social-header {
        text-align: left
    }

    .footer .footer-item_flex {
        justify-content: flex-start
    }

    .footer .footer-item_about {
        flex: 1
    }
}

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

*:focus {
    outline: none
}

body {
    background-color: #363634
}

a, p, h1, h2, h3, h4, h5, span, date, input, textarea, label, select, option, li, blockquote, button {
    font-family: "Umbrage", "Oswald", "sans-serif";
    color: #d6d1d1;
    font-size: clamp(0.8rem, 1.5vw, 1.3rem);
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
    padding: 0
}

li, a {
    text-decoration: none;
    list-style: none
}

button {
    line-height: 1.15
}

.btn {
    border-color: #d6d1d1
}

blockquote {
    font-style: italic;
    margin: clamp(0.8rem, 1.7vw, 1.3rem) 0
}

p, span, li, button {
    font-family: "OpenSans", "Oswald", "sans-serif"
}

h2 {
    font-size: clamp(1.8rem, 3.75vw, 3rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: .12em;
    font-family: "Oswald"
}

h3 {
    font-size: clamp(1.3rem, 2.5vw, 2.25rem);
    letter-spacing: .12em
}

h4, blockquote {
    font-size: clamp(1rem, 2vw, 1.5rem)
}

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background: rgba(54, 54, 52, .6);
    z-index: 5999
}

.container {
    max-width: 88.5rem;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    margin: 0 auto
}

.section-padding {
    padding-top: clamp(1.5rem, 3.5vw, 3rem)
}

.section-header {
    padding: clamp(1rem, 2.3vw, 2rem) 0 1rem 0;
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 2vw, 1.5rem);
    margin-bottom: 0;
    border-top: 1px solid #fe0;
    border-radius: 1rem
}

.section-header svg {
    display: flex;
    align-items: center;
    width: clamp(2rem, 4vw, 3rem);
    height: auto
}

.btn:hover, .btn:focus {
    border-color: transparent
}

.btn:hover span, .btn:focus span {
    color: #fe0
}

.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-image: url(../Image/banner-ad.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-y: hidden;
    min-height: 100vh;
    height: 100%
}

.banner .banner__wrapper {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-height: 100%;
    width: 100%;
    opacity: .9;
    overflow: hidden
}

.banner .banner__wrapper .margin-top {
    margin-top: 40vh
}

.banner .banner__wrapper canvas {
    z-index: 10;
    transform: translateX(-50%);
    overflow: hidden;
    height: 100%;
    max-width: 90%;
    width: 100%
}

.banner .banner__wrapper h1 {
    display: block;
    position: static;
    margin: clamp(1.3rem, 2.5vw, 2.25rem);
    font-size: clamp(2.2rem, 8vw, 5rem);
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    mix-blend-mode: normal
}

.banner .banner__wrapper h2, .banner .banner__wrapper h3 {
    color: #fff;
    text-align: center
}

.banner .banner__wrapper h1, .banner .banner__wrapper h2, .banner .banner__wrapper h3 {
    text-align: left
}

.banner .banner__text {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 20;
    width: 100%;
    margin-left: clamp(1.8rem, 3.75vw, 3rem);
    margin-bottom: clamp(1.8rem, 3.75vw, 3rem)
}

.banner .banner__text h1, .banner .banner__text h3 {
    margin-left: clamp(0.75rem, 1.2vw, 1rem);
    margin-right: clamp(0.75rem, 1.2vw, 1rem);
    text-align: center
}

.banner .banner__text .btn_to-booking {
    margin-top: clamp(1.3rem, 2.5vw, 2.25rem)
}

@media screen and (max-width: 58rem)and (orientation: landscape) {
    .banner .banner__text h3 {
        display: none
    }

    .banner .banner__text h1 {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width: 58rem) {
    .banner {
        background-image: url(../Image/banner-ad-tablet.jpg)
    }
}

@media screen and (max-width: 32rem) {
    .banner {
        background-image: url(../Image//banner-ad-mobile.jpg)
    }
}

.about .section-header {
    border-top: none;
    padding-top: 0
}

.about blockquote:first-of-type {
    margin-top: 0
}

.statistics {
    padding-top: 3rem;
    padding-bottom: 0px;
    border-top: 1px solid #fe0;
    border-radius: 1rem
}

@media (max-width: 840px) {
    #section-statistics .statistics {
        flex-wrap: wrap
    }

    #section-statistics .statistics__item {
        flex-basis: 30%
    }
}

#slider {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 60vh
}

#slider .part {
    flex: 1
}

#slider .part .section {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center
}

#slider .part .section img {
    flex: 1;
    width: 300%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    pointer-events: none
}

.cursor {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    z-index: 999;
    pointer-events: none;
    mix-blend-mode: difference
}

.cursor-f {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='47' viewBox='0 0 47 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.4202 42.4202C38.8403 46 33.3594 46 23.5 46C13.6406 46 8.15966 46 4.57983 42.4202C1 38.8403 1 33.3594 1 23.5C1 13.6406 1 8.15966 4.57983 4.57983C8.15966 1 13.6406 1 23.5 1C33.3594 1 38.8403 1 42.4202 4.57983C46 8.15966 46 13.6406 46 23.5C46 33.3594 46 38.8403 42.4202 42.4202Z' stroke='white'/%3E%3C/svg%3E%0A");
    background-size: cover;
    mix-blend-mode: difference;
    pointer-events: none;
    opacity: .5
}

.buttons {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

.buttons button {
    border: none;
    background-size: contain;
    background: url("data:image/svg+xml,%3Csvg width='10' height='29' viewBox='0 0 10 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0V27L1 17.4857' stroke='white' stroke-width='2' /%3E%3C/svg%3E%0A") no-repeat;
    background-position: center;
    width: 10px;
    height: 30px;
    display: block;
    margin: 20px 0;
    padding: 0 15px;
    transition-duration: .6s
}

.buttons button.next {
    transform: scaleY(-1)
}

.buttons button.prev:active {
    transform: translateY(8px)
}

.buttons button.next:active {
    transform: scaleY(-1) translateY(8px)
}

.content {
    width: 90%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    z-index: 99;
    font-size: .8em
}

.content p {
    margin: .5em auto
}

.content kbd {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: .9em;
    vertical-align: text-top
}

.content a {
    color: rgba(227, 227, 227, .78);
    text-decoration: none;
    border-bottom: 1px solid currentColor
}

.content a:hover {
    padding-bottom: 1px
}

.booking__header {
    margin-bottom: clamp(0.8rem, 1.7vw, 1.3rem)
}

.booking__header .btn {
    background-color: transparent;
    padding: 0
}

.booking__header .btn:hover span {
    color: #fe0
}

.booking__form {
    display: grid;
    grid-template-columns:auto 1fr;
    gap: clamp(1rem, 2.3vw, 2rem)
}

.booking__form .booking__day {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: clamp(0.75rem, 1.2vw, 1rem);
    border: 1px solid #fe0;
    border-radius: .5rem;
    line-height: 1.15
}

.booking__form .booking__day .booking__date {
    font-weight: 700;
    line-height: inherit
}

.booking__form .booking__day .booking__day-name {
    line-height: inherit
}

.booking__form .booking__times {
    display: flex;
    gap: clamp(0.5rem, 1.2vw, 1rem)
}

.booking__form .booking__times .booking__times-item {
    position: relative;
    background: #fe0;
    border: none;
    border-radius: .5rem;
    line-height: 1.15;
    padding: 0;
    padding: .5rem;
    text-align: center;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 700;
    color: #2b2e34
}

.booking__form .booking__times .booking__times-item span {
    display: block;
    border-top: 1px solid #2b2e34;
    font-size: clamp(0.75rem, 1.2vw, 1rem);
    line-height: 1.15;
    color: inherit;
    margin-top: 2px
}

.booking__form .booking__times .booking__times-item span::before {
    content: "";
    visibility: hidden;
    display: block;
    position: absolute;
    padding-top: 2px;
    text-align: center;
    width: 100%;
    height: 100%
}

.booking__form .booking__times .booking__times-item:hover, .booking__form .booking__times .booking__times-item:focus {
    color: #fe0;
    background: transparent;
    box-shadow: none
}

.booking__form .booking__times .booking__times-item:hover span, .booking__form .booking__times .booking__times-item:focus span {
    border-top-color: inherit;
    color: inherit
}

.booking__form .booking__times .booking__times-item::before, .booking__form .booking__times .booking__times-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: #fe0;
    box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #0003, 4px 4px 5px 0px #0002;
    transition: 400ms ease all
}

.booking__form .booking__times .booking__times-item::after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0
}

.booking__form .booking__times .booking__times-item:hover::before, .booking__form .booking__times .booking__times-item:hover::after, .booking__form .booking__times .booking__times-item:focus::before, .booking__form .booking__times .booking__times-item:focus::after {
    width: 100%;
    transition: 800ms ease all
}

.booking__form .booking__times .booked {
    background: transparent;
    border: rgba(248, 18, 18, .89) solid 1px;
    color: rgba(248, 18, 18, .89)
}

.booking__form .booking__times .booked span {
    position: relative;
    visibility: hidden;
    border: none
}

.booking__form .booking__times .booked span::before {
    content: "бронь";
    visibility: visible;
    color: rgba(248, 18, 18, .89);
    border-top: 1px solid rgba(248, 18, 18, .89)
}

.booking__form .booking__times .booked:hover, .booking__form .booking__times .booked:focus {
    background: none;
    color: rgba(248, 18, 18, .89)
}

.booking__form .booking__times .booked::before, .booking__form .booking__times .booked::after {
    visibility: hidden
}

.booking__form .booking__times .closed {
    background: transparent;
    border: #b1a9a9 solid 1px;
    color: #b1a9a9
}

.booking__form .booking__times .closed span {
    position: relative;
    visibility: hidden
}

.booking__form .booking__times .closed span::before {
    content: "закрыто";
    visibility: visible;
    color: #b1a9a9;
    border-top: 1px solid #b1a9a9
}

.booking__form .booking__times .closed:hover, .booking__form .booking__times .closed:focus {
    background: none;
    color: #b1a9a9
}

.booking__form .booking__times .closed::before, .booking__form .booking__times .closed::after {
    visibility: hidden
}

@media (max-width: 840px) {
    .section-header {
        justify-content: center;
        margin-bottom: 0
    }

    .booking__form {
        grid-template-columns:1fr;
        align-self: center;
        align-items: center
    }

    .booking__form .booking__day {
        flex-direction: row;
        gap: clamp(0.75rem, 1.2vw, 1rem);
        padding-bottom: 0px;
        border: none
    }

    .booking__form .booking__times {
        justify-content: center
    }
}

@media (max-width: 700px) {
    .booking__times {
        flex-wrap: wrap
    }
}

.map-wrap {
    width: 100%;
    margin-top: clamp(0.75rem, 1.2vw, 1rem);
    height: clamp(20rem, 40vw, 35rem)
}

.map-wrap .map-item, .map-wrap iframe {
    height: 100%;
    border: none;
    width: 100%
}

#section-feedback {
    padding: clamp(1.8rem, 3.75vw, 3rem) 0
}

#section-feedback li, #section-feedback p, #section-feedback a {
    color: #d6d1d1;
    text-align: center
}

#section-feedback .flex-direction-nav li a:hover::before, #section-feedback .flex-direction-nav li a:hover::after {
    background-color: #fe0
}

#section-feedback .btn {
    border-color: #d6d1d1
}

#section-feedback .btn:hover, #section-feedback .btn:focus {
    border-color: transparent
}

#section-feedback .btn:hover span, #section-feedback .btn:focus span {
    color: #fe0
}

.address-bottom {
    font-size: clamp(1.3rem, 2.5vw, 2.25rem);
    letter-spacing: .12em;
    font-weight: inherit;
}
/* окно с промокодом */
.modal-info {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    width: 90%;
    max-width: 900px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    padding-right: 50px;
    background-color: #d6d1d1;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.modal-info.active {
    visibility: visible;
    opacity: 1;
}

.modal-info_close-btn {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: clamp(1.3rem, 2.5vw, 2.25rem);
    color: red;
    font-family: "OpenSans", "Oswald", "sans-serif";
    border: none;
    background: none;
}

.modal-info_title {
    font-size: clamp(0.9rem, 2.25vw, 2rem);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: "OpenSans", "Oswald", "sans-serif";
    margin-bottom: 10px;
    color: #000;
}

.modal-info_text {
    font-size: clamp(0.8rem, 1.5vw, 1.3rem);
    font-weight: 300;
    line-height: 1.5;
    font-family: "OpenSans", "Oswald", "sans-serif";
    color: #000;
}

.modal-info_promo {
    font-weight: 600;
    color: #000;
}