details > summary {
    list-style: none !important;
}
details > summary::-webkit-details-marker {
    display: none !important;
}


::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--green);
}

::selection {
    color: #fff;
    background: var(--green);
}
.item-basket__info {
    width: 100%;
}
body:has(#wpadminbar) {
    position: relative;
}
.swiper .swiper-slide img {
    user-select: none;
}
.item-basket__rigthside {
    width: 100%;
}
.item-basket__image {
    display: block;
}

@media (max-width: 70em) {
    .plan-food__actions {
        top: 1.5rem;
        opacity: 1;
    }
}
.table-programs__row .row-block:has(.main-text) {
    margin-bottom: 1.5rem;
}
.dish-schedule__table {
    margin-bottom: 1rem;
}
@media (max-width: 100.25em) {
    .vip-card .basket-popup__check, .order-popup__check {
        gap: 10px;
    }
    .vip-card.basket-popup__vip-card span, .info-about-vip-card {
        font-size: 1.1rem !important;
    }
    .basket-popup__check::before {
        flex: 0 0 24px;
        width: 29px;
        height: 24px;
    }
}

@media (max-width: 567px) {
    .vip-card {
        flex-direction: column;
        gap: 16px;
        * {
            text-align: center;
        }
    }
    .vip-card.basket-popup__vip-card span, .info-about-vip-card {
        font-size: 14px !important;
    }
    .select__row {
        width: 100%;
    }
}

.select__row {
    padding-right: 1.5rem;
    gap: .5rem;
}



@media (min-width: 992px) {
    .program-days {
        max-width: calc(100% - 150px);
    }
}

.table-programs__actions {
    display: flex;
    justify-content: space-between;
    @media (max-width: 992px) {
        flex-direction: column;
        gap: 0.75rem;
    }
}
.checkout-btn.button.button-lg {
    height: fit-content;
}
.checkout-btn.button.button-lg {
    padding: .625rem 2rem !important;
    font-size: clamp(.9375rem ,.9121621622rem + .1081081081vw ,1rem);
    min-height: 3.25rem;
}

.programs-main__type .option-target .options__item {
    background: transparent;
}

.search-block::before {
    background-size: 24px 24px;
}
@media (max-width: 1598px) {
    .search-block::before {
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
        left: 1.65rem;
    }
}
@media (max-width: 992px) {
    .search-block::before {
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        left: 2rem;
    }
    .search-block .input-search {
        padding-left: 4rem;
    }
}

.basket-popup__close.popup__close.on-right {
    left: unset;
    right: -78px;
}





