@charset "UTF-8";

:root {
    --font-family: "Open Sans", sans-serif;
    --content-width: 1170px;
    --container-offset: 15px;
    --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
    --light-color: #fff
}

.custom-checkbox__field:checked+.custom-checkbox__content::after {
    opacity: 1
}

.custom-checkbox__field:focus+.custom-checkbox__content::before {
    outline: red solid 2px;
    outline-offset: 2px
}

.custom-checkbox__field:disabled+.custom-checkbox__content {
    opacity: .4;
    pointer-events: none
}

@font-face {
    font-family: "Playfair Display";
    src: url(../fonts/PlayfairDisplay.ttf);
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "Franklin Gothic Book";
    src: url(../fonts/franklin-gothic-book.ttf);
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: "Franklin Gothic Medium Cond";
    src: url("../fonts/ofont.ru_Franklin Gothic Medium Cond.ttf");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.page {
    height: 100%;
    font-family: var(--font-family, sans-serif);
    -webkit-text-size-adjust: 100%
}

.page__body {
    margin: 0;
    min-width: 320px;
    min-height: 100%;
    font-size: 16px
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

a {
    text-decoration: none
}

.months-slider--menu {
    width: 180px;
}

.months-slider-wrapper .months-wrapper {
    width: 15%;
}

.afisha {
    margin-top: 25px;
}

.site-container {
    overflow: hidden
}

.is-hidden {
    display: none !important
}

.btn-reset {
    border: none;
    padding: 0;
    background: 0 0;
    cursor: pointer
}

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

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff
}

.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
    display: none
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0)
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: 0
}

.centered {
    text-align: center
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.page--ios .dis-scroll {
    position: relative
}

.container {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto
}

@media (max-width:1200px) {
    .container {
        max-width: calc(100vw - 20px)
    }
}

.scheme {
    margin-top: 20px;
    margin-bottom: 20px
}

.scheme__overflow {
    overflow: auto
}

.scheme__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 561px;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 15px 5px rgba(0, 0, 0, .25);
    width: 1070px
}

.scheme__img img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

.scheme__places {
    width: 100%;
    height: 100%
}

.scheme__place-btn {
    position: absolute;
    z-index: 2;
    border-radius: 5px;
    background: #0f3224;
    border: 1px solid #61a375;
    cursor: pointer;
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.scheme__place-btn_active {
    background: #61a375;
    border-color: #61a375
}

.scheme__place-btn.btn_1 {
    bottom: 25px;
    left: 110px
}

.scheme__place-btn.btn_2 {
    bottom: 120px;
    left: 40px
}

.scheme__place-btn.btn_3 {
    bottom: 260px;
    left: 40px
}

.scheme__place-btn.btn_4 {
    bottom: 71px;
    left: 324px
}

.scheme__place-btn.btn_5 {
    bottom: 166px;
    left: 324px
}

.scheme__place-btn.btn_6 {
    top: 176px;
    left: 324px
}

.scheme__place-btn.btn_7 {
    top: 81px;
    left: 324px
}

.scheme__place-btn.btn_8 {
    top: 81px;
    left: 200px
}

.scheme__place-btn.btn_9 {
    bottom: 194px;
    left: 440px
}

.scheme__place-btn.btn_10 {
    top: 162px;
    left: 440px
}

.scheme__place-btn.btn_12 {
    bottom: 220px;
    right: 440px
}

.scheme__place-btn.btn_13 {
    right: 350px;
    bottom: 220px
}

.scheme__place-btn.btn_14 {
    right: 130px;
    bottom: 220px
}

.scheme__place-btn.btn_15 {
    right: 40px;
    bottom: 220px
}

.scheme__place-btn.btn_16 {
    top: 134px;
    left: 110px
}

.scheme__place-btn.btn_17 {
    bottom: 190px;
    left: 110px
}

.scheme__place-btn.btn_18 {
    top: 61px;
    left: 30px
}

.scheme__place-btn.btn_vertical_large {
    width: 30px;
    height: 76px
}

.scheme__place-btn.btn_vertical_small {
    width: 40px;
    height: 60px
}

.scheme__place-btn.btn_horizontal_middle {
    width: 76px;
    height: 30px
}

.scheme__place-btn.btn_horizontal_small {
    width: 60px;
    height: 40px
}

.scheme__place-btn.btn_bar {
    width: 460px;
    height: 40px;
    right: 40px;
    top: 81px
}

.scheme__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.scheme__info-text {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff
}

.scheme__info-text span {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #61a375
}

.menu {
    margin-top: 60px;
    display: none;
    margin-bottom: 109px
}

@media (max-width:768px) {
    .scheme__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px
    }

    .scheme__info-text {
        font-size: 16px
    }

    .menu {
        margin-bottom: 40px
    }
}

