@charset "UTF-8";

@font-face {
    font-family: ProximaSoft;
    src: url("/fonts/ProximaSoft-ExtraBold.woff2") format("woff2"), url("/fonts/ProximaSoft-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: ProximaSoft;
    src: url("/fonts/ProximaSoft-Bold.woff2") format("woff2"), url("/fonts/ProximaSoft-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: icons;
    src: url("/fonts/icons.woff2") format("woff2"), url("/fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ProximaSoft;
    src: url("/fonts/ProximaSoft-Medium.woff2") format("woff2"), url("/fonts/ProximaSoft-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: ProximaSoft;
    src: url("/fonts/ProximaSoft-Regular.woff2") format("woff2"), url("/fonts/ProximaSoft-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

/*select option {*/
/*    background: rgba(100, 100, 100, 0.3);*/
/*}*/
[class*=_icon-]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
    display: block;
}

._icon-account:before {
    content: "\e901";
    color: #8f87c0;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

._icon-add-WOK:before {
    content: "\e916";
    color: #fff;
    font-size: 24px;
}

._icon-facebook:before {
    content: "\e91c";
    color: #fff;
    font-size: 26px;
}

._icon-instagram:before {
    content: "\e91d";
    color: #fff;
    font-size: 26px;
}

._icon-add-2:before {
    position: absolute;
    right: 0;
    content: "\e91e";
    color: #8f87c0;
}

.error-alert {
    background: #ed4141;
    padding: 13px;
    margin: 10px 0 0;
    border-radius: 5px;
    color: #ffefef;
    display: none;
    position: fixed;
    font-size: 15px;
    top: 90px;
    right: 100px;
    max-width: 400px;
}

._icon-box:before {
    content: "\e906";
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

._icon-minus:before {
    content: "\e90f";
    color: #8f87c0;
}

._icon-phone:before {
    content: "\e910";
    color: #8f87c0;
    font-size: 22px;
}

._icon-place:before {
    content: "\e911";
    color: #8f87c0;
    font-size: 22px;
}

._icon-plus:before {
    content: "\e912";
    color: #8f87c0;
}

._icon-review:before {
    content: "\e913";
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

._icon-sale:before {
    content: "\e914";
    color: #f67277;
    padding-right: 4px;
    transition: all 0.3s ease;
}

._icon-search:before {
    content: "\e915";
    color: #8f87c0;
    font-size: 22px;
}

._icon-logout:before {
    content: "\e900";
}

._icon-user:before {
    content: "\e903";
    color: #8f87c0;
}

._icon-visible:before {
    content: "\e904";
}

._icon-attention:before {
    content: "\e917";
    font-size: 24px;
}

._icon-chek:before {
    content: "\e918";
    color: #fff;
}

._icon-comeback:before {
    content: "\e919";
    color: #ebf0f5;
}

._icon-delivery:before {
    content: "\e91a";
}

._icon-edit:before {
    content: "\e91b";
    color: #8f87c0;
}

._icon-arrow:before {
    content: "\e902";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

._icon-auto .path1:before {
    content: "\e905";
    color: rgb(235, 240, 245);
}

._icon-auto .path2:before {
    content: "\e920";
    margin-left: -1em;
    color: rgb(143, 135, 192);
}

._icon-cart:before {
    content: "\e907";
    color: #fff;
    font-size: 24px;
}

._icon-children .path1:before {
    content: "\e908";
    color: rgb(235, 240, 245);
}

._icon-children .path2:before {
    content: "\e921";
    margin-left: -1em;
    color: rgb(143, 135, 192);
}

._icon-delete:before {
    content: "\e909";
    color: #8f87c0;
}

._icon-e-mail:before {
    content: "\e90a";
    color: #fff;
}

._icon-icon:before {
    content: "\e90c";
    color: #8f87c0;
}

._icon-kg:before {
    content: "\e90e";
    color: #b9bbbd;
}

._icon-star:before {
    content: "\e91f";
    color: #f3c720;
}

.card-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #000;
    line-height: 1.28;
    font-family: "ProximaSoft";
    font-size: 0.875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "ProximaSoft";
    font-size: inherit;
}

.alert-success {
    padding: 15px;
    font-size: 19px;
    background: #1cc710;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 13px;
}

.custom-select {
    color: #aba9a9;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 12px 9px;
    border: 1px solid rgb(213 213 213);
    border-radius: 12px;
}

.menu-slider{
    position: absolute;
    top: 0;
    background: #ebf0f5;
    padding: 13px;
    cursor: pointer;
}

.menu-slider.left{
    left: 0;
    transform: rotate(180deg);
}
.menu-slider.right{
    right: 0;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: inherit;
    font-size: inherit;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.wrapper {
    min-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;
    overflow: hidden;
}

@supports (overflow: clip) {
    .wrapper {
        overflow: clip;
    }
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper > * {
    min-width: 0;
}

[class*=__container] {
    max-width: 87rem;
    margin: 0 auto;
    padding: 0 1rem;
}

button {
    -webkit-tap-highlight-color: transparent;
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px;
    border-radius: 8px;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.button--yellow {
    background-color: rgb(243, 199, 32);
    color: #000;
}

.button--violet {
    background-color: rgb(143, 135, 192);
    color: #fff;
}

.button--violet:hover {
    background-color: rgb(243, 199, 32);
    color: #000;
}

.button--red {
    background-color: rgb(246, 114, 119);
    color: #fff;
}

.button--red:hover {
    background-color: rgb(243, 199, 32);
    color: #000;
}

.button--border {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.button--border:hover {
    border-color: rgb(243, 199, 32);
    color: rgb(243, 199, 32);
}

.button--border:hover::before {
    color: rgb(243, 199, 32);
}

.button--link {
    padding: 0;
}

.button--link a {
    padding: 16px 24px;
}

.button:disabled {
    background: rgb(185, 187, 189);
}

.button._fw {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.confirmationOrder {
    padding: 16px;
}

#confirmationCode {
    position: relative;
}

#confirmationCode .form__error {
    top: 50px;
}

.button:disabled {
    background: rgb(185, 187, 189);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    -webkit-tap-highlight-color: transparent;
}

label {
    -webkit-tap-highlight-color: transparent;
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 15px 16px;
    border: 1px solid rgb(214, 219, 224);
    border-radius: 12px;
    outline: none;
}

.input:hover {
    outline: none;
    border-color: rgb(143, 135, 192) !important;
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
    opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0;
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.checkout .input,
.account .input {
    border: 1px solid rgb(214, 219, 224);
    border-radius: 12px !important;
    width: 100%;
}

.checkbox {
    position: relative;
}

.checkout__bonuses .checkbox {
    height: 26px;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox__input:checked + .checkbox__label:before {
    background: rgb(143, 135, 192);
    content: "✓";
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    gap: 10px;
}

.checkbox__label:before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid rgb(214, 219, 224);
    border-radius: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkbox__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.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;
    gap: 12px;
    margin-top: 18px;
}

.options__item {
    position: relative;
    cursor: pointer;
}

.options__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.options__input:checked + .options__label:before {
    background: rgb(143, 135, 192);
    content: "✔";
    font-size: 14px;
}

.options__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: 14px;
}

.options__label:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid rgb(214, 219, 224);
}

.options__text--wok {
    font-weight: 500;
    text-align: center;
}

.options__text--spicy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.options__text--spicy::before {
    content: url("/img/icons/spicy.png");
}

.options__text--vegetarian {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.options__text--vegetarian::before {
    content: url("/img/icons/vegan.svg");
}

.select-town .options__label {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: rgb(143, 135, 192);
}

.select-town .options__label::before,
.select-town .options__label::after {
    display: none;
}

.select-town .options__input:focus + .options__label,
.select-town .options__input:checked + .options__label {
    font-weight: 800;
}

.filter .options__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.filter .options__label:before {
    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;
    color: #fff;
}

.wok__label {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    height: 138px;
    width: 102px;
    border-radius: 16px;
    padding: 8px 1px 8px 1px;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(87, 94, 101, 0.2);
    box-shadow: 0px 4px 15px 0px rgba(87, 94, 101, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.options__input:checked + .wok__label,
.options__input:hover + .wok__label {
    border: 1px solid rgb(246, 114, 119);
}

.options__input:checked + .wok__label::before {
    content: url("/img/icons/chek-red.png");
    position: absolute;
    top: 0;
    right: 0;
}

.select {
    min-width: 0;
    position: relative;
}

.select__body {
    position: relative;
}

.select__title {
    color: inherit;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.875rem;
    padding: 5px 0;
}

.select__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select__value:after {
    content: url("/img/icons/done.svg");
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    -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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._select-open .select__value:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

.select__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
    outline: none;
}

.select__options {
    color: #000;
    position: absolute;
    top: calc(100% - 0.0625rem);
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border-top: 0;
    width: 56px;
    border-radius: 8px;
    padding: 8px;
    -webkit-box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.05), 0px 16px 16px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.05), 0px 16px 16px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
    z-index: 5;
    max-height: 196px;
    overflow-y: auto;
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 12.5rem;
}

.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 5px 0;
    color: rgb(140, 141, 149);
}

.select__option._select-selected {
    background-color: #eee;
}

.select__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_show-top .select__options {
    top: auto;
    bottom: calc(100% - 0.0625rem);
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 5px 0px 10px 0px;
}

._select-tag {
    cursor: pointer;
}

.top__feedback .select__option {
    color: #000;
}

.select-town .select__title,
.checkout .select__title {
    padding: 9px 0;
    border: 1px solid rgb(235, 240, 245);
    border-radius: 12px;
}

.anketa .select__title {
    border-radius: 12px;
    padding: 16px;
}

.account .select__title {
    padding: 10px 16px;
    border-radius: 12px;
    position: relative;
    height: 48px;
    color: #000;
}

.checkout .select__title,
.anketa .select__title,
.account .select__title {
    border: 1px solid rgb(214, 219, 224);
}

.select-town .select__value,
.select-town .select__option,
.checkout .select__value,
.checkout .select__option {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
    padding: 6px 16px;
}

.select-town .select__option:hover,
.checkout .select__option:hover {
    color: rgb(143, 135, 192);
    background: rgb(247, 248, 249);
    border-radius: 8px;
}

.checkout__delivery-label .select__options {
    max-height: 400px;
    overflow-y: auto;
}

.anketa .select__value {
    padding: 0;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 16px;
    line-height: 0.75;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    color: rgba(60, 60, 67, 0.3);
}

.rating.rating_sending {
    opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
    cursor: pointer;
}

.rating__body {
    position: relative;
}

.rating__body::before {
    content: "★★★★★";
    display: block;
    color: rgba(60, 60, 67, 0.3);
    font-size: 22px;
}

.rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating__active::before {
    content: "★★★★★";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: rgb(243, 199, 32);
    font-size: 22px;
}

.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.rating__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}

.rating__value {
    font-size: 50%;
    line-height: 1;
    padding: 0px 0px 0px 10px;
    position: absolute;
    top: 0;
    opacity: 0;
}

.product-rating__body {
    position: relative;
}

.product-rating__body::before {
    content: "★★★★★";
    display: block;
}

.product-rating__active {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.product-rating__active::before {
    content: "★★★★★";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: rgb(255, 153, 0);
}

.product-rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-rating__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: 100%;
    opacity: 0;
}

.product-rating__value {
    font-size: 12px;
    line-height: 100%;
    padding: 0px 0px 0px 10px;
    white-space: nowrap;
}

.product-ratings__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.star.star--active::before {
    color: rgb(243, 199, 32);
}

.product-rating__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.product-rating__label-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.product-rating__label-name::after {
    content: url("/img/icons/active-star.svg");
    display: block;
    height: 13px;
    width: 13px;
}

.quantity {
    height: 40px;
    width: 85px;
    border-radius: 8px;
    padding: 8px 4px 8px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgb(143, 135, 192);
}

.quantity--product {
    height: 48px;
    width: 140px;
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.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 -4.5px;
    background-color: rgb(143, 135, 192);
    width: 12px;
    height: 2px;
}

.quantity__button.disabled {
    opacity: 0.3;
}

.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;
    height: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    width: 24px;
    text-align: center;
    background-color: transparent;
    outline: none;
}

.quantity__input input {
    width: 100%;
    text-align: center;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 6px;
    border-radius: 3px;
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    right: -10px;
    top: -10px;
    border-radius: 50%;
}

.noUi-handle-upper {
    display: none;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
    background: rgb(143, 135, 192);
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: rgb(185, 187, 189);
}

/* Handles and cursors;
 */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    background: rgb(143, 135, 192);
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: none;
}

.price-filter__inputs {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.price-filter__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
}

.price-filter__input--from {
    height: 48px;
    width: 90px;
    border-radius: 12px;
    border: 1px solid rgb(235, 240, 245);
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.price-filter__range {
    width: 100%;
}

.qs-datepicker-container {
    margin: 5px;
    font-size: 1rem;
    font-family: sans-serif;
    color: #000;
    position: absolute;
    width: 15.625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background: rgb(63, 183, 181);
    -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
    box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
    border-right: 1px solid #fff;
    border-left: 1px solid #f1ad70;
    padding: 5px;
}

.qs-datepicker-container:before,
.qs-datepicker-container:after {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    z-index: 2;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(#f1ad70), to(#fffdf2));
    background-image: -o-linear-gradient(left, #f1ad70 0%, #fffdf2 100%);
    background-image: linear-gradient(to right, #f1ad70 0%, #fffdf2 100%);
}

.qs-datepicker-container:before {
    top: 0;
}

.qs-datepicker-container:after {
    bottom: 0;
}

.qs-datepicker-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
    display: none;
}

.qs-datepicker .qs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(63, 183, 181);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.875em;
    padding: 0.25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
    padding: 0.5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
    border: 1px solid #fff;
    border-radius: 0.26392em;
    padding: 0.5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: hsla(0, 0%, 50.2%, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
    color: grey;
    border-color: grey;
    cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
    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;
    width: 33.33333%;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
    opacity: 1;
}

.qs-datepicker .qs-controls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgb(63, 183, 181);
    color: #fff;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.qs-datepicker .qs-arrow {
    height: 1.5625em;
    width: 1.5625em;
    position: relative;
    cursor: pointer;
    border-radius: 0.26392em;
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
}

.qs-datepicker .qs-arrow:hover {
    background: rgba(0, 0, 0, 0.1);
}

.qs-datepicker .qs-arrow:hover.qs-left:after {
    border-right-color: #000;
}

.qs-datepicker .qs-arrow:hover.qs-right:after {
    border-left-color: #000;
}

.qs-datepicker .qs-arrow:after {
    content: "";
    border: 0.39062em solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
    border-right-color: grey;
    right: 50%;
    -webkit-transform: translate(25%, -50%);
    -ms-transform: translate(25%, -50%);
    transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
    border-left-color: grey;
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
    font-weight: 700;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
    border-bottom: 1px solid grey;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
    outline: none;
}

.qs-datepicker .qs-month {
    padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
    padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.3125em;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.qs-datepicker .qs-square {
    width: 14.28571%;
    height: 1.5625em;
    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;
    -webkit-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
    border-radius: 0.26392em;
}

.qs-datepicker .qs-square.qs-current {
    font-weight: 700;
}

.qs-datepicker .qs-square.qs-current span {
    text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
    background: rgb(246, 114, 119);
    color: #000;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
    background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
    border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
    opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
    cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
    cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
    cursor: default;
    font-weight: 700;
    color: #000;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: rgb(246, 114, 119);
}

.qs-datepicker .qs-event {
    position: relative;
}

.qs-datepicker .qs-event:after {
    content: "";
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
    background: #cce4ff;
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    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;
    pointer-events: none;
    z-index: 149;
}

.popup-show body::after {
    opacity: 1;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

.popup_show {
    z-index: 500;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__wrapper {
    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__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    max-width: 900px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
}

.lock .popup__content {
    visibility: visible;
}

.popup__label {
    position: relative;
}

.cart.popup {
    padding: 0 !important;
}

.cart .popup__wrapper {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.cart .popup__content {
    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;
    max-width: 470px !important;
    border-radius: 0 !important;
    height: 100% !important;
    min-height: 100vh !important;
    padding: 0 !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}


.cart.popup_show .popup__content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.popup__close,
.select-town__close {
    position: relative;
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
}

.popup__close::before,
.popup__close::after,
.select-town__close::before,
.select-town__close::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 24px;
    background: rgb(140, 141, 149);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 10px);
}

.popup__close::before,
.select-town__close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup__close::after,
.select-town__close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup__close:hover::before,
.popup__close:hover::after,
.select-town__close:hover::before,
.select-town__close:hover::after {
    background: rgb(246, 114, 119);
}

.popup__close:hover::before,
.select-town__close:hover::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.popup__close:hover::after,
.select-town__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.trackOrder .popup__content {
    max-width: 432px !important;
    padding: 40px 32px;
}

.trackOrder .popup__content h1:not(:last-child) {
    margin-bottom: 12px;
}

.trackOrder .popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.trackOrder .popup__close::before,
.trackOrder .popup__close::after {
    height: 16px;
}

.popup__text {
    font-weight: 500;
    text-align: center;
    color: rgb(140, 141, 149);
}

.popup__text:not(:last-child) {
    padding-bottom: 32px;
}

.popup__input,
.popup__textarea {
    position: relative;
    width: 100%;
    background: transparent;
    border: 1px solid rgb(214, 219, 224);
    outline: none;
    border-radius: 12px;
    height: 48px;
    padding: 15px 16px;
}

.popup__input:not(:last-child),
.popup__textarea:not(:last-child) {
    margin-bottom: 10px;
}

.popup__input:hover,
.popup__input:active,
.popup__textarea:hover,
.popup__textarea:active {
    border-color: rgb(143, 135, 192);
}

.input-label {
    position: relative;
}

.input-error,
.form__error,
.select__error {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: right;
    font-size: 9px;
    line-height: 1.2;
    color: red;
}

.popup__textarea {
    height: 140px;
    resize: vertical;
}

.popup__btn {
    border-radius: 10px;
}

.choosePresent .popup__content,
.present .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 780px !important;
    border-radius: 60px !important;
    height: 640px !important;
    background: rgb(143, 135, 192);
    padding: 80px 60px 60px;
    color: #fff;
}

.choosePresent .popup__content::after,
.present .popup__content::after {
    position: absolute;
    top: 0;
    right: 50%;
    content: "";
    background: url("/img/icons/logo-red.webp") no-repeat center;
    background-size: contain;
    width: 110px;
    height: 93px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.choosePresent .popup__content h1,
.present .popup__content h1 {
    z-index: 2;
    padding-bottom: 16px;
}

.choosePresent .popup__content p,
.present .popup__content p {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 12px;
    z-index: 2;
}

.present .popup__content {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
}

.choosePresent .popup__close,
.present .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    width: 54px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(40%, -40%);
    -ms-transform: translate(40%, -40%);
    transform: translate(40%, -40%);
    z-index: 2;
}

.choosePresent__decor1 {
    position: absolute;
    top: 2px;
    left: 2px;
}

.choosePresent__decor2 {
    position: absolute;
    top: 2px;
    right: 2px;
}

.choosePresent h1 {
    z-index: 5;
    padding-bottom: 12px;
}

.choosePresent__box {
    height: 368px;
    width: 659px;
    left: 60px;
    top: 212px;
    border-radius: 50px;
    background: #fff;
    z-index: 2;
    padding: 30px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.present .choosePresent__box {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #000;
    row-gap: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.present .choosePresent__box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.present__img {
    display: block;
    height: 136px;
    width: 253px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 16px;
}

.present__text {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.present__text span {
    color: rgb(246, 114, 119);
}

.presentBox-btn {
    padding: 16px 24px;
    border-radius: 12px;
}

.presentBtn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.presentBtn img {
    display: block;
    height: 140px;
    width: 140px;
    -o-object-fit: contain;
    object-fit: contain;
}

.presentBtn:hover {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.kcal .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 352px !important;
    border-radius: 16px !important;
    height: 272px !important;
    padding: 40px 24px 24px;
    position: absolute;
    top: 130px;
    right: calc((100vw - 1360px) / 2);
}

.kcal .popup__content .popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
}

.kcal .popup__content h2,
.kcal .popup__content .h2 {
    margin-bottom: 8px;
    padding: 0 20px;
    text-align: center;
    font-size: 24px;
}

.kcal .popup__content .product__weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: rgb(185, 187, 189);
    margin-bottom: 16px;
}

.kcal__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(235, 240, 245);
}

.kcal__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    background: rgb(235, 240, 245);
    border-radius: 8px;
    padding: 6px 4px 4px;
    width: 96px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kcal__index {
    color: rgb(185, 187, 189);
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.kcal__data {
    font-size: 24px;
    line-height: 1;
}

.kcal__data span {
    font-size: 12px;
}

.kcal__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 16px;
}

.kcal__bottom h2 {
    color: rgb(185, 187, 189);
}

.kcal__kcal {
    color: rgb(63, 183, 181);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    text-align: right;
}

.newReview .popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 432px !important;
    border-radius: 24px !important;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    padding: 40px 32px;
    -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
}

.newReview .popup__content .popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.newReview .popup__content h1 {
    margin-bottom: 24px;
    text-align: center;
}

.newReview .popup__content .form__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: rgb(140, 141, 149);
}

.newReview__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newReview__form,
.newReview__form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.review__addFile {
    position: relative;
    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;
    width: 100%;
    height: 66px;
    border-radius: 10px;
    color: rgb(143, 135, 192);
    border: 1px solid rgb(143, 135, 192);
}

.review__addFile .review__item {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 10%;
}

.review__addFile span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review__addFile span::before {
    content: url("/img/icons/addFoto.png");
    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;
    width: 32px;
    height: 26px;
}

.newReview .popup__submit {
    background-color: rgb(185, 187, 189);
    color: #fff;
    margin-top: 24px;
}

.newReview .popup__submit:hover {
    background-color: rgb(143, 135, 192);
    color: #fff;
}

.anketa .popup__content {
    max-width: 832px;
    padding: 40px 32px;
}

.anketa .popup__content .popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.anketa .popup__content h1 {
    margin-bottom: 16px;
    text-align: center;
}

.anketa .popup__content h4 {
    color: #000;
}

.anketa .popup__content .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
    margin-bottom: 26px;
}

.anketa .popup__content .popup__input {
    margin-bottom: 0;
}

.anketa .popup__content .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.anketa .popup__content .checkbox__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    gap: 4px;
}

.anketa .popup__content .checkbox__text a {
    color: rgb(143, 135, 192);
    border-bottom: 1px dotted rgba(143, 135, 192, 0.3);
}

.anketa .popup__content .button--violet {
    width: 368px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 12px;
}

.popup-account .popup__content {
    max-width: 343px;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    border-radius: 16px;
    padding: 30px 16px 20px;
}

.popup-account .popup__content .popup__close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.popup-account .popup__content h1 {
    margin-bottom: 24px;
}

.popup-account .popup__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;
    gap: 16px;
}

.popup-account .popup__content form .popup__input {
    margin-bottom: 0;
}

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

.popup-account__actions .checkbox__text {
    font-size: 16px;
    line-height: 1;
}

.popup-account__actions .checkbox__text a {
    color: rgb(143, 135, 192);
}

.popup-account__actions button {
    color: rgb(143, 135, 192);
    border-bottom: 1px dotted rgba(143, 135, 192, 0.3);
}

.popup__account-btn {
    padding: 16px;
    border-radius: 12px;
}

.popup__account-btn:not(:last-child) {
    margin-bottom: 24px;
}

.popup-account__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: rgb(185, 187, 189);
    margin-top: 15px;
}

.popup-account__login::before,
.popup-account__login::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(235, 240, 245);
}

.popup-account__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(247, 248, 249);
    width: calc(100% + 32px);
    height: 66px;
    position: relative;
    left: -16px;
    right: -16px;
    bottom: -20px;
    border-radius: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-account__bottom button {
    color: rgb(143, 135, 192);
    border-bottom: 1px dotted rgba(143, 135, 192, 0.3);
}

.popup-account__socialLinks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 18px;
    margin-top: 18px;
}

.popup-account__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgb(222, 224, 230);
    padding: 11px 16px;
}

.popup-account__link--facebook::before {
    content: url("/img/icons/facebook.svg");
}

.popup-account__link--google::before {
    content: url("/img/icons/google.svg");
}

.confirmationOrder-popup .popup__content {
    max-width: 432px;
    padding: 40px 32px;
    position: relative;
}

.confirmationOrder-popup .popup__content .popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.confirmationOrder-popup .popup__content .popup__text {
    color: rgb(140, 141, 149);
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin-top: 12px;
}

.confirmationOrder-popup .popup__content .popup__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
}