.custom-days-popup {
    .popup__content {
        padding: 52px;
        max-width: 39rem;
        * {
            text-align: center;
        }
        @media (max-width: 576px) {
            padding: 2rem 1rem;
        }
    }
}
.custom-days-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-days-body__row {
    display: flex;
    gap: 32px;
}
.custom-days-input-wrapper {
    position: relative;
    span {
        font-size: 1rem;
        color: #222725;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
.custom-days-body {
    display: flex;
    flex-direction: column;
    gap: 2.625rem;
    label {
        width: 100%;
        color: rgba(34, 39, 37, 0.65);
        text-align: center;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 125%; /* 20px */
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid rgba(34, 39, 37, 0.15);
    }
    input.input {
        padding: .6rem 1.5rem;
        color: #222725;
        font-size: 1rem;
        width: 7.6rem;
        min-height: fit-content;
        &::-webkit-outer-spin-button,
        &::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        -moz-appearance: textfield;
    }
}
.custom-days-field__price {
    height: 100%;
    display: flex;
    align-items: center;
    span {
        color: #222725;
        leading-trim: both;
        text-edge: cap;
        font-family: Unbounded;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%; /* 20px */
    }
}


.select__option[data-value="custom_days"] {
    padding: 1.1rem 0 !important;
    color: var(--green) !important;
    border-top: 1px solid rgba(34, 39, 37, 0.25);
    text-align: center;
    justify-content: center;
    &:hover {
        color: #fff !important;
    }
}

.text-content{

    h2, h3, h4, h5, h6 {
        margin-bottom: 1rem;
    }


    .h1,
    h1 {
        font-weight: 600;
        line-height: 125%
    }
    @media (min-width:81.25em) {
        .h1,
        h1 {
            font-size: 2.875rem
        }
    }
    @media (min-width:23.4375em) and (max-width:81.25em) {
        @supports (font-size:clamp(2rem ,1.6452702703rem + 1.5135135135vw ,2.875rem)) {
            .h1,
            h1 {
                font-size: clamp(2rem ,1.6452702703rem + 1.5135135135vw ,2.875rem)
            }
        }
        @supports not (font-size:clamp(2rem ,1.6452702703rem + 1.5135135135vw ,2.875rem)) {
            .h1,
            h1 {
                font-size: calc(2rem + .875 * (100vw - 23.4375rem)/ 57.8125)
            }
        }
    }
    @media (max-width:23.4375em) {
        .h1,
        h1 {
            font-size: 2rem
        }
    }
    .h2,

    h2 {
        font-weight: 600;
        line-height: 125%
    }
    @media (min-width:81.25em) {
        .h2,

        h2 {
            font-size: 2.25rem
        }
    }
    @media (min-width:23.4375em) and (max-width:81.25em) {
        @supports (font-size:clamp(1.75rem ,1.5472972973rem + 0.8648648649vw ,2.25rem)) {
            .h2,

            h2 {
                font-size: clamp(1.75rem ,1.5472972973rem + .8648648649vw ,2.25rem)
            }
        }
        @supports not (font-size:clamp(1.75rem ,1.5472972973rem + 0.8648648649vw ,2.25rem)) {
            .h2,

            h2 {
                font-size: calc(1.75rem + .5 * (100vw - 23.4375rem)/ 57.8125)
            }
        }
    }
    @media (max-width:23.4375em) {
        .h2,

        h2 {
            font-size: 1.75rem
        }
    }
    .h3,
    h3 {
        font-weight: 600;
        line-height: 125%
    }
    @media (min-width:81.25em) {
        .h3,
        h3 {
            font-size: 1.75rem
        }
    }
    @media (min-width:23.4375em) and (max-width:81.25em) {
        @supports (font-size:clamp(1.5rem ,1.3986486486rem + 0.4324324324vw ,1.75rem)) {
            .h3,
            h3 {
                font-size: clamp(1.5rem ,1.3986486486rem + .4324324324vw ,1.75rem)
            }
        }
        @supports not (font-size:clamp(1.5rem ,1.3986486486rem + 0.4324324324vw ,1.75rem)) {
            .h3,
            h3 {
                font-size: calc(1.5rem + .25 * (100vw - 23.4375rem)/ 57.8125)
            }
        }
    }
    @media (max-width:23.4375em) {
        .h3,
        h3 {
            font-size: 1.5rem
        }
    }
    .h4,
    h4 {
        font-weight: 400;
        line-height: 125%
    }
    @media (min-width:81.25em) {
        .h4,
        h4 {
            font-size: 1.5rem
        }
    }
    @media (min-width:23.4375em) and (max-width:81.25em) {
        @supports (font-size:clamp(1.375rem ,1.3243243243rem + 0.2162162162vw ,1.5rem)) {
            .h4,
            h4 {
                font-size: clamp(1.375rem ,1.3243243243rem + .2162162162vw ,1.5rem)
            }
        }
        @supports not (font-size:clamp(1.375rem ,1.3243243243rem + 0.2162162162vw ,1.5rem)) {
            .h4,
            h4 {
                font-size: calc(1.375rem + .125 * (100vw - 23.4375rem)/ 57.8125)
            }
        }
    }
    @media (max-width:23.4375em) {
        .h4,
        h4 {
            font-size: 1.375rem
        }
    }
    .h5,
    h5 {
        font-weight: 400;
        line-height: 125%
    }
    @media (min-width:81.25em) {
        .h5,
        h5 {
            font-size: 1.25rem
        }
    }
    @media (min-width:23.4375em) and (max-width:81.25em) {
        @supports (font-size:clamp(1.125rem ,1.0743243243rem + 0.2162162162vw ,1.25rem)) {
            .h5,
            h5 {
                font-size: clamp(1.125rem ,1.0743243243rem + .2162162162vw ,1.25rem)
            }
        }
        @supports not (font-size:clamp(1.125rem ,1.0743243243rem + 0.2162162162vw ,1.25rem)) {
            .h5,
            h5 {
                font-size: calc(1.125rem + .125 * (100vw - 23.4375rem)/ 57.8125)
            }
        }
    }
    @media (max-width:23.4375em) {
        .h5,
        h5 {
            font-size: 1.125rem
        }
    }

    /* Unordered List */
    ul {
        margin: 0 0 2rem 1.5rem;
        padding: 0;
        list-style-type: disc !important;
    }
    ul li {
        list-style: disc;
		font-size: 16px;
		font-weight:400;
    }
    ul ul {
        list-style-type: circle !important;
        margin-left: 1.5rem;
    }

    ul ul ul {
        list-style-type: square !important;
        margin-left: 1.5rem;
    }

    ul li {
        margin: 0.25rem 0;
        padding: 0;
    }

    /* Ordered List */
    ol {
        margin: 0 0 1rem 1.5rem;
        padding: 0;
    }
    ol li::before {
        left: -17px;
    }

    ol ol {
        list-style-type: lower-alpha !important;
        margin-left: 1.5rem;
    }

    ol ol ol {
        list-style-type: lower-roman !important;
        margin-left: 1.5rem;
    }

    ol li {
        margin: 0.25rem 0;
        padding: 0px 0px 0px 10px;
    }

    /* Common List Styles */
    ul, ol {
        padding-left: 1.5rem;
    }

    ul li, ol li {
        margin-bottom: 0.5rem;
    }

    li {
        padding-left: 0.5rem;
    }
}


@media (min-width: 992px) {
    .benefits__wrapper > div:nth-child(2n) {
        .benefits-block__image {
            order: 2;
        }
    }
}
.options-1 .options__item.active, .options-1 .options__item.active label {
    border-color: transparent !important;
}
.section-with-slider-heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 768px) {
    .section-with-slider-heading {
        display: none;
    }
}

@media (max-width: 479px) {
    .promotions-page__header .subheading-2 {
        text-align: right;
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }
}


.promotion-card-content {
    z-index: 1;
}
.promotions-page .promotion-card__image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.promotions-page .promotion-card__image:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: background-color .2s ease;
}

