@charset "UTF-8";

@font-face {
    font-family: "FuturaNew-Book";
    font-display: swap;
    src: url("../fonts/FuturaNewBook.woff") format("woff"), url("../fonts/FuturaNewBook.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "FuturaNew-Demi";
    font-display: swap;
    src: url("../fonts/FuturaNewDemi.woff") format("woff"), url("../fonts/FuturaNewDemi.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "FuturaNew-Medium";
    font-display: swap;
    src: url("../fonts/FuturaNewMedium.woff") format("woff"), url("../fonts/FuturaNewMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat-Italic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none !important;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Montserrat";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "Montserrat";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    color: #000;
    font-size: 14px;
    background: #fff;
}

body._lock {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    /*overflow: hidden;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.btn {
    display: inline-flex;
    padding: 0 0;
}

.btn._fw {
    width: 100%;
}

.select {
    position: relative;
}

.select__item {
    position: relative;
}

.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url("../img/icons/select-restorant.svg") center/100% no-repeat;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
    padding: 10px 0px 5px 0px;
}

.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0px 0px 0px 0px;
}

.select._active {
    z-index: 5;
}

.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select._active .select__options {
    display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0px 20px;
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
    background: url("../img/icons/check.svg") center/auto no-repeat, #D2D2D2;
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 8px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #D2D2D2;
}

.checkbox a {
    color: #3A9C2B;
    text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212;
}

.options {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.options__item {
    position: relative;
    cursor: pointer;
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}

.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.options__text:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px;
}

.rating-block {
    display: table;
    font-size: 0;
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.rating.edit .star {
    cursor: pointer;
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%;
}

.rating__activeline {
    position: absolute;
    width: 0px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%;
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle;
}

.quantity {
    width: 100%;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    position: relative;
    background: #214C90;
    border-radius: 50%;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0px 0px 0px -4px;
    background-color: #fff;
    width: 8px;
    height: 1px;
}

.quantity__button_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    background: transparent;
    text-align: center;
}

._btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: #3A9C2B;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

._btn._disable {
    background: #DBDDDF;
    color: #B3B3B3;
}

._btn._disable ._delivery-icon svg path {
    fill: #B3B3B3;
}

._btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #26498C;
    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;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

._no-webp ._title::after {
    background: url(../img/icons/title-after.svg) center/auto no-repeat;
}

._title::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
}

._no-webp ._title::before {
    background: url(../img/icons/title-before.svg) center/auto no-repeat;
}

._title::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
}

.row:after {
    display: block;
    content: "";
    clear: both;
}

.rub:after {
    content: "₽";
}

ol.counter {
    list-style-type: none;
    counter-reset: item;
}

ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px;
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb;
}

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.table {
    display: table;
    font-size: 0;
    width: 100%;
}

.trow {
    display: table-row;
}

.cell {
    display: table-cell;
}

.cell.full {
    width: 100%;
}

._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.moretext {
    overflow: hidden;
}

.moretext__more {
    cursor: pointer;
}

.moretext__more span {
    font-style: normal;
}

.moretext__more span:first-child {
    display: block;
}

.moretext__more span:last-child {
    display: none;
}

.moretext__more.active span {
    font-style: normal;
}

.moretext__more.active span:first-child {
    display: none;
}

.moretext__more.active span:last-child {
    display: block;
}

#map {
    background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
    overflow: hidden;
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.slick-slider {
    position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-slider .slick-slide {
    position: relative;
    margin: 0 10px;
}

.tab__item {
    display: none;
}

.tab__item.active {
    display: block;
}

._tabs-block {
    display: none;
}

._tabs-block._active {
    display: block;
}

.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.nicescroll-rails {
    z-index: 1000 !important;
}

.gm-style-iw-t {
    opacity: 0;
}

.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important;
}

.baloon button {
    display: none !important;
}

.baloon:after {
    display: none !important;
}

.baloon-style {
    display: none;
}

.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0px !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important;
}

.baloon-content.gm-style-iw:after {
    display: none !important;
}

.baloon-close {
    top: 18px !important;
}

._custom-scroll {
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000;
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.simplebar-track {
    border-radius: 6px;
    background: #D2D2D2;
}

.simplebar-track.simplebar-vertical {
    margin-right: 3px;
}

.simplebar-track.simplebar-vertical {
    width: 3px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}

.simplebar-scrollbar:before {
    left: auto;
    right: auto;
    width: 100%;
    background: #3A9C2B;
    border-radius: 6px;
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 10px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}

.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__content {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
}

.popup__close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 30;
    background: url("../img/popup__close.svg") 0 0 no-repeat;
    background-color: #ffffffa8;
    border-radius: 5px;
}

.header-navigation {
    background: #152447;
    padding: 14px 0 10px;
    position: relative;
    z-index: 2;
}

._no-webp .header-navigation::after {
    background: url(../img/ornament-dark.png) top left/auto 100% repeat-x;
}

.header-navigation::after {
    content: "";
    width: 100%;
    height: 23px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.header-navigation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.header-navigation__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header-navigation__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

.header-navigation__actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.list-header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

li.list-header-navigation__item._tel {
    width: 120px;
}

.list-header-navigation__item._tel .list-header-navigation__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}

.list-header-navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    color: #FFFFFF;
}

.list-header-navigation__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    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;
}

.list-header-navigation__text {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.search-header-navigation {
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    padding: 7px 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "FuturaNew-Book";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.search-header-navigation__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: none;
    color: #fff;
}

.search-header-navigation__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-header-navigation__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-header-navigation__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-header-navigation__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-header-navigation__input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-header-navigation__button {
    height: 16px;
    width: 16px;
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    background: transparent;
}

.actions-header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}

.language-header-navigation {
    position: relative;
}

.language-header-navigation__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.language-header-navigation__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    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;
}

.language-header-navigation__body {
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    left: 0px;
    min-width: 100%;
    padding: 10px 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19.4%, #395EAA), to(#284A8A)), #152447;
    background: -o-linear-gradient(top, #395EAA 19.4%, #284A8A 100%), #152447;
    background: linear-gradient(180deg, #395EAA 19.4%, #284A8A 100%), #152447;
    border-radius: 0px;
}

.language-header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.language-header-navigation__item {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    color: #fff;
    padding: 0px 5px;
}

.user-header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.user-header-navigation__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    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;
}

.header {
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 127px;
    flex: 0 0 127px;
    margin-right: 15px;
}

.header__logo img {
    max-width: 100%;
    width: 100%;
}

.header__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header__delivery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    height: 40px;
    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;
    text-align: center;
}

.nav-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.nav-menu__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nav-menu__link._active {
    color: #EB8A2D;
}

.mobile-header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19.4%, #395EAA), to(#284A8A)), #152447;
    background: -o-linear-gradient(top, #395EAA 19.4%, #284A8A 100%), #152447;
    background: linear-gradient(180deg, #395EAA 19.4%, #284A8A 100%), #152447;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 15;
}

._no-webp .mobile-header::after {
    background: url(../img/ornament-light.png) top left/auto 100% repeat-x;
}

.mobile-header::after {
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.mobile-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-header__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 104px) / 2);
    flex: 0 0 calc((100% - 104px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

.mobile-header__search-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
    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;
}

.mobile-header__search-btn picture {
    width: 100%;
    max-width: 100%;
}

.mobile-header__search-btn img {
    width: 100%;
    max-width: 100%;
}

.mobile-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
}

.mobile-header__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 104px) / 2);
    flex: 0 0 calc((100% - 104px) / 2);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mobile-header__search {
    display: none;
    margin-top: 16px;
    width: 100%;
}

.cart-mobile-header {
    position: relative;
}

.cart-mobile-header__value {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    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;
    background: #3A9C2B;
    border: 1px solid #FFFFFF;
    top: -9px;
    right: -8px;
    font-family: "FuturaNew-Medium";
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.search-mobile-header__form {
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 14px;
    align-items: center;
    font-family: "FuturaNew-Book";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.search-mobile-header__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: none;
    color: #fff;
}

.search-mobile-header__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-mobile-header__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-mobile-header__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-mobile-header__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-mobile-header__input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.search-mobile-header__btn {
    height: 16px;
    width: 16px;
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    background: transparent;
}

._no-webp .mobile-menu {
    background: url(../img/menu-mobile-bg.png) top left/cover no-repeat;
}

.mobile-menu {
    position: fixed !important;
    width: 275px;
    height: 100%;
    padding: 140px 20px 60px;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
    z-index: 13;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.mobile-menu._active {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    pointer-events: all;
}

.mobile-menu__list {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}

.mobile-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-height: 30px;
    color: #FFFFFF;
}

.mobile-menu__link._spoller::after {
    content: "";
    width: 8px;
    height: 16px;
    background: url(../img/icons/more.svg) center/auto no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu__link._spoller._active::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu__icon img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mobile-menu__sublist {
    display: none;
    background: #1C77FF;
    -webkit-box-shadow: inset 0px 4px 7px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 4px 7px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 18px 18px;
    padding: 8px 16px 16px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.mobile-menu__sublink {
    padding: 8px 0px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
}

.mobile-menu__sublink._active {
    color: #fff;
    border-color: #fff;
}

.social-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
}

.social-mobile-menu__icon {
    margin-top: 8px;
}

.social-mobile-menu__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.social-mobile-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-top: 8px;
}

.icon-menu {
    display: none;
}

._no-webp .footer {
    background: url(../img/footer-bg.png) center center/cover no-repeat, #152447;
}

.footer {
    position: relative;
}

._no-webp .footer::after {
    background: url(../img/ornament-dark.png) top left/auto 100% repeat-x;
}

.footer::after {
    content: "";
    width: 100%;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer__top {
    padding: 55px 0px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 130px;
    -moz-column-gap: 130px;
    column-gap: 130px;
}

.footer__other {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__bottom {
    padding: 25px 0px 40px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.other-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
}

.other-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.other-footer__name {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.3;
}

.other-footer__link {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.other-footer__list {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.other-footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}

.other-footer__item img {
    width: 100%;
    height: 100%;
}

.nav-footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-footer__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 16px;
}

.nav-footer__name::before {
    content: "";
    width: 15px;
    height: 3px;
    background: #1C77FF;
    position: absolute;
    border-radius: 3px;
    display: inline-block;
    bottom: -8px;
    left: 0px;
}

.nav-footer__name::after {
    content: "";
    width: 7px;
    height: 3px;
    background: #1C77FF;
    position: absolute;
    border-radius: 3px;
    display: inline-block;
    bottom: -8px;
    left: 19px;
}

.nav-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.nav-footer__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.nav-footer__link {
    color: inherit;
}

.nav-footer__payers {
    margin-top: 16px;
}

.nav-footer__app {
    margin-top: 16px;
}

.payers-nav-footer__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.app-nav-footer__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.app-nav-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.content {
    margin-bottom: 50px;
}

.content__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.content__main {
    width: 100%;
}

.content__main:not(._full) {
    width: calc(100% - (255px + 30px));
}

.content__mobile-categories {
    margin-bottom: 30px;
}

.content__mobile-recomendation {
    margin-bottom: 30px;
}

.content__delivery-info {
    padding-top: 30px;
    padding-bottom: 100px;
}

.content__card {
    margin-bottom: 50px;
}

.content__side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
}

.banner {
    width: 100%;
    height: 330px;
    margin-bottom: 60px;
    position: relative;
}

.banner__image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(80, 80, 80, 0.02));
    filter: drop-shadow(4px 4px 10px rgba(80, 80, 80, 0.02));
    border-radius: 10px;
}

.banner__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__map {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 330px;
}

.banner__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.side-content._log .side-content__login._login {
    display: block;
}

.side-content._log .side-content__order {
    display: none;
}

.side-content._register .side-content__login._register {
    display: block;
}

.side-content._register .side-content__order {
    display: none;
}

.side-content._reset-pass .side-content__login._reset-pass {
    display: block;
}

.side-content._reset-pass .side-content__order {
    display: none;
}

.side-content__wrapper {
    max-height: 100%;
    box-shadow: 0px 2px 14px 4px rgb(80 80 80 / 3%);
}

.side-content__order {
    max-height: calc(100vh - 187px);
}

.side-content__login {
    display: none;
}

.side-content__vacancy-form {
    margin-top: 115px;
}

.order-side {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: hidden;
}

.order-side__delivery {
    background: #F5F6F7;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.order-side__main {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.order-side__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.login-content {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
    box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
}

.login-content__head {
    background: #F5F6F7;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    position: relative;
}

.login-content__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.login-content__title-icon img {
    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;
}

.login-content__text {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
}

.login-content__subtext {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    opacity: 0.6;
    margin-top: 8px;
    text-align: center;
}

.login-content__close {
    position: absolute;
    top: 10px;
    right: 8px;
}

.login-content__body {
    padding: 16px;
}

.login-content__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}

.login-content__form .login-content__btn {
    margin-top: 8px;
}

.login-content__row {
    width: 100%;
}

.login-content__input {
    width: 100%;
    min-height: 0px;
    max-width: 100%;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
    background: #E9E9E9;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000;
}

.login-content__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-content__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-content__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-content__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-content__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-content__footer {
    padding: 16px;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.05);
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 16px;
}

.login-content__btn {
    width: 100%;
    height: 40px;
    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;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}

.login-content__switch {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

.login-content__switch a {
    color: #3A9C2B;
}

.login-content__fargot {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #3A9C2B;
    display: inline-block;
    margin-top: -8px;
}

.delivery-order-side {
    padding: 16px 16px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.delivery-order-side__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery-order-side__image img {
    max-width: 100%;
    height: 72px;
}

.delivery-order-side__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.delivery-order-side__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 8px;
}

.delivery-order-side__value {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.main-order-side {
    padding: 12px 15px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.main-order-side__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 18px;
    margin-bottom: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    margin-right: -8px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.main-order-side__list::-webkit-scrollbar {
    width: 4px;
    background: #fff;
}

.main-order-side__list::-webkit-scrollbar-thumb {
    background: #D9D9D9;
}

.main-order-side__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.main-order-side__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    height: 72px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.main-order-side__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-order-side__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.main-order-side__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

.main-order-side__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
}

.main-order-side__price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    text-align: right;
}

.main-order-side__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.main-order-side__delivery-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.clear-main-order-side {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 390px;
}

.clear-main-order-side__image {
    margin-bottom: 8px;
    max-width: 72px;
    width: 100%;
}

.clear-main-order-side__image img {
    max-width: 100%;
    width: 100%;
}

.clear-main-order-side__text {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #484848;
}

.footer-order-side {
    padding: 8px 15px 15px;
}

.footer-order-side__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.footer-order-side__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer-order-side__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer-order-side__btn {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 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;
    text-align: center;
    color: #FFFFFF;
    padding: 12px 10px;
}

.catalog__mob-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: left;
    margin-top: 25px;
}

.catalog__row:not(:last-child) {
    margin-bottom: 40px;
}

.catalog__row._hide {
    display: none;
}

.catalog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.catalog__content .catalog__item {
    display: flex;
    height: fit-content;
}

.catalog__content .catalog__item.catalog-recomentation {
    flex-direction: column;
}

.catalog__content._all .catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
    box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.catalog__modificator {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 4px 9px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #3A9C2B;
}

.catalog__image {
    display: block;
    width: 100%;
    padding-bottom: 72%;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    border-radius: 10px 10px 0px 0px;
}

.catalog__image img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.catalog__body {
    padding: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.catalog__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #0F0F0F;
    display: block;
    margin-bottom: 8px;
}

.catalog__weight {
    display: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #484848;
    width: 100%;
}

.catalog__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #214C90;
}

.catalog__actions {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    height: 32px;
    background: #214C90;
    border-radius: 18px;
    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;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.recomendation-card__btn._disabled,
.mobile-recomendation__btn._disabled,
.catalog__btn._disabled {
    background: #DBDDDF;
    color: #B3B3B3;
}

.catalog__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}

.catalog__more-btn {
    width: 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;
}

.catalog__more {
    font-family: "FuturaNew-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #3F3F3F;
    text-align: center;
}

.catalog__more._hide {
    display: none;
}

.nav-catalog {
    padding: 24px 0;
    position: sticky;
    top: 63px;
    z-index: 9;
    background: #f4f6f8;
}

._no-webp .nav-catalog::after {
    background: url(../img/icons/slider-nav-after.png) right center/cover no-repeat;
}

._no-webp .nav-catalog::before {
    background: url(../img/icons/slider-nav-before.png) left center/cover no-repeat;
}

.nav-catalog__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #26498C;
    display: block;
    white-space: nowrap;
}

.nav-catalog__link._active {
    color: #EB8A2D;
    text-decoration: underline;
}

.nav-catalog__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
}

.nav-catalog__arrow.arrow-nav-catalog-prev {
    left: -25px;
}

.nav-catalog__arrow.arrow-nav-catalog-next {
    right: -25px;
}

.catalog-recomentation {
    padding: 0px 16px 16px;
}

.catalog-recomentation__head {
    padding: 16px 0px;
    border-bottom: 1px solid #DCDCDC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.catalog-recomentation__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    color: #000000;
}

.catalog-recomentation__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
    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;
}

.catalog-recomentation__body {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}

.catalog-recomentation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.catalog-recomentation__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    width: 72px;
    display: block;
    height: 72px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.catalog-recomentation__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.catalog-recomentation__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}

.catalog-recomentation__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #0F0F0F;
}

.catalog-recomentation__price {
    background: #214C90;
    border-radius: 18px;
    width: 100px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    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;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.catalog-recomentation__price._white {
    border: 1px solid #214C90;
    color: #214C90;
    background: #fff;
}

.mobile-categories__content {
    height: 315px;
    margin: 25px -15px 0px;
    padding: 0px 15px;
}

.mobile-categories__content .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-categories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    text-align: center;
    width: 104px;
    height: 150px;
}

.mobile-categories__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
    border-radius: 50%;
}

.mobile-categories__image img {
    width: 100%;
    max-width: 100%;
    border-radius: 50%;
}

.mobile-categories__name {
    font-family: "FuturaNew-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #484848;
}

.mobile-categories__paggination {
    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;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
}

.mobile-categories__paggination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    height: 10px;
    width: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-categories__paggination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #395DA9;
}

.mobile-recomendation__content {
    margin-top: 15px;
}

.mobile-recomendation__content .mobile-recomendation__item {
    display: none;
}

.qr-menu-content .mobile-recomendation__content .mobile-recomendation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-recomendation__content .mobile-recomendation__item:nth-child(-n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-recomendation__content._all .mobile-recomendation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-recomendation__item {
    padding: 15px 0px 24px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    border-bottom: 1px solid #DCDCDC;
}

.mobile-recomendation__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    height: 104px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.mobile-recomendation__image img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.mobile-recomendation__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mobile-recomendation__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    display: block;
    margin-bottom: 8px;
}

.mobile-recomendation__weight {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #484848;
}

.mobile-recomendation__other {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-recomendation__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mobile-recomendation__btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #214C90;
    border-radius: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    height: 32px;
    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;
    text-align: center;
}

.mobile-recomendation__more-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.mobile-recomendation__more {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4F4F4F;
    padding: 5px 24px;
    background: #EEEEEE;
    border-radius: 18px;
}

.mobile-recomendation__more._hide {
    display: none;
}

.card {
    padding: 40px;
    background: #F5F6F7;
    /*-webkit-box-shadow: 4px 4px 10px rgba(80, 80, 80, 0.05);*/
    /*box-shadow: 4px 4px 10px rgba(80, 80, 80, 0.05);*/
    border-radius: 10px;
}

.card__main {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.card__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    padding-bottom: 39%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card__other {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.card__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
}

.card__quantity .quantity {
    height: 24px;
}

.card__quantity .quantity .quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
}

.card__quantity .quantity input {
    font-size: 16px;
    line-height: 16px;
}

.card__price {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
}

.card__mobile-description {
    margin-top: 24px;
    margin-bottom: 16px;
}

.card__btn {
    background: #214C90;
    border-radius: 18px;
    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;
    text-align: center;
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card__btn._disabled {
    background: #DBDDDF !important;
    color: #B3B3B3 !important;
}

.card__btn::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    background: url(../img/icons/card-to-cart.svg) center/auto no-repeat;
}

.info-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.info-card__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #26498C;
}

.info-card__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.info-card__weight {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.mobile-description-card__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 8px;
}

.recomendation-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.recomendation-card__content {
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid #DCDCDC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 30px;
}

.recomendation-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 35px * 2) / 3);
    flex: 0 0 calc((100% - 35px * 2) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.recomendation-card__image {
    padding-bottom: 62.2%;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.recomendation-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.recomendation-card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
}

.recomendation-card__name {
    font-weight: 500;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #0F0F0F;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 8px;
}

.recomendation-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
}

