.menu {
    background-image: url("../images/dist/bg-menu.svg");
    background-position: 50% 0;
    background-size: 100% auto;
    background-repeat: repeat-y;
    min-height: 100vh;
    padding-bottom: 65px;
}

.menu__header {
    height: 110px;
}

.menu__header__logo {
    height: 62px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.menu__header__nav__fix {
    padding: 10px 0;
}

.menu__header__nav__item {
    background: #fff;
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    height: 24px;
    border: 1px solid #b4c9c8;
    border-radius: 12px;
    padding: 0 10px;
    text-decoration: none;
    display: block;
}

.menu__header__nav__item:hover,
.menu__header__nav__item:active,
.menu__header__nav__item:focus {
    color: #5c5c5c;
}

.menu__header__nav__item.active {
    border-color: #ec641d;
    color: #5c5c5c;
}

.menu__list {
    position: relative;
    padding-top: 45px;
}

.menu__list.pt-10 {
    padding-top: 10px;
}

.menu__list__title {
    font-size: 24px;
    font-weight: 800;
    color: #5c5c5c;
    line-height: 1.1;
    text-transform: uppercase;
}

.menu__list__item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #deeeed;
    align-items: center;
}

.menu__list__item__img {
    width: 130px;
    min-width: 130px;
}

.menu__list__item__img img {
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.menu__list__item__desc {
    width: calc(100% - 130px);
    padding-left: 20px;
}

.menu__list__item__desc h3 {
    color: #5c5c5c;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 12px 0;
    padding: 0;
}

.menu__list__item__desc p {
    color: #a0a0a0;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.menu__list__item__footer {
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu__list__item__price {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #5c5c5c;
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

.menu__list__item__price::before {
    content: '/';
    color: #ec641d;
    margin-right: 10px;
}

.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: none;
    cursor: pointer;
    background: #ec641d;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    height: 32px;
    border-radius: 16px;
}

.menu-btn:hover {
    background: #f6aa3b;
}

.menu-btn.menu-btn--min {
    position: relative;
    padding: 0;
    width: 32px;
    min-width: 32px;
}

.menu-btn.menu-btn--min::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 12px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin: -1px 0 0 -6px;
}

.menu-btn.menu-btn--min.plus::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 2px;
    height: 12px;
    background-color: #fff;
    left: 50%;
    margin: -6px 0 0 -1px;
}

.menu__list__item__btn__group {
    display: flex;
    align-items: center;
    width: 115px;
}

.menu__list__item__count {
    flex-grow: 1;
    padding: 0 5px;
    height: 30px;
    width: 51px;
    border: none;
    text-align: center;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #5c5c5c;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    display: flex;
    justify-content: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
    outline: none;
}

.menu__header__nav.active .menu__header__nav__fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
}

.menu__footer {
    background-color: #fff;
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    box-shadow: 0px -4px 10px 0px rgba(180, 201, 200, 0.5);

}

