/*@font-face {*/
/*    font-family: 'lindsey-signature';*/
/*    src: url('../fonts/lindsey-signature-regular.otf') format('opentype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/


/*#canvasContainer {*/
/*    position: relative;*/
/*    width: 716px;*/
/*    !* height: 807px; *!*/
/*    height: 755px;*/
/*    background-image: url('https://restauracedvorak.cz/wp-content/uploads/2025/05/bg.jpg');*/
/*    background-size: cover;*/
/*    margin-bottom: 30px;*/
/*    transform: scale(1);*/

/*}*/






.canvas-table-wrapper {
    position: absolute;
    display: inline-block;
    /*transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;*/

}

.canvas-table-wrapper img {
    display: block;
    /*width: 100%;
    height: 100%;*/
}

.canvas-table-wrapper .table-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    text-align: center;
    width: 100%;
    pointer-events: none;
    font-size: 12px;
}

.free-table {
    cursor: pointer;
}

/* Стили для модального окна */
#reservationModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}


#reservationModalContent {
    border-radius: 2px;
    width: 363px;
    border: 1px solid #C49871;
    background: #1b3f3d;
    max-height: 90%;
    overflow: auto;
}

#reservationModal img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#closeModal {
    cursor: pointer;
    color: #ff0000;
    font-weight: bold;
}

/* .duration-button {
    margin: 5px;
    padding: 10px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
} */
.duration-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.duration-button {
    padding: 10px;
    border: 1px solid #c49871;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    min-width: 72px;
}
.duration-button:hover {
    background-color: #c49871;
}

.duration-button.active {
    background-color: #c49871;
}

.duration-button.disabled {
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}


@media only screen and (min-width: 1513px) {
    .qodef-content-grid-1200 div[data-element_type=container].qodef-elementor-content-grid {
        width: 1358px;
        max-width: 1358px;
    }
}





.occurrences-wrap .flatpickr-calendar.inline {
    width: 100%;
    box-shadow: none;
    max-width: 470px;
    margin: 0 auto;

    /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);*/
    background: rgba(196, 152, 112, 0);
    margin-bottom: 5px;
}
.occurrences-wrap .dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.occurrences-wrap .flatpickr-days {
    width: 100%;
}
.occurrences-wrap .flatpickr-day {
    font-size: 17px;
    border-radius: 0;
    max-width: 67px;
    /* height: 40px; */
    /* line-height: 40px; */

    aspect-ratio: 1 / 1;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.occurrences-wrap .flatpickr-day.has-session {
    /* background: rgb(31 203 0 / 20%) !important; */
    /*background: rgba(196, 152, 112, 0.85) !important;*/
}
.occurrences-wrap .flatpickr-day.selected {
    /* border-color: rgb(31 203 0);
    color: #000 !important; */
    /*background: transparent !important;*/
    /*border-color: rgba(196, 152, 112, 0.85) !important;*/
}
.occurrences-wrap .flatpickr-weekdays {
    margin-top: 20px;
}
.occurrences-wrap .flatpickr-current-month {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.occurrences-wrap  span.flatpickr-weekday {
    background: transparent;
    font-weight: 300;
    font-size: 12px;
}

.occurrences-wrap .flatpickr-months {
    justify-content: center;
}

.occurrences-wrap .flatpickr-months .flatpickr-prev-month,
.occurrences-wrap .flatpickr-months .flatpickr-next-month {
    position: unset;
    height: auto;
    padding: 7px;
}

.occurrences-wrap .flatpickr-months .flatpickr-month {
    flex: unset;
    min-width: 170px;
}

.occurrences-wrap .flatpickr-months .flatpickr-month,
.occurrences-wrap .flatpickr-current-month .flatpickr-monthDropdown-months {
    background: transparent;
}

.occurrences-wrap .flatpickr-current-month .flatpickr-monthDropdown-months,
.occurrences-wrap .flatpickr-current-month input.cur-year {
    font-weight: 500;
}
#occurrenceResults {
    /* border-top: 1px solid #1C232B1A; */
    /* margin-top: 20px; */
    /* color: #000; */
}
.occurrences-list {
    list-style: none;
    padding: 0;
    max-width: 470px;
    /* margin: 0 auto 37px; */
    margin: 0 auto;
}
.occurrences-list li a {
    position: relative;
    padding: 20px 74px 20px 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 18px;
}
.occurrences-list li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* background: linear-gradient(90deg, rgba(196, 152, 112, 0.1) 0%, rgba(196, 152, 112, 1) 49%, rgba(196, 152, 112, 0.1) 100%); */
}
.occurrences-list li a .title, .occurrences-list li a .date {
    /* color: #404040; */
}
.occurrences-list li a .date {
    /* opacity: 0.7; */
    /* font-weight: 400; */
}
.occurrences-list li .button {
    border-radius: 4px;
    text-decoration: none;
    -webkit-appearance: none;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    border: 1px solid #FFFFFF80;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.occurrences-list li a:hover .button {
    /* opacity: .8; */
    background-color: var(--red);
}
.occurrences-list li a:hover .button path {
    stroke:  var(--white)
}
.occurrences-list li a:hover {
    text-decoration: none !important;
}