.recomendation-card__price {
    background: #FFFFFF;
    border: 1px solid #214C90;
    border-radius: 18px;
    padding: 4px 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #152447;
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 5px) - 60%);
    flex: 0 0 calc((100% - 5px) - 60%);
}

.recomendation-card__btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: #214C90;
    border-radius: 18px;
    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;
    padding: 4px 5px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 5px) - 40%);
    flex: 0 0 calc((100% - 5px) - 40%);
}

.delivery-order {
    padding-top: 60px;
    padding-bottom: 85px;
}


.delivery-order__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.delivery-order__form {
    margin-top: 30px;
}

.delivery-order__content {
    margin-bottom: 40px;
}

.delivery-order__content._pay {
    margin-bottom: 16px;
}

.delivery-order__btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFFFFF;
    width: 100%;
    height: 48px;
    margin-top: 16px;
}

.head-delivery-order__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.head-delivery-order__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
    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;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.head-delivery-order__title picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-delivery-order__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.6;
}

.info-delivery-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 28px;
    margin-bottom: 50px;
}

.info-delivery-order__row {
    width: 100%;
}

.info-delivery-order__input {
    background: #E9E9E9;
    border-radius: 10px;
    width: 100%;
    min-height: 0px;
    max-width: 100%;
    height: 32px;
    padding: 0px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.info-delivery-order__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.info-delivery-order__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.info-delivery-order__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.info-delivery-order__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.info-delivery-order__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.place-delivery-order {
    margin-bottom: 30px;
    border-bottom: 1px solid #00000040;
    padding-bottom: 30px;
}

.nav-place-delivery-order {
    width: 100%;
}

.nav-place-delivery-order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    gap: 15px;
}

.nav-place-delivery-order__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 4px;
    text-align: center;
    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;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    background: #DBDDDF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
    color: #000;
}

.nav-place-delivery-order__item._active {
    color: #ffffff;
    border-color: #3A9C2B;
    background: #3a9c2b;
}

.address-place-delivery-order {
    margin-top: 25px;
}

.address-place-delivery-order__row {
    display: flex;
    column-gap: 6px;
}

.address-place-delivery-order__row:not(:last-child) {
    margin-bottom: 10px;
}

.address-place-delivery-order__input {
    background: #E9E9E9;
    border-radius: 10px;
    width: 100%;
    min-height: 0px;
    max-width: 100%;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.address-place-delivery-order__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.address-place-delivery-order__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.address-place-delivery-order__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.address-place-delivery-order__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.address-place-delivery-order__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.address-place-delivery-order__column {
    flex: 1;
}

.address-place-delivery-order__textarea {
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    min-height: 0px;
    max-width: 100%;
    min-height: 80px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    resize: none;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid #dedede;
}

.address-place-delivery-order__textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.address-place-delivery-order__textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.address-place-delivery-order__textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.address-place-delivery-order__textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.address-place-delivery-order__textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.restorant-delivery-order {
    margin-top: 35px;
}

.restorant-delivery-order__time {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
}

.restorant-delivery-order__content {
    background: #ffffff;
    -webkit-box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    width: 100%;
    height: auto;
    padding: 0px;
}

.restorant-delivery-order__content:last-child {
    margin-top: 30px;
}

.restorant-delivery-order__list {
    row-gap: 11px;
    overflow-y: auto;
    display: none;
    padding: 0px 16px 8px 16px;
    height: 80px;
    margin-right: 8px;
    margin-top: 8px;
}

.restorant-delivery-order__list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    color: transparent;
    background: transparent;
    display: none;
}

.restorant-delivery-order__list::-webkit-scrollbar-thumb {
    background: transparent;
    color: transparent;
    display: none;
}

.restorant-delivery-order__item:not(:last-child) {
    margin-bottom: 11px;
}