.confirmationOrder-popup .popup__content .popup__action {
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: rgb(143, 135, 192);
    border-bottom: 1px dotted rgba(143, 135, 192, 0.3);
}

.feedbackMobile {
    padding: 0;
}

.feedbackMobile .popup__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.feedbackMobile .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;
    gap: 14px;
    border-radius: 0 0 12px 12px;
    -webkit-box-shadow: 0px 0.3000000119px 1px 0px rgba(38, 39, 40, 0.03), 0px 0.8000000119px 2px 0px rgba(38, 39, 40, 0.04), 0px 1.5px 3.5px 0px rgba(38, 39, 40, 0.05), 0px 3px 5px 0px rgba(38, 39, 40, 0.05), 0px 4px 16px 0px rgba(38, 39, 40, 0.06);
    box-shadow: 0px 0.3000000119px 1px 0px rgba(38, 39, 40, 0.03), 0px 0.8000000119px 2px 0px rgba(38, 39, 40, 0.04), 0px 1.5px 3.5px 0px rgba(38, 39, 40, 0.05), 0px 3px 5px 0px rgba(38, 39, 40, 0.05), 0px 4px 16px 0px rgba(38, 39, 40, 0.06);
    padding: 20px 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.feedbackMobile .popup__content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.feedbackMobile.popup_show .popup__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.remindPassword p {
    color: rgb(140, 141, 149);
    text-align: center;
    margin-bottom: 24px;
}

.remindPassword.popup-account .popup__content h1 {
    margin-bottom: 8px;
}

.popup__content h2,
.popup__content .h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
}

.remindPassword .popup-account__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.spollers {
    display: -ms-grid;
    display: grid;
    gap: 15px;
}

.spollers__item {
    font-size: 1.25rem;
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    position: relative;
}

._spoller-init .spollers__title {
    cursor: pointer;
    /*
  ._spoller-init & {
  	position: relative;
  	width: 100%;
  	text-align: left;
  	&::before,
  	&::after {
  		content: "";
  		position: absolute;
  		right: 0;
  		top: rem(12);
  		height: rem(1);
  		transition: all 0.3s ease 0s;
  		width: rem(10);
  		background-color: #000;
  	}
  	&::before {
  		transform: rotate(40deg);
  		right: rem(7);
  	}
  	&::after {
  		transform: rotate(-40deg);
  	}
  }
  &._spoller-active {
  	&::before {
  		transform: rotate(-40deg);
  	}
  	&::after {
  		transform: rotate(40deg);
  	}
  }
  */
}

._spoller-init .spollers__title::before {
    content: url("/img/icons/done.svg");
    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;
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 34px;
    background-color: #fff;
    right: 16px;
    bottom: 16px;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .spollers__title._spoller-active::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.spollers__body {
    padding: 1.25rem;
    border-radius: 0.3125rem;
}

.tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs__title {
    border: 1px solid #eee;
    padding: 0.625rem 0.9375rem;
    border-radius: 8px;
}

.tabs__title._tab-active {
    border: 1px solid #000;
}

.tabs__content {
    border: 1px solid #eee;
    padding: 0;
}

.product__tabs .tabs__navigation {
    gap: 8px;
}

.product__tabs .tabs__title {
    padding: 4px 8px;
    background: rgb(235, 240, 245);
    border: none;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}

.product__tabs .tabs__title._tab-active {
    background: rgb(243, 199, 32);
}

.product__tabs .tabs__content {
    margin-top: 24px;
    border: none;
    padding: 0;
}

.checkout .tabs {
    margin-top: 40px;
}

.checkout .tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 45px;
}

.checkout .tabs__title {
    background: rgb(235, 240, 245);
    border-radius: 8px;
    padding: 12px 41px;
}

.checkout .tabs__title._tab-active {
    border: none;
    background: rgb(243, 199, 32);
}

.checkout .tabs__content {
    padding-top: 48px;
    border: none;
    border-top: 1px solid rgb(235, 240, 245);
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}

::-webkit-scrollbar-thumb {
    background: rgb(143, 135, 192);
    height: 4px;
}

::-webkit-scrollbar-track {
    background: rgba(143, 135, 192, 0.1);
}

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

input[type=number] {
    -moz-appearance: textfield;
}

h1, .h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
}

.h1-mob {
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
}

h2,
.h2,
.footer__tel {
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
}

h3, .h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.h4-mob {
    font-size: 16px;
    line-height: 1;
}

h5, .h5,
.product-cart-name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.text2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.link {
    font-weight: 500;
    color: rgb(143, 135, 192);
    border-bottom: 1px dotted rgba(143, 135, 192, 0.3);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.ico-eye {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 3;
}

.ico-eye::after {
    display: block;
    content: url(/img/icons/icon-eye.svg);
}

.ico-eye._viewpass-active::after {
    content: url(/img/icons/icon-eye-open.svg);
}

textarea:hover,
textarea:focus {
    outline: none;
    border-color: rgb(143, 135, 192);
}

.breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    list-style: none !important;
    margin-bottom: 22px;
    cursor: pointer;
}