.menu__title {
    font-family: "Franklin Gothic Medium Cond";
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 73px;
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

@media (max-width:768px) {
    .menu__title {
        font-size: 30px;
        line-height: 34px
    }
}

.menu__inner {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.menu__article {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    gap: 30px;
    position: sticky;
    top: 140px
}

@media (max-width:1200px) {
    .menu__article {
        display: none
    }
}

.menu__article-item {
    font-family: "Franklin Gothic Medium Cond";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: 0 0;
    border: none;
    text-align: left;
    cursor: pointer
}

.menu__article-item_active {
    color: #61a375
}

.menu__contents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.menu__article-title {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 10px
}

.menu__cart-title {
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    color: #fff
}

.menu__block[data-type=Корзина] {
    display: none
}

.menu-item {
    width: 100%;
    padding: 30px;
    background: #0f3224;
    -webkit-box-shadow: 0 10px 15px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 15px 5px rgba(0, 0, 0, .25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
}

.menu-item:first-of-type {
    margin-top: 0
}

.menu-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .menu-item {
        padding: 30px 20px
    }

    .menu-item__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 5px
    }
}

.menu-item__name {
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    color: #fff
}

.menu-item__structure {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin-top: 20px;
    width: 100%
}

.menu-item__structure ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.menu-item__structure ul li {
    position: relative;
    padding-left: 16px
}

.menu-item__structure ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 10px;
    left: 0
}

.menu-item__cal {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #61a375;
    white-space: nowrap
}

.menu-item__price-title {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #61a375;
    margin-top: 50px
}

.menu-item__price {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 80%;
    color: #fff
}

.menu-item__price span {
    font-size: 40px
}

.menu-item__add {
    padding: 18px 35px;
    background: #61a375;
    cursor: pointer;
    border: none;
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:768px) {
    .menu-item__price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin: 0px 0 10px 0;
    }

    .menu-item__add {
        width: 100%
    }
}

.menu-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10px
}

@media (max-width:768px) {
    .menu-item__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px
    }
}

.menu-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto
}

.menu-counter__btn {
    width: 48px;
    height: 48px;
    border: 1px solid #61a375;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: 0 0;
    cursor: pointer;
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

.menu-counter__btn:disabled {
    border-color: rgba(97, 163, 117, .2);
    cursor: default
}

.menu-counter__count {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

.cart {
    width: 100%;
    background: #0f3224;
    -webkit-box-shadow: 0 10px 15px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 15px 5px rgba(0, 0, 0, .25);
    padding: 30px
}

.cart__descr {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    opacity: .5
}

@media (max-width:768px) {
    .cart__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        padding-right: 30px
    }
}

.cart__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart__sum {
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #fff
}

.cart__items {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    border-top: 1px solid #61a375;
    border-bottom: 1px solid #61a375;
    margin: 30px 0
}

.cart__item {
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart__item span {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #fff
}

@media (max-width:768px) {
    .cart__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap:5px;
        position: relative
    }

    .cart__item .cart__delete {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px
    }
}

.cart__item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.cart__delete {
    width: 10px;
    height: 10px;
    background: 0 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.cart__offer {
    background: #61a375;
    width: 205px;
    height: 47px;
    border: none;
    margin: 0 auto;
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    cursor: pointer;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    display: none
}

.cart__final-sum {
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    color: #fff
}

@media (max-width:768px) {
    .cart__final-sum {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        gap: 8px;
    }
}

.promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 120px;
    margin-top: 75px
}

@media (max-width:1200px) {
    .promo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 80px
    }
}

.promo__img {
    min-width: 466px;
    width: 466px;
    height: 311px;
    position: relative
}

.promo__img img {
    width: 100%;
    height: 100%
}