.restorant-delivery-order__item .checkbox__input:checked + .checkbox__text:before {
    background: url(../img/icons/select-restorant.svg) center/auto no-repeat;
    transform: rotate(270deg);
}

.restorant-delivery-order__item .checkbox__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.restorant-delivery-order__item .checkbox__text:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    height: 16px;
    margin: 0px 9px 0px 0px;
    background: transparent;
}

.head-restorant-delivery-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    padding: 8px 16px;
    cursor: pointer;
    height: 48px;
    background: #ffffff;
    border-radius: 5px;
}

.head-restorant-delivery-order._active .head-restorant-delivery-order__icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.head-restorant-delivery-order__icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.head-restorant-delivery-order__icon picture {
    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;
}

.head-restorant-delivery-order__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-family: "FuturaNew-Book";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.payers-delivery-order {
    margin-bottom: 20px;
    border-bottom: 1px solid #00000040;
    padding-bottom: 30px;
}

.payers-delivery-order__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.payers-delivery-order__list {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}

.payers-delivery-order__item {
    width: 100%;
}

.payers-delivery-order__item .checkbox {
    width: 100%;
}

.payers-delivery-order__item .checkbox__input:checked + .checkbox__text {
    background: #3A9C2B;
    color: #fff;
    font-weight: 700;
}

.callback-delivery-order__item span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
}

.payers-delivery-order__item .checkbox__text {
    font-size: 16px;
    color: #0F0F0F;
    width: 100%;
    background: #f5f6f7;
    border-radius: 10px;
    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;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #3A9C2B;
    height: 52px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: center;
}

.payers-delivery-order__item .checkbox__text:before {
    display: none;
}

.callback-delivery-order__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    opacity: 0.6;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.callback-delivery-order__list {
    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;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin-top: 8px;
}

.callback-delivery-order__item .checkbox__input:checked + .checkbox__text {
    font-weight: 600;
}

.list-delivery-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
    width: 100%;
}

.list-delivery-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    width: 100%;
}

.list-delivery-order__item._strong {
    font-weight: 700;
}

.list-delivery-order__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.list-delivery-order__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.delivery-order-pay__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.delivery-order-pay__row {
    margin-bottom: 60px;
}

.delivery-order-pay__item {
    width: 100%;
}

.delivery-order-pay__item:not(:last-child) {
    margin-bottom: 28px;
}

.delivery-order-pay__item .checkbox {
    width: 100%;
}

.delivery-order-pay__item .checkbox__input:checked + .checkbox__text {
    background: #3A9C2B;
    color: #fff;
}

.delivery-order-pay__item .checkbox__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #3A9C2B;
    width: 100%;
    height: 32px;
    background: #DBDADA;
    border-radius: 10px;
    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;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.delivery-order-pay__item .checkbox__text:before {
    display: none;
}

.delivery-order-pay__text {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #000000;
    opacity: 0.6;
    text-align: center;
    margin-bottom: 16px;
}

.cart {
    padding-top: 60px;
    padding-bottom: 85px;
}

.cart__container {
    max-width: 1140px;
}

.cart__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart__head .head-cart__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cart__head .head-cart__icon._active svg circle {
    fill: #3A9C2B;
}

.cart__head .cart__description {
    color: #000000;
    opacity: 0.6;
    margin-top: 8px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.cart__body {
    margin-top: 30px;
}

.cart__title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #000000;
}

.cart__payers {
    margin-top: 16px;
}

.cart__summary {
    margin-top: 24px;
}

.cart__btn {
    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;
    margin-top: 16px;
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}

.summary-cart__head {
    margin-bottom: 24px;
}

.summary-cart__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3A9C2B;
}

.summary-cart__body {
    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: 16px;
}

.summary-cart__item {
    padding: 20px 0;
}

.summary-cart__item:first-child {
    padding-top: 0;
}

.item-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.item-cart._cutlery._hidden {
    display: none;
}

.item-cart__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 206px;
    flex: 0 0 206px;
    padding-bottom: 65%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.item-cart__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-cart__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    align-items: center;
}

.item-cart__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.item-cart__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
}

.item-cart__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.item-cart__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
}

.item-cart__price {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    text-align: center;
}

.item-cart__total {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
}

.cutlery-summary-cart {
    padding: 32px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.cutlery-summary-cart__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.cutlery-summary-cart__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.cutlery-summary-cart__item .checkbox__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.cutlery-summary-cart__item .checkbox__text:before {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footer-cart {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.footer-cart__other {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer-cart__callback {
    display: none;
}

.footer-cart__information {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 270px;
    flex: 0 1 270px;
}

.other-footer-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.other-footer-cart__item {
    background: #E9E9E9;
    border-radius: 10px;
    padding: 24px;
    max-width: 295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.other-footer-cart__item._pay {
    max-width: 205px;
}

.other-footer-cart__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3A9C2B;
    margin-bottom: 8px;
}

.other-footer-cart__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    opacity: 0.6;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.other-footer-cart__btn {
    width: 120px;
    height: 32px;
    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;
    background: #3A9C2Ba8;
    border-radius: 18px;
    margin-top: 16px;
}

.list-footer-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}

.list-footer-cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list-footer-cart__item._total .list-footer-cart__name {
    color: #3A9C2B;
    font-weight: 500;
}

.list-footer-cart__item._total .list-footer-cart__value {
    color: #3A9C2B;
}

.list-footer-cart__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.list-footer-cart__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 140px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #000000;
}

.order-processed {
    padding: 60px 0px 60px;
}

.order-processed__wrapper {
    border-radius: 10px;
}

.order-processed__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    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;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.order-processed__title::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    background: url(../img/icons/order-processed.svg) center/auto no-repeat;
}

.order-processed__content {
    margin-top: 40px;
}

.order-processed__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.order-processed__number {
    margin-top: 15px;
}

.order-processed__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    opacity: 0.6;
    width: 100%;
    max-width: 455px;
    margin: 30px auto 0px;
}

.order-processed__thanks {
    margin-top: 60px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.order-processed__thanks span {
    font-size: 20px;
}

.order-processed__btn {
    margin-top: 50px;
    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: 40px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.number-order-processed__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.number-order-processed__item {
    background: #E9E9E9;
    -webkit-box-shadow: 4px 4px 10px rgba(80, 80, 80, 0.05);
    box-shadow: 4px 4px 10px rgba(80, 80, 80, 0.05);
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 72px;
    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;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.16em;
    color: #3A9C2B;
}

.login-mobile {
    padding: 64px 0 100px;
}

.login-mobile._full-page {
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-mobile._full-page .login-mobile__container {
    height: 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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.login-mobile__container {
    max-width: 500px;
    padding: 0px 0px;
}

.login-mobile__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    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;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-bottom: 8px;
}

.login-mobile__title img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-mobile__subtitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #484848a6;
    text-align: center;
    padding: 0px 45px;
}

.login-mobile__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: 24px;
}

.login-mobile__body {
    border-radius: 18px;
    padding: 24px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 40px;
}

.login-mobile__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.login-mobile__other .checkbox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.login-mobile__forgot {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #3A9C2B;
    white-space: nowrap;
}

.login-mobile__input {
    background: #E9E9E9;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    height: 32px;
    padding: 0px 16px;
    width: 100%;
    min-height: 0px;
    max-width: 100%;
}

.login-mobile__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-mobile__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-mobile__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-mobile__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-mobile__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.login-mobile__footer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    row-gap: 16px;
    padding: 0px 20px;
}

.footer-login-mobile__text {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    opacity: 0.4;
    padding: 0px 45px;
}

.footer-login-mobile__btn {
    background: #3A9C2B;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    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;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}

.footer-login-mobile__switch {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

.footer-login-mobile__switch a {
    color: #3A9C2B;
}

.personal {
    padding: 50px 0px 70px;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.personal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    height: 100%;
}

.personal__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
}

.personal__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 520px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

.personal__content._full {
    max-width: 100%;
}

.nav-personal {
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
    box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
}

.nav-personal__head {
    background: #3A9C2B;
    padding: 16px;
}

.nav-personal__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
}

.nav-personal__body {
    padding: 0px 16px;
}

.nav-personal__item {
    padding: 16px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
    position: relative;
}

.nav-personal__item:not(:last-child) {
    border-bottom: 1px solid rgba(220, 220, 220, 0.7);
}

.nav-personal__item._active::after {
    content: "";
    height: 19px;
    width: 3px;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    right: -16px;
    top: 50%;
    background: #3A9C2B;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-personal__item._active .nav-personal__name {
    color: #3A9C2B;
}

.nav-personal__item._active .nav-personal__icon {
    opacity: 1;
}

.nav-personal__item._active .nav-personal__icon svg path {
    fill: #3A9C2B;
}

.nav-personal__icon {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nav-personal__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: rgba(0, 0, 0, 0.6);
}

.content-personal {
    border-radius: 10px;
}

.content-personal__head {
    padding: 16px;
    background: #F5F6F7;
    position: relative;
}

.content-personal__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #3A9C2B;
    text-align: center;
}

.content-personal__back {
    position: absolute;
    top: 17px;
    left: 18px;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    opacity: 0.6;
    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;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.content-personal__back span {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    margin-right: 6px;
}

.content-personal__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #484848;
    opacity: 0.6;
    margin-top: 8px;
    text-align: center;
}

.content-personal__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-personal__footer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.content-personal__btn {
    margin-top: 40px;
    height: 40px;
    min-width: 220px;
    padding: 0px 22px;
    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;
    background: #3A9C2B;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

.content-personal__login {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #3A9C2B;
    margin: 0px auto;
    display: inline-block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.content-personal-title__icon img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-content-personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 32px;
}

.list-content-personal__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.list-content-personal__item._total .list-content-personal__name {
    color: #3A9C2B;
    font-weight: 500;
}

.list-content-personal__item._total .list-content-personal__value {
    color: #3A9C2B;
}

.list-content-personal__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.list-content-personal__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #000000;
}

.profile-personal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    padding: 24px 30px 0px;
}

.profile-personal__item {
    width: 100%;
    border-bottom: 1px solid rgba(220, 220, 220, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-bottom: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.profile-personal__item._edit {
    border-color: #3A9C2B;
}

.profile-personal__item._edit .profile-personal__edit {
    color: #000;
    opacity: 0.6;
}

.profile-personal__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.profile-personal__input {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    width: 100%;
    min-width: 0px;
    max-width: 100%;
    background: transparent;
}

.profile-personal__edit {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #3A9C2B;
    cursor: pointer;
}

.profile-address {
    padding: 24px 30px 0px;
}

.profile-address__list {
    max-height: 195px;
    overflow-y: auto;
    margin-right: -20px;
    padding-right: 20px;
}

.profile-address__list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: #D2D2D2;
    color: #D2D2D2;
}

.profile-address__list::-webkit-scrollbar-thumb {
    background: #3A9C2B;
}

.profile-address__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0px 8px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.7);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.profile-address__item._edit {
    border-color: #3A9C2B;
}

.profile-address__item:first-child {
    padding-top: 0;
}

.profile-address__checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
}

.profile-address__checkbox .checkbox {
    width: 100%;
    min-width: 100%;
    display: block;
}

.profile-address__checkbox .checkbox__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-address__checkbox .checkbox__text textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    resize: none;
    height: auto;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 35px;
    background: transparent;
}

.profile-address__checkbox .checkbox__text textarea::-webkit-scrollbar {
    width: 2px;
    background: #dadada;
}

.profile-address__checkbox .checkbox__text textarea::-webkit-scrollbar-thumb {
    background: #929292;
}

.profile-address__actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
}

.profile-address__edit {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.profile-address__edit._active {
    color: #3A9C2B;
    opacity: 1;
}

.profile-address__delete {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.profile-order {
    padding: 45px 45px 0px;
}

.profile-order__content {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.7);
}

.profile-order__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    max-height: 250px;
    overflow-y: auto;
    margin-right: -20px;
    padding-right: 20px;
}

.profile-order__body::-webkit-scrollbar {
    width: 3px;
    background: #D2D2D2;
    color: #D2D2D2;
}

.profile-order__body::-webkit-scrollbar-thumb {
    background: #3A9C2B;
}

.profile-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-bottom: 8px;
    position: relative;
}

.profile-order__cheked {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.profile-order__cheked .checkbox__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.profile-order__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.profile-order__delete {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    opacity: 0.4;
}

.profile-order__show {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #3A9C2B;
}

.order-info__content {
    padding: 30px 50px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.7);
}