.button-border {
    border-radius: 50px;
    padding: 1rem 3.5rem;
    background-color: transparent;
    color: #222725;
    font-weight: 400;
    line-height: 125%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .3s;
    border: 1px solid rgba(34, 39, 37, 0.25);
}

.button-border:hover {
    background-color: var(--green);
    color: #fff;
    border-color: transparent;
}
@media (max-width: 23.4375em) {
    .button-border {
        font-size: .9375rem;
    }
}
.location-block__list a {
    font-size: 1.1rem;
}



.info-congrats__items {
    margin-bottom: 0 !important;
    overflow: auto;
    height: 500px;
    padding-bottom: 1.5rem;
}
.order-popup .basket-popup__wraps {
    margin-bottom: 0 !important;
}

.order-popup .order-popup__info .item-basket__image {
    aspect-ratio: 235/146 !important;
}
.order-popup .item-basket__wrap {
    flex-direction: row !important;
}
[type="checkbox"]._form-error + label::before {
    border-color: var(--red);
}

#consultation-popup .popup__content,#consultation-popup-2 .popup__content,#consultation-popup-fr .popup__content, #review-popup .popup__content {
    padding: 3.5rem;
    max-width: 45.75rem;

    @media (max-width: 768px) {
        padding: 2rem;
    }
    @media (max-width: 479px) {
        padding: 2rem 1rem;
    }
}

@media (max-width: 479px) {
    #consultation-popup .basket-popup__close.popup__close.on-right,#consultation-popup-2 .basket-popup__close.popup__close.on-right, #consultation-popup-fr .basket-popup__close.popup__close.on-right, #review-popup .basket-popup__close.popup__close.on-right{
        right: 1rem;
    }
}

#consultation-popup .basket-popup__close,
#consultation-popup-2 .basket-popup__close,
#consultation-popup-fr .basket-popup__close,
#review-popup .basket-popup__close {
    background: #222222;
    svg path {
        stroke: #fff;
    }
}
.hero-inner__slide-content .main-text, .promotion-card-content .main-text {
    margin-left: auto;
}