.occurrence-results__toggle {
    background-color: transparent;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
}

.occurrences-slot {
    background-color: transparent;
    color:  var(--white);
    padding: 5px 21px;
    -webkit-transition: color .27s ease-in-out, background-color .27s ease-in-out;
    -moz-transition: color .27s ease-in-out, background-color .27s ease-in-out;
    -ms-transition: color .27s ease-in-out, background-color .27s ease-in-out;
    -o-transition: color .27s ease-in-out, background-color .27s ease-in-out;
    transition: color .27s ease-in-out, background-color .27s ease-in-out;
}

.occurrences-slot:hover {
    background-color: var(--white);
    color: var(--red);
}

.occurrences-list {
    height: 185px;
    overflow: auto;
}

/* WebKit (Chrome, Edge, Safari) */
.occurrences-list::-webkit-scrollbar {
    width: 6px;
}

.occurrences-list::-webkit-scrollbar-track {
    background: transparent;
}

.occurrences-list::-webkit-scrollbar-thumb {
    border-radius: 22px;
    transition: background 0.27s ease;
    background: #B4B4B4;
    box-shadow: 0 0 4px 0 #00000040 inset;
}

.occurrences-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.6);
}

/* Firefox */
.occurrences-list {
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.3) transparent;
}

.occurrence-results__toggle {

}


.occurrence-results__toggle-text {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}

.occurrence-results__toggle-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.occurrence-results__toggle-time-text {
    transition: opacity .2s ease, transform .2s ease;
}

.occurrence-results__toggle-time-text.is-changing {
    opacity: 0;
    transform: translateY(-4px);
}

.occurrence-results__toggle svg {
    transition: transform .3s ease;
}

.occurrence-results__toggle.is-open svg {
    transform: rotate(180deg);
}

.occurrence-results__toggle-time-text {
    transition: opacity .2s ease, transform .2s ease;
}

.occurrence-results__toggle-time-text.is-changing {
    opacity: 0;
    transform: translateY(-4px);
}




.occurrences-wrap.is-hidden {
    display: none;
}













.reservation-canvas-wrap #canvasContainer {
    margin: 0 auto;

    /* height: auto !important; */
    /* width: 100% !important; */
}
.reservation-canvas-wrap {
    /* aspect-ratio: 716 / 600; */
    position: relative;
}
@media (min-width:1025px) and (max-width:1135px) {
    .reservation-canvas-wrap {
        position: relative;
        padding-top: 500px;
    }
    .reservation-canvas-wrap #canvasContainer {
        position: absolute !important;
        transform: translate(-50%, -10%) scale(.8);
        top: 0;
        left: 50%;
    }
}
@media (max-width:767px) {
    .reservation-canvas-wrap {
        position: relative;
        padding-top: 470px;
    }
    .reservation-canvas-wrap #canvasContainer {
        position: absolute !important;
        transform: translate(-50%, -10%) scale(.75);
        top: 0;
        left: 50%;
    }
}
@media (max-width:576px) {
    .reservation-canvas-wrap {
        padding-top: 350px;
    }
    .reservation-canvas-wrap #canvasContainer {
        transform: translate(-50%, -20%) scale(.5);
    }
}
@media (max-width:374px) {
    .reservation-canvas-wrap {
        padding-top: 250px;
    }
    .reservation-canvas-wrap #canvasContainer {
        transform: translate(-50%, -28%) scale(.4);
    }
}

.occurrences-list li.active .title {
    color: #4d8000;
}


/* button#openReservationModal {
    font-size: 15px;
    padding: 8px 24px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
} */
button#openReservationModal {
    border: 1px solid rgba(196, 152, 112, 0.5);
    border-radius: 3px;
    padding: 15px;
    width: 100%;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.05em;
    color: #c49870;
    margin-top: 15px;
    text-transform: uppercase;
}
button#openReservationModal:hover {
    /* opacity: .8; */
    /* background: #c49870;
    color: #fff; */
    background: linear-gradient(163deg, #f5cb86 0%, #7e5936 100%);
    color: #0d0c0c;
}
.reservation-canvas-wrap {
    max-width: 716px;
    margin: 0 auto;
}
.seat-summary {
    /* color: #000; */
}
.seat-summary-item {
    /* border-bottom: 1px solid #1C232B1A; */
    /* padding-bottom: 10px; */
}
#reservationModalSeatsContent {
    background: #000;
    position: relative;
}
button#closeReservationModalSeats {
    /* font-size: 30px !important;
    color: #fff; */
}
button#closeReservationModalSeats:hover {
    opacity: .8;
}
button#submitReservationSeats {
    background: #fff;
    color: #000;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 500;
}
button#submitReservationSeats:hover {
    opacity: .8;
}