.order-info-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
}

.order-info-main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.order-info-main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 30px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.order-info-main__item._checked::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: url(../img/icons/check.svg) center/auto no-repeat, #D2D2D2;
    position: absolute;
    top: 3px;
    left: 0;
}

.order-info-main__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #3A9C2B;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
}

.order-info-main__value {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.order-info-total {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.products-order-info-total__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #3A9C2B;
}

.products-order-info-total__list {
    margin-top: 16px;
    max-height: 360px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
    padding-right: 25px;
    margin-right: -25px;
}

.products-order-info-total__list::-webkit-scrollbar {
    width: 3px;
    background: #D2D2D2;
    color: #D2D2D2;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
}

.products-order-info-total__list::-webkit-scrollbar-thumb {
    background: #3A9C2B;
    color: #3A9C2B;
}

.products-order-info-total__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.products-order-info-total__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.products-order-info-total__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.products-order-info-total__count {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    opacity: 0.4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
}

.products-order-info-total__price {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61px;
    flex: 0 0 61px;
}

.products-order-info-total__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
    pointer-events: none;
}

.info-order-info-total {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}

.info-order-info-total__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-order-info-total__item._total .info-order-info-total__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #3A9C2B;
    opacity: 1;
}

.info-order-info-total__item._total .info-order-info-total__value {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #3A9C2B;
    opacity: 1;
}

.info-order-info-total__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    opacity: 0.4;
}

.info-order-info-total__value {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    opacity: 0.4;
}

.number-order-info {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.number-order-info__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #484848;
}

.number-order-info__num {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-weight: 700;
    font-size: 29px;
    letter-spacing: 0.16em;
    color: #3A9C2B;
}

.number-order-info__num span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px;
    background: #E9E9E9;
    -webkit-box-shadow: 4px 4px 10px rgba(80, 80, 80, 0.05);
    box-shadow: 4px 4px 10px rgba(80, 80, 80, 0.05);
    border-radius: 10px;
    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;
}

.address-order-info__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    opacity: 0.6;
    padding: 0px 5px;
}

.address-order-info__content {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}

.address-order-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.address-order-info__input {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 0px 16px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.address-order-info__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.address-order-info__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.address-order-info__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.address-order-info__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.address-order-info__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.address-order-info__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
    flex: 0 0 calc((100% - 15px * 2) / 3);
}

.address-order-info__textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 8px 16px;
    height: 64px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    resize: none;
}

.address-order-info__textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.address-order-info__textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.address-order-info__textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.address-order-info__textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.address-order-info__textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.delivery-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
}

.delivery-info__map {
    width: 100%;
    height: 320px;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(80, 80, 80, 0.02));
    filter: drop-shadow(4px 4px 10px rgba(80, 80, 80, 0.02));
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0px;
}

.delivery-info__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.delivery-info__back {
    background: #3A9C2B;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    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;
    text-align: center;
    color: #FFFFFF;
}

.delivery-info__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

.list-delivery-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
}

.list-delivery-info__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 55px) / 2);
    flex: 0 0 calc((100% - 55px) / 2);
}

.list-delivery-info__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #3A9C2B;
}

.list-delivery-info__body {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
}

.list-delivery-info__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
}

.list-delivery-info__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.price-delivery-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
}

.price-delivery-info__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.price-delivery-info__value {
    margin-top: 10px;
    width: 175px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 13px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.price-delivery-info__value._green {
    background: #3A9C2B;
}

.price-delivery-info__value._blue {
    background: #214C90;
}

.vacancy-side__suptitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.vacancy-side__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.vacancy-side__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.vacancy-side__tel {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #76C532;
    position: relative;
    z-index: 1;
}

.vacancy {
    padding-top: 50px;
    padding-bottom: 30px;
}

.vacancy__title {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.7);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vacancy__content {
    padding-top: 24px;
}

.vacancy__item:not(:last-child) {
    margin-bottom: 16px;
}

.vacancy__head {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #3A9C2B;
    width: 100%;
    min-height: 64px;
    background: #F5F6F7;
    -webkit-box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
    box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
    border-radius: 10px;
    padding: 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.vacancy__head._active {
    background: #3A9C2B;
    color: #fff;
}

.vacancy__head._active .head-vacancy__icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vacancy__head._active svg path {
    fill: #fff;
}

.vacancy__body {
    padding-top: 40px;
    padding-bottom: 35px;
    display: none;
}

.head-vacancy__icon {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-vacancy__text {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.body-vacancy__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 24px;
}

.body-vacancy__row {
    display: grid;
    column-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
}

.body-vacancy__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px * 2) / 3);
    flex: 0 0 calc((100% - 50px * 2) / 3);
}

.body-vacancy__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3A9C2B;
}

.body-vacancy__list {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}

.body-vacancy__list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
}

.body-vacancy__list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: calc((24px - 6px) / 2);
    left: 5px;
    display: inline-block;
    background: #3A9C2B;
}

.body-vacancy__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    opacity: 0.6;
    margin-top: 24px;
    font-style: italic;
}

.body-vacancy__text a {
    color: #3A9C2B;
}

.page-content__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-content__wrapper {
    margin-top: 28px;
}

.page-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
}

.page-content__row {
    padding-bottom: 24px;
}

.page-content__row:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page-content__name {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #3A9C2B;
    text-align: left;
    margin-bottom: 16px;
}

.page-content__body {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.page-content__body > *:not(:last-child) {
    margin-bottom: 16px;
}

.page-content__body strong {
    font-weight: 600;
}

.page-content__back {
    width: 100%;
    height: 40px;
    background: #3A9C2B;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    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;
    text-align: center;
    color: #FFFFFF;
    margin-top: 8px;
}

.restorant {
    padding-bottom: 60px;
}

.restorant__title {
    margin-bottom: 28px;
}

.restorant__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
    margin-top: 50px;
}

.restorant__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.nav-restorant {
    background: #3A9C2B;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.nav-restorant__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.nav-restorant__item {
    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;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    position: relative;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
}

.nav-restorant__item._active::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-restorant__item .nav-restorant__icon img {
    width: 16px;
    filter: brightness(0) invert(1);
}

.nav-restorant__name {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.item-restorant__body {
    padding-top: 16px;
}

.item-restorant__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.item-restorant__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 8px;
}

.item-restorant__location {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
    position: relative;
    padding-left: 22px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.item-restorant__location:hover {
    color: #3A9C2B;
}

.item-restorant__location::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-top: 2px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icons/restorant-icons/local.svg) center/auto no-repeat;
}

.item-restorant__clock {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    padding-left: 22px;
    position: relative;
}

.item-restorant__clock::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icons/restorant-icons/clock.svg) center/auto no-repeat;
}

.item-restorant__benefits {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 40px;
}

.item-restorant__button {
    width: 220px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #3A9C2B;
    border-radius: 10px;
    margin-left: auto;
}

.image-item-restorant {
    position: relative;
}

.image-item-restorant__slider {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.image-item-restorant__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    padding-bottom: 59%;
}

.image-item-restorant__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-item-restorant__arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    z-index: 1;
    background: rgba(233, 233, 233, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.image-item-restorant__arrow.arrow-image-item-restorant-prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.image-item-restorant__arrow.arrow-image-item-restorant-next {
    right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.benefits-item-restorant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.benefits-item-restorant__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    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;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 8px;
    opacity: 0.6;
}

.benefits-item-restorant__item svg path {
    fill: #959595;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.benefits-item-restorant__item svg,
.benefits-item-restorant__item img {
    max-width: 100%;
    max-height: 100%;
    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;
}

.benefits-item-restorant__item._active {
    opacity: 1;
}

.feedback {
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 64px 0px 100px;
}

.feedback__container {
    max-width: 570px;
    height: 100%;
}

.feedback__body {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.head-feedback__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    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;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.head-feedback__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 7px;
    color: rgba(0, 0, 0, 0.6);
}

.body-feedback {
    margin-top: 32px;
}

.body-feedback__btn {
    margin-top: 60px;
    width: 100%;
    height: 40px;
    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;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}

.info-body-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 28px;
}

.info-body-feedback__row {
    width: 100%;
}

.info-body-feedback__input {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: #E9E9E9;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    padding: 0px 16px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-body-feedback__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.info-body-feedback__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.info-body-feedback__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.info-body-feedback__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.info-body-feedback__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback {
    padding-top: 32px;
}

.other-body-feedback__blocks {
    margin-top: 28px;
    margin-bottom: 28px;
}

.other-body-feedback__block {
    display: none;
}

.other-body-feedback__block._active {
    display: block;
}

.other-body-feedback__input {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: #E9E9E9;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    padding: 0px 16px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.other-body-feedback__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback__textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: #E9E9E9;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    padding: 13px 16px;
    height: 160px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    resize: none;
}

.other-body-feedback__textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback__textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback__textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback__textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.other-body-feedback__textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
}

.nav-other-body-feedback {
    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;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.nav-other-body-feedback__item .checkbox__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.restorants-other-body-feedback {
    background: #E9E9E9;
    border-radius: 10px;
    padding: 20px 13px;
    height: 157px;
}

.restorants-other-body-feedback__list {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    scrollbar-width: none;
}

.restorants-other-body-feedback__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.restorants-other-body-feedback__item:not(:last-child) {
    margin-bottom: 11px;
}

.restorants-other-body-feedback__item .checkbox__input:checked + .checkbox__text:before {
    background: url(../img/icons/select-restorant.svg) center/auto no-repeat;
}

.restorants-other-body-feedback__item .checkbox__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.restorants-other-body-feedback__item .checkbox__text:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
    height: 16px;
    margin: 0px 9px 0px 0px;
    background: transparent;
}

.you-order {
    padding-top: 30px;
    padding-bottom: 55px;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.you-order__container {
    padding: 30px 130px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #fff;
    border-radius: 20px;
}

.you-order__title {
    padding: 0px 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.you-order__content {
    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-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 25px;
}

.you-order__body {
    border-radius: 18px;
    padding: 24px 15px 30px;
}

.you-order__footer {
    padding: 0px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
}

.you-order__btn {
    background: #3A9C2B;
    height: 40px;
    width: 100%;
    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;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px;
    color: #FFFFFF;
}

.products-you-order__title {
    font-size: 18px;
    line-height: 1.1;
    color: #3A9C2B;
    font-weight: 400;
}

.products-you-order__list {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}

.products-you-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.products-you-order__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.products-you-order__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-you-order__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.products-you-order__counts {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}

.products-you-order__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
}

.list-you-order {
    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: 16px;
    padding-top: 16px;
    row-gap: 16px;
}

.list-you-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.list-you-order__item._total .list-you-order__name {
    color: #3A9C2B;
    font-weight: 600;
}

.list-you-order__item._total .list-you-order__value {
    color: #3A9C2B;
}

.list-you-order__item._delivery .list-you-order__name,
.list-you-order__item._delivery .list-you-order__value {
    color: #616161;
}

.list-you-order__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.list-you-order__value {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
}

.actions-you-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
}

.actions-you-order__row {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    row-gap: 16px;
}

.actions-you-order__name {
    font-size: 18px;
    line-height: 1.1;
    color: #3A9C2B;
}

.actions-you-order__value {
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

.actions-you-order__btn {
    border-radius: 20px;
    padding: 7px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.form-vacancy {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
    box-shadow: 0px 2px 14px 4px rgba(80, 80, 80, 0.03);
    border-radius: 10px;
}

.form-vacancy__head {
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    padding: 16px;
    background: #3A9C2B;
    border-radius: 10px 10px 0px 0px;
}

.content-form-vacancy {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
}

.content-form-vacancy__row {
    width: 100%;
}

.content-form-vacancy__input {
    height: 32px;
    background: #E9E9E9;
    border-radius: 10px;
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    padding: 0px 12px;
}

.content-form-vacancy__input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.4;
}

.content-form-vacancy__input::-moz-placeholder {
    color: #000000;
    opacity: 0.4;
}

.content-form-vacancy__input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.4;
}

.content-form-vacancy__input::-ms-input-placeholder {
    color: #000000;
    opacity: 0.4;
}

.content-form-vacancy__input::placeholder {
    color: #000000;
    opacity: 0.4;
}

.content-form-vacancy__file {
    width: 100%;
}

.file-content-form-vacancy__input {
    display: none;
}