.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: rgb(140, 141, 149);
}

.breadcrumb-item:hover {
    color: rgb(143, 135, 192);
}

.breadcrumb-item::before {
    content: url(/img/icons/done.svg);
    position: relative;
    display: block;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-right: 0;
}

.breadcrumb-item:first-child::before {
    content: '';
}

.btn__add-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    padding: 15px 22px !important;
    border-radius: 12px !important;
}

.promo {
    position: fixed;
    height: 223px;
    width: 472px;
    border-radius: 20px;
    bottom: 40px;
    right: 50px;
    background: rgb(92, 180, 180);
    -webkit-box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.05), 0px 16px 16px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.05), 0px 16px 16px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.promo__container {
    position: relative;
    width: 100%;
    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;
    padding: 38px 25px 30px;
}

.promo__img {
    display: block;
    height: 215px;
    width: 189px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.promo__name {
    font-size: 23px;
    font-weight: 800;
    line-height: 100%;
    color: #fff;
    padding-bottom: 6px;
    text-transform: uppercase;
    padding-left: 15px;
}

.promo__sale {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 13px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    padding: 15px !important;
    background-color: rgb(246, 114, 119);
    color: #fff;
    cursor: inherit;
}

.promo__conditions {
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 14px;
    color: #fff;
    margin-left: 15px;
    z-index: 5;
}

.promo__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    gap: 10px;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.promo__code::after {
    content: url("/img/icons/copy.svg");
}

.promo__code.copy::after {
    content: url("/img/icons/accept-1.svg");
}

.promo__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.promo__close::before,
.promo__close::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 18px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 10px);
}

.promo__close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.promo__close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.promo__close:hover::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.promo__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.promo.hidden {
    display: none;
}

.back-to-shoping {
    font-weight: 500;
    color: rgb(143, 135, 192);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom: 1px dashed rgb(143, 135, 192);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.back-to-shoping:hover {
    border-bottom: 1px solid rgb(143, 135, 192);
}

.notPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 110px;
    margin-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.notPage img {
    display: block;
    height: 294px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.notPage__title {
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.notPage__subtitle {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.notPage__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 12px;
}

.notPage .parallax__image {
    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;
}

.trackOrder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
}

.trackOrder h1 {
    text-align: start;
}

.trackOrder h1:not(:last-child) {
    margin-bottom: 30px;
}

.trackOrder__order-name {
    margin-bottom: 24px;
}

.trackOrder__orders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 80px;
}

.trackOrder__order {
    border: 1px solid rgb(214, 219, 224);
    padding: 8px 32px;
    max-width: 939px;
    border-radius: 16px;
}

.trackOrder.popup h1 {
    text-align: center;
}

.order__open {
    display: none;
}

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

.order__top {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 182px 148px 364px;
    grid-template-columns: 182px 148px 364px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.order__top::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: url("/img/icons/done-black.svg");
    width: 16px;
    height: 16px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.order__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
}

.order__col span {
    font-weight: 500;
    color: rgb(140, 141, 149);
}

.order__status {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}

.order__status--process {
    color: rgb(143, 135, 192);
}

.order__status--delivery {
    color: rgb(63, 183, 181);
}

.order__status--canceled {
    color: #000;
}

.order__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.order__sum::after {
    content: "₴";
}

.order__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow-y: auto;
    padding-right: 40px;
}

.order__products a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 62px;
    width: 62px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order__products img {
    display: block;
    height: 90%;
    width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
}

.order__products::-webkit-scrollbar {
    display: none;
}

.order.open .order__products,
.order.open .order__col:not(:first-child) {
    display: none;
}

.order.open .order__top::after {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.order--canceled .order__sum {
    color: rgb(140, 141, 149);
}

.order--canceled .order__products {
    opacity: 0.5;
}

.order.open .order__open {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 350px 1fr;
    grid-template-columns: 350px 1fr;
    gap: 55px;
}

.order__delivery-info-block,
.order__products-info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order__delivery-info-block h4,
.order__products-info-block h4 {
    color: rgb(140, 141, 149);
    padding-bottom: 16px;
}

.order__delivery-info-block button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 24px;
}

.order__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;
    gap: 16px;
}

.order__delivery-info div {
    font-weight: 500;
}

.order__delivery-info div span {
    color: rgb(140, 141, 149);
}

.order__products-info-block .cart__main {
    padding: 0;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.order__products-info-block .cart-product {
    padding: 10px 0;
}

.order__products-info-block .cart-product__prev {
    width: 71px;
    height: 71px;
}

.order__products-info-block .product-card__addCart {
    width: 40px;
    height: 40px;
    padding: 0;
    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;
}

.order__products-info-block .product-card__addCart::before {
    font-size: 20px;
}

.order__products-info-block .checkout__total-sum {
    margin-top: 16px;
}

.privacy-policy {
    margin-top: 40px;
    margin-bottom: 80px;
}

.privacy-policy__block {
    max-width: 892px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin: 48px auto 0;
}

.privacy-policy__block p {
    color: rgb(140, 141, 149);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.privacy-policy__block p a {
    color: rgb(143, 135, 192);
    text-decoration: underline;
}

.privacy-policy__block li a {
    color: rgb(143, 135, 192);
    text-decoration: underline;
}

.privacy-policy__text ol,
.privacy-policy__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.privacy-policy__text ol li,
.privacy-policy__text ul li {
    color: rgb(140, 141, 149);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.privacy-policy__text ol li:before {
    content: counters(item, ".");
    color: rgb(246, 114, 119);
    font-weight: 800;
}

.privacy-policy__text p {
    padding-top: 16px;
}

.privacy-policy__text ul li {
    position: relative;
    padding-left: calc(0.6em + 20px);
}

.privacy-policy__text ul li::before {
    position: absolute;
    top: 6px;
    left: 0.6em;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px solid rgb(246, 114, 119);
    display: table-cell;
}

.privacy-policy__text ul li::after {
    position: absolute;
    top: 9px;
    left: calc(0.6em + 3px);
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(246, 114, 119);
}

.privacy-policy__h3 {
    font-size: 24px;
    line-height: 1;
    color: #000;
}

.privacy-policy__h3:not(:first-child) {
    margin-top: 24px;
}

.privacy-policy__h3::before {
    color: #000;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol > li {
    display: table;
    counter-increment: item;
}

.privacy-policy ol > li:before {
    /*content: counters(item, ".") ".";*/
    /*display: table-cell;*/
    /*padding-right: 0.6em;*/
}

.privacy-policy ol li ol > li:before {
    content: counters(item, ".") ".";
    display: table-cell;
    padding-right: 0.6em;
    width: 40px;
}

.privacy-policy li ol > li {
    margin-left: 20px;
}

.number > li:before {
    content: counters(item, ".");
    display: inline-block;
    padding-right: 0.6em;
}

.dropdown-title {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.dropdown__buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 12px;
}

.dropdown__buttons .button--border {
    border-color: rgb(143, 135, 192);
    color: rgb(143, 135, 192);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown__buttons .button--border:hover {
    border-color: rgb(243, 199, 32);
    color: rgb(243, 199, 32);
}

.dropdown-label {
    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;
    gap: 2px;
    background: rgb(247, 248, 249);
    border-radius: 6px;
    padding: 7px 32px;
    margin-top: 6px;
}

.dropdown-label::before {
    position: absolute;
    left: 12px;
    top: 8px;
    font-size: 16px;
}

.dropdown-label::after {
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url("/img/icons/done.svg");
}

.dropdown-label input {
    background: transparent;
    outline: none;
}

.dropdown-label input:first-child {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.dropdown-label input:last-child {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: rgb(140, 141, 149);
}

.select-town {
    display: none;
}

.select-town.open {
    min-height: 100vh;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
}

.select-town__container {
    max-width: calc(430px + 2rem);
    margin-top: 40px;
    margin-bottom: 80px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.select-town__close {
    position: absolute;
    top: 55px;
    right: 55px;
    height: 22px;
    width: 22px;
}

.select-town__close a {
    display: block;
    height: 100%;
    width: 100%;
}

.select-town__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    margin-bottom: 24px;
}

.select-town__button {
    height: 48px;
}

.select-town__buttons-town {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 12px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 24px;
}

.select-town__button {
    margin-top: 16px;
}

.select-town__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 44px;
    margin-bottom: 12px;
}

.select-town__address div:first-child {
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
}

.select-town__inList,
.select-town__inMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: rgb(143, 135, 192);
    cursor: pointer;
}

.select-town__inList span,
.select-town__inMap span {
    border-bottom: 1px dotted rgb(143, 135, 192);
}

.product-card__ingredients span {
    margin-right: 10px;
}

.open-cart-warning-modal {
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px;
}

.select-town__address-img {
    display: block;
    height: 30vh;
    width: 100%;
    border-radius: 12px;
}

.select-town__address-img:not(:first-child) {
    margin-top: 16px;
}

.select-town.map {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.select-town__inList {
    display: none;
}

.select-town.map .select-town__inList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select-town.map .select-town__inMap {
    display: none;
}

.select-town.map .select[data-id="4"] {
    display: none;
}

/*.select-town__address-img {*/
/*  display: none;*/
/*}*/

.select-town.map .select-town__address-img {
    display: block;
    width: 100%;
}

.select.hidden {
    display: none;
}

.filter-reset {
    border-color: rgb(143, 135, 192);
    border-radius: 8px;
    color: rgb(143, 135, 192);
}

.filter__type {
    margin-top: 34px;
}

.filter .cart__top {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
}

.filter .cart__main {
    padding-top: 0;
}

.recommended-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-top: 80px;
}

.recommended-products__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    padding-bottom: 40px;
}

.recommended-products__block::-webkit-scrollbar-thumb {
    background: rgb(143, 135, 192);
}

.recommended-products__block::-webkit-scrollbar-track {
    background: rgb(143, 135, 192);
}

.recommended-products__block .product-card {
    min-width: 220px;
}

.confirmation-order__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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: 40px;
    min-height: calc(100vh - 68px - 107px - 40px);
    height: 100%;
}

.confirmation-order__title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}

.confirmation-order h4 {
    margin-top: 16px;
    text-align: center;
}

.confirmation-order h4 span {
    font-weight: 700;
    color: rgb(143, 135, 192);
}

.confirmation-order__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 26px;
}

.confirmation-order__actions .toHome {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(143, 135, 192);
    border-bottom: 1px dotted rgba(143, 135, 192, 0.3);
}

.contacts__container {
    margin-top: 40px;
    margin-bottom: 80px;
}

.contacts__container h1 {
    margin-bottom: 24px;
    text-align: left;
}

.contacts__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 470px 1fr;
    grid-template-columns: 470px 1fr;
    border-radius: 16px;
    overflow: hidden;
}

.contacts__info {
    padding: 65px;
    background: rgb(247, 248, 249);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.contacts__map {
    display: block;
    width: 100%;
    height: 100%;
}

.contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    /* -ms-flex-align: center;
          align-items: center; */
    gap: 24px;
    font-size: 18px;
    line-height: 20px;
}

.contacts__row--address::before {
    content: url("/img/icons/adress.svg");
}

.contacts__row--time::before {
    content: url("/img/icons/time.svg");
}

.contacts__row::before {
    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: 48px;
    width: 48px;
    border-radius: 8px;
    background: rgb(235, 240, 245);
    color: rgb(143, 135, 192);
    font-size: 24px;
    flex-shrink: 0;
}

.contacts__row._icon-e-mail a {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.contacts__row div span {
    font-weight: 500;
    color: rgb(140, 141, 149);
}

.contacts__row div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bonus-programm__container {
    margin-top: 24px;
    margin-bottom: 80px;
}

.bonus-programm__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3fr 1fr;
    grid-template-columns: 1.3fr 1fr;
    background: rgb(255, 233, 233);
    border-radius: 24px;
    gap: 70px;
    height: 440px;
    padding: 0 118px;
}

.bonus-programm__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.bonus-programm__info {
    padding: 104px 0;
}

.bonus-programm__info h1 {
    margin-bottom: 16px;
    text-align: left;
}

.bonus-programm__info p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.bonus-programm__info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 24px;
}

.bonus-programm__info div::before {
    content: url("/img/icons/coins.svg");
}

.bonus-programm__faq-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    max-width: 1120px;
    margin: 60px auto 0;
}

.bonus-programm__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 655px;
    grid-template-columns: 1fr 655px;
    gap: 30px;
}

.bonus-programm__row span {
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.bonus-programm__row ol {
    list-style: decimal;
}

.bonus-programm__row ol li {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.bonus-programm__row ol li::before {
    width: 20px;
}

.top__selection-body {
    display: none;
}

.top__selection-title {
    font-weight: 500;
}

.top__selection-lang,
.top__feedback {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 8px 5px 6px 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top__selection-lang:after,
.top__feedback:after {
    content: url("/img/icons/done.svg");
}

.top__selection-lang.open,
.top__feedback.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: #fff;
    z-index: 10;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0px 0.3000000119px 1px 0px rgba(38, 39, 40, 0.03), 0px 0.8000000119px 2px 0px rgba(38, 39, 40, 0.04), 0px 1.5px 3.5px 0px rgba(38, 39, 40, 0.05), 0px 3px 5px 0px rgba(38, 39, 40, 0.05), 0px 4px 16px 0px rgba(38, 39, 40, 0.06);
    box-shadow: 0px 0.3000000119px 1px 0px rgba(38, 39, 40, 0.03), 0px 0.8000000119px 2px 0px rgba(38, 39, 40, 0.04), 0px 1.5px 3.5px 0px rgba(38, 39, 40, 0.05), 0px 3px 5px 0px rgba(38, 39, 40, 0.05), 0px 4px 16px 0px rgba(38, 39, 40, 0.06);
}

.top__selection-lang.open:after,
.top__feedback.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top__selection-lang.open .top__selection-body,
.top__feedback.open .top__selection-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    right: 0;
    padding: 0 24px 8px 8px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(38, 39, 40, 0.03), 0px 6px 2px 0px rgba(38, 39, 40, 0.04), 0px 10px 3.5px 0px rgba(38, 39, 40, 0.05), 0px 4px 4px 0px rgba(38, 39, 40, 0.05), 0px 1px 1px 0px rgba(38, 39, 40, 0.06);
    box-shadow: 0px 4px 0px 0px rgba(38, 39, 40, 0.03), 0px 6px 2px 0px rgba(38, 39, 40, 0.04), 0px 10px 3.5px 0px rgba(38, 39, 40, 0.05), 0px 4px 4px 0px rgba(38, 39, 40, 0.05), 0px 1px 1px 0px rgba(38, 39, 40, 0.06);
}

.top__feedback.open .top__selection-body {
    padding-left: 36px;
    gap: 4px;
    top: calc(100% - 4px);
}

.top__selection-lang.open .top__selection-body {
    top: calc(100% - 4px);
}

.order__products-info-block .cart-product__quantity-block {
    width: 68px;
    height: 40px;
}

.order__products-info-block .quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
}