.promo__img:before {
    content: "";
    width: 466px;
    height: 311px;
    border: 1px solid #61a375;
    display: block;
    position: absolute;
    top: -25px;
    left: -24px;
    z-index: -1
}

.promo__name-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.promo__name-img {
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -11px
}

@media (max-width:768px) {
    .promo {
        gap: 50px;
        margin-top: 38px
    }

    .promo__img {
        min-width: auto;
        width: 285px;
        height: 190px
    }

    .promo__img:before {
        min-width: auto;
        width: 285px;
        height: 190px;
        top: -16px;
        left: -15px
    }

    .promo__name-img {
        left: 0;
        top: -19px;
        width: 160px
    }
}

.promo__type {
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff
}

.promo__name {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 85px;
    color: #fff;
    margin: 0
}

.promo__name:after {
    content: "";
    width: 290px;
    height: 3px;
    background: #61a375;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .promo__name:after {
        margin-bottom: 10px
    }

    .promo__name {
        font-size: 32px;
        line-height: 43px
    }
}

.promo__descr {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 125%;
    color: #fff
}

.date-select {
    margin-top: 125px;
    margin-bottom: 20px
}

.date-select__title {
    font-family: "Franklin Gothic Medium Cond";
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 73px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.order-modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.order-modal_active {
    opacity: 1;
    pointer-events: all
}

.order-modal__overlay {
    background: rgba(0, 0, 0, .5);
    position: relative;
    width: 100%;
    height: 100%
}

.order-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #0f3224;
    max-width: 750px;
    padding: 30px 30px 40px;
    overflow: auto;
    width: 100%
}

.page-menu .months-slider-wrapper .month-btn {
    width: 8.5px;
    height: 17px;
}

.page-menu .months-slider--menu .item span {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
}

@media (max-width:768px) {
    .date-select {
        margin-top: 40px
    }

    .date-select__title {
        font-size: 30px;
        line-height: 34px
    }

    .order-modal__container {
        max-width: calc(100vw - 20px)
    }
}

.order-modal__close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: 0 0;
    cursor: pointer
}

.order-modal__title {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    color: #fff
}

.order-modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px
}

.order-modal__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.order-modal__label span {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135.5%;
    color: #fff
}

.order-modal__input {
    background: rgba(255, 255, 255, .2);
    width: 100%;
    height: 47px;
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135.5%;
    color: #fff;
    border: none;
    padding: 0 15px
}

.order-modal__input:active,
.order-modal__input:focus {
    outline: 0
}

.order-modal__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.order-modal__input::-moz-placeholder {
    color: rgba(255, 255, 255, .4)
}

.order-modal__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.order-modal__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.order-modal__input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.order-modal__submit {
    width: 100%;
    height: 47px;
    background: #61a375;
    border: none;
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-top: 23px;
}

.order-modal__creds {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135.5%;
    color: #fff;
    margin-top: 10px
}

.order-modal__creds a {
    text-decoration: underline;
    color: #fff
}

.cart-helper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    z-index: 10;
    background: #0f3224;
    -webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, .25);
    box-shadow: 0 -4px 14px rgba(0, 0, 0, .25);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.cart-helper__tongue {
    display: none
}

@media (max-width:1000px) {
    .cart-helper {
        opacity: 1;
        pointer-events: all;
        height: auto;
        padding: 20px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    .cart-helper__tongue {
        border: none;
        display: block;
        width: 72px;
        height: 36px;
        border-bottom-left-radius: 72px;
        border-bottom-right-radius: 72px;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, .25);
        box-shadow: 0 8px 14px rgba(0, 0, 0, .25);
        -webkit-transform: translate(-50%, -100%) rotate(180deg);
        -ms-transform: translate(-50%, -100%) rotate(180deg);
        transform: translate(-50%, -100%) rotate(180deg);
        /* background: url(/images/svg/arrow.svg) 50% 43px no-repeat #61a375; */
        background: url(/images/shopping-cart.png) 24px 4px no-repeat #61a375;
        background-size: 23px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }
}

.cart-helper_active {
    opacity: 1;
    pointer-events: all
}