.file-content-form-vacancy__content {
    height: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 12px;
    border: 1px dashed #C6C6C6;
    border-radius: 10px;
    cursor: pointer;
}

.file-content-form-vacancy__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    opacity: 0.4;
}

.post-content-form-vacancy {
    position: relative;
}

.post-content-form-vacancy__head {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 0px 12px;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    cursor: pointer;
}

.post-content-form-vacancy__head span {
    opacity: 0.4;
}

.post-content-form-vacancy__head::before {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    background: url(../img/icons/select-restorant.svg) center/auto no-repeat;
}

.post-content-form-vacancy__list {
    row-gap: 10px;
    height: 130px;
    max-height: 130px;
    overflow-y: auto;
    background: #E9E9E9;
    -webkit-box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 10px 10px;
    padding: 10px 20px 10px 30px;
    position: absolute;
    top: calc(100% - 8px);
    z-index: 1;
    left: 0;
    width: 100%;
    padding-right: 10px;
    display: none;
}

.post-content-form-vacancy__list .simplebar-vertical {
    margin-right: 10px;
}

.post-content-form-vacancy__item:not(:last-child) {
    margin-bottom: 10px;
}

.post-content-form-vacancy__input {
    display: none;
}

.post-content-form-vacancy__input:checked + .post-content-form-vacancy__text::before {
    content: "";
    background: url(../img/icons/check.svg) center/auto no-repeat, #D2D2D2;
}

.post-content-form-vacancy__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: rgbф(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    cursor: pointer;
}

.post-content-form-vacancy__text::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #D2D2D2;
}

.footer-form-vacancy {
    padding: 16px;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 10px 10px;
}

.footer-form-vacancy__text {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    opacity: 0.4;
}

.footer-form-vacancy__btn {
    margin-top: 16px;
    width: 100%;
    height: 40px;
    width: 100%;
    font-weight: 700;
    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;
    text-align: center;
    background: #3A9C2B;
    border-radius: 10px;
    color: #FFFFFF;
}

.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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;
    background: #fff;
}

._error {
    border: 1px solid #be1d2d !important;
}

.label-error {
    font-size: 10px;
    color: #be1d2d;
}

.header-error {
    font-size: 14px;
    padding-top: 10px;
    color: #be1d2d;
}

.iti__selected-flag {
    height: 30px;
}

.iti {
    width: -webkit-fill-available;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: initial;
}

.profile-personal__main .iti__flag-container {
    top: -6px;
}

.profile-personal__main .iti__selected-flag {
    height: 32px;
}

.ckeditor li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: calc((24px - 6px) / 2);
    left: 5px;
    display: inline-block;
    background: #3A9C2B;
}

.ckeditor li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
}

.ckeditor ul {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    grid-row: 2;
}

.ckeditor h3 {
    font-weight: 500;
    font-size: 16px;
    color: #3A9C2B;
    grid-row: 1;
}

.ckeditor h1 {
    font-weight: 600;
    font-size: 24px;
    color: #3A9C2B;
    text-align: left;
    margin-bottom: 16px;
}

.ckeditor p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
}

.ckeditor hr {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 16px;
    padding-top: 6px;
}

.popup-form {
    display: none;
}

.popup-form .popup-row:nth-child(6) {
    margin-top: 5px;
}

.popup-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.popup-row label {
    width: 100%;
}

.popup-row input {
    width: 100%;
    min-height: 0;
    max-width: 100%;
    height: 32px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    margin: 5px 0;
    background: #E9E9E9;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000;
}

.address-btn {
    margin-top: 5px;
    height: 40px;
    padding: 0 22px;
}

.fancybox__content > .carousel__button.is-close {
    top: 0 !important;
    color: #e7e7e7 !important;
}

.carousel__button svg {
    filter: contrast(0.5) !important;
}

.grecaptcha-badge {
    display: none !important;
}

.cutlery-cart {
    border-bottom: none;
}

.cutlery-cart .item-cart__image {
    flex: 0 0 180px;
    padding-bottom: 15%;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
}

.vectorDropdown {
    height: 5px;
    margin-left: 5px;
    transform: rotate(180deg);
}

.langDropdown._active .vectorDropdown {
    transform: rotate(0deg);
}

.langDropdown {
    position: relative;
}

.langDropdown._active .langDropdownContent {
    display: block;
}

.langDropdownContent {
    display: none;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 6px 6px rgb(0 0 0 / 8%);
    border-radius: 10px;
    top: 20px;
    left: 7px;
}

.langDropdownContent a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.breadcrumbs .container {
    margin-bottom: 15px;
}

.breadcrumbs .container a {
    color: #000;
}

.more {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.hidden__catalog {
    display: none;
}

.footer__ilab {
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.footer__ilab::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/icons/ilab.svg) center center no-repeat;
}

.page-content__list img {
    max-width: 100%;
}

input#paymentterms._error::before {
    content: "";
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #ff0019;
    border: 1px solid #a7a9ac;
    position: absolute;
    border-radius: 3px;
}

.paiment_info {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    font-family: "Futura New Book", sans-serif;
    font-size: 1.125em;
    color: rgba(0, 0, 0, .7);
    line-height: 1.5;
}

div#popup_terms {
    display: none;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.popup-block.quiz__form-wrapper {
    display: block;
    position: relative;
    z-index: 99;
    background: white;
    max-width: 1280px;
    height: 90%;
    border-radius: 7px 7px 0px 0px;
    overflow-y: auto;
    padding: 15px;
    font-family: "Directo Light", sans-serif;
    font-size: 1.125em;
    color: #000;
    margin-top: 50px;
    line-height: 1.775em;
}

.popup_bg {
    background: #00000075;
    position: absolute;
    z-index: 98;
    width: 100%;
    height: 100%;
}

.close_popup {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    z-index: 999;
    cursor: pointer;
}

input#paymentterms {
    position: relative;
    height: auto;
    width: 18px;
    height: 18px;
}

.slick-slider .slick-track {
    gap: 20px;
}

.slick-slider .slick-list {
    padding: 0 40px;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: #f4f6f8;
    padding: 0 10px;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: '';
    background-color: #214c90;
    -webkit-mask-image: url(../img/icons/prev.svg);
    width: 11px;
    height: 17px;
    background-size: contain;
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: '';
    background-color: #214c90;
    -webkit-mask-image: url(../img/icons/next.svg);
    width: 11px;
    height: 17px;
    background-size: contain;
}

.cart_qr {
    justify-content: flex-end;
    padding-bottom: 10px;
}

.cart_qr .quantity {
    height: 20px;
}

.cart_qr .quantity__button {
    flex: 0 0 20px;
}