.menu__footer__cart {
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    text-decoration: none;
    background: #ec641d;
    transition: all 0.2s ease-in-out;

    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    height: 32px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu__footer__cart .val {
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    text-transform: uppercase;
}

.menu__footer__cart .rouble {
    margin-left: 5px;
}

.menu__list__item.menu__list__item--cart .menu__list__item__img {
    width: 70px;
    min-width: 70px;
}

.menu__list__item.menu__list__item--cart .menu__list__item__desc {
    width: calc(100% - 70px);
}

.menu__list__item.menu__list__item--cart .menu__list__item__desc h3 {
    margin-bottom: 0;
}

.menu__list__item.menu__list__item--cart .menu__list__item__price::before {
    display: none;
}

.menu__header__border {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #deeeed;
}

.menu__header__back {
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 0;
    display: inline-flex;
    align-items: center;
    color: #5c5c5c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.menu__header__back svg {
    margin-right: 8px;
}

.menu__header.h-auto {
    height: auto;
    margin-bottom: 10px;
}

.cart-empty {
    padding-top: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #5c5c5c;
}

.pb-25 {
    padding-bottom: 25px;
}

.form-select {
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #b4c9c8;
    padding: 5px 25px 5px 10px;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_Ð¡Ð»Ð¾Ð¹_1' data-name='Ð¡Ð»Ð¾Ð¹ 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 280.99 161.83'%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B stroke-width: 0px;%0Afill: %235c5c5c; %7D .cls-2 %7B fill: none; %7D .cls-3 %7B clip-path: url(%23clippath); %7D %3C/style%3E%3CclipPath id='clippath'%3E%3Crect class='cls-2' y='0' width='280.99' height='161.83'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-3'%3E%3Cpath class='cls-1' d='m21.24,0h238.51c11.78.05,21.29,9.64,21.24,21.42-.02,5.66-2.29,11.07-6.31,15.06l-119.04,119.04c-8.3,8.36-21.8,8.42-30.17.12-.04-.04-.08-.08-.12-.12L6.31,36.48c-8.37-8.3-8.42-21.8-.12-30.17C10.17,2.29,15.59.02,21.24,0'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 8px 5px;
}

.form-select:hover,
.form-select:focus,
.form-select:active,
.order-form__item__text:hover,
.order-form__item__text:focus,
.order-form__item__text:active {
    outline: none;
    box-shadow: none;
    border: 1px solid #b4c9c8;
}


.order-form__item__label {
    display: block;
    color: #5c5c5c;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 5px;
}

.order-form__item__label span {
    color: #ec641d;
}

.order-form__item__text {
    appearance: none;
    background-color: #fff;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #b4c9c8;
    padding: 5px 10px;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
}

.order-form__item__radio {
    padding-bottom: 10px;
}

.custom-radio {
    display: block;
}

.custom-radio input {
    display: none;
}

.custom-radio__value {
    display: flex;
    align-items: center;
    appearance: none;
    background-color: #fff;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #b4c9c8;
    padding: 5px 10px 5px 36px;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.custom-radio__value b {
    font-weight: 500;
    margin-left: 5px;
}

.custom-radio__value::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #b4c9c8;
    margin-top: -8px;
}

.custom-radio__value::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 14px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background: #ec641d;
    margin-top: -4px;
}

.custom-radio input:checked + .custom-radio__value {
    border-color: #ec641d;
}

.custom-radio input:checked + .custom-radio__value::after {
    border-color: #ec641d;
}

.custom-radio input:checked + .custom-radio__value::before {
    opacity: 1;
}

.order-finish {
    padding: 0 10px;
}

.order-finish__ico {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.order-finish__title {
    text-align: center;
    color: #5c5c5c;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 20px;
}

.order-finish__caption {
    text-align: center;
    color: #5c5c5c;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.order-finish__info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.order-finish__info span {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 18px;
}

.menu__footer__cart:hover {
    background: #f6aa3b;
    color: #fff;
}

.menu__footer__cart:active,
.menu__footer__cart:focus {
    color: #fff;
}

.menu__header .menu__footer__cart,
.form-border__footer {
    display: none;
}

.order-form__item__text.just-validate-error-field {
    border-color: #da0817;
}

.just-validate-error-label {
    color: #da0817 !important;
    font-size: 12px;
}

.order-form__item {
    position: relative;
    margin-bottom: 18px;
}

#orderModal2 {
    background: none !important;
}

.page-title {
    text-align: center;
    color: #5c5c5c;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 30px;
    line-height: 1.3;
}