.order__products-info-block .cart-product__info {
    gap: 4px;
}

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

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 16px;
}

.header__logo {
    display: inline-block;
    width: 117px;
    height: auto;
}

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

.header__nav {
    position: relative;
    max-width: calc(100% - 200px);
    border-radius: 8px;
    overflow-x: auto;
}

.header__nav ul {
    background: rgb(235, 240, 245);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    border-radius: 8px;
    padding: 4px;
    width: 94%;
    overflow-x: scroll;
    margin-left: 35px;
}

.header__nav ul::-webkit-scrollbar {
    display: none;
}

/*
.header__nav ul::-webkit-scrollbar-thumb {
  background: #8f87c0;
} */

.header__menu {
    display: none;
}

.top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.top__header-link {
    font-weight: 500;
    line-height: 100%;
    color: rgb(140, 141, 149);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top__header-link:hover {
    color: rgb(243, 199, 32);
}

.top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__town {
    position: relative;
}

.top__town-dropdown {
    display: none;
}

.top__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(140, 141, 149);
}

.top__cart {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    gap: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top__cart::before,
.top__cart::after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top__cart::after {
    content: "грн";
    color: #fff;
}

.top__cart:hover::before,
.top__cart:hover::after {
    color: #000;
}

.top__cart-quantity {
    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;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    font-weight: 500;
    -webkit-box-shadow: 0px 0.2490530908px 1px 0px rgba(38, 39, 40, 0.03), 0px 0.5985091925px 1.5px 0px rgba(38, 39, 40, 0.04), 0px 1px 3px 0px rgba(38, 39, 40, 0.05), 0px 2px 5px 0px rgba(38, 39, 40, 0.06), 0px 4px 9px 0px rgba(38, 39, 40, 0.08), 0px 8px 20px 0px rgba(38, 39, 40, 0.1);
    box-shadow: 0px 0.2490530908px 1px 0px rgba(38, 39, 40, 0.03), 0px 0.5985091925px 1.5px 0px rgba(38, 39, 40, 0.04), 0px 1px 3px 0px rgba(38, 39, 40, 0.05), 0px 2px 5px 0px rgba(38, 39, 40, 0.06), 0px 4px 9px 0px rgba(38, 39, 40, 0.08), 0px 8px 20px 0px rgba(38, 39, 40, 0.1);
}

.top__cart-quantity:hover {
    outline: none;
}

.top__selection-town {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    gap: 5px;
    overflow: hidden;
    max-width: 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__selection-town span {
    border-bottom: 1px dotted rgb(143, 135, 192);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top__selection-town input {
    display: inline-block;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.top__selection-town:after {
    content: url("/img/icons/done.svg");
}

.top__feedback .top__selection-title a {
    white-space: nowrap;
}

.top__feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__account {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top__account::before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top__account:hover {
    color: rgb(243, 199, 32);
}

.top__account:hover::before {
    color: rgb(243, 199, 32);
}

.top__account.in-account::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 14px;
    background: rgb(243, 199, 32);
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    z-index: 3;
}

.top__track-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__track-order::before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top__track-order:hover::before {
    color: #000;
}

.header {
    position: sticky;
    top: -60px;
    z-index: 12;
    background: #fff;
}

.nav__li {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    background-color: transparent;
}

.nav__link {
    padding: 8px;
    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;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
}

.nav__li.active {
    background-color: rgb(243, 199, 32);
}

.nav__li:hover {
    background-color: rgb(185, 187, 189);
}

.nav__li--action {
    color: rgb(246, 114, 119);
}

.nav__li--action:hover,
.nav__li--action.active {
    background-color: rgb(246, 114, 119);
    color: #fff;
}

.nav__link--action:hover::before,
.nav__link--action.active::before {
    color: #fff;
}

.icon-menu {
    display: none;
}

.menu__body {
    display: none;
}

.menu__body {
    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;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 50;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 100vh;
    overflow-y: auto;
}

.menu-open .menu__body {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.menu-open .icon-menu {
    position: relative;
    background: url("/img/icons/close.svg") no-repeat center;
    z-index: 150;
}

.top__town.open .top__town-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 14px);
    left: -20px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 16px;
    -webkit-box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.05), 0px 16px 16px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.05), 0px 16px 16px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px -1px 1px 0px rgba(0, 0, 0, 0.05);
    width: 270px;
    z-index: 5;
}

.header-mini {
    padding-bottom: 14px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}

.menu__nav {
    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: 56px;
    max-height: calc(100vh - 56px - 66px);
    overflow-y: auto;
}

.menu__bottom {
    position: fixed;
    bottom: 0;
    height: 66px;
    background: rgb(235, 240, 245);
    width: 100%;
    padding: 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu__link {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 8px 16px;
    cursor: pointer;
}

.menu__link:hover {
    background: rgb(185, 187, 189);
}

.menu__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__link--account {
    position: relative;
    background: rgb(143, 135, 192);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.menu__link--account::before {
    color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu__link--account div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu__link--account div span {
    color: rgb(235, 240, 245);
}

.menu__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__lang-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8px;
}

.menu__lang-btn:not(:last-child)::after {
    content: "/";
    padding-left: 8px;
}

.menu__lang-btn.active {
    color: rgb(246, 114, 119);
}

.menu__lang-btn.active::after {
    color: #000;
}

.footer {
    background-color: rgb(63, 183, 181);
    padding-top: 40px;
    padding-bottom: 22px;
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__top {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 160px 1fr 180px;
    grid-template-columns: 160px 1fr 180px;
    padding: 0 5px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    gap: 30px;
    width: 100%;
}

.footer__bottom {
    padding-top: 26px;
    color: #fff;
    opacity: 0.5;
    line-height: 18px;
}

.footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__col--menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer__col--contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.footer__logo {
    display: block;
    width: 117px;
    height: 105px;
    background: url("/img/icons/logo-footer.svg") no-repeat center;
    margin-bottom: 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: contain;
}

.footer__logo:hover {
    background: url("/img/icons/logo-footer-hover.svg") no-repeat center;
}

.footer__app:not(:last-child) {
    padding-bottom: 8px;
}

.footer__app img {
    display: block;
}

.footer__icura-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__icura-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.footer__icura-menu ul li {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__icura-menu ul li:hover {
    color: rgb(243, 199, 32);
}

.footer__apps {
    display: none;
}

.footer__menu-title {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    padding-bottom: 24px;
}

.footer__menu-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

.footer__menu-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.footer__menu-nav ul li {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__menu-nav ul li:hover {
    color: rgb(243, 199, 32);
}

.footer__tel {
    color: #fff;
    padding-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__tel:hover {
    color: rgb(243, 199, 32);
}

.footer__email {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #fff;
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__email:hover {
    color: rgb(243, 199, 32);
    border-color: rgb(243, 199, 32);
}

.footer__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.footer__social-link {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer__social-link:hover::before {
    color: rgb(243, 199, 32);
}

.footer-mini {
    background: transparent;
}

.footer-mini .footer__bottom {
    border-top: 1px solid rgb(235, 240, 245);
}

.footer-mini span {
    color: rgb(129, 131, 136);
}

.product-card {
    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;
    height: 550px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-card__prev {
    display: inline-block;
    height: 304px;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
}

.product-card__prev img {
    display: inline-block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.3s ease;
}

.product-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-card__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-card__ingredients {
    font-weight: 500;
    line-height: 18px;
    color: rgb(140, 141, 149);
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-card__activity {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card__price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-card__discount-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
    color: rgb(246, 114, 119);
}

.product-card__discount-price::after {
    content: "₴";
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}

.product-card__discount-price--product {
    font-size: 48px;
}

.product-card__discount-price--product::after {
    font-size: 24px;
}

.product-card__one-price {
    font-size: 24px;
    font-weight: 800;
    line-height: 100%;
    color: #000;
}

.product-card__one-price::after {
    content: "₴";
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}

.product-card__price {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: rgb(185, 187, 189);
    text-decoration: line-through;
}

.product-card__price--product {
    font-size: 24px;
}

.product-card__addCart,
.product-card__assetSet,
.product-card__addInCart {
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px;
}

.product-card__addCart:hover,
.product-card__assetSet:hover,
.product-card__addInCart:hover {
    color: #fff;
}

.product-card .quantity {
    display: none;
}

.product-card__addInCart.inCart {
    background-color: rgb(243, 199, 32);
    color: #fff;
}

.product-card__addCart.inCart {
    display: none;
}
.open-cart-warning-modal.inCart {
    display: none;
}

.product-card__addCart.inCart ~ .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.open-cart-warning-modal.inCart ~ .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card__volume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1.6px solid rgb(235, 240, 245);
}

.product-card__volume-input {
    position: absolute;
    opacity: 0;
}

.product-card__volume-input + .product-card__volume--label {
    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;
    background-color: transparent;
    color: rgb(185, 187, 189);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    gap: 8px;
    cursor: pointer;
}

.product-card__volume-input + .product-card__volume--label::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 1px solid rgb(235, 240, 245);
    background: transparent;
}

.product-card__volume-input:checked + .product-card__volume--label {
    color: rgb(143, 135, 192);
}

.product-card__volume-input:checked + .product-card__volume--label::before {
    border: 5px solid rgb(143, 135, 192);
}

.product-card:hover .product-card__prev img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.sale,
.new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    width: 62px;
    border-radius: 8px;
    padding: 8px 16px 6px 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sale {
    background: rgb(246, 114, 119);
}

.new {
    background-color: rgb(63, 183, 181);
}

.spicy {
    width: 32px;
    height: 32px;
    background: url("/img/icons/spicy.png") no-repeat center;
    background-size: contain;
    z-index: 10;
}

.vegan {
    width: 32px;
    height: 32px;
    background: url("/img/icons/vegan.svg") no-repeat center;
    background-size: contain;
    z-index: 10;
}

.stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
}

.stickers--right {
    left: unset;
    right: 0;
}

.cart__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    padding: 32px 24px 16px;
}

.cart__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgb(235, 240, 245);
    padding: 22px 24px 32px;
    gap: 16px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.cart__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 24px;
    overflow-y: auto;
    max-height: calc(100vh - 180px - 72px);
}

.cart__main--filter {
    max-height: calc(100vh - 50px - 96px);
}

.cart__main.empty {
    max-height: calc(100vh - 72px);
    height: calc(100vh - 72px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
}

.cart__bottom.hidden {
    display: none;
}

.cart__summ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(140, 141, 149);
}

.cart__summ span {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    text-align: right;
    color: #000;
}

.cart__summ span::after {
    content: "₴";
}

.cart__empty {
    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;
}

.cart__empty img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 40px;
    width: 255px;
    height: 260px;
}

.cart__empty .h1 {
    margin-bottom: 8px;
}

.cart__empty p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgb(140, 141, 149);
}

.cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px 11px;
    border-bottom: 1px solid rgb(235, 240, 245);
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-product__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 104px;
    height: 104px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart-product__prev img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.cart-product__top {
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 16px;
    grid-template-columns: 1fr 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.cart-product__pizza {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px;
    color: rgb(185, 187, 189);
}

.cart-product__pizza::before {
    content: url("/img/icons/diametr.svg");
}

.filter__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    background: rgb(235, 240, 245);
    padding: 16px 32px;
    gap: 26px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.cart-button {
    display: none;
}

.cart-button input {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 0;
    top: 0;
    border-radius: 12px;
    background: #fff;
    color: #000;
    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-transform: translate(30%, -30%);
    -ms-transform: translate(30%, -30%);
    transform: translate(30%, -30%);
    text-align: center;
    font-weight: 500;
    outline: none;
}

.cart-button input:hover {
    outline: none;
}

.catalog__container {
    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: 40px;
}

.catalog__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(235, 240, 245);
}

.catalog__main {
    margin-top: 40px;
    margin-bottom: 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    row-gap: 80px;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
}

.catalog__filter-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.catalog__filter-sort::before {
    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;
    content: url("/img/icons/filter.svg");
    width: 36px;
    height: 36px;
    background: rgb(143, 135, 192);
    border-radius: 50%;
}

.combo-block .product-card {
    height: 454px;
}

.maki-block .product-card {
    height: 436px;
}

.home__banner-slider {
    margin-top: 24px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    width: 100% !important;
    min-height: 400px;
}

.home__shef-recomendation {
    margin-top: 100px;
}

.banner-slider__blur {
    display: inline-block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}

.banner-slider__slider {
    padding-left: calc((100vw - 1360px) / 2);
    padding-right: calc((100vw - 1360px) / 2);
}

.banner-slider__slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide{
    flex-shrink: 0;
    width: 343.2px;
    margin-right: 24px;
}

.banner-slider__prev {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.banner-slider__next {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

@media screen and (max-width: 1394px) {
    .banner-slider__slider {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.shef-recomendation__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;
    gap: 32px;
    width: 100%;
    white-space: nowrap;
}

.shef-recomendation__title::before,
.shef-recomendation__title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(238, 238, 238);
}

.shef-recomendation__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    row-gap: 80px;
    margin-top: 60px;
}

.advertising {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.advertising__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    height: 460px;
    width: 100%;
    border-radius: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advertising__block button {
    border-radius: 12px;
}

.advertising__block--1 button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #000;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.advertising__block--1 button:hover {
    background-color: rgb(143, 135, 192);
}

.advertising__block--2 {
    color: #fff;
}

.advertising__block--2 button {
    background-color: #fff;
    color: #000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.advertising__block--2 button:hover {
    background-color: rgb(63, 183, 181);
}

.advertising h2 {
    margin-bottom: 16px;
}

.advertising p {
    line-height: 128%;
}

.advertising p:not(:last-child) {
    margin-bottom: 32px;
}

.advertising__logo {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    height: 60px;
    width: 71px;
}

.advertising__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.seo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
}

.seo::before {
    content: "";
    background: rgb(235, 240, 245);
    height: 1px;
    width: 474px;
    margin-bottom: 40px;
}

.seo h2 {
    color: rgb(185, 187, 189);
    padding-bottom: 8px;
}

.seo__text {
    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;
    gap: 8px;
    color: rgb(185, 187, 189);
    max-height: 72px;
    height: 100%;
    line-height: 128%;
    overflow: hidden;
}

.seo__text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 48px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.seo.open .seo__text {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.seo.open .seo__text::after {
    display: none;
}

.more-info__btn,
.more-info-btn,
.more-info__btn-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: rgb(143, 135, 192);
    line-height: 18px;
    border-bottom: 1px dotted rgba(143, 135, 192, 0.3);
    cursor: pointer;
}

.more-info__btn::after,
.more-info-btn::after {
    content: url("/img/icons/expand_more_black.svg");
}

.seo .more-info__btn-close {
    display: none;
}

.seo.open .more-info__btn-close {
    display: flex;
}

.seo.open .more-info__btn {
    display: none;
}

.search {
    border-top: 1px solid rgb(235, 240, 245);
    margin-top: 20px;
}

.search__container {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}

.search__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 540px;
    width: 100%;
    padding: 17px 20px;
    background: rgb(247, 247, 251);
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search__label:hover {
    border-color: rgb(143, 135, 192);
}

.search__input {
    background-color: transparent;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search__input:hover {
    border-color: rgb(143, 135, 192);
}

.search__reset {
    position: relative;
    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-color: #000;
    width: 58px;
    height: 58px;
    opacity: 0.9;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
}

.search__reset::before,
.search__reset::after {
    content: "";
    display: block;
    width: 1.5px;
    height: 24px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 10px);
}

.search__reset::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search__reset::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search__reset:hover::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.search__reset:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.search__result .product-card {
    min-height: 454px;
    height: 100%;
}

.search__result .product-card__activity {
    position: relative !important;
    bottom: 0;
    margin-top: 8px;
}

.search__no-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 500px;
}

.search__no-search p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.delivery__container {
    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: 40px;
    margin-bottom: 80px;
}

.delivery__container h1 {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.delivery__about-delivery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 773px;
    grid-template-columns: 1fr 773px;
    gap: 48px;
    margin-top: 40px;
}

.delivery__package {
    margin-top: 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    background: rgb(247, 248, 250);
    padding: 70px 72px 60px;
    border-radius: 26px;
}

.delivery__payment {
    margin-top: 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 100px;
}

.delivery__plus {
    background: rgb(247, 248, 249);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 540px 1fr;
    grid-template-columns: 540px 1fr;
    gap: 60px;
    border-radius: 16px;
    overflow: hidden;
}

.about-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;
    gap: 12px;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 16px;
}

.about-delivery__zones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}

.about-delivery__zona {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    border: 2px solid gray;
}

.about-delivery__zona::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
}