.title-404 {
    color: var(--green);
    font-weight: 700;
    font-size: 9.5rem;
    line-height: 11rem;
    text-align: center;
}
@media (max-width: 1600px) {
    .thanks__title {
        font-size: 2.875rem;
    }
    .thanks__text {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .title-404 {
        font-size: 30vw;
        line-height: 31vw;
    }
}

.cookies-modal {
    z-index: 44;
}


.abous-us-media {
    margin-bottom: 50px;
}

.abous-us-media__slide {
    overflow: hidden;
}
.abous-us-media__slide iframe {
    pointer-events: none;
    height: 100% !important;
}
.rll-youtube-player {
    height: 100% !important;
}
@media (min-width:29.99875em) {
    .abous-us-media__slider {
        margin: 0 -.875rem;
        padding: .875rem
    }
}
@media (max-width:29.99875em) {
    .abous-us-media__slider {
        margin-right: -1rem;
        padding: .625rem 1rem .625rem .625rem
    }
}
.abous-us-media__slide {
    background-color: #fff;
    border: 1px solid rgba(34,39,37,.1);
    box-shadow: 0 4px 18px rgba(34,39,37,.06)
}
@media (min-width:81.25em) {
    .abous-us-media__slide {
        height: 37.5rem
    }
}
@media (min-width:23.4375em) and (max-width:81.25em) {
    @supports (height:clamp(28.75rem ,25.2027027027rem + 15.1351351351vw ,37.5rem)) {
        .abous-us-media__slide {
            height: clamp(28.75rem ,25.2027027027rem + 15.1351351351vw ,37.5rem)
        }
    }
    @supports not (height:clamp(28.75rem ,25.2027027027rem + 15.1351351351vw ,37.5rem)) {
        .abous-us-media__slide {
            height: calc(28.75rem + 8.75 * (100vw - 23.4375rem)/ 57.8125)
        }
    }
}
@media (max-width:23.4375em) {
    .abous-us-media__slide {
        height: 28.75rem
    }
}
@media (min-width:47.99875em) {
    .abous-us-media__slide {
        border-radius: 1.5rem
    }
}
@media (max-width:47.99875em) {
    .abous-us-media__slide {
        border-radius: 1rem
    }
}
.abous-us-media__slide img,
.abous-us-media__slide video,
.abous-us-media__slide iframe {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
@media (min-width:81.25em) {
    .abous-us-media__slide img,
    .abous-us-media__slide video,
    .abous-us-media__slide iframe {
        height: 37.5rem
    }
}
@media (min-width:23.4375em) and (max-width:81.25em) {
    @supports (height:clamp(28.75rem ,25.2027027027rem + 15.1351351351vw ,37.5rem)) {
        .abous-us-media__slide img,
        .abous-us-media__slide video,
        .abous-us-media__slide iframe {
            height: clamp(28.75rem ,25.2027027027rem + 15.1351351351vw ,37.5rem)
        }
    }
    @supports not (height:clamp(28.75rem ,25.2027027027rem + 15.1351351351vw ,37.5rem)) {
        .abous-us-media__slide img,
        .abous-us-media__slide video,
        .abous-us-media__slide iframe {
            height: calc(28.75rem + 8.75 * (100vw - 23.4375rem)/ 57.8125)
        }
    }
}
@media (max-width:23.4375em) {
    .abous-us-media__slide img,
    .abous-us-media__slide video,
    .abous-us-media__slide iframe {
        height: 28.75rem
    }
}
@media (min-width:47.99875em) {
    .abous-us-media__slide img,
    .abous-us-media__slide video,
    .abous-us-media__slide iframe {
        border-radius: 1.5rem
    }
}
@media (max-width:47.99875em) {
    .abous-us-media__slide img,
    .abous-us-media__slide video,
    .abous-us-media__slide iframe {
        border-radius: 1rem
    }
}
.relative {
    position: relative;
}
@media (min-width: 992px) {
    .faq__right {
        position: sticky;
        top: 100px;
        height: fit-content;
    }
}

@media (max-width: 1600px) {
    .form__col-wrap._form-error .form__label {
        /*top: ;*/
    }
}

.reviews__container {
    position: relative;
}
.reviews-main .slider-navigation-1 {
    position: absolute;
    top: 53px;
    right: 0;
    width: fit-content;
}

@media (max-width: 992px) {
    .reviews-main .slider-navigation-1 {
        bottom: -3.5rem;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        top: unset;
    }
    .reviews-main {
        padding-bottom: 3.5rem;
    }
}
.hidden {
    display: none;
}

.form__col-wrap._fake-error .form_label {
    top: 32px !important;
}
.form-line-input .iti._fake-error ~ .form__label {
    top: 30px !important;
}
._fake-error input {
    color: var(--red);
    border-color: var(--red)
}
._fake-error label {
    color: var(--red)
}