#scheme, #additional-text {
    display: none;
}


.occurrences-wrap {
    border: 1px solid rgba(196, 152, 112, 0.5);
    border-radius: 3px;
    fill: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(54.90328598022461px);
    box-shadow: inset 0 0 146px 0 rgba(0, 0, 0, 0.05), inset 0 4px 9px 0 rgba(255, 255, 255, 0.05);
}
.occurrences-header {
    padding: 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.occurrences-header-title {
    font-size: 20px;
    font-family: essonnes-display, serif;
    color: #fff;
}
#occurrenceResults p {
    padding: 20px 24px;
    margin: 0;
}
.line-gradient {
    height: 1px;
    width: 100%;
    /*background: linear-gradient(90deg, rgba(196, 152, 112, 0.1) 0%, rgba(196, 152, 112, 1) 49%, rgba(196, 152, 112, 0.1) 100%);*/
}
.occurrences-header-date {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 23px;

    display: none;
    cursor: pointer;
}
.occurrences-header-mobile + .line-gradient {
    margin-bottom: 15px;
}
#inline-calendar:not(.flatpickr-input) + .line-gradient {
    display: none;
}
@media (min-width: 1025px) {
    .occurrences-header-mobile {
        display: none !important;
    }
    .occurrences-header-mobile + .line-gradient {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .occurrences-wrap .occurrences-header {
        display: none;
    }
    .occurrences-wrap .occurrences-header + .line-gradient {
        display: none;
    }
}


.seat-summary-list {
    max-height: 696px;
    overflow: auto;
}

.seat-summary-list::-webkit-scrollbar {
    width: 10px;
    padding: 2px;
}
.seat-summary-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}
.seat-summary-list::-webkit-scrollbar-thumb {
    box-shadow: inset -1px -1px 2px 0 rgba(34, 18, 4, 0.2), inset 1px 1px 2px 0 rgba(34, 18, 4, 0.2);
    background: linear-gradient(360deg, rgba(126, 89, 54, 0.8) 0%, rgba(245, 203, 134, 0.8) 100%);
    border-radius: 999px;
}
.seat-summary-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#reservationModalSeatsContent h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 133%;
    text-transform: uppercase;
    background: linear-gradient(143deg, rgba(126, 89, 54, 0) 0%, #f5cb86 0.01%, #7e5936 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
#reservationFormScreen input:not([type="checkbox"]) {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    background: transparent;
    color: #fff;
    height: 50px;
}
#reservationFormScreen label {
    font-weight: 400;
    font-size: 16px;
    font-family: "Jost", sans-serif;
}

#closeReservationModalSeats {
    font-size: 0;
    padding: 0;
}
#closeReservationModalSeats::before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='25' height='1' rx='0.5' transform='matrix(0.707107 -0.707107 0.593956 0.804498 0 17.678)' fill='white' /%3E%3Crect width='25' height='1' rx='0.5' transform='matrix(0.707107 0.707107 -0.593956 0.804498 0.921753 0.0717773)' fill='white' /%3E%3C/svg%3E");
}

#reservationSeatList li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
}
#reservationSeatList li i {
    font-weight: 300;
    font-style: normal;
}

#reservationModalSeatsContent .qodef-button {
    border: 1px solid rgba(196, 152, 112, 0.5);
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: 0.05em;
    color: #c49870;
    text-transform: uppercase;
}
#reservationModalSeatsContent .qodef-button:hover {
    background: linear-gradient(163deg, #f5cb86 0%, #7e5936 100%);
    color: #0d0c0c;
}
.seat-color {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
}
.seat-color>span {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    display: inline-block;
}
.seat-pricing-legend {
    position: absolute;
    top: 20px;
    left: 610px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.reservation-legend .seat-color>span {
    width: 19px;
    height: 19px;
}
@media (min-width: 1136px) {
    .seat-pricing-item + .seat-pricing-item {
        margin-left: 10px;
    }
    .seat-pricing-item + .seat-pricing-item:last-child {
        margin-left: 20px;
    }
}
@media (max-width: 1135px) {
    .seat-pricing-legend {
        display: none;
        position: relative;
        left: initial;
        flex-direction: row;
        justify-content: space-between;
    }
    .seat-pricing-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .seat-color {
        /* margin: 0; */
    }

}
@media (max-width: 1024px) {
    .occurrences-wrap {
        margin-top: 20px;
    }
}
@media (max-width: 576px) {
    .seat-pricing-legend {
        font-size: 12px;
        gap: 8px;
        flex-wrap: wrap;
    }
    .seat-color>span {
        width: 15px;
        height: 15px;
    }
}



#reservationFormSeats .iti.iti--allow-dropdown {
    display: block;
}
.iti .iti__country-name {
    color: #111;
}
.iti .iti__search-input {
    color: #000;
    border-color: #ccc !important;
    padding-left: 10px;
}