.about-delivery__zona--1 {
    border-color: rgb(63, 183, 181);
}

.about-delivery__zona--1::before {
    content: "1";
    color: rgb(63, 183, 181);
}

.about-delivery__zona--1 .about-delivery__zona-rows {
    border-left: 1px solid rgb(63, 183, 181);
}

.about-delivery__zona--2 {
    border-color: rgb(243, 199, 32);
}

.about-delivery__zona--2::before {
    content: "2";
    color: rgb(243, 199, 32);
}

.about-delivery__zona--2 .about-delivery__zona-rows {
    border-left: 1px solid rgb(243, 199, 32);
}

.about-delivery__zona--3 {
    border-color: rgb(246, 114, 119);
}

.about-delivery__zona--3::before {
    content: "3";
    color: rgb(246, 114, 119);
}

.about-delivery__zona--3 .about-delivery__zona-rows {
    border-left: 1px solid rgb(246, 114, 119);
}

.about-delivery__zona-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 32px;
}

.about-delivery__zona-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.about-delivery__zona-row p {
    font-size: 18px;
    line-height: 1.3;
    color: rgb(140, 141, 149);
}

.about-delivery__zona-row span {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    text-align: right;
}

.about-delivery__zona-row span::after {
    content: "₴";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
}

.package {
    position: relative;
}

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

.package p {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}

.package__variant {
    background: rgb(255, 255, 255);
    padding: 16px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.package__variant span {
    font-weight: 800;
    color: rgb(246, 114, 119);
}

.package__info p:not(:first-child) {
    background: rgb(255, 255, 255);
    padding: 16px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.package__info p:not(:first-child) strong {
    font-weight: 800;
    color: rgb(246, 114, 119);
}

.package__pictures-block {
    position: relative;
    width: 100%;
    height: 100%;
}

.package__pictures {
    position: absolute;
    top: -94px;
    bottom: -94px;
    right: 0;
    width: 100%;
}

.package__pictures img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
}

.payment img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.payment__info img {
    width: 30px
}

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

.payment p {
    font-size: 18px;
    line-height: 1.3;
}

.payment__variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
}

.payment__variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.3;
}

.payment__variant::before {
    color: rgb(246, 114, 119);
}

.payment__variant span {
    font-weight: 800;
}

.payment__systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.payment__system {
    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: rgb(247, 248, 249);
    height: auto;
    width: 168px;
    border-radius: 12px;
    padding: 8px 24px;
}

.payment__time {
    color: rgb(246, 114, 119);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.toOrder__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 92px 0 92px 115px;
}

.toOrder__info h2 {
    padding-bottom: 16px;
}

.toOrder__info p {
    font-size: 18px;
    line-height: 1.3;
}

.toOrder__img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
    margin: auto;
}

.toOrder__info table {
    gap: 0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    margin-top: 24px;
    border: 1px solid rgba(185, 187, 189, 0.3);
    border-collapse: collapse;
    width: 100%;
}

.toOrder__info .horizontal-scroll + p {
    color: rgba(246, 114, 119, 1);
    font-size: 14px;
    line-height: 18px;
}

.toOrder__info .horizontal-scroll:not(:last-child) {
    margin-bottom: 24px;
}

.toOrder__info table th,
.toOrder__info table td {
    padding: 12px 0;
    border: 1px solid rgba(185, 187, 189, 0.3);
    width: 50%;
}

.toOrder__note {
    color: rgb(246, 114, 119);
    margin-top: 24px;
}

.delivery__map {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.delivery__map img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 2;
}

.no-webp .delivery__map::after {
    background: url("/img/delivery-decor.png");
}

.delivery__map::after {
    content: "";
    display: block;
    width: 100%;
    height: 75px;
    z-index: 0;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    opacity: 0.5;
}

.account {
    margin-top: 40px;
    margin-bottom: 80px;
}

.account__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 352px 1fr;
    grid-template-columns: 352px 1fr;
    gap: 70px;
}

.account__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgb(247, 248, 249);
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.account__content {
    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: 20px;
}

.account__block {
    margin-bottom: 40px;
}

.account__block:not(:first-child) {
    padding-top: 16px;
    border-top: 1px solid rgb(235, 240, 245);
}

.account__text {
    font-weight: 500;
    color: rgb(140, 141, 149);
    max-width: 560px;
}

.account__text:not(:first-child) {
    padding-top: 12px;
}

.account .checkout-form--3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.account__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 16px;
}

.account__login .account__link-for-connect {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    width: 368px;
    border-radius: 8px;
    padding: 16px 24px 16px 24px;
    border: 1px solid rgb(222, 224, 230);
}

.account__login .account__link-for-connect.connect::before {
    content: url("/img/icons/chek-green.svg");
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.account__login .account__link-for-connect div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.account__login .account__link-for-connect--facebook div::before {
    content: url("/img/icons/facebook.svg");
}

.account__login .account__link-for-connect--google div::before {
    content: url("/img/icons/google.svg");
}

.account__address-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    gap: 24px;
}

.account__addAddress-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 353px 1fr;
    grid-template-columns: 353px 1fr;
    gap: 48px;
    margin-top: 24px;
}

.account__left-col,
.account__right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

.sidebar__title {
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(185, 187, 189);
}

.sidebar__data {
    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;
    gap: 16px;
}

.sidebar__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.sidebar__row span {
    font-weight: 500;
    line-height: 18px;
    color: rgb(140, 141, 149);
}

.sidebar__row.icon-calendar::before {
    content: url("/img/icons/calendar.svg");
}

.sidebar__row._icon-e-mail::before {
    font-size: 24px;
    color: rgb(143, 135, 192);
}

.sidebar__row-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(255, 233, 233);
    padding: 13px 27px 13px 20px;
    border-radius: 12px;
    margin-top: 24px;
    margin-bottom: 25px;
}

.sidebar__bonus div {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
}

.sidebar__bonus span {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: rgb(246, 114, 119);
}

.sidebar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid rgb(185, 187, 189);
    border-bottom: 1px solid rgb(185, 187, 189);
}

.sidebar__link {
    color: rgb(143, 135, 192);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.sidebar__link a::before {
    color: rgb(143, 135, 192);
    font-size: 18px;
}

.sidebar__link a {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.sidebar__link.active {
    color: rgb(246, 114, 119);
}

.sidebar__link.active a::before {
    color: rgb(246, 114, 119);
}

.sidebar__logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(143, 135, 192);
}

.orders {
    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;
    gap: 16px;
}

.orders .order {
    border: 1px solid rgb(214, 219, 224);
    border-radius: 16px;
    padding: 18px 32px;
}

.orders .order__top {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 145px 322px;
    grid-template-columns: 180px 145px 322px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.orders .order__top .more-product {
    position: relative;
    width: 62px;
    height: 62px;
}

.orders .order__top .more-product::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(143, 135, 192, 0.7);
    z-index: 3;
    border-radius: 16px;
}

.orders .order__top .more-product span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: Proxima Soft;
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    z-index: 5;
}

.orders:not(:last-child) {
    margin-bottom: 40px;
}

.orders .order.open {
    border-color: rgb(246, 114, 119);
}

.address {
    border: 1px solid rgb(214, 219, 224);
    width: 100%;
    border-radius: 16px;
    padding: 18px 25px 18px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.address__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.address__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.address__info p {
    padding-top: 0;
}

.address__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.addAddress {
    margin-top: 24px;
    border-radius: 12px;
}

.addAddress__main-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 123px;
    grid-template-columns: 1fr 123px;
    gap: 16px;
}

.addAddress__additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
}

.addAddress__additional-info label {
    width: 123px;
}

.account textarea {
    border: 1px solid rgb(224, 226, 228);
    padding: 16px;
    border-radius: 12px;
    min-height: 140px;
    outline: none;
    resize: vertical;
}

.account textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(129, 131, 136);
}

.account textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(129, 131, 136);
}

.account textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(129, 131, 136);
}

.account textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(129, 131, 136);
}

.account textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: rgb(129, 131, 136);
}

.account textarea:focus {
    outline: none;
    border-color: rgb(143, 135, 192);
}

.checkout {
    margin-top: 40px;
}

.checkout h1 {
    text-align: start;
}

.checkout__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 469px;
    grid-template-columns: 1fr 469px;
    gap: 70px;
}

.checkout__label {
    position: relative;
}

.checkout__label .span {
    position: absolute;
    top: 0;
    left: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    z-index: 2;
    padding: 0 4px;
    color: rgb(140, 141, 149);
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.checkout__info {
    background: rgb(235, 240, 245);
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 32px 24px;
    border-radius: 20px;
    margin-top: 40px;
}

.checkout__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}

.checkout__promo .button {
    display: none;
    padding: 16px 24px;
}

.checkout__promo-label {
    width: 100%;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout__promo-label input {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
}

.checkout__promo-label input:hover,
.checkout__promo-label input:active {
    outline: none;
    border: none;
}

.checkout .promo__remove::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkout__promo.active .promo__remove::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.checkout__promo.active .promo-ok {
    display: block;
}

.checkout-form {
    margin-top: 24px;
}

.checkout-form__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.checkout-form__top--other {
    margin-top: 24px;
}

.checkout-form__top--other {
    display: none !important;
}

.checkout-form__top--other.open {
    display: grid !important;
}

.checkout-form .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 24px;
}

.checkout-form .options--payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkout-form__block {
    margin-top: 48px;
}

.checkout-form__block--last {
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(235, 240, 245);
}