.page-content {
    margin: 0 auto;
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";

    width: 100%;
    max-width: 870px;
    padding: 20px 55px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 0px rgba(180, 201, 200, 0.5);
}
.page-content h2 {
    font-size: 14px;
    font-weight: bold;
    color: #5c5c5c;
    margin: 15px 0 ;
}
.page-content p {
    font-size: 14px;
    line-height: 18px;
    color: #5c5c5c;
    font-weight: 500;
    margin-bottom: 10px;
}
.page-content a {
    color: #ec641d;
    text-decoration: underline;
}
.page-content a:hover {
    text-decoration: none;
}
@media screen and (min-width: 1200px) {
    .just-validate-error-label {
        font-size: 14px;
    }

    .order-finish__caption {
        font-size: 16px;
    }

    .order-finish {
        min-height: 200px;
        padding-bottom: 15px;
    }

    .order-finish__info span {
        font-size: 15px;
    }

    #orderModal2 .modal-dialog {
        margin: 0 0 0 auto;
        max-width: 725px;
    }

    #orderModal2 .modal-dialog .modal-content {
        border-radius: 0;
        border: none;
        background-image: url(../images/dist/bg-menu.svg);
        background-repeat: repeat;
        background-size: 610px 610px;
        background-position: 0 0;
        min-height: 100vh;
    }

    .order-finish__title {
        font-size: 24px;
    }

    .order-finish__title br {
        display: none;
    }

    .menu__header__logo {
        position: relative;
    }

    .menu__header > .container {
        position: relative;
        z-index: 20;
    }

    .menu__header__nav.active .menu__header__nav__fix {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        z-index: 1;
    }

    .menu__header.active {
        background: #fff;
    }

    .menu__footer {
        display: none !important;
    }

    .menu__header .menu__footer__cart {
        display: inline-flex;
        position: absolute;
        top: 20px;
        right: 0;
        height: 48px;
        border-radius: 24px;
        padding: 10px 25px;
        font-size: 16px;
        z-index: 55;
    }

    .menu {
        background-size: 610px 610px;
        background-repeat: repeat;
        position: relative;

    }

    .menu--catalog {
        padding-top: 10px;
        padding-bottom: 150px;
    }

    .menu--catalog .menu__list {
        display: grid;
        flex-wrap: wrap;
        gap: 26px;
        grid-template-columns: repeat(4, 1fr);
        position: static;
        margin-bottom: -100px;

    }

    .menu__list:hover {
        z-index: 10;
    }

    .menu--catalog .menu__list__title {
        grid-column: span 4;
        font-size: 36px;
        position: relative;
        z-index: 1;
        padding-top: 100px;
    }

    .menu--catalog .menu__list__item {
        grid-column: span 1;
        padding: 10px 0 0 0;
        display: flex;
        flex-direction: column;
        border-bottom: none;
        position: relative;
        z-index: 20;
    }

    .menu--catalog .menu__list__item__desc {
        width: 100%;
        padding: 20px 0 0;
        flex-grow: 1;
    }

    .menu__list__item__img {
        width: 100%;
        min-width: 100%;
    }

    .menu__list__item__img img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
    }

    .menu__list__item__desc h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .menu__list__item__desc p {
        font-size: 14px;
    }

    .menu--catalog .menu__header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 50;
    }

    #orderModal2 .modal-body {
        width: 415px;
        padding: 40px;
        position: relative;
        z-index: 10;
    }

    .btn-close2 {
        position: absolute;
        z-index: 10;
        top: 40px;
        left: -70px;
        display: flex;
        border: none;
        padding: 0;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 24px;
    }

    #orderModal2 .modal-title {
        font-weight: 800;
        font-size: 36px;
        line-height: 48px;
        padding-bottom: 5px;
        color: #5c5c5c;
    }

    #orderModal2 .menu__list__item__desc h3 {
        font-size: 16px;
    }

    #orderModal2 .modal-footer {
        padding: 22px 30px 22px 70px;
        justify-content: flex-start;
        background: #fff;
        box-shadow: 0px -4px 10px 0px rgba(180, 201, 200, 0.5);

    }

    #orderModal2 .modal-footer .menu__footer__cart {
        height: 48px;
        border-radius: 24px;
    }

    .menu__header__border {
        border-bottom: none;
    }

    .menu__list__title {
        font-size: 36px;
        line-height: 1.3;
        text-align: center;
    }

    .form-select,
    .order-form__item__text,
    .custom-radio__value {
        height: 46px;
    }

    .order-form {
        border-top: 1px solid #deeeed;
        padding-top: 10px;
    }

    .form-border__footer {
        display: flex;
        justify-content: center;
        padding-top: 5px;
    }

    .order-form__item {
        margin-bottom: 25px;
    }

    .menu__footer__cart {
        height: 48px;
        border-radius: 24px;
        padding: 10px 25px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .page-content {
        padding: 20px;
    }
    .page-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #orderModal2 .modal-dialog {
        padding: 0;
        margin: 0;
    }

    #orderModal2 .modal-content {
        border-radius: 0;
        border: none;
        height: 100vh;
        overflow-y: auto;
        padding-bottom: 70px;
        margin: 0;
    }

    #orderModal2 .modal-title {
        font-weight: 800;
        font-size: 24px;
        line-height: 1.2;
        padding-bottom: 15px;
        color: #5c5c5c;
    }

    .btn-close2 {
        position: absolute;
        z-index: 10;
        top: 10px;
        right: 10px;
        display: flex;
        border: none;
        padding: 0;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background: #fff;
        border-radius: 12px;
    }

    #orderModal2 .modal-footer {
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
        border: none;
        justify-content: center;
        background: #fff;
        box-shadow: 0px -4px 10px 0px rgba(180, 201, 200, 0.5);
    }
}