:root {
    --white: #fff;
    --black: #000;
    --red: #D82134;
    --gray: #565656;




    --accent: #0b84ff;
    --muted: #6b7280;
    --bg: #ffffff;
    --panel-bg: #fbfdff;
    --radius: 10px;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: var(--black);
    /*font-family: $Poppins;*/
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

body, html {
    scroll-behavior: smooth;
}

html {
    height: 100%;
}

.container  {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
}

@media (min-width: 768px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 1560px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

/*header*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1111;
    width: 100%;
    padding: 20px 0;
    transition: background-color .3s ease;
}

.header.sticky {
    background-color: var(--black);
}

.header-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    .desktop {
        display: none;
    }
    .mobile {
        max-height: 50px;
    }
}

.header-burger {
    order: 1;
}

.header-btn {
    display: none;
}

@media (min-width: 768px) {
    .header-burger {
        min-width: 178px;
        order: unset;
    }

    .header-logo {
        .desktop {
            max-width: 185px;
            max-height: 79px;
            display: block;
        }
        .mobile {
            display: none;
        }
    }

    .header-btn {
        display: block;
    }
}

/*header*/

/*btn*/

.btn {
    text-decoration: none;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
    padding: 10px 44px;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    &:focus,
    &:active,
    &:hover {
        text-decoration: none;
    }
}

.btn-primary {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    &:focus,
    &:active,
    &:hover {
        background-color: var(--white);
        color:  var(--black);
    }
}

.btn-secondary {
    background: radial-gradient(59.69% 482.51% at 50% 50%, #D82134 0%, #570D15 100%);
    color: var(--white);
    &:focus,
    &:active,
    &:hover {
        background-color: var(--white);
        color:  var(--black);
    }
}

.btn-footer {
    border: 2px solid var(--white);
    backdrop-filter: blur(95px);
    padding: 10px 25px;
    text-align: center;
    background-color: transparent;
    font-size: 12px;
    color: var(--white);
    max-width: 419px;
    border-radius: 3px;
    line-height: 100%;
    &:focus,
    &:active,
    &:hover {
        background-color: var(--white);
        color:  var(--black);
    }
}



.btn-popup {
    border: 1px solid var(--red);
    backdrop-filter: blur(95px);
    padding: 11px 45px;
    text-align: center;
    background-color: var(--red);
    font-size: 22px;
    color: var(--white);
    &:focus,
    &:active,
    &:hover {
        background-color: var(--white);
        color: var(--red);
    }
}

@media (min-width: 768px) {
    .btn-footer {
        font-size: 20px;
        padding: 10px 65px;
    }

    .btn-popup {
        font-size: 32px;
    }
}

/*btn*/



/* reservation */


.reservation {
    position: relative;
    height: 100%;
    padding: 150px 0 300px;
    overflow-x: hidden;
}





/*@media (min-height: 1200px) {*/
/*    .reservation {*/
/*        height: 100vh;*/
/*    }*/
/*}*/
@media (min-width: 1200px) {

    .reservation[data-step="3"]:after,
    .reservation[data-step="3"]:before {
        display: none;
    }

    .reservation:after,
    .reservation:before {
        content: '';
        display: block;
        height: 100%;
        width: 600px;
        position: absolute;
        top: 0;
        z-index: 2;
    }

    .reservation:after {
        background: linear-gradient(90deg, #000000 69.25%, rgba(0, 0, 0, 0) 98.46%);
        right: 22%;
    }

    .reservation:before {
        background: linear-gradient(268.02deg, #000000 69.28%, rgba(0, 0, 0, 0) 96.74%);
        left: 22%;
    }


    .reservation-holder:after {
        content: '';
        background-image: url("../img/hero-bg-rect.svg");
        background-size: cover;
        background-repeat: no-repeat;
        /*background: radial-gradient(50% 50% at 50% 50%, rgba(114, 114, 114, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);*/
        display: block;
        width: 1228px;
        height: 1228px;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .reservation-holder:after {
        /*animation: slowRotate 14s ease-in-out infinite;*/
    }

    /*@keyframes slowRotate {*/
    /*    0% {*/
    /*        transform: translate(-50%, -50%) rotate(0deg) scale(1);*/
    /*        opacity: 0.85;*/
    /*    }*/
    /*    50% {*/
    /*        transform: translate(-50%, -50%) rotate(20deg) scale(1.03);*/
    /*        opacity: 1;*/
    /*    }*/
    /*    100% {*/
    /*        transform: translate(-50%, -50%) rotate(0deg) scale(1);*/
    /*        opacity: 0.85;*/
    /*    }*/
    /*}*/

}

.reservation-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 3;
    padding: 0 12px;
    overflow: hidden;
    .occurrences-wrap {
        max-width: 420px;
    }
}



.reservation-steps {
    display: flex;
    gap: 22px;
    margin-bottom: 20px;
}


.reservation-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    &.is-active {
        .line {
            background-color: var(--red);
        }
    }
    .line {
        display: block;
        height: 3px;
        background-color: var(--white);
        border-radius: 4px;
    }
    .text {
        padding: 8px;
    }
}

@media (min-width: 768px) {
    .reservation-steps {
        gap: 40px;
    }
    .text {
        padding: 8px 15px;
    }
}

.reservation-title {
    max-width: 465px;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
}

@media (min-width: 768px) {
    .reservation-title {
        font-size: 32px;
    }
}


.reservation-desc {
    text-align: center;
}

.reservation-desc p {
    margin-bottom: 0;
    line-height: 100%;
    color: #fff;
}

.flatpickr-current-month .numInputWrapper {
    display: none;
}

.flatpickr-month .select_container:after {
    display: none;
}

.reservation-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 22px;
}



.reservation-col:nth-child(2) {
    max-width: 490px;
}

.reservation-col img {
    width: 100%;
}

.reservation-seat {
    display: flex;
    justify-content: space-between;
}

.reservation-table-media {
    overflow: hidden;
}



.reservation-seat-price {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--white);
    .square {
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        &.violet {
            background-color: #7C5CFF;
        }
        &.yellow {
            background-color: #F5C542;
        }
        &.gray {
            background-color: #A8B0BD;
        }
    }
}


.reservation-table {
    background: radial-gradient(52.68% 52.68% at 50% 50%, #D82134 0%, #72111B 100%);
    border: 1px solid #7D0013;
    border-radius: 3px;
    margin-bottom: 20px;
}

.reservation-table-btn {
    background: radial-gradient(59.69% 482.51% at 50% 50%, #D82134 0%, #72111B 100%);
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: var(--white);
    border-radius: 3px;
    padding: 20px;
    width: 100%;

}

.reservation-table-header,
.reservation-table-row {
    padding: 20px 25px;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
    color: #fff;
    &:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 49.57%, rgba(255, 255, 255, 0) 100%);
    }
}


.reservation-table-header {
    &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 49.57%, rgba(255, 255, 255, 0) 100%);
    }
}