.checkout__input--readonly {
    width: 100%;
    border: 1px solid rgb(235, 240, 245);
    background: -webkit-gradient(linear, left bottom, left top, from(#F7F8F9), to(#F7F8F9)), -webkit-gradient(linear, left bottom, left top, from(#EBF0F5), to(#EBF0F5));
    background: -o-linear-gradient(bottom, #F7F8F9, #F7F8F9), -o-linear-gradient(bottom, #EBF0F5, #EBF0F5);
    background: linear-gradient(0deg, #F7F8F9, #F7F8F9), linear-gradient(0deg, #EBF0F5, #EBF0F5);
    border-radius: 12px;
    padding: 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;
    font-size: 18px;
    line-height: 20px;
    margin-top: 30px;
}

.checkout-form .checkout__input--readonly::before {
    color: #000;
}

.checkout-form__rows {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
}

.checkout-form__rows--3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.checkout-form__rows--1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.checkout-form__additional-info {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

.checkout-form .checkbox {
    position: relative;
    background: rgb(247, 248, 249);
    padding: 8px 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.checkout-form .checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.checkout-form .checkbox__label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid rgb(214, 219, 224);
    background: #fff;
}

.checkout-form .checkbox__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.checkout-form .checkbox__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.checkout-form .checkbox__input:checked + .checkbox__label:before {
    background: rgb(143, 135, 192);
    content: "✔";
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.checkout-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkout-order__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.checkout-order .cart__main {
    gap: 20px;
    padding: 0;
    max-height: 100%;
    overflow-y: auto;
    margin-top: 40px;
}

.checkout-order .cart-product {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(247, 248, 249);
}

.checkout-order .cart-product__prev {
    width: 71px;
    height: 71px;
}

.checkout__bonuses {
    border-radius: 8px;
    padding: 16px 20px;
    background: #fff;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 14px;
}

.checkout__bonuses .checkbox__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.checkout__bonuses .checkbox__text span {
    font-weight: 700;
    color: rgb(246, 114, 119);
}

.checkout__new-bonuses {
    margin-top: 10px;
    background: rgb(255, 233, 233);
    border-radius: 12px;
    padding: 11px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__new-bonuses img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    height: 42px;
    width: 42px;
}

.checkout__new-bonuses-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.checkout__new-bonuses-info div {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.checkout__new-bonuses-info span {
    color: rgb(246, 114, 119);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.checkout__bonuses-text {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}

.checkout__total-info {
    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: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgb(247, 248, 249);
    border-bottom: 1px solid rgb(247, 248, 249);
    gap: 10px;
}

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

.checkout__row div:first-child {
    color: rgb(140, 141, 149);
    font-size: 18px;
    line-height: 1.3;
}

.checkout__row .h2 {
    white-space: nowrap;
    color: #000;
}

.checkout__row span {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
}

.checkout__row--discount .h2 {
    color: rgb(246, 114, 119);
}

.checkout__total-sum {
    margin-top: 24px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__total-sum h1 span {
    font-size: 24px;
    line-height: 28px;
    text-align: right;
}

.checkout__info-delivery {
    background: rgb(249, 228, 210);
    border-radius: 8px;
    padding: 8px;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.checkout__info-delivery::before {
    font-size: 20px;
}

.checkout__info-delivery .checkout__info-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.checkout__info-delivery .checkout__info-actions div {
    font-weight: 500;
}

.addProducts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.addProducts::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product__container {
    margin-top: 40px;
    margin-bottom: 80px;
}

.product__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.product__img {
    position: sticky;
    top: 10px;
    width: 100%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.product__main-foto {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__top,
.product__composition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__composition {
    margin-top: 24px;
}

.product__composition h4 {
    color: rgb(140, 141, 149);
}

.product__composition h4 span {
    color: #000;
}

.product__composition--burger {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__size h4 {
    color: rgb(140, 141, 149);
    font-size: 18px;
    line-height: 20px;
}

.product__size h4 span {
    color: #000;
}

.product__actions {
    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;
    background: rgb(235, 240, 245);
    border-radius: 16px;
    width: 100%;
    padding: 16px;
    margin-top: 24px;
}

.product__actions .button {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1;
}

.product__price {
    display: -webkit-box;
    ---
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 36px;
}

.product__price::after {
    content: "₴";
    font-size: 24px;
    line-height: 1.1;
}

.product__components {
    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: 32px;
}

.product__components h4 {
    color: rgb(140, 141, 149);
}

.product__components-list {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.3;
}

.product__components-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.product__reviews {
    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: 32px;
}

.product__reviews .more-info-btn {
    margin: 16px auto 0;
}

.product__reviews-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.product__new-review {
    color: rgb(143, 135, 192);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px dotted rgba(143, 135, 192, 0.3);
}

.product__new-review:hover {
    border-bottom: 1px solid rgba(143, 135, 192, 0.3);
}

.product__review-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.product__review {
    background: rgb(235, 240, 245);
    border-radius: 12px;
    padding: 16px 24px;
}

.product__addToppings {
    margin-top: 32px;
    position: relative;
}

.product__addToppings h2 {
    margin-bottom: 24px;
}

.product__maximum {
    position: absolute;
    top: 0;
    right: 0;
    color: rgb(140, 141, 149);
}

.product__toppings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.product__topping {
    position: relative;
    border: 1px solid rgb(235, 240, 245);
    height: 76px;
    width: 100%;
    border-radius: 16px;
    padding: 8px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 1fr 42px 32px 136px;
    grid-template-columns: 60px 1fr 42px 32px 136px;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__topping .product__weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(185, 187, 189);
}

.product__topping button {
    gap: 8px;
}

.product__topping-prev {
    display: block;
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__topping-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.product ._icon-add-2::before {
    position: relative;
    right: unset;
    color: #fff;
}

.product__topping-price {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    text-align: right;
}

.product__topping-price::after {
    content: "₴";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
}

.product__allert {
    color: rgb(140, 141, 149);
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__wok-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.product__wok-block:not(:last-child) {
    margin-bottom: 16px;
}

.product__wok-block h4 {
    font-size: 12px;
}

.product__wok-ingredients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.wok__label img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 95px;
    height: 76px;
}

.component {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 117px 1fr;
    grid-template-columns: 117px 1fr;
    gap: 16px;
    min-height: 117px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
}

.component a {
    display: block;
    width: 100%;
    height: 100%;
}

.component a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.component__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    padding: 16px 0;
}

.component__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.component__components {
    font-weight: 500;
    color: rgb(140, 141, 149);
}

.component__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.component__weight,
.component__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(185, 187, 189);
}

.component__weight::after,
.component__detail::after {
    content: "г";
}

.component__detail--sushi::before {
    content: url("/img/icons/sushi.svg");
    display: block;
    height: 14px;
    width: 14px;
}

.component__detail--sushi::after {
    content: "шт";
}

.component__detail--pizza::before {
    content: url("/img/icons/pizza.svg");
    display: block;
    height: 14px;
    width: 14px;
}

.component__detail--pizza::after {
    content: "см";
}

.component__detail--drink::before {
    content: url("/img/icons/drink.svg");
    display: block;
    height: 14px;
    width: 14px;
}

.component__detail--drink::after {
    content: "мл";
}

.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.review--answer {
    position: relative;
    margin-left: 34px;
}

.review--answer::before {
    content: url("/img/icons/reviews.svg");
    position: absolute;
    left: -34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.review__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review__date {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: rgb(185, 187, 189);
}

.review__text {
    font-weight: 500;
    line-height: 18px;
    color: rgb(140, 141, 149);
}

.review__fotos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.review__fotos img {
    display: block;
    width: 96px;
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.topping__quantity {
    display: none;
}

.product__topping.quantity .addTopping {
    display: none;
}

.product__topping.quantity .topping__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about {
    margin-top: 40px;
    margin-bottom: 90px;
}

.about h1 {
    text-align: start;
}

.about__main {
    position: relative;
    width: 100%;
    height: 653px;
    padding-top: 58px;
    padding-left: 118px;
    margin-top: 40px;
}

.about__main .about__main-fon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 0;
    border-radius: 16px;
    background: url("/img/about/fon.webp") no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
    -webkit-animation: sliderAbout 10s ease infinite;
    animation: sliderAbout 10s ease infinite;
}

@-webkit-keyframes sliderAbout {
    0% {
        background: url("/img/about/fon.webp") no-repeat center bottom;
        background-size: cover;
    }

    33% {
        background: url("/img/about/fon2.webp") no-repeat center bottom;
        background-size: cover;
    }

    66% {
        background: url("/img/about/fon3.webp") no-repeat center bottom;
        background-size: cover;
        background-position: bottom;
    }

    100% {
        background: url("/img/about/fon.webp") no-repeat center bottom;
        background-size: cover;
        background-position: bottom;
    }
}

@keyframes sliderAbout {
    0% {
        background: url("/img/about/fon.webp") no-repeat center bottom;
        background-size: cover;
    }

    33% {
        background: url("/img/about/fon2.webp") no-repeat center bottom;
        background-size: cover;
    }

    66% {
        background: url("/img/about/fon3.webp") no-repeat center bottom;
        background-size: cover;
        background-position: bottom;
    }

    100% {
        background: url("/img/about/fon.webp") no-repeat center bottom;
        background-size: cover;
        background-position: bottom;
    }
}

.about__main h1 {
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.about__logo {
    position: relative;
    display: block;
    width: 198px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 24px;
    z-index: 2;
}

.about__main-content {
    max-width: 84%;
    color: #fff;
    position: relative;
    z-index: 2;
}

.about__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 115px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.about__advantage-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__advantage-block img {
    display: block;
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.about__advantage-block p {
    font-weight: 700;
}

.about__new-format {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-top: 60px;
    margin-left: 70px;
    margin-right: 70px;
}

.about__picture {
    display: block;
    width: 100%;
    height: 420px;
}

@media screen and (max-width: 767.9px) {
    .about__picture {
        height: 280px;
    }
    .menu-slider{
        display: none;
    }
    .header__nav ul{
        margin-left: 0;
    }
}

.about__picture img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}

.about__new-format--2 {
    margin-top: 100px;
}

.about__new-format--3 {
    margin-top: 120px;
}

.about__new-format--img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 16px;
    z-index: 2;
}

.about__img-block {
    position: relative;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.about__decor {
    position: absolute !important;
    bottom: -90px;
    left: 20%;
    z-index: -1 !important;
    display: block;
    width: 70% !important;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.about__aboutIkura {
    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;
    height: 100%;
    width: 100%;
    gap: 24px;
}

.about__aboutIkura h2 {
    text-align: start;
}

.about__ikura-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.about__ikura-content span {
    font-weight: 800;
}

.about__franchise {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0 117px;
    height: 100%;
    width: 100%;
    background: rgb(143, 135, 192);
    margin-top: 210px;
    border-radius: 20px;
}

.about__franchise .about__franchise-img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform: scaleX(-1);
}

.about__franchise--2 {
    background: rgb(248, 204, 71);
    padding-left: 0;
    gap: 60px;
}

.about__franchise--2 .about__franchise-img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left bottom;
    object-position: left bottom;
}

.about__franchise--3 {
    background: rgb(240, 198, 49);
    padding-left: 0;
    gap: 60px;
    margin-top: 120px;
}

.about__franchise-logo {
    display: block;
    width: 71px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.about__franchise-info {
    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: 77px;
    padding-bottom: 77px;
    color: #fff;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about__franchise-info--2 {
    color: #000;
}

.about__franchise-info img {
    margin-bottom: 24px;
}

.about__franchise-info .text2 {
    margin-bottom: 24px;
}

.about__franchise-info button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.about__franchise-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 16px;
}

.about__franchise-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.about__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.about__email::before {
    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: rgb(246, 114, 119);
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.checkout {
    margin-top: 40px;
}

.checkout h1 {
    text-align: start;
}

.checkout__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 469px;
    grid-template-columns: 1fr 469px;
    gap: 70px;
}

.checkout__label {
    position: relative;
}

.checkout__label .span {
    position: absolute;
    top: 0;
    left: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    z-index: 2;
    padding: 0 4px;
    color: rgb(140, 141, 149);
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.checkout__info {
    background: rgb(235, 240, 245);
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 32px 24px;
    border-radius: 20px;
    margin-top: 40px;
}

.checkout__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}

.checkout__promo .button {
    display: none;
    padding: 16px 24px;
}

.checkout__promo-label {
    width: 100%;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout__promo-label input {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
}

.checkout__promo-label input:hover,
.checkout__promo-label input:active {
    outline: none;
    border: none;
}

.checkout .promo__remove::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkout__promo.active .promo__remove::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.checkout__promo.active .promo-ok {
    display: block;
}

.checkout-form {
    margin-top: 24px;
}

.checkout-form .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 24px;
}

.checkout-form .options--payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkout-form__block {
    margin-top: 48px;
}

.checkout-form__block--last {
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(235, 240, 245);
}

.checkout-form .checkout__input--readonly {
    width: 100%;
    border: 1px solid rgb(235, 240, 245);
    background: -webkit-gradient(linear, left bottom, left top, from(#F7F8F9), to(#F7F8F9)), -webkit-gradient(linear, left bottom, left top, from(#EBF0F5), to(#EBF0F5));
    background: -o-linear-gradient(bottom, #F7F8F9, #F7F8F9), -o-linear-gradient(bottom, #EBF0F5, #EBF0F5);
    background: linear-gradient(0deg, #F7F8F9, #F7F8F9), linear-gradient(0deg, #EBF0F5, #EBF0F5);
    border-radius: 12px;
    padding: 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;
    font-size: 18px;
    line-height: 20px;
    margin-top: 30px;
    text-transform: capitalize;
}

.checkout-form .checkout__input--readonly::before {
    color: #000;
}

.checkout-form__rows {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
}

.checkout-form__rows--3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.checkout-form__rows--1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.checkout-form__additional-info {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
}

.checkout-form .checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.checkout-form .checkbox__label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid rgb(214, 219, 224);
    background: #fff;
}

.checkout-form .checkbox__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.checkout-form .checkbox__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.checkout-form .checkbox__input:checked + .checkbox__label:before {
    background: rgb(143, 135, 192);
    content: "✔";
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.checkout-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.checkout-order .cart__main {
    gap: 20px;
    padding: 0;
    max-height: 100%;
    overflow-y: auto;
    margin-top: 40px;
}

.checkout-order .cart-product {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(247, 248, 249);
}

.checkout-order .cart-product__prev {
    width: 71px;
    height: 71px;
}

.checkout__bonuses .checkbox__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.checkout__bonuses .checkbox__text span {
    font-weight: 700;
    color: rgb(246, 114, 119);
}

.checkout__new-bonuses {
    margin-top: 10px;
    background: rgb(255, 233, 233);
    border-radius: 12px;
    padding: 11px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__new-bonuses img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    height: 42px;
    width: 42px;
}

.checkout__new-bonuses-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.checkout__new-bonuses-info div {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.checkout__new-bonuses-info span {
    color: rgb(246, 114, 119);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.checkout__bonuses-text {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}

.checkout__total-info {
    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: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgb(247, 248, 249);
    border-bottom: 1px solid rgb(247, 248, 249);
    gap: 10px;
}

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


.checkout__total-sum {
    margin-top: 24px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__total-sum h1 span {
    font-size: 24px;
    line-height: 28px;
    text-align: right;
}

.checkout__info-delivery {
    background: rgb(249, 228, 210);
    border-radius: 8px;
    padding: 8px;
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.checkout__info-delivery::before {
    font-size: 20px;
}

.checkout__info-delivery .checkout__info-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.checkout__info-delivery .checkout__info-actions div {
    font-weight: 500;
}

.addProducts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.addProducts::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vacancies {
    margin-top: 40px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vacancies h1 {
    text-align: left;
}

.vacancies__container {
    width: 100%;
}

.vacancies__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    width: 100%;
    margin-top: 32px;
}

.no-webp .vacancies__addToIkura {
    background: url("/img/vacancies-decor.png") no-repeat center rgb(243, 199, 32);
}

.vacancies__addToIkura {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 40px 118px;
    border-radius: 16px;
    background-size: cover;
    width: 100%;
    margin-top: 80px;
}

.vacancies__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vacancies__info h2 {
    margin-bottom: 8px;
}

.vacancies__info p {
    margin-bottom: 16px;
}

.vacancies__info button {
    background-color: #000;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 16px 24px;
}

.vacancies__info button:hover {
    background-color: rgb(63, 183, 181);
}

.vacancies__info .form__row {
    margin-top: 16px;
}

.vacancies__contact {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.vacancies__contact a {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.vacancy {
    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;
    width: 100%;
    border-radius: 16px;
    background: rgb(247, 248, 249);
    overflow: hidden;
    height: 100%;
}

.vacancy img {
    width: 100%;
    height: 172px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.vacancy__name {
    position: absolute;
    top: 30px;
    left: 32px;
    padding: 5px 8px;
    background: rgb(63, 183, 181);
    border-radius: 10px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    max-width: 273px;
}

.vacancy__block {
    padding: 24px;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vacancy__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vacancy__info:not(:last-child) {
    padding-bottom: 24px;
}

.vacancy__info h4 {
    padding-bottom: 16px;
}

.vacancy__info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.vacancy__info ul li {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    color: rgb(140, 141, 149);
    list-style-position: inside;
}

.vacancy__info ul li::before {
    position: relative;
    top: 5px;
    content: url("/img/icons/chek-red.png");
    padding-right: 8px;
}

.vacancies__decor {
    display: none;
}

._spoller-active ~ .vacancy__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-initialized {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.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-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.swiper-button {
    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;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0.2490530908px 1px 0px rgba(38, 39, 40, 0.03), 0px 0.5985091925px 1.5px 0px rgba(38, 39, 40, 0.04), 0px 1px 3px 0px rgba(38, 39, 40, 0.05), 0px 2px 5px 0px rgba(38, 39, 40, 0.06), 0px 4px 9px 0px rgba(38, 39, 40, 0.08), 0px 8px 20px 0px rgba(38, 39, 40, 0.1);
    box-shadow: 0px 0.2490530908px 1px 0px rgba(38, 39, 40, 0.03), 0px 0.5985091925px 1.5px 0px rgba(38, 39, 40, 0.04), 0px 1px 3px 0px rgba(38, 39, 40, 0.05), 0px 2px 5px 0px rgba(38, 39, 40, 0.06), 0px 4px 9px 0px rgba(38, 39, 40, 0.08), 0px 8px 20px 0px rgba(38, 39, 40, 0.1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.swiper-button:hover {
    height: 56px;
    width: 56px;
}

.swiper-button:hover::before {
    color: rgb(246, 114, 119);
}

.swiper-button:disabled {
    display: none;
}

@media (max-width: 1400px) {
    .footer__col--menu {
        gap: 50px;
    }
}

@media (max-width: 1300px) {
    .bonus-programm__block {
        padding: 0 70px;
        -ms-grid-columns: 1.4fr 1fr;
        grid-template-columns: 1.4fr 1fr;
    }

    .bonus-programm__info {
        padding: 70px 0;
    }

    .footer__menu-nav {
        gap: 30px;
    }

    .account__addAddress-block {
        -ms-grid-columns: 250px 1fr;
        grid-template-columns: 250px 1fr;
        gap: 24px;
    }

    .about__franchise {
        padding: 0 80px;
    }
}

@media (max-width: 1280px) {
    .delivery__about-delivery {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .package__pictures {
        top: 50%;
        /*-webkit-transform: translateY(-50%);*/
        /*-ms-transform: translateY(-50%);*/
        /*transform: translateY(-50%);*/
        bottom: unset;
    }

    .toOrder__info {
        padding: 60px 0 60px 80px;
    }
}

@media (max-width: 1201px) {
    .top__right {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    h1, .h1 {
        font-size: 40px;
    }

    .order__products {
        padding-right: 30px;
    }

    .order.open .order__open {
        -ms-grid-columns: 280px 1fr;
        grid-template-columns: 280px 1fr;
        gap: 16px;
    }

    .top__account span {
        display: none;
    }

    .catalog__main {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .shef-recomendation__block {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .account__container {
        gap: 40px;
    }

    .account__login .account__link-for-connect {
        width: 100%;
    }

    .orders .order__top {
        -ms-grid-columns: 170px 112px 1fr;
        grid-template-columns: 170px 112px 1fr;
    }

    .checkout__block {
        gap: 40px;
    }

    .about__new-format {
        gap: 30px;
        -ms-grid-columns: 0.8fr 1.2fr;
        grid-template-columns: 0.8fr 1.2fr;
    }

    .about__new-format--2 {
        -ms-grid-columns: 1.2fr 0.8fr;
        grid-template-columns: 1.2fr 0.8fr;
    }

    .about__new-format--3 {
        -ms-grid-columns: 1.2fr 0.8fr;
        grid-template-columns: 1.2fr 0.8fr;
    }

    .about__new-format--img {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .about__decor {
        bottom: -50px;
    }

    .about__franchise {
        padding-right: 0;
        margin-top: 120px;
    }

    .about__franchise .about__franchise-img {
        -o-object-position: left;
        object-position: left;
    }

    .checkout__block {
        gap: 40px;
    }

    .vacancies__block {
        row-gap: 20px;
        -webkit-column-gap: 34px;
        -moz-column-gap: 34px;
        column-gap: 34px;
    }

    .vacancies__addToIkura {
        padding: 40px 60px;
    }

    .vacancy__name {
        font-size: 22px;
        font-weight: 700;
        max-width: 240px;
        top: 24px;
        left: 24px;
    }
}

@media (max-width: 1150px) {
    .account .checkout-form--3 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1100px) {
    .order.open .order__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
    }

    .top__left {
        gap: 18px;
    }

    .top__header-nav ul {
        gap: 12px;
    }

    .top__header-nav ul {
        display: none;
    }

    .top__right {
        gap: 16px;
    }

    .top__search span {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .quantity--product {
        width: 110px;
    }

    .choosePresent .popup__content,
    .present .popup__content {
        max-width: 650px !important;
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important;
    }

    .choosePresent__box {
        height: 355px;
        width: 522px;
        padding: 20px 40px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .presentBtn img {
        height: 120px;
        width: 120px;
    }

    .kcal .popup__content {
        right: 16px;
    }

    .checkout .tabs__navigation {
        margin-bottom: 36px;
    }

    .checkout .tabs__content {
        padding-top: 36px;
    }

    h1, .h1 {
        font-size: 36px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .order__products {
        display: none;
    }

    .recommended-products .product-card {
        -ms-flex-negative: 0;
        width: 100%;
    }

    .contacts__block {
        -ms-grid-columns: 410px 1fr;
        grid-template-columns: 410px 1fr;
    }

    .contacts__info {
        padding: 30px;
    }

    .bonus-programm__block {
        gap: 30px;
        padding: 0 40px;
    }

    .bonus-programm__faq-block {
        gap: 40px;
        margin-top: 40px;
    }

    .bonus-programm__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .header__nav ul {
        gap: 2px;
    }

    .top__feedback {
        gap: 2px;
    }

    .footer__menu {
        display: none;
    }

    .product-card {
        width: 100%;
        height: 402px;
    }

    .product-card__prev {
        width: 200px;
        height: 200px;
        margin: 0 auto 16px;
    }

    .product-card__discount-price--product {
        font-size: 36px;
    }

    .product-card__price--product {
        font-size: 20px;
    }

    .combo-block .product-card {
        height: 402px;
    }

    .maki-block .product-card {
        height: 402px;
    }

    .advertising {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 32px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .advertising__block {
        width: 100%;
        height: 462px;
        border-radius: 16px;
        padding: 32px;
        background-size: contain !important;
    }

    .delivery__about-delivery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .delivery__package {
        padding: 30px;
        gap: 30px;
    }

    .delivery__plus {
        gap: 30px;
    }

    .toOrder__info {
        padding: 30px;
    }

    .account__container {
        gap: 30px;
    }

    .account .checkout-form--3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account__login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account__login .account__link-for-connect {
        width: 100%;
    }

    .account__address-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account__addAddress-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
    }

    .orders .order {
        padding: 16px 20px;
    }

    .orders .order__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
    }

    .checkout__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__block {
        -ms-grid-columns: 1fr 1.2fr;
        grid-template-columns: 1fr 1.2fr;
        gap: 24px;
    }

    .product__actions .button {
        padding: 12px 20px;
    }

    .about__main {
        padding-left: 80px;
    }

    .about__advantages {
        gap: 60px;
    }

    .about__new-format {
        margin-left: 0;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__new-format--3 {
        margin-top: 60px;
    }

    .about__decor {
        display: none;
    }

    .about__franchise {
        margin-top: 60px;
        padding: 0;
    }

    .about__franchise--2 {
        gap: 20px;
    }

    .about__franchise--3 .about__franchise-img {
        -o-object-position: center;
        object-position: center;
    }

    .about__franchise--3 {
        margin-top: 60px;
    }

    .about__franchise-info {
        padding: 30px;
    }

    .checkout__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vacancies__block {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .vacancies__contact a {
        font-size: 36px;
    }

    .vacancy__name {
        font-size: 20px;
        max-width: 220px;
    }
}

@media (max-width: 800px) {
    .delivery__plus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 16px;
    }
}

@media (max-width: 767.98px) {
    ._icon-place:before {
        font-style: 16px;
    }

    .home__banner-slider .swiper-button {
        display: none;
    }

    .bonus-programm__info {
        padding: 0;
    }

    .bonus-programm__info div {
        font-size: 24px;
        line-height: 1;
    }

    .bonus-programm__row ol li {
        margin-left: 20px;
    }

    .quantity--product {
        height: 40px;
        width: 85px;
    }

    .checkout-form__top--other.open {
        grid-template-columns: 1fr;
    }

    .price-filter__input--from {
        width: 62px;
    }

    .popup__close::before,
    .popup__close::after,
    .select-town__close::before,
    .select-town__close::after {
        height: 20px;
    }

    .choosePresent .popup__content,
    .present .popup__content {
        padding: 40px 16px 16px;
        border-radius: 30px !important;
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important;
    }

    .choosePresent .popup__content::after,
    .present .popup__content::after {
        width: 72px;
        height: 60px;
    }

    .choosePresent .popup__content p,
    .present .popup__content p {
        padding-bottom: 16px;
        margin-bottom: 0;
    }

    .choosePresent .popup__close,
    .present .popup__close {
        height: 46px;
        width: 46px;
        top: 10px;
        right: 10px;
    }

    .choosePresent__decor1 {
        display: none;
    }

    .choosePresent__decor2 {
        display: none;
    }

    .choosePresent h1 {
        padding-bottom: 12px;
    }

    .choosePresent__box {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 100%;
        top: 80px;
        padding: 20px 16px 24px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 20px;
    }

    .presentBtn img {
        height: 80px;
        width: 80px;
    }

    .kcal .popup__content {
        right: unset;
    }

    .present p {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
    }

    .present h1 {
        padding-bottom: 12px;
    }

    .anketa .popup__content .checkbox__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .anketa .popup__content .button--violet {
        width: 100%;
    }

    .product__tabs .tabs__navigation {
        overflow-x: auto;
    }

    .product__tabs .tabs__navigation::-webkit-scrollbar {
        display: none;
    }

    .product__tabs .tabs__title {
        height: 24px;
    }

    .product__tabs .tabs__title sup {
        line-height: 8px;
    }

    .checkout .tabs {
        margin-top: 24px;
    }

    .checkout .tabs__navigation {
        margin-bottom: 28px;
    }

    .checkout .tabs__title {
        padding: 10px 20px;
    }

    .checkout .tabs__content {
        padding-top: 24px;
    }

    h1, .h1 {
        font-size: 24px;
    }

    .h1-mob {
        font-size: 20px;
        font-weight: 700;
    }

    h2,
    .h2
    .footer__tel {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 18px;
        line-height: 20px;
    }

    h4, .h4 {
        font-size: 16px;
        line-height: 1;
    }

    .text2 {
        font-size: 16px;
    }

    .btn__add-feedback {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .promo {
        max-width: 472px;
        width: 90%;
        right: 20px;
        height: 194px;
    }

    .promo__container {
        padding: 20px 16px;
    }

    .promo__img {
        height: 136px;
        width: 108px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .promo__name {
        font-size: 18px;
    }

    .promo__sale {
        font-size: 20px;
        padding: 12px !important;
    }

    .promo__conditions {
        font-size: 14px;
    }

    .notPage {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .notPage img {
        width: 100%;
        height: auto;
    }

    .notPage__title {
        font-size: 30px;
    }

    .notPage__subtitle {
        font-size: 18px;
    }

    .notPage__btn a {
        padding: 16px 50px;
    }

    .order {
        gap: 10px;
    }

    .order__top {
        -ms-grid-columns: 150px 110px 1fr;
        grid-template-columns: 150px 110px 1fr;
    }

    .order__status {
        line-height: 1;
    }

    .order__sum {
        font-size: 18px;
    }

    .order.open .order__open {
        gap: 16px;
    }

    .account__orders .order__products {
        display: none;
    }

    .order__delivery-info {
        gap: 10px;
    }

    .privacy-policy__block {
        margin-top: 24px;
    }

    .privacy-policy__block p {
        font-size: 14px;
        font-weight: 500;
    }

    .privacy-policy__text ol,
    .privacy-policy__text ul {
        margin-top: 16px;
    }

    .privacy-policy__text ol li,
    .privacy-policy__text ul li {
        font-size: 14px;
    }

    .privacy-policy__h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .privacy-policy ol li ol > li:before {
        width: 30px;
    }

    .privacy-policy li ol > li {
        margin-left: 0;
    }

    .select-town__container {
        margin-top: 50px;
    }

    .select-town__close {
        right: 16px;
    }

    .select-town__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .select-town__buttons-town {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }

    .select-town__address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 24px;
    }

    .filter__type {
        margin-top: 26px;
    }

    .recommended-products__block {
        gap: 16px;
        padding-bottom: 24px;
    }

    .confirmation-order__title {
        font-size: 24px;
        margin-top: 16px;
    }

    .confirmation-order__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .confirmation-order__actions button {
        width: 100%;
    }

    .contacts__container {
        margin-top: 24px;
        margin-bottom: 28px;
    }

    .contacts__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts__info {
        padding: 24px 22px;
        gap: 24px;
    }

    .contacts__map {
        height: 350px;
    }

    .contacts__row {
        font-size: 16px;
        line-height: 1;
    }

    .contacts__row div span {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .bonus-programm__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 20px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .recommended-products__block {
        margin-right: -16px;
    }

    .recommended-products__block .product-card {
        height: 170px;
        width: 100%;
        border-radius: 16px;
        padding: 8px;
        border: 1px solid rgb(185, 187, 189);
        -ms-grid-columns: 108px 1fr;
        grid-template-columns: 108px 1fr;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .recommended-products__block .product-card .product-card__info {
        height: 100%;
        justify-content: space-between;
    }

    .recommended-products__block .product-card .product-card__name {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .recommended-products__block .product-card .product-card__ingredients {
        -webkit-line-clamp: 2;
    }

    .recommended-products__block .product-card .product-card__prev {
        width: 104px;
        height: 104px;
    }

    .recommended-products__block .product-card ._icon-add-2::before {
        right: 16px;
    }

    .recommended-products__block .product-card .product-card__addCart {
        width: 40px;
        height: 40px;
    }

    .top__selection-lang:after,
    .top__feedback:after {
        display: none;
    }

    .order__products-info-block .cart-product {
        gap: 8px;
    }

    .header__container {
        padding-bottom: 8px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    }

    .header__top {
        z-index: 200;
    }

    .header__logo {
        width: 93px;
        position: relative;
        z-index: 100;
    }

    .header__nav {
        max-width: calc(100% + 32px);
        margin-right: -16px;
        margin-left: -16px;
    }

    .header__nav::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 98px;
        width: 16px;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }

    .header__nav::after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 98px;
        width: 16px;
        background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    }

    .header__nav ul {
        background: transparent;
        /* margin-right: -16px;
    margin-left: -16px; */
    }

    .header__menu {
        display: block;
    }

    .top__left {
        gap: 16px;
    }

    .top__header-nav {
        display: none;
    }

    .top__search {
        position: relative;
        z-index: 150;
    }

    .top__cart {
        display: none;
    }

    .top__selection-lang {
        display: none;
    }

    .top__selection-town:after {
        display: none;
    }

    .top__selection-town {
        position: relative;
        z-index: 150;
    }

    .top__feedback .select {
        display: none;
    }

    .top__feedback {
        position: relative;
        z-index: 150;
    }

    .top__account {
        display: none;
    }

    .nav__li {
        background: rgb(235, 240, 245);
    }

    /*
  .nav__link--action {
    margin-left: 16px;
  } */
    .icon-menu {
        display: block;
        position: relative;
        width: 24px;
        height: 24px;
        z-index: 5;
        background: url("/img/icons/menu-mob.svg") no-repeat center;
    }

    .top__town.open .top__town-dropdown {
        left: unset;
        right: -20px;
    }

    .header-mini {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .top__selection-title {
        display: none;
    }

    .top__selection-body {
        display: none;
    }

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

    .footer__bottom {
        padding-bottom: 8px;
        text-align: center;
        width: 65%;
        margin: 0 auto;
    }

    .footer__col--menu {
        display: none;
    }

    .footer__col--contacts {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .footer__contacts {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 60px;
    }

    .footer__logo:hover {
        background-size: contain;
    }

    .footer__logo {
        width: 92px;
        height: 83px;
    }

    .footer__apps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 22px;
        padding-bottom: 22px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer__menu-title {
        display: none;
    }

    .footer__social-links {
        gap: 30px;
    }

    .footer-mini {
        padding: 10px 16px;
    }

    .product-card {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 138px 1fr;
        grid-template-columns: 138px 1fr;
        gap: 8px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 100%;
        padding-bottom: 25px;
        border-bottom: 1px solid rgb(235, 240, 245);
    }

    .product-card__prev {
        height: 138px;
        width: 138px;
    }

    .product-card__name {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .product-card__ingredients {
        font-size: 12px;
        line-height: 16px;
    }

    .product-card__activity {
        position: relative;
        margin-top: 8px;
    }

    .product-card__discount-price {
        font-size: 20px;
    }

    .product-card__discount-price--product {
        font-size: 24px;
    }

    .product-card__discount-price--product::after {
        font-size: 14px;
    }

    .product-card__one-price {
        font-size: 20px;
    }

    .product-card__price--product {
        font-size: 18px;
    }

    .sale,
    .new {
        height: 24px;
        width: 40px;
        padding: 5px;
        font-weight: 500;
        font-size: 12px;
    }

    .stickers--right {
        left: 110px;
        right: unset;

    }
    .stickers--right .spicy{
        width: 25px;
        height: 25px;
    }

    .product .stickers--right {
        left: unset;
        right: 0;
    }

    .cart__top {
        padding: 24px 16px 16px;
    }

    .cart__close {
        position: absolute;
        left: 0;
    }

    .cart__close::before {
        content: url("/img/icons/close.svg");
        background: transparent;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        width: 100%;
    }

    .cart__close::after {
        display: none;
    }

    .cart__title {
        padding-left: 40px;
    }

    .cart__bottom {
        padding: 16px;
    }
    .cart__main {
        padding: 16px;
    }

    .cart-button {
        position: relative;
        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;
        width: 56px;
        height: 56px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14);
        background: rgb(246, 114, 119);
        position: fixed;
        bottom: 16px;
        right: 16px;
        border-radius: 16px;
        z-index: 10;
    }

    .cart .cart-product {
        padding: 0;
        padding-bottom: 10px;
    }

    .catalog__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .catalog__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 24px;
    }

    .combo-block .product-card {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .maki-block .product-card {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .home__shef-recomendation {
        margin-top: 30px;
    }

    .shef-recomendation__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .advertising__block--1 {
        background-color: rgb(248, 204, 70);
    }

    .advertising h2 {
        margin-bottom: 12px;
    }

    .seo {
        margin-bottom: 32px;
    }

    .seo::before {
        display: none;
    }

    .search__label {
        padding: 12px;
    }

    .search__reset {
        width: 48px;
        height: 48px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .search__result.active {
        row-gap: 16px;
        display: flex !important;
    }

    .search__result .product-card {
        min-height: 100%;
        padding-bottom: 16px;
    }

    .search.no-search .search__no-search {
        max-width: 288px;
    }

    .search.no-search .search__no-search p {
        font-size: 14px;
    }

    .delivery__container {
        margin-top: 24px;
    }

    .delivery__about-delivery {
        margin-top: 24px;
        gap: 32px;
    }

    .delivery__payment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .about-delivery__info {
        font-size: 14px;
    }

    .about-delivery__zones {
        margin-top: 32px;
    }

    .about-delivery__zona-rows {
        padding-left: 16px;
    }

    .about-delivery__zona-row p {
        font-size: 14px;
    }

    .about-delivery__zona-row span {
        font-size: 14px;
    }

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

    .package__variant {
        font-size: 14px;
    }

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

    .payment__variants {
        gap: 16px;
    }

    .payment__variant {
        font-size: 14px;
    }

    .payment__system {
        height: 35px;
        width: 104px;
        padding: 4px;
    }

    .payment__time {
        font-size: 14px;
    }

    .toOrder__info {
        padding: 0 16px 24px;
    }

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

    .toOrder__table {
        font-size: 12px;
    }

    .toOrder__note {
        font-size: 12px;
    }

    .account {
        margin-top: 16px;
        margin-bottom: 32px;
    }

    .account__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .account__sidebar {
        padding: 16px;
    }

    .account__right-col .button {
        margin: 0 auto;
    }

    .sidebar__title {
        padding-bottom: 16px;
    }

    .sidebar__data {
        margin-top: 16px;
        gap: 12px;
    }

    .sidebar__bonus div {
        line-height: 18px;
    }

    .sidebar__nav {
        gap: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .orders {
        margin-top: 18px;
    }

    .orders:not(:last-child) {
        margin-bottom: 20px;
    }

    .checkout {
        margin-top: 24px;
    }

    .checkout__info {
        margin-top: 0;
    }

    .checkout-form__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout-form .options {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .checkout-form__block {
        margin-top: 40px;
    }

    .checkout-form .checkout__input--readonly {
        margin-top: 16px;
    }

    .checkout-form__rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout-form__rows--3 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .checkout-form__additional-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout__bonuses {
        padding: 14px 18px;
    }

    .checkout__bonuses .checkbox__text {
        font-size: 14px;
    }

    .checkout__new-bonuses {
        padding: 11px;
    }

    .checkout__new-bonuses img {
        height: 36px;
        width: 36px;
    }

    .checkout__new-bonuses-info div {
        font-size: 14px;
    }

    .checkout__new-bonuses-info span {
        font-size: 14px;
    }

    .checkout__row div:first-child {
        font-size: 14px;
    }

    .checkout__info-delivery {
        margin-top: 16px;
    }

    .product__container {
        margin-top: 16px;
        margin-bottom: 32px;
    }

    .product__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .product__block .product__info{
        min-height: 400px;
    }

    .product__img {
        position: relative;
    }

    .product__actions .button {
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .product__actions .button span {
        display: none;
    }


    .product__actions .button::before {
        font-size: 20px;
    }

    .product__price::after {
        font-size: 14px;
    }

    .product__components {
        margin-top: 16px;
    }

    .product__components-list {
        font-size: 14px;
        margin-top: 4px;
    }

    .product__addToppings {
        margin-top: 16px;
    }

    .product__maximum {
        font-size: 12px;
        line-height: 16px;
    }

    .product__topping {
        gap: 16px;
        -ms-grid-columns: 20% 20% 20% 20%;
        grid-template-columns: 20% 20% 20% 20%;
    }

    .product__topping .product__weight {
        position: absolute;
        bottom: 2px;
        left: 80px;
        font-size: 12px;
    }

    .product__topping .product__weight::before {
        font-size: 12px;
    }

    .product__topping button {
        justify-self: flex-end;
    }

    .product__topping-name {
        margin-top: -10px;
    }

    .product ._icon-add-2::before {
        font-size: 22px;
    }

    .product__wok-block {
        gap: 0;
    }

    .product__wok-ingredients {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 15px 10px;
    }

    .product__wok-ingredients::-webkit-scrollbar {
        display: none;
    }

    .review__text {
        font-size: 12px;
        line-height: 16px;
    }

    .about {
        margin-top: 24px;
        margin-bottom: 48px;
    }

    .about__main {
        margin-top: 24px;
        padding: 16px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding-bottom: 120px;
    }

    .about__logo {
        width: 120px;
        height: auto;
    }

    .about__main-content {
        max-width: 100%;
    }

    .about__advantages {
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .about__new-format--2 {
        margin-top: 24px;
    }

    .about__new-format--3 {
        margin-top: 24px;
    }

    .about__aboutIkura {
        gap: 14px;
    }

    .about__franchise {
        margin-top: 40px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__franchise picture,
    .about__franchise .about__franchise-img {
        display: none;
    }

    .about__franchise--3 {
        margin-top: 30px;
    }

    .about__franchise-logo {
        padding-bottom: 16px;
    }

    .about__franchise-info {
        padding: 16px;
    }

    .about__franchise-info img {
        margin-bottom: 0;
    }

    .about__franchise-title {
        font-size: 18px;
    }

    .about__franchise-apps .footer__app img {
        width: 100%;
    }

    .about__email {
        font-size: 14px;
        gap: 12px;
    }

    .about__email::before {
        width: 36px;
        height: 36px;
    }

    .checkout {
        margin-top: 24px;
    }

    .checkout__info {
        margin-top: 0;
    }

    .checkout-form__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout-form .options {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .checkout-form__block {
        margin-top: 40px;
    }

    .checkout-form .checkout__input--readonly {
        margin-top: 16px;
    }

    .checkout-form__rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout-form__rows--3 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .checkout-form__additional-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout__bonuses .checkbox__text {
        font-size: 14px;
    }

    .checkout__new-bonuses {
        padding: 11px;
    }

    .checkout__new-bonuses img {
        height: 36px;
        width: 36px;
    }

    .checkout__new-bonuses-info div {
        font-size: 14px;
    }

    .vacancies {
        margin-top: 24px;
        margin-bottom: 40px;
    }

    .vacancies__addToIkura {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 32px 40px;
        margin-top: 40px;
    }

    .vacancies__info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .vacancies__contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .vacancy__name {
        font-size: 18px;
    }

    .vacancy__block {
        padding: 16px;
        gap: 16px;
    }

    .vacancy__info h4 {
        padding-bottom: 12px;
    }

    .vacancy__info ul {
        gap: 4px;
    }

    .vacancy__info ul li {
        font-size: 16px;
    }

    .vacancies__decor {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 40%);
        -ms-transform: translate(-50%, 40%);
        transform: translate(-50%, 40%);
        width: 80%;
    }
}

@media (max-width: 767.98px) and (any-hover: none) {
    .icon-menu {
        cursor: default;
    }
}

@media (max-width: 767.9px) {
    .swiper-button {
        height: 32px;
        width: 32px;
    }

    .swiper-button:hover {
        height: 38px;
        width: 38px;
    }
}

@media (max-width: 700px) {
    .delivery__package {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 16px;
        margin-top: 30px;
        gap: 24px;
    }

    .package__pictures {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 500px) {
    .cart .popup__content{
        position: fixed;
        min-height: 100%!important;
    }
    .vacancies__block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 24px;
        row-gap: 24px;
    }

    .breadcrumb {
        /*margin-bottom: 0;*/
    }

    .breadcrumb-item:nth-last-child(2)::before {
        content: url(/img/icons/done.svg);
    }

    .breadcrumb-item {
        display: none;
    }

    .breadcrumb-item:nth-last-child(2) {
        display: flex;
    }

    .breadcrumb-item:before {
        content: '';
    }

    .catalog__top h1 {
        display: none;
    }

    .catalog__container {
        margin-top: 10px;
    }
}

@media (max-width: 479.98px) {
    .popup-account .popup__content {
        max-width: 95%;
    }

    .order__products-info-block .cart-product__prev {
        width: 55px;
        height: 55px;
    }

    .footer__app img {
        width: 165px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .addAddress__additional-info {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .addAddress__additional-info label {
        width: 100%;
    }

    .about__franchise-apps {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .vacancies__contact a {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    .cart-product__prev {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 700px) and (min-width: 479.98px) {
    .package__pictures img {
        width: 60%;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) and (min-width: 479.98px) {
    .payment img {
        width: 60%;
    }
}

@media (max-width: 800px) and (min-width: 479.98px) {
    .toOrder__img {
        width: 60%;
    }
}

@media (max-width: 991.98px) and (min-width: 767.98px) {
    .account .checkout-form__top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) and (min-width: 479.98px) {
    .about__new-format--img {
        width: 60%;
        margin: 0 auto;
    }
}

@media (any-hover: hover) {
    .select__option:hover {
        color: #000;
    }

    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: rgb(143, 135, 192);
    }
}

.webp .delivery__map::after {
    background: url(/img/delivery-decor.webp);
}

.webp .vacancies__addToIkura {
    background: url(/img/vacancies-decor.webp) no-repeat center rgb(243, 199, 32);
}

.topping__remove {
    display: none;
}

.product__topping.quantity .topping__remove {
    display: block;
    position: absolute;
    top: 6px;
    right: 5px;
}

.catalog__seo .close-text {
    display: none;
}

.catalog__seo .open-text {
    display: block;
}

.catalog__seo.open .close-text {
    display: block;
}

.catalog__seo.open .open-text {
    display: none;
}

.bonus-programm__row ol > li {
    display: list-item;
}

@media screen and (max-width: 400px) {
    .checkout-order__top {
        flex-direction: column;
    }
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(243, 199, 32);
    width: 7px;
    border-radius: 0;
}

.top__selection-body a,
.top__selection-title a {
    transition: all 0.3s ease;
}

.top__selection-body a:hover,
.top__selection-title a:hover {
    color: #8f87c0;
}

._form-error {
    border-color: red !important;
}

.select__error {
    display: none;
}

.select__error.error {
    display: block;
}

.checkout__delivery-street {
    position: relative;
}

.pagination {
    display: flex;
    margin-bottom: 32px;
}

.page-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    width: 46px;
    height: 46px;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
}

.page-link {
    transition: all 0.3s ease;
}

.page-link:hover {
    color: rgb(143, 135, 192);
}

.page-item.active {
    background-color: rgb(143, 135, 192);
    color: #fff;
}

.page-item.disabled {
    opacity: 0.7;
}

@media screen and (max-width: 767.8px) {
    .pagination {
        justify-content: center;
    }


}

@media screen and (max-width: 500px) {
    .top__selection-town {
        max-width: 110px;
    }

}

@media (max-width: 767px) {
    .top__track-order {
        display: none;

    }
}
@media screen and (min-width: 900px) {
    .footer__top .btn__add-feedback {
        margin-top: 18px;
    }
}

.product__wok-block .h4 {
    font-size: 18px;
    line-height: 20px;
}

.product__wok-block .h4 span {
    color: rgba(140, 141, 149, 1);
}