.cart-helper_active .cart-helper__tongue {
    border-radius: 72px 72px 0 0;
    background: url(/images/svg/arrow.svg) 50% 43px no-repeat #61a375;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background-position: 50% 18px;
    -webkit-box-shadow: 0 -8px 14px rgba(0, 0, 0, .25);
    box-shadow: 0 -8px 14px rgba(0, 0, 0, .25)
}

.cart-helper__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

@media (max-width:1000px) {
    .cart-helper_active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .cart-helper__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
        gap: 30px
    }
}

.cart-helper__big {
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #fff
}

.cart-helper__small {
    font-family: "Franklin Gothic Book";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #fff
}

.cart-helper__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:1000px) {
    .cart-helper__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px
    }
}

.cart-helper__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cart-helper__text-container svg {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.cart-helper__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

@media (max-width:1000px) {
    .cart-helper__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        width: 100%
    }
}

.cart-helper__to-cart {
    width: 157px;
    height: 40px;
    border: 1px solid #61a375;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

@media (max-width:1000px) {
    .cart-helper__to-cart {
        width: 100%
    }
}

.cart-helper__order {
    background: #61a375;
    width: 186px;
    height: 40px;
    font-family: "Franklin Gothic Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    cursor: pointer
}

@media (max-width:1000px) {
    .cart-helper__order {
        width: 100%
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: var(--vh);
    background: #172b22
}

.page-menu {
    padding-top: 140px
}

.order-modal__wrapper-flex{
  display: flex;
  gap: 20px;
  align-items: flex-start;

}
.order-modal__block{
  max-width: 50%;
  width: 50%;
}
.order-modal__input--comment {
    height: 140px;
    padding-top: 10px;
}


@media (max-width:767px) {
          .order-modal__wrapper-flex {
            flex-wrap: wrap;
                gap: 5px;
          }

          .order-modal__block {
            max-width: 100%;
            width: 100%;
        }


        .order-modal__input--comment {
            height: 86px;
        }


        .order-modal__form {
            margin-top: 15px;
        }

        .order-modal__submit {
            margin-top: 5px;
        }


        .order-modal__label {
            margin-bottom: 10px;
        }


        .order-modal__container-inner {
            min-height: 590px;
        }


        .order-modal__container {
            overflow: scroll;
            max-height: 100vh;
        }
        .menu-item__name {

          font-size: 27px;

        }

        .menu .container {
            min-width: 300px;
            margin: 0 auto;
        }

        .menu-item__price {
            font-size: 30px;
        }

        .menu-item__price span {
            font-size: 30px;
        }

        .menu-item__structure {
            font-size: 13px;
            line-height: 17px;
            margin-top: 4px;
        }

        .menu-item__price-title {
            margin-top: 20px;
        }

        .cart{
          padding: 15px;
        }

        .cart__final-sum {
            font-size: 23px;
        }

        .cart__sum {
            font-size: 15px;
        }
}

header .header-menu #horizontal-multilevel-menu-mobile {
    display: none;
}

.accordion {
    display: none;
}
@media (max-width: 1023px) {
    header .header-menu #horizontal-multilevel-menu {
        display: none;
    }
    header .header-menu #horizontal-multilevel-menu-mobile {
        display: block;
    }

    .accordion {
        display: block;
    }
}

/** **/

.accordion {
    width: 100%;
    height: auto;
    margin: 30px auto 20px;
    /*background: #ffffff;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 20px 15px 45px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link a{
    color: #fff;
}
.accordion .link .fa-chevron-down:before {
	padding-right: 15px;
	content: "\f078";
    color: #fff;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
    right: 25px;
}

.accordion li.open .link { color: #00542f; }

.accordion li.open i { color: #00542f; }

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
    display: none;
    background: #00542f;
    font-size: 14px;
}

.submenu li { border-bottom: 1px solid #00542f; }

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 0px;
    padding-left: 20px;
    font-size: 16px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #00542f;
    color: #FFF;
}
#accordion > li:first-child > div > i{
    display: none;
}

#accordion > li.parent.root-item.open > ul.submenu > li > div > i {
    display: none;
}

#accordion > li.parent.root-item.open > ul.submenu3 > li > div > i {
    display: none;
}

#accordion > li.parent.root-item.open > ul > li.parent.root-item > ul > li > div > i{
    display: none;
}

#accordion > li.parent.root-item.open > ul > li.parent.root-item > ul{
    display: block;
}