.space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.mb-0 {
    margin-bottom: 0;
}






.left-bg, .right-bg {
    position: absolute;
    top: 0;
}

.left-bg {
    left: 0;
    z-index: 1;
    width: 100%;
    object-fit: cover;
}

.right-bg {
    right: 0;
    z-index: 0;
    display: none;
}

@media (min-width: 768px) {
    .left-bg {
        width: max-content;
    }
    .right-bg {
        display: block;
    }

    .reservation-row {
        gap: 100px;
    }
}


/* reservation */

.reservation-form {
    max-width: 511px;
    margin: 0 auto;
    input {
        width: 100%;
        border: 1px solid #FFFFFF80;
        background-color: transparent;
        height: 50px;
        border-radius: 3px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    label {

    }
}

.reservation-form-inputs,
.reservation-form-promo,
.reservation-form-summary {
    background: linear-gradient(0deg, rgba(132, 132, 132, 0.1), rgba(132, 132, 132, 0.1)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(29px);
    box-shadow: 0 2px 4px 0 #FFFFFF0D inset;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 3px;
}






.occurrences-wrap {
    margin-bottom: 30px;
    background: radial-gradient(53.51% 53.51% at 50% 50%, #E30023 0%, #6F0112 100%);
    border: 1px solid #53000D;
    backdrop-filter: blur(65px);
    box-shadow: 0 0 77px 0 #1716160D inset;
}


.occurrences-wrap .flatpickr-day.selected {
    border-color: var(--white);
    background-color: transparent;
}

.occurrences-wrap .flatpickr-day.has-session {
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),*/
    /*linear-gradient(0deg, #FFFFFF, #FFFFFF);*/
    /*color: var(--red);*/
    transition: all .3s ease;
}

/*.occurrences-wrap .flatpickr-day.has-session:hover {*/
/*    border-color: var(--red);*/
/*    background: transparent;*/

/*}*/

.occurrences-wrap .flatpickr-day.flatpickr-disabled.has-session,
.flatpickr-day.flatpickr-disabled:hover {
    color: #A2A2A280;
    background: transparent;
}


.occurrences-wrap .flatpickr-day.has-session.selected {
    border-color: var(--white);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    color: var(--red);
}


.occurrences-wrap .flatpickr-day.today {
    border-color: transparent;
    color: #fff;
}

.occurrences-wrap .flatpickr-day:not(.flatpickr-disabled):hover {
    background-color: transparent;
    border-color: var(--white);
}

.line-gradient {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.5) 48.95%, rgba(255, 255, 255, 0.05) 100%);
}