h2.error_qr {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 80px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

@media (min-width: 479.98px) {
    .list-delivery-order__item._mob {
        display: none;
    }
}

@media (min-width: 767.98px) {
    .content__mobile-categories {
        display: none;
    }

    .content__mobile-recomendation {
        display: none;
    }

    .catalog__mob-title {
        display: none;
    }

    .mobile-description-card {
        display: none;
    }

    .cart__address-place-delivery-order {
        display: none;
    }

    .cart__payers {
        display: none;
    }

    .summary-cart__head {
        display: none;
    }

    .item-cart._cutlery {
        padding-top: 0;
    }

    .item-cart__quantity .quantity {
        height: 24px;
    }

    .item-cart__quantity .quantity input {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        color: #000000;
    }

    .item-cart__quantity .quantity .quantity__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
        flex: 0 0 26px;
        height: 26px;
    }

    .content-personal__subtitle {
        display: none;
    }

    .content-personal__login {
        display: none;
    }

    .content-personal-title__icon {
        display: none;
    }

    .list-content-personal {
        display: none;
    }

    .profile-address__checkbox .checkbox__text:before {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .profile-order__title {
        display: none;
    }

    .products-order-info-total__quantity {
        display: none;
    }

    .number-order-info {
        display: none;
    }

    .address-order-info {
        display: none;
    }

    .delivery-info__title {
        display: none;
    }

    .delivery-info__map {
        display: none;
    }

    .delivery-info__back {
        display: none;
    }

    .page-content__name._mob {
        display: none;
    }

    .page-content__back {
        display: none;
    }

    .item-restorant__clock span {
        display: block;
        margin-top: 8px;
    }

    .you-order__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 0px 0px;
    }

    .you-order__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .you-order__footer {
        width: 100%;
    }

    .you-order__btn {
        max-width: 280px;
        margin: 0px auto;
    }

    .products-you-order__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }

    .list-you-order {
        row-gap: 8px;
        text-align: right;
        border-top: 1px dashed #757575;
    }

    .list-you-order__item {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (min-width: 991.98px) {
    .mobile-header {
        display: none;
    }

    .nav-catalog {
        top: 0;
    }

    .mobile-menu {
        display: none;
    }

    .profile-order__item:not(:last-child)::after {
        content: "";
        width: 50%;
        left: 0;
        bottom: 0;
        position: absolute;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
    }

    .page._bg-white {
        background: #fff;
    }

    .page._mini-bg .content {
        margin-top: 50px;
    }

    ._no-webp .page._mini-bg::after {
        background: url(../img/page-bg-top.png) center center/cover no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(19.4%, #395EAA), to(#284A8A));
    }

    ._no-webp .page._mini-bg::after {
        background: url(../img/page-bg-top.png) center center/cover no-repeat, -o-linear-gradient(top, #395EAA 19.4%, #284A8A 100%);
    }

    ._no-webp .page._mini-bg::after {
        background: url(../img/page-bg-top.png) center center/cover no-repeat, linear-gradient(180deg, #395EAA 19.4%, #284A8A 100%);
    }

    .page._mini-bg::after {
        content: "";
        width: 100%;
        height: 115px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: inline-block;
        z-index: 0;
    }

    ._no-webp .page._mini-bg::before {
        background: url(../img/ornament-light.png) top left/auto 100% repeat-x;
    }

    .page._mini-bg::before {
        content: "";
        width: 100%;
        height: 23px;
        position: absolute;
        top: 115px;
        left: 0;
        right: 0;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .page > * {
        position: relative;
        z-index: 1;
    }

    ._no-webp .page:not(._bg-white) {
        background: url(../img/page-bg.png) top center/100% auto no-repeat;
    }

    ._no-webp .page::after {
        background: url(../img/page-bg-top.png) center center/cover no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(19.4%, #395EAA), to(#284A8A));
    }

    ._no-webp .page::after {
        background: url(../img/page-bg-top.png) center center/cover no-repeat, -o-linear-gradient(top, #395EAA 19.4%, #284A8A 100%);
    }

    ._no-webp .page::after {
        background: url(../img/page-bg-top.png) center center/cover no-repeat, linear-gradient(180deg, #395EAA 19.4%, #284A8A 100%);
    }

    .page::after {
        content: "";
        width: 100%;
        height: 460px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: inline-block;
        z-index: 0;
    }

    ._no-webp .page::before {
        background: url(../img/ornament-light.png) top left/auto 100% repeat-x;
    }

    .page::before {
        content: "";
        width: 100%;
        height: 23px;
        position: absolute;
        top: 460px;
        left: 0;
        right: 0;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    .select__option:hover {
        background: #d9d9d9;
    }

    .checkbox a:hover {
        text-decoration: none;
    }
}

@media (max-width: 1152px) {
    .header-navigation {
        padding: 16px 0px;
    }

    .list-header-navigation {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .list-header-navigation__item._tel .list-header-navigation__text {
        font-size: 14px;
        line-height: 14px;
    }

    .list-header-navigation__text {
        font-size: 12px;
        line-height: 14px;
    }

    .actions-header-navigation__list {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .header {
        height: 100px;
    }

    .header__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .header__logo {
        margin-right: 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
    }

    .header__delivery {
        height: 40px;
    }

    .nav-menu__list {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .nav-menu__link {
        font-size: 14px;
    }

    .footer__top {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }

    .content {
        margin-bottom: 40px;
    }

    .content__container {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .content__main:not(._full) {
        width: calc(100% - (255px + 20px));
    }

    .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
        flex: 0 0 calc((100% - 30px * 1) / 2);
    }

    .card {
        padding: 30px;
    }

    .card__main {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .card__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .item-cart {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .order-info__content {
        padding: 30px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .delivery-info__wrapper {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .delivery-info__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
    }

    .list-delivery-info {
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
    }

    .list-delivery-info__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 35px) / 2);
        flex: 0 0 calc((100% - 35px) / 2);
    }

    .list-delivery-info__title {
        font-size: 20px;
        line-height: 27px;
    }

    .list-delivery-info__body {
        margin-top: 16px;
    }

    .you-order {
        padding: 35px 20px;
    }

    .you-order__container {
        padding: 30px 30px;
    }
}

@media (max-width: 991.98px) {
    .select__title {
        font-size: 18px;
    }

    .select__options {
        font-size: 18px;
    }

    .header-navigation {
        display: none;
    }

    .header {
        display: none;
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 24px;
        height: 16px;
        cursor: pointer;
        z-index: 5;
    }

    .icon-menu span {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    .icon-menu span:first-child {
        top: 0px;
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0px;
    }

    .icon-menu._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .icon-menu._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
    }

    .icon-menu._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
    }

    .footer {
        display: none;
    }

    .content__main:not(._full) {
        width: 100%;
    }

    .content__main {
        width: 100%;
    }

    .content__delivery-info {
        padding-top: 30px;
    }

    .content__side {
        display: none;
    }

    .banner {
        margin: 0px -20px;
        width: auto;
        min-width: 100%;
        margin-bottom: 40px;
    }

    .side-content__vacancy-form {
        margin: 40px 15px 0px;
    }

    .catalog__content {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
        flex: 0 0 calc((100% - 20px * 2) / 3);
    }

    .card {
        padding: 20px;
    }

    .summary-cart__item {
        padding: 20px 0;
    }

    .item-cart__image {
        padding-bottom: 21%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }

    .item-cart__name {
        font-size: 14px;
        line-height: 20px;
    }

    .item-cart__description {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-cart {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .footer-cart__information {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
    }

    .other-footer-cart {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .other-footer-cart__item {
        padding: 16px;
    }

    .list-footer-cart__value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .personal__container {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .list-content-personal__value {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .profile-address__delete {
        color: #3A9C2B;
        opacity: 1;
    }

    .profile-order__item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .order-info__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .order-info-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .vacancy-side {
        padding: 35px 15px 30px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 30px;
        position: relative;
    }

    .vacancy-side::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: inline-block;
        z-index: 0;
        background: url(../img/page-bg-top.webp) left top/cover no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(19.4%, #395eaa), to(#284a8a));
        background: url(../img/page-bg-top.webp) left top/cover no-repeat, -o-linear-gradient(top, #395eaa 19.4%, #284a8a 100%);
        background: url(../img/page-bg-top.webp) left top/cover no-repeat, linear-gradient(180deg, #395eaa 19.4%, #284a8a 100%);
    }

    .vacancy-side::before {
        content: "";
        width: 100%;
        height: 23px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../img/ornament-light.webp) top left/auto auto repeat-x;
    }

    .vacancy {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .vacancy__title {
        padding-bottom: 20px;
    }

    .vacancy__body {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .body-vacancy__row {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .body-vacancy__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
        flex: 0 0 calc((100% - 30px * 2) / 3);
    }

    .page-content {
        padding-top: 30px;
    }

    .restorant__body {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 40px;
        margin-top: 30px;
    }

    .restorant__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }

    .item-restorant__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        row-gap: 16px;
        padding-top: 0;
    }

    .item-restorant__main {
        padding-top: 0;
    }

    .benefits-item-restorant {
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        padding-top: 0;
    }

    .products-you-order__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
    }
}

@media (max-width: 767.98px) {
    ._slick {
        display: flex;
        gap: 16px;
        overflow-y: auto;
    }

    .catalog-recomentation__body {
        flex-direction: row;
        column-gap: 16px;
        overflow: auto;
        width: 100%;
    }

    .catalog-recomentation {
        border-bottom: none !important;
        padding: 0 !important;
        margin-top: -35px !important;
    }

    .content {
        margin-bottom: 30px;
    }

    .content__banner._pc {
        display: none;
    }

    .content__banner._pc + div {
        padding-top: 35px;
    }

    .content__catalog:not(._all-device) {
        display: none;
    }

    .content__delivery-info {
        padding-top: 35px;
        padding-bottom: 40px;
        margin: 0px -15px;
    }

    .content__card {
        margin-bottom: 40px;
    }

    .catalog__content {
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        row-gap: 0px;
        margin-top: 0;
    }

    .catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 24px 0px;
        border-bottom: 1px solid #DCDCDC;
        background: transparent;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }

    .catalog__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 104px;
        flex: 0 0 104px;
        height: 104px;
        padding-bottom: 0;
        border-radius: 10px;
    }

    .catalog__body {
        min-height: 104px;
        padding: 0px;
        position: relative;
    }

    .catalog__name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-weight: 600;
        color: #000000;
    }

    .catalog__weight {
        display: block;
    }

    .catalog__price {
        color: #000000;
        margin-top: 24px;
        margin-bottom: 8px;
    }

    .catalog__actions {
        margin-top: 0px;
        width: 140px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .catalog__btn {
        font-size: 16px;
        line-height: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    }

    .catalog__quantity {
        display: none;
    }

    .catalog__more {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        color: #4F4F4F;
        background: #EEEEEE;
        border-radius: 18px;
        padding: 5px 24px;
    }

    .card {
        padding: 0px 0px;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .breadcrumbs {
        margin-top: 20px;
    }

    .card__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .card__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding-bottom: 72%;
    }

    .card__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .card__other {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        row-gap: 16px;
        margin: 0px 0px;
    }

    .card__quantity {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .card__price {
        font-weight: 600;
        font-size: 21px;
        line-height: 21px;
        color: #214C90;
    }

    .card__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .card__recomendation {
        display: none;
    }

    .info-card {
        margin-top: 24px;
    }

    .card__info.info-card {
        padding: 0px 10px 5px;
    }

    .info-card__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - (85px + 16px));
        flex: 0 0 calc(100% - (85px + 16px));
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .info-card__title {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        color: #0F0F0F;
    }

    .info-card__description {
        font-size: 12px;
        line-height: 16px;
        color: #484848;
    }

    .info-card__weight {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: #484848;
        margin-bottom: 4px;
    }

    .delivery-order__content {
        padding: 24px 16px;
        background: #F5F6F7;
        border-radius: 18px;
        margin-bottom: 24px;
    }

    .cart__body {
        background: #F5F6F7;
        border-radius: 18px;
        padding: 24px 15px 0.1px;
        margin-top: 24px;
    }

    .cart__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.8);
        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: flex-start;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .cart__title::before {
        content: "";
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        height: 24px;
        width: 24px;
        background: url(../img/icons/cart-title.svg) center/auto no-repeat;
    }

    .cart__payers {
        display: block;
    }

    .cart__summary {
        margin-top: 0px;
    }

    .summary-cart__head {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding-bottom: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .summary-cart__head._active::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .summary-cart__head::after {
        content: "";
        height: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        display: inline-block;
        background: url(../img/icons/arrow-slide.svg) center/auto no-repeat;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .summary-cart__title {
        font-weight: 700;
        color: #000000;
        opacity: 0.6;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .summary-cart__body {
        margin: 0px -15px;
        /*background: #DCDCDC;*/
        /*border-radius: 0px 0px 18px 18px;*/
        padding: 24px 15px;
        display: block;
    }

    .summary-cart__item {
        padding: 20px 0 20px;
        border-bottom: 1px solid #D9D8D8;
    }

    .item-cart__image {
        display: none;
    }

    .item-cart__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .item-cart__name {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #0F0F0F;
        opacity: 0.8;
        margin-bottom: 0;
    }

    .item-cart__description {
        display: none;
    }

    .cutlery-cart .item-cart__description {
        display: block;
    }

    .item-cart__quantity {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .item-cart__price {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #214C90;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .item-cart__total {
        display: none;
    }

    .cutlery-summary-cart {
        padding: 24px 0px 14px;
    }

    .footer-cart {
        width: 100%;
        display: block;
        padding-top: 24px;
    }

    .footer-cart__other {
        display: none;
    }

    .footer-cart__callback {
        display: block;
        margin-bottom: 24px;
    }

    .footer-cart__information {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .list-footer-cart__item {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .list-footer-cart__name {
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .list-footer-cart__value {
        font-weight: 500;
    }

    .order-processed {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .order-processed__wrapper {
        background: transparent;
        padding: 0px 0px;
    }

    .order-processed__title {
        font-weight: 500;
    }

    .order-processed__content {
        background: #F5F6F7;
        padding: 48px 50px 20px;
        margin-top: 24px;
        border-radius: 18px;
    }

    .number-order-processed__item {
        font-size: 20px;
        line-height: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        height: 30px;
    }

    .login-mobile {
        padding: 30px 0px;
    }

    .login-mobile__input {
        background: #fff;
    }

    .personal {
        padding: 30px 0px 30px;
    }

    .personal__container {
        padding: 0px 0px;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        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-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .personal__nav {
        display: none;
    }

    .personal__content {
        max-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-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0;
    }

    .content-personal__head {
        padding: 0px;
        background: transparent;
    }

    .content-personal__title {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.8);
    }

    .content-personal__back {
        position: static;
        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;
        margin-top: 8px;
    }

    .content-personal__body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .content-personal__footer {
        padding: 0px 15px;
    }

    .content-personal__btn {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .content-personal-title {
        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;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }

    .list-content-personal__item {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .list-content-personal__name {
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .list-content-personal__value {
        font-weight: 500;
    }

    .profile-personal__content {
        background: #F5F6F7;
        border-radius: 18px;
        padding: 24px 15px;
        margin-top: 24px;
    }

    .profile-personal__item {
        background: #E9E9E9;
        border-radius: 10px;
        border: none;
        height: 32px;
        padding: 0px 16px;
    }

    .profile-address {
        padding: 0px 0px;
        margin-top: 24px;
    }

    .profile-address__content {
        background: #F5F6F7;
        border-radius: 18px;
        padding: 24px 15px;
    }

    .profile-address__list {
        margin-right: 0;
        padding-right: 0;
        max-height: 100%;
    }

    .profile-address__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 12px 0px 8px;
    }

    .profile-address__checkbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }

    .profile-address__edit {
        font-size: 12px;
        line-height: 16px;
    }

    .profile-address__delete {
        font-size: 12px;
        line-height: 16px;
    }

    .profile-order {
        padding: 0px 0px;
        margin-top: 50px;
    }

    .profile-order__content {
        padding: 20px 15px 40px;
        background: #F5F6F7;
        border-radius: 18px;
    }

    .profile-order__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        padding: 0px 5px 10px;
        margin-bottom: 20px;
        color: rgba(0, 0, 0, 0.6);
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .profile-order__body {
        margin-right: 0;
        padding-right: 0;
        max-height: 100%;
        row-gap: 12px;
    }

    .order-info {
        margin-top: 24px;
    }

    .order-info__content {
        background: #F5F6F7;
        border-radius: 18px;
        padding: 30px 15px 0.1px;
    }

    .order-info-main {
        display: none;
    }

    .products-order-info-total__title {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.6);
        padding: 0px 5px 8px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .products-order-info-total__title._active::after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .products-order-info-total__title::after {
        content: "";
        height: 8px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        display: inline-block;
        background: url(../img/icons/arrow-slide.svg) center/auto no-repeat;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .products-order-info-total__list {
        margin: 0px -15px;
        padding: 24px 15px;
        background: #DCDCDC;
        border-radius: 18px;
        max-height: 100%;
        display: none;
    }

    .products-order-info-total__item {
        padding: 8px 0px 16px;
        border-bottom: 1px solid #D9D8D8;
    }

    .products-order-info-total__name {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: rgba(15, 15, 15, 0.8);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }

    .products-order-info-total__count {
        display: none;
    }

    .products-order-info-total__price {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        color: #214C90;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }

    .info-order-info-total {
        display: none;
    }

    .delivery-info__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        row-gap: 15px;
        background: #F5F6F7;
        border-radius: 18px;
        margin-top: 25px;
        padding: 24px 15px 32px;
    }

    .delivery-info__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .list-delivery-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 35px;
        margin-bottom: 10px;
    }

    .list-delivery-info__item:not(:last-child) {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .price-delivery-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        margin-bottom: 30px;
    }

    .price-delivery-info__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
        flex: 0 0 calc((100% - 40px) / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .price-delivery-info__name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .price-delivery-info__value {
        width: 100%;
        max-width: 175px;
    }

    .vacancy-side {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .vacancy {
        margin: 0px -15px;
    }

    .vacancy__title {
        padding-bottom: 28px;
        border-bottom: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .vacancy__content {
        padding: 24px 15px 32px;
        background: #F5F6F7;
        border-radius: 18px 18px 0px 0px;
    }

    .vacancy__item {
        background: #E9E9E9;
        border-radius: 18px;
    }

    .vacancy__head {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: rgba(0, 0, 0, 0.6);
        padding: 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #FFFFFF;
        border-radius: 10px;
        min-height: 48px;
    }

    .vacancy__head svg path {
        fill: rgba(0, 0, 0, 0.6);
    }

    .vacancy__body {
        padding: 15px 24px;
        margin-top: -4px;
        -webkit-box-shadow: inset 0px 4px 7px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0px 4px 7px rgba(0, 0, 0, 0.05);
    }

    .body-vacancy__title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .body-vacancy__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 16px;
    }

    .body-vacancy__column {
        padding-bottom: 16px;
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
    }

    .body-vacancy__name {
        font-weight: 600;
    }

    .body-vacancy__text {
        margin-top: 16px;
    }

    .page-content__title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-content__wrapper {
        background: #F5F6F7;
        border-radius: 18px;
        margin: 28px -20px 30px;
        padding: 24px 15px 36px;
    }

    .page-content__body {
        font-size: 14px;
        line-height: 24px;
    }

    .restorant {
        padding-bottom: 0;
    }

    .restorant__nav {
        display: none;
    }

    .restorant__body {
        margin: 0px -15px;
        padding: 24px 15px;
        background: #F5F6F7;
        border-radius: 18px;
    }

    .restorant__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .item-restorant__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
    }

    .item-restorant__main {
        padding-top: 4px;
    }

    .feedback {
        padding: 40px 0px 40px;
    }

    .feedback__container {
        padding: 0px 0px;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
        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-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .feedback__head {
        padding: 0px 20px;
    }

    .head-feedback__text {
        display: none;
    }

    .body-feedback {
        margin-top: 24px;
    }

    .body-feedback__content {
        background: #F5F6F7;
        border-radius: 18px;
        padding: 24px 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .body-feedback__btn {
        width: calc(100% - 30px);
        margin: 20px auto 0px;
    }

    .you-order {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .you-order__container {
        padding: 0px 0px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .you-order__body {
        background: #F5F6F7;
    }

    .products-you-order__name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .products-you-order__other {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }

    .actions-you-order {
        row-gap: 30px;
        margin-bottom: 30px;
    }

    .page {
        background: #fff;
    }

    .page._bg-mob-dark {
        background: #E9E9E9;
    }

    .nav-catalog__slider._slick {
        padding-bottom: 7px;
    }

    .qr_category {
        position: relative;
    }

    .qr_category #category {
        position: absolute;
        top: -15px;
    }

    a.cart__btn._btn.clear_btn {
        background: #bebebe;
    }

    .cart_button {
        position: fixed;
        bottom: 0;
        width: 90%;
        margin: 10px 5%;
    }

    .qr-menu-content .fixed-nav {
        position: fixed;
        top: 30px;
        width: 100%;
        left: 0;
        z-index: 9;
        margin-bottom: 0;
    }

    .qr-menu-content .fixed-nav .nav-catalog {
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 479.98px) {
    .content {
        margin-bottom: 20px;
    }

    .banner {
        margin-bottom: 25px;
    }

    .qr-menu-content .banner {
        margin-bottom: 0px;
    }

    .qr-menu-content h1.catalog__title._title {
        line-height: 30px;
    }

    .delivery-order {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .delivery-order__form {
        margin-top: 24px;
    }

    .head-delivery-order__subtitle {
        display: none;
    }

    .info-delivery-order {
        row-gap: 16px;
        margin-bottom: 26px;
    }

    .place-delivery-order {
        margin-bottom: 24px;
    }

    .nav-place-delivery-order__item {
        font-weight: 400;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        /*padding: 0px 7px 7px 7px;*/
    }

    .address-place-delivery-order__row:not(:last-child) {
        margin-bottom: 16px;
    }

    .address-place-delivery-order__textarea {
        height: 64px;
    }

    .restorant-delivery-order__time {
        margin-bottom: 20px;
    }

    .restorant-delivery-order__content:not(:last-child) {
        margin-bottom: 20px;
    }

    .restorant-delivery-order__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .restorant-delivery-order__item .checkbox__input:checked + .checkbox__text {
        color: rgba(58, 156, 43, 0.4);
    }

    .restorant-delivery-order__item .checkbox__text {
        font-weight: 400;
    }

    .restorant-delivery-order__item .checkbox__text:before {
        display: none;
    }

    .payers-delivery-order {
        margin-bottom: 24px;
    }

    .callback-delivery-order__text {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 600;
        line-height: 17.07px;
        text-align: left;
    }

    .callback-delivery-order__list {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .callback-delivery-order__item .checkbox__input:checked + .checkbox__text {
        font-weight: 400;
    }

    .list-delivery-order {
        row-gap: 16px;
    }

    .list-delivery-order__item._strong {
        color: #3A9C2B;
    }

    .list-delivery-order__item._strong .list-delivery-order__value {
        color: inherit;
        font-weight: 700;
    }

    .list-delivery-order__item {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .list-delivery-order__name {
        opacity: 0.6;
    }

    .list-delivery-order__value {
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        text-align: right;
        color: #000000;
    }

    .delivery-order-pay__row {
        margin-bottom: 24px;
    }

    .delivery-order-pay__item:not(:last-child) {
        margin-bottom: 16px;
    }

    .delivery-order-pay__text {
        margin-bottom: 0;
    }

    .cart {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .cutlery-summary-cart {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cutlery-summary-cart__title {
        font-size: 14px;
    }

    .cutlery-summary-cart__item .checkbox__text {
        font-size: 14px;
    }

    .order-processed__subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .order-processed__text {
        font-size: 12px;
        line-height: 19px;
    }

    .order-processed__thanks {
        margin-top: 45px;
    }

    .content-personal__btn {
        width: 100%;
    }

    .content-personal__login {
        width: 100%;
        padding: 0px 20px;
    }

    .products-order-info-total__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px;
    }

    .list-delivery-info {
        row-gap: 25px;
    }

    .body-vacancy__list {
        margin-top: 8px;
        row-gap: 8px;
    }

    .body-vacancy__list li {
        font-size: 16px;
        line-height: 16px;
    }

    .body-vacancy__list li::before {
        top: calc((16px - 6px) / 2);
    }

    .body-vacancy__text {
        font-style: italic;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

    .restorant__body {
        row-gap: 25px;
    }

    .item-restorant__location {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        color: #000000;
        margin-bottom: 20px;
    }

    .item-restorant__clock {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #000000;
    }

    .item-restorant__button {
        width: 100%;
    }

    .image-item-restorant__img {
        padding-bottom: 66%;
    }

    .benefits-item-restorant__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        height: 24px;
        width: 24px;
        padding: 4px;
        border-radius: 6px;
    }

    .feedback {
        padding: 30px 0px 20px;
    }

    .info-body-feedback {
        row-gap: 16px;
    }

    .other-body-feedback {
        padding-top: 44px;
    }

    .other-body-feedback__textarea {
        height: 200px;
    }

    .restorants-other-body-feedback__item .checkbox__text {
        font-weight: 400;
    }

    ._no-webp .page {
        background: url(../img/mobile-delivery-menu-bg.png) 0px 75px/100% auto repeat-y, #F5F6F7;
    }

    ._no-webp .page._bg-mob-dark {
        background: url(../img/mobile-delivery-menu-bg.png) 0px 75px/100% auto repeat-y, #E9E9E9;
    }
}

@media (max-width: 340px) {
    .order-processed__thanks span {
        font-size: 18px;
    }

    .qr-menu-content h1.catalog__title._title {
        line-height: 26px;
    }

    .qr-menu-content .fixed-nav {
        top: 10px;
        background: #f4f6f8;
    }
}

@media (any-hover: hover) {
    .quantity__button:hover {
        opacity: 1;
    }

    ._btn:not(._disable):hover {
        background: #328A24;
    }

    .list-header-navigation__link:not(p):hover {
        text-decoration: underline;
    }

    .language-header-navigation__head:hover {
        text-decoration: underline;
    }

    .language-header-navigation__item:hover {
        text-decoration: underline;
    }

    .user-header-navigation:hover {
        text-decoration: underline;
    }

    .nav-menu__link:hover {
        text-decoration: underline;
    }

    .other-footer__link:hover {
        text-decoration: underline;
    }

    .nav-footer__link:hover {
        text-decoration: underline;
    }

    .login-content__switch a:hover {
        text-decoration: underline;
    }

    .login-content__fargot:hover {
        text-decoration: underline;
    }

    .main-order-side__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .main-order-side__name:hover {
        text-decoration: underline;
    }

    .catalog__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .catalog__name:hover {
        text-decoration: underline;
    }

    .recomendation-card__btn:not(._disabled):hover,
    .mobile-recomendation__btn:not(._disabled):hover,
    .catalog__btn:not(._disabled):hover {
        background: #3A9C2B;
    }

    .catalog__more:hover {
        text-decoration: underline;
    }

    .nav-catalog__link:hover {
        text-decoration: underline;
    }

    .catalog-recomentation__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .catalog-recomentation__name:hover {
        text-decoration: underline;
    }

    .card__btn:hover {
        background: #173A72;
    }

    .recomendation-card__image:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .recomendation-card__name:hover {
        text-decoration: underline;
    }

    .nav-personal__item:not(._active):hover .nav-personal__icon {
        opacity: 1;
    }

    .nav-personal__item:not(._active):hover .nav-personal__name {
        color: #000;
    }

    .content-personal__back:hover {
        border-color: #000;
    }

    .profile-personal__edit:hover {
        text-decoration: underline;
    }

    .profile-address__edit:hover {
        color: #3A9C2B;
        opacity: 1;
    }

    .profile-address__delete:hover {
        color: #3A9C2B;
        opacity: 1;
    }

    .profile-order__delete:hover {
        text-decoration: underline;
    }

    .profile-order__show:hover {
        text-decoration: underline;
    }

    .vacancy-side__tel:hover {
        text-decoration: underline;
    }

    .vacancy__head:hover {
        background: #3A9C2B;
        color: #fff;
    }

    .vacancy__head:hover .head-vacancy__icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .vacancy__head:hover svg path {
        fill: #fff;
    }

    .body-vacancy__text a:hover {
        text-decoration: underline;
    }

    .image-item-restorant__arrow:hover {
        background: #e9e9e9;
    }
}

._webp ._title::after {
    background: url(../img/icons/title-after.svg) center/auto no-repeat;
}

._webp ._title::before {
    background: url(../img/icons/title-before.svg) center/auto no-repeat;
}

._webp .header-navigation::after {
    background: url(../img/ornament-dark.webp) top left/auto 100% repeat-x;
}

._webp .mobile-header::after {
    background: url(../img/ornament-light.webp) top left/auto 100% repeat-x;
}

._webp .mobile-menu {
    background: url(../img/menu-mobile-bg.webp) top left/cover no-repeat;
}

._webp .footer {
    background: url(../img/footer-bg.webp) center center/cover no-repeat, #152447;
}

._webp .footer::after {
    background: url(../img/ornament-dark.webp) top left/auto 100% repeat-x;
}

/* Дополнение 07.02.2024 */
.catalog__quantity.update_cart {
    display: none;
}

.catalog__item {
    flex: 0 0 calc((100% - 15px * 3) / 4);
}

.catalog__content {
    column-gap: 15px;
    row-gap: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.catalog__btn {
    flex: 0 0 auto;
    width: 100%;
}

.catalog__item a.catalog__name {
    height: 47px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.catalog__actions.active a.catalog__btn.rec.add_to_cart {
    display: none;
}

.catalog__actions.active .catalog__quantity.update_cart {
    display: flex;
    height: 30px;
    align-items: center;
}

.cart-mobile-header__value {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 40px;
}

a.mobile-header__cart.cart-mobile-header {
    background: #EB8A2D;
    padding: 7px;
    border-radius: 8px;
}

div#scroll_top {
    cursor: pointer;
    position: fixed;
    width: 70px;
    height: 70px;
    right: 48px;
    bottom: 85px;
    color: #a5b4cd;
    z-index: 999;
}

div#scroll_top:hover {
    color: #214c90;
}

a.cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.6;
}

a.cart-empty svg {
    width: 30px;
    color: #d2d2d2;
}

.catalog h1.catalog__title._title {
    display: none;
}

.catalog__item .catalog__quantity {
    flex: 0 0 75px;
}

.catalog__item .catalog__quantity .quantity {
    height: 24px;
}

.catalog__item .catalog__quantity .quantity .quantity__button {
    flex: 0 0 24px;
}


.toast-top-right {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%);
}


.mobile-recomendation__other.active .add_to_cart {
    display: none;
}

.mobile-recomendation__other.active .catalog__quantity.update_cart {
    display: block;
}

.mobile-recomendation__other.active .quantity__button {
    flex: 0 0 24px;
}

.mobile-recomendation__other.active .catalog__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}

.mobile-recomendation__other.active .quantity {
    height: 24px;
    gap: 3px;
}

a.header__cart.cart-header {
    padding: 8px 12px;
    background: #EB8A2D;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    gap: 5px;
    width: 176px;
}

span.cart-header {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.toast.toast-success {
    background: #fff;
    border: 1px solid #51A351;
    color: #000;
    padding: 20px 20px 20px 20px !important;
    border-radius: 12px !important;
}

.toast.toast-success .toast-title {
    display: none;
}

.toast.toast-success .toast-message {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;

}

button.toast-close-button {
    color: #000;
    top: 0;
    left: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 0.5;
}


form.cart__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.cart__body {
    background: #F5F6F7;
    border-radius: 10px;
    padding: 20px;
}

.cart__body {
    width: calc(100% - 280px);
}

.cart__footer.footer-cart {
    width: 280px;
    background: #F5F6F7;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.cart__summary.summary-cart {
    border-top: 1px solid #00000030;
    padding-top: 10px;
}

.summary-cart__item.item-cart.bv_data {
    align-items: center;
}

.footer-cart__information h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding-bottom: 20px;
}

.cart__footer.footer-cart {
    position: sticky;
    top: 0px;
}

.item-cart_images {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 206px;
    flex: 0 0 206px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.produce_totle_mob {
    display: none;
}


form.delivery-order__form {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.order_left {
    background: #F5F6F7;
    border-radius: 10px;
    padding: 20px;
    width: calc(100% - 280px);
    position: relative;
    margin-bottom: 60px;
}

.order_right {
    position: sticky;
    top: 0px;
    width: 280px;
    background: #F5F6F7;
    padding: 20px;
    border-radius: 10px;
    margin-top: 0px;
    height: 100%;
}

.order_right h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding-bottom: 20px;
}

span.list-delivery-order__name {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.list-delivery-order {
    gap: 20px;
}

li.list-delivery-order__item._strong {
    color: #3A9C2B;
}

label.callback-delivery-order__text {
    margin-top: 20px;
    padding-top: 20px;
    display: block;
    border-top: 1px solid #00000073;
    text-align: left;
}

.callback-delivery-order__text span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    cursor: pointer;
}

h1.head-delivery-order__title {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}

.head-delivery-order__text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #00000040;
    margin-bottom: 30px;
}

a.head-delivery-order__icon._active {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

a.head-delivery-order__icon span {
    color: #000000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.delivery-order__form input {
    padding: 14px 20px 14px 20px;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #dedede;
    height: 48px;
    background: #ffffff;
}

.info-delivery-order__row {
    width: calc((100% / 2) - 10px);
}

.stage {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
}

.stage span {
    width: 42px;
    height: 42px;
    background: #3A9C2B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: right;
    color: #ffffff;
}

.stage h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: center;
    color: #0F0F0F;
}

.stage-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.nav-place-delivery-order {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.callback-delivery-order input[type="checkbox"] {
    display: none;
}

.callback-delivery-order input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    background-color: #919191;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.callback-delivery-order input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    top: -1px;
    right: 20px;
    transition: all 0.3s ease-out;
}

.callback-delivery-order input[type="checkbox"] + label::after {
    content: attr(data-deny);
    color: #919191;
    position: absolute;
    top: 6px;
    left: 18px;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s ease-out;
}

.callback-delivery-order input[type="checkbox"]:checked + label {
    background-color: #519b00;
}

.callback-delivery-order input[type="checkbox"]:checked + label::before {
    right: -10px;
}

.callback-delivery-order input[type="checkbox"]:checked + label::after {
    content: attr(data-permit);
    left: 10px;
}

.button_submit_full {
    position: absolute;
    bottom: -60px;
    width: 100%;
    left: 0;
}

.item-cart__description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.breadcrumbs .container a.breadcrumb__link {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #B3B3B3;
}

span.breadcrumb__active {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

span.list-delivery-order__value {
    font-weight: 700;
}

a.form-back {
    position: absolute;
    bottom: -30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #484848;
}

.iti__selected-flag {
    padding: 10px;
    position: relative;
    top: 8px;
}

.page-section-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}

.section-flex-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 260px;
    height: 100%;
    position: relative;
}

.section-flex-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 275px);
}

.page-section-flex .vacancy__title {
    padding-bottom: 30px;
    border-bottom: 0px solid rgba(220, 220, 220, 0.7);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.advantage-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
}

.advantage-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc((100% - 80px) / 3);
}

.advantage-item-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 10px;
}

.advantage-item-desc {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.section-advantage {
    padding-bottom: 80px;
}

.advantage-info {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.section-video {
    padding-bottom: 80px;
}

.gallery-container {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery-container img {
    max-height: 245px;
    width: auto;
}

.video-container {
    cursor: pointer;
}

.pupup-youtube {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background: #000dff6b;
    opacity: 0;
}

.pupup-youtube.active {
    display: flex;
    opacity: 1;
    animation: ani 1.5s forwards;
    z-index: 999;
}

.pupup-youtube iframe {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}

.section-flex-right form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px;
    background: #ffffff;
    border-radius: 10px;
    padding-bottom: 44px;
    position: absolute;
    transition: top 0.1s ease;
    top: 0;
}

.form-title {
    background: #2E9C2D;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 20px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.form-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
    gap: 16px;
    box-shadow: 0px 6px 10px 0px #0000000D;
}

.form-input input[type="text"] {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #E9E9E9;
    width: 100%;
    min-width: 225px;
    padding: 9px 14px;
    border-radius: 10px;
}

.form-info {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.41px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8C8C8C;
    padding: 24px 16px 16px;
}

button {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    background: #2e9c2d;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 10px;
    margin: 0px 16px;
}

@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 991.98px) {

    ._webp .page._mini-bg::after {
        background: url(../img/bg.svg) center center/cover no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(19.4%, #395EAA), to(#284A8A));
    }
}

@media (min-width: 991.98px) {

    ._webp .page._mini-bg::after {
        background: url(../img/bg.svg) center center/cover no-repeat, -o-linear-gradient(top, #395EAA 19.4%, #284A8A 100%);
    }
}

@media (min-width: 991.98px) {

    ._webp .page._mini-bg::after {
        background: url(../img/bg.svg) center center/cover no-repeat, linear-gradient(180deg, #395EAA 19.4%, #284A8A 100%);
    }
}

@media (min-width: 991.98px) {

    ._webp .page._mini-bg::before {
        background: url(../img/ornament-light.webp) top left/auto 100% repeat-x;
    }
}

@media (min-width: 991.98px) {

    ._webp .page:not(._bg-white) {
        background: url(../img/page-bg.webp) top center/100% auto no-repeat;
    }
}

@media (min-width: 991.98px) {

    ._webp .page::after {
        background: url(../img/bg.svg) center center/cover no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(19.4%, #395EAA), to(#284A8A));
    }
}

@media (min-width: 991.98px) {

    ._webp .page::after {
        background: url(../img/bg.svg) center center/cover no-repeat, -o-linear-gradient(top, #395EAA 19.4%, #284A8A 100%);
    }
}

@media (min-width: 991.98px) {

    ._webp .page::after {
        background: url(../img/bg.svg) center center/cover no-repeat, linear-gradient(180deg, #395EAA 19.4%, #284A8A 100%);
    }
}

@media (min-width: 991.98px) {

    ._webp .page::before {
        background: url(../img/ornament-light.webp) top left/auto 100% repeat-x;
    }
}

@media (max-width: 479.98px) {

    ._webp .page {
        background: url(../img/mobile-delivery-menu-bg.webp) 0px 75px/100% auto repeat-y, #F5F6F7;
    }
}

@media (max-width: 767.98px) {
    a.card__btn.add_to_cart {
        position: fixed;
        z-index: 12;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .catalog__item {
        flex: 100%;
    }

    div#scroll_top {
        right: 20px;
        bottom: 25px;
    }

    form.cart__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }

    .cart__body {
        width: 100%;
    }

    .cart__head {
        position: relative;
    }

    a.cart-empty {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        opacity: 0.9;
    }

    .cart__summary.summary-cart {
        border-top: 1px solid #00000030;
        padding-top: 0px;
        margin-top: 20px;
    }

    .item-cart__image {
        display: flex;
        width: 110px;
        flex: 0 0 110px;
    }

    a.form-back {
        justify-content: center;
        width: 100%;
    }

    .summary-cart__item.item-cart.bv_data {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 15px;
        position: relative;
    }

    .produce_totle_mob {
        display: block;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
    }

    .item-cart_images {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 206px;
        flex: auto;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        gap: 15px;
    }

    .item-cart__info {
        display: none;
    }

    .item-cart__body {
        width: 100%;
    }

    .item-cart__price {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        text-align: left;
        color: #000000;
        display: flex;
        align-items: center;
    }

    .item-cart__quantity .quantity {
        height: 32px;
    }

    .item-cart__quantity .quantity__button {
        -ms-flex: 0 0 32px;
        flex: 0 0 32px;
    }

    .quantity__button::before, .quantity__button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin: 0px 0px 0px -6px;
        background-color: #fff;
        width: 12px;
        height: 2px;
    }

    .cart__footer.footer-cart {
        width: 100%;
        background: #F5F6F7;
        padding: 20px;
        border-radius: 10px;
        margin-top: 0px;
    }

    .cutlery-cart .item-cart__image {
        flex: 0 0 110px;
        padding-bottom: 15%;
    }

    form.delivery-order__form {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        align-items: flex-start;
    }

    .order_left {
        width: 100%;
        margin-bottom: 0;
    }

    .order_right {
        width: 100%;
    }

    .head-delivery-order__text {
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }

    .delivery-order__content {
        padding: 0px 0px;
    }

    .stage h4 {
        text-align: left;
    }

    .info-delivery-order__row {
        width: 100%;
    }

    .nav-place-delivery-order {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .nav-place-delivery-order__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        gap: 15px;
        flex-direction: column;
    }

    /*.toast-top-right {*/
    /*    top: auto!important;*/
    /*    right: 12px!important;*/
    /*    bottom: 10px!important;*/
    /*}*/
    .catalog__actions {
        justify-content: center;
    }

    .callback-delivery-order input[type="checkbox"] + label {
        width: 80px;
    }

    .button_submit_full {
        display: none;
    }

    label.callback-delivery-order__text {
        border-top: 0px solid #00000073;
    }


    .page-section-flex {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .section-flex-left {
        width: 100%;
    }

    .section-flex-right {
        width: 100%;
        height: auto;
    }

    .advantage-container {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 40px;
    }

    .advantage-item {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        flex-wrap: nowrap;
    }
    .advantage-info {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
        padding-left: 10px;
    }

    .page-section-flex img {
        max-width: 100%;
    }
    .section-flex-right label {
        width: 100%;
    }
    .section-flex-right form {
        position: initial;
    }
}

@media (max-width: 479.98px) {

    ._webp .page._bg-mob-dark {
        background: url(../img/mobile-delivery-menu-bg.webp) 0px 75px/100% auto repeat-y, #E9E9E9;
    }

    .select.select_null {
        margin-bottom: 70px;
        z-index: 99;
    }

    .gallery-container {
        justify-content: center;
    }

    .gallery-container a {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 360px) {
    .mobile-header__logo img {
        max-width: 80px;
    }

    .mobile-header__logo {
        flex: 0 0 95px;
    }

    .mobile-recomendation__other {
        flex-direction: column;
        align-items: inherit;
        gap: 10px;
    }

    .mobile-recomendation__btn {
        flex: auto;
    }
}