#occurrenceResults {
    min-height: 82px;
}

.confirmed {
    background: radial-gradient(70.89% 43.77% at 50% 50%, #D82134 0%, #72111B 99.98%),
    radial-gradient(93.06% 93.06% at 49.9% 48.2%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 3px;
    padding: 25px;
}

.confirmed-img {
    width: 100%;
    height: 100%;
    max-height: 518px;
    object-fit: cover;
    margin-top: 30px;
}

.confirmed .reservation-title {
    max-width: 400px;
}

.reservation-text {
    margin-bottom: 15px;
}


/* footer */

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1111;
    width: 100%;
    padding: 20px;
    backdrop-filter: blur(67px);
    background: #FFFFFF0D;
    display: flex;
    justify-content: center;
    align-items: center;

}
.footer-holder {
    display: flex;
    align-items: center;
    svg {
        margin-top: 7px;
    }
}
/* footer */




/*  tabs  */


section.reservation {
    display: none;
    opacity: 0;
    transform: scale(0.985);
    transition:
            opacity 450ms cubic-bezier(0.22, 0.61, 0.36, 1),
            transform 450ms cubic-bezier(0.22, 0.61, 0.36, 1);
    pointer-events: none;
}

section.reservation.is-visible {
    display: block;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}




/*  tabs  */

.powered-by p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    margin: 0;
    padding: 9px;
    color: #fff;
}

.occurrences-list li > a {
    color: #fff;
    text-decoration: none;
}



/* select table */

.reservation-canvas-table {
    position: relative;
    height: 100%;
}

.canvas-seat {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #D6B71D;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.canvas-seat:nth-child(1) {
    top: 38.8%;
    left: 40.3%;
}

.canvas-seat:nth-child(2) {
    top: 49.3%;
    left: 40.3%;
}

.reservation-table-media img,
.reservation-table-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.reservation-table-holder {
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}

.reservation-table-holder.visible {
    opacity: 1;
    pointer-events: auto;
}

.reservation-table-empty-text {
    text-align: center;
    color: var(--white);
    font-size: 18px;
    margin-bottom: 20px;
}

.canvas-seat.active {
    border: 2px solid #2FCC71;
    background-color: rgba(47, 204, 113,0.35);
    transition: 0.25s ease;
}


.video-wrapper {
    position: relative;
    height: 100%;
}

.video-wrapper video {
    width: 100%;
    transition: opacity .3s ease;
    display: block;
}

.video-wrapper.playing video {
    opacity: 1;
}

.video-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 93px;
    height: 63px;
    cursor: pointer;
    background-color: rgba(255, 239, 197, 0.28);
    box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.2) inset,
    0 3px 6px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(241, 241, 241, 0.6);
    border-radius: 12px;
    z-index: 3;
    transition: opacity .3s ease;
    animation: pulsePlay 4s ease-in-out infinite;
    transform-origin: center;
}

.video-wrapper.playing .video-play-btn {
    opacity: 0;
    pointer-events: none;
}


/* select table */



/*@keyframes pulsePlay {*/
/*    0% {*/
/*        transform: scale(1);*/
/*        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.75));*/
/*    }*/
/*    50% {*/
/*        transform: scale(1.04);*/
/*        filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.95));*/
/*    }*/
/*    100% {*/
/*        transform: scale(1);*/
/*        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.75));*/
/*    }*/
/*}*/


.video-play-btn:hover {
    animation-duration: 1.3s;
    transform: scale(1.03);
}

@media (min-width: 1200px) {
    .reservation-table {
        min-width: 490px;
    }
}












/* packages */

.gradient-title {
    font-size: 64px;
    font-weight: 700;
    background: linear-gradient(
            90deg,
            #8D8D8D 0.01%,
            #FFFFFF 12.18%,
            #FFFFFF 87.06%,
            #8D8D8D 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.4px var(--white);
}


.hero-packages {
    background-repeat: no-repeat;
    background-position: right;
    padding: 125px 0 0;
    margin-bottom: 70px;
}

.hero-packages-title {
    text-align: center;
    margin-bottom: 50px;
}

.hero-packages-holder {
    max-width: 692px;
    backdrop-filter: blur(23.200000762939453px);
}

.hero-packages-holder h2 {
    font-family: Essonnes Display, serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-packages-holder p {
    font-family: Agenda One, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
}

.info-block {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    font-family: Agenda One;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;

}

.info-block svg {
    flex-shrink: 0;
}

.hero-packages-holder a {
    color: var(--red);
    font-family: Essonnes Display;
    font-weight: 400;
    font-size: 26px;
    line-height: 22px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;

}


.hero-packages-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 67px;
}

.hero-packages-cta-link {
    font-family: 'lindsey-signature', cursive;
    font-size: 60px;
    color: var(--white);
    text-decoration: none;
}






.packages {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
}

.packages-title {
    text-align: center;
    margin-bottom: 40px;
    font-family: Essonnes Display;
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
}

.packages-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.packages-card {
    width: 32%;
}

.packages-card:hover .packages-card-title,
.special-packages-item:hover .packages-card-title {
    color: var(--red);
}

.packages-card-media {
    overflow: hidden;
    display: block;
}

.packages-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 3px;
}

.packages-card:hover .packages-card-img,
.special-packages-item:hover .packages-card-img {
    transform: scale(1.2);
}


.packages-card-title {
    transition: color .27s ease;
    font-family: Essonnes Display;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.packages-card-img {
    width: 100%;
}

.packages-card-footer {
    background: #F0F0F00D;
    backdrop-filter: blur(31px);
    width: 80%;
    margin: -70px auto 0;
    text-align: center;
    padding: 20px;
}

.packages-card-price {
    display: block;
    font-family: Essonnes Display;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 10px;
}

p > a {
    color: var(--red);
    transition: color .3s ease;
}

p > a:hover {
    color: var(--white);
    text-decoration: none;
}




































.special-packages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.special-packages-item-1 {
    grid-row: 1 / -1;
}




@media (max-width: 1024px) {
    .special-packages-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    /*.item-1 {*/
    /*    grid-column: 1 / -1;*/
    /*    grid-row: auto;*/
    /*}*/
}

@media (max-width: 600px) {
    .special-packages-grid {
        grid-template-columns: 1fr;
    }
}


/* packages */






/* package */

.package-img {
    width: 100%;
}

.package-holder {
    background: #F0F0F00D;
    backdrop-filter: blur(23.200000762939453px);
    max-width: 956px;
    margin: -150px auto 70px;
    text-align: center;
    padding: 30px;
}

.package-title {
    font-family: Essonnes Display;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.package-sub-title {
    font-family: Agenda One;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.package-desc {
    font-family: Agenda One;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 16px;
}

.package-cta {
    display: inline-block;
    margin: 50px auto 70px;
}

.package-cta-holder {
    text-align: center;
}

.package-info {
    position: relative;
    padding: 150px 0;
}

.package-info-holder {
    max-width: 610px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    /*background: #F0F0F00D;*/
    padding: 0 20px;
    backdrop-filter: blur(23.200000762939453px)
}

.package-info-title {
    font-family: Agenda One;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.package-info-list {
    list-style-type: none;
    font-family: Agenda One;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
}

.package-info-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.package-info-list li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='12' y1='6.92969' x2='0.5' y2='6.92969' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D82134'/%3E%3Cstop offset='1' stop-color='%2372111B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M12 6.92969L0 13.8579V0.00148439L12 6.92969Z' fill='url(%23g)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 0;
}

.package-info-list li span {
    color: var(--red);
}

.package-info-desc {
    font-family: Agenda One;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
}

.package-info-price-holder {
    font-family: Essonnes Display;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package-info-price-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.package-info-price {
    margin-bottom: 10px;
}

.package-add {
    padding: 100px 0;
    background: #33333366;
    backdrop-filter: blur(63.5px);
    position: relative;
    overflow: hidden;
}

.package-add:before {
    content: '';
    display: block;
    width: 338px;
    height: 338px;
    background: #D8213466;
    filter: blur(188.3000030517578px);
    border-radius: 50%;
    position: absolute;
    top: 50px;

}

.package-add:after {
    content: '';
    display: block;
    width: 387px;
    height: 387px;
    filter: blur(188.3000030517578px);
    background: #D8213466;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    bottom: -100px;
}

.package-add-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
    position: relative;
}

.package-add-info {
    max-width: 587px;
    border-radius: 3px;
    background: #F0F0F00D;
    backdrop-filter: blur(31px);
    padding: 40px;
    margin-left: -100px;
}

.package-add-img {
    border-radius: 3px;
}

.package-add-decor {
    position: absolute;
    bottom: 15px;
    left: 51%;
    z-index: -1;
}

.package-add-price {
    font-family: Essonnes Display;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.package-add-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 329px;
    margin: 20px auto 0;
}




/* package */







.nav-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.nav-holder .packages-title {
    margin-bottom: 0;
}

.skip-step,
.previous-step {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
}

.skip-step {
    color: var(--red);
}




@media (max-width: 1199px) {
    .packages-card {
        width: 30%;
    }
}

@media (max-width: 888px) {
    .package-add-img {
        width: 100%;
    }
    .package-add-info {
        margin-left: 0;
    }

    .packages-card {
        width: 47%;
    }
}

@media (max-width: 576px) {
    .packages-card {
        width: 100%;
    }
}











/* popup */
.modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
}

.modal.is-open {
    display: block;
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: relative;
    max-width: 820px;
    margin: 25vh auto;
    background: #000000B2;
    padding: 60px;
    color: #fff;
    backdrop-filter: blur(70.4000015258789px)
}

.modal-title {
    text-align: center;
    margin-bottom: 32px;
    font-family: Essonnes Display;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 28px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.modal-packages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 30px;
}

.modal-card {
    text-align: center;
}

.modal-card img {
    width: 100%;
    margin-bottom: 16px;
}

.modal-price {
    display: block;
    margin-bottom: 16px;
    font-family: Essonnes Display;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    text-align: center;

}

/* popup */




/* mini-cart */
.mini-cart {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 333px;
    background: #E7E7E7;
    color: var(--black);
    border-radius: 3px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    z-index: 2000;
    transform: translateY(120%);
    opacity: 0;
    transition: .4s ease;
    backdrop-filter: blur(47.5px)
}

.mini-cart.is-open {
    transform: translateY(0);
    opacity: 1;
}

.mini-cart-title {
    text-align: center;
    margin-bottom: 12px;
}

.mini-cart-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 12px;
    position: relative;
}

.mini-cart-item:before,
.mini-cart-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(95, 95, 95, 0) 0%, #8F8F8F 28.37%, #8F8F8F 72.6%, rgba(95, 95, 95, 0) 100%);
    position: absolute;
    left: 0;
}

.mini-cart-item:before {
    top: 0;
}

.mini-cart-item:after {
    bottom: 0;
}

.mini-cart-img {
    width: 70px;
    height: 50px;
    object-fit: cover;
}

.mini-cart-info {
    flex: 1;
    font-size: 14px;
}

.mini-cart-remove {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.mini-cart-total {
    text-align: right;
    margin-bottom: 12px;
}

.mini-cart-btn {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--red);;
    border-radius: 3px;
    background: transparent;
    color: var(--red);
    cursor: pointer;
}



/* mini-cart */



.elementor-6817 .elementor-element.elementor-element-ad20e0f {
    overflow: hidden;
}

/* popup */

.popup {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-inner {
    background-color: var(--white);
    backdrop-filter: blur(67px);
    width: 100%;
    height: 100vh;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    padding: 112px 20px;
    position: relative;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

@media (min-width: 768px) {
    .popup-inner {
        height: 60vh;
    }
}

@media (min-height: 768px) and (max-height: 950px) {
    .popup-inner {
        height: 77vh;
    }
}

.popup.active {
    visibility: visible;
    opacity: 1;
}
.popup.active .popup-inner {
    transform: translateY(0);
}

.popup-close {
    position: absolute;
    right: 20px;
    top: -70px;
    font-size: 28px;
    border: none;
    background: none;
    cursor: pointer;
}

.popup-title {
    font-family: 'Essonnes Display';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: var(--red);
    max-width: 434px;
    margin: 0 auto;
}

.popup-desc {
    font-family: 'Agenda One';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--gray);
    margin-bottom: 0!important;
}

.popup-desc-safety {
    font-family: 'Agenda One';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--gray);
    text-transform: uppercase;
    margin-bottom: 0!important;
}

.popup-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.popup-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 628px;
    margin: 0 auto;
    text-align: center;
}

.popup-img {
    position: relative;
    .decor-left, .decor-right {
        position: absolute;
        bottom: 20px;
        z-index: -1;
        width: 150px;
    }

    .decor-left {
        right: -122px;
    }

    .decor-right {
        left: -130px;
    }


    img:not(.decor-left, .decor-right) {
        max-height: 232px;
    }
}

.popup-img:last-child {
    margin-left: auto;
}

.btn-popup {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .popup-title {
        font-size: 35px;
    }
    .popup-desc {
        font-size: 30px;
    }
    .popup-desc-safety {
        font-size: 30px;
    }
    .popup-content {
        flex: 1;
    }
    .popup-img:last-child {
        margin-left: 0;
    }
    .decor-left, .decor-right {
        width: max-content;
    }
    .decor-left {
        right: -188px;
    }
    .decor-right {
        left: -195px;
    }
    .popup-img {
        img:not(.decor-left, .decor-right) {
            max-height: unset;
        }
    }
}





/*  */

body {
    .page_content_wrap {
        background-color: #000;
        padding: 0;
    }
    .content_wrap {
        width: 100%;
    }
    .menu_mobile_content_wrap.content_wrap {
        width: var(--theme-var-page);
    }

}


.vsb-day-meta {
    display: none!important;
}