/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --black: #0D0D0D;
    --bg: #FAF9F7;
    --white: #fff;
    --coral: #EA624C;
    --gray: #DEE3DF;
    --gray2: #EAE7E2;
    --gray3: #D4D4D4;
    --gray4: #9A9A9A;
    --pink: #F6E1DC;
    --green: #274645;
    --light: #E5E0DB
}

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

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

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

select {
    width: 100%;
    height: 55px;
    border: 1px solid var(--light);
    color: transparent;
    box-shadow: none;
    border-radius: 8px
}

.nice-select {
    width: 100%;
    min-height: 55px;
    position: relative;
    font-size: 16px;
    padding: 0;
    border: 0
}

.nice-select.open .current::after {
    transition: .5s;
    transform: rotate(180deg)
}

.nice-select.open .nice-select-dropdown {
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible
}

.nice-select .current {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 55px;
    padding: 0 16px;
    border: 1px solid var(--light);
    color: var(--black);
    outline: 0;
    box-shadow: none;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    background: var(--white)
}

.nice-select .current::after {
    content: "";
    flex-shrink: 0;
    display: block;
    margin-left: auto;
    width: 24px;
    height: 24px;
    transition: .5s;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10L12 14L8 10' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.nice-select .current.placeholder {
    font-weight: 400;
    color: var(--gray4);
    font-size: 16px
}

.nice-select .nice-select-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 12px;
    background: var(--white);
    border: 1px solid var(--light);
    z-index: 88;
    opacity: 0;
    visibility: hidden;
    padding: 4px
}

.nice-select ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 200px;
    overflow: auto
}

.nice-select ul li {
    display: flex;
    padding: 10px 12px;
    transition: .5s;
    border-radius: 12px;
    color: #0d0d0d
}

.nice-select ul li:hover {
    transition: .5s;
    cursor: pointer;
    color: var(--white);
    background: var(--green)
}

.nice-select ul li.selected {
    color: #0d0d0d;
    background: #dee3df
}

@keyframes splide-loading {
    0% {
        transform: rotateZ(0)
    }

    100% {
        transform: rotateZ(360deg)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s infinite linear;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

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

.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__play {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
    color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
    background: 0 0;
    border: none
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-.-focus-,
.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-current- {
    color: #fff;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
    display: grid
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--action,
.air-datepicker-nav--title {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    user-select: none
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    width: 32px;
    height: 32px
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: 0 0
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: rgba(255, 255, 255, 0)
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: 0
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.air-datepicker-time {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    align-items: center;
    position: relative;
    padding: 0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time {
    border-top: none
}

.air-datepicker-time--current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    content: "";
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1
}

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.air-datepicker-time--row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px
}

.air-datepicker-time--row input[type=range] {
    background: 0 0;
    cursor: pointer;
    flex: 1;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
    display: none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus {
    outline: 0
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size)/2*-1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0)
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #5cc4ef;
    --adp-cell-background-color-selected-hover: #45bced;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, -webkit-max-content);
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    transform: translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    transform: translate(0, 0);
    opacity: 1
}

.air-datepicker.-active-.-custom-position- {
    transition: none
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: none
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: transparent
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    transition: none
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1
}

.air-datepicker--pointer:after {
    content: "";
    position: absolute;
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    box-sizing: border-box
}

.-top-center- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-center- .air-datepicker--pointer:after,
.-top-left- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
    transform: rotate(135deg)
}

.-right-bottom- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-bottom- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-top- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
    transform: rotate(225deg)
}

.-bottom-center- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-center- .air-datepicker--pointer:after,
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
    transform: rotate(315deg)
}

.-left-bottom- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-top- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-bottom- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-top- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
    transform: rotate(45deg)
}

.-bottom-left- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-bottom-right- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-bottom-center- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size)/ 2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size)/ 2)
}

.air-datepicker--navigation {
    grid-area: nav
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}

* {
    box-sizing: border-box
}

::after,
::before {
    box-sizing: inherit
}

body {
    font: 500 14px/18px TTNorms, sans-serif;
    letter-spacing: -.08px;
    color: var(--black);
    background: var(--bg);
    overflow-x: hidden;
    padding-bottom: 100px
}

body.modal-open {
    overflow: hidden
}

body.full-height {
    padding-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

a,
button {
    color: inherit;
    transition: .5s;
    text-decoration: none
}

a:hover,
button:hover {
    transition: .5s;
    cursor: pointer;
    text-decoration: none;
    color: var(--green)
}

.container {
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
    max-width: 1352px
}

.flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.inline-flex {
    display: inline-flex
}

.items-center {
    align-items: center
}

.items-end {
    align-items: flex-end
}

.items-start {
    align-items: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

.grid {
    display: grid
}

.cat-card {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    background: var(--gray2);
    height: 111px;
    z-index: 1;
    overflow: hidden
}

.cat-card:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .34)
}

.cat-card:hover .cat-card__link {
    text-decoration: none
}

.cat-card.accent {
    min-height: 146px;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-position: right !important
}

.cat-card.accent .cat-card__title {
    padding: 24px 24px 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--white);
    max-width: 210px
}

.cat-card.accent .cat-card__pic {
    top: 20px
}

.cat-card__title {
    padding: 8px;
    max-width: 120px
}

.cat-card__pic {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    display: flex;
    pointer-events: none;
    z-index: -1
}

.cat-card img {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.cat-card__link {
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
    text-decoration: underline;
    padding: 24px;
    margin-top: auto
}

.cat-card__logo {
    position: absolute;
    top: 10px;
    right: 57px;
    animation: spin 25s linear infinite;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 35px;
    padding: 0 15px;
    outline: 0;
    box-shadow: none;
    color: var(--white);
    fill: var(--white);
    font-size: 16px;
    line-height: 135%;
    border-radius: 12px;
    background: var(--coral);
    border: 1px solid var(--coral)
}

.btn:hover {
    background: 0;
    color: var(--coral);
    fill: var(--coral)
}

.btn.sm {
    height: 34px;
    min-width: 130px;
    padding: 0 15px
}

.btn.dark {
    background: var(--green);
    border-color: var(--green)
}

.btn.dark:hover {
    color: var(--green);
    background: 0
}

.btn.gray {
    background: var(--gray3);
    border-color: var(--gray3)
}

.btn.gray:hover {
    color: var(--black);
    background: 0
}

.btn.outline {
    background: 0;
    color: var(--coral)
}

.btn.outline:hover {
    color: var(--white);
    background: var(--coral)
}

.btn.green {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    color: var(--green);
    border-color: var(--green)
}

.btn.green:hover {
    background: var(--green)
}

.full-height {
    min-height: 100svh
}

.auth-page {
    min-height: 100svh
}

.auth-page .container {
    min-height: 100svh
}

.auth-page__header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 17px 16px;
    background: var(--green)
}

.auth-page__logo {
    fill: var(--white)
}

.auth-page__circle {
    position: absolute;
    right: 16px;
    top: 1px
}

.auth-page__body {
    padding: 115px 0 40px;
    min-height: 100svh
}

.auth-page__right {
    display: none
}

.input {
    padding: 16px;
    width: 100%;
    height: 55px;
    font-weight: 500;
    color: var(--black);
    outline: 0;
    box-shadow: none;
    border-radius: 8px;
    font-size: 16px;
    background: var(--white);
    border: 1px solid var(--light)
}

.input[type=password] {
    padding-right: 55px
}

.input::placeholder {
    font-weight: 400;
    color: var(--gray4)
}

.input:focus {
    border-color: var(--green)
}

.field {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    position: relative
}

.field__label {
    flex: 1;
    font-size: 14px;
    line-height: 18px
}

.field__forgot {
    margin-left: auto;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline
}

.field__forgot:hover {
    text-decoration: none;
    color: var(--green)
}

.field__password-btn {
    position: absolute;
    top: 38px;
    right: 16px;
    border: 0;
    background: 0;
    padding: 0;
    stroke: var(--black);
    transition: .5s
}

.field__password-btn:hover {
    transition: .5s;
    stroke: var(--green)
}

.form__header {
    margin-bottom: 32px
}

.form__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center
}

.form__title.left {
    text-align: left
}

.form__caption {
    margin-top: 20px;
    font-size: 16px;
    text-align: center
}

.form__caption.left {
    text-align: left
}

.form__caption a {
    color: var(--coral);
    text-decoration: underline
}

.form__caption a:hover {
    text-decoration: none
}

.form__body {
    gap: 20px
}

.form__footer {
    gap: 20px;
    margin-top: 40px
}

.form__send {
    height: 54px;
    width: 100%
}

.form__helper {
    text-align: center
}

.form__helper a:not(:hover) {
    text-decoration: underline
}

.form__error {
    margin-bottom: 32px
}

.checkbox {
    display: inline-flex;
    justify-content: flex-start
}

.checkbox input {
    display: none
}

.checkbox input:checked~span::after {
    opacity: 1;
    visibility: visible;
    transition: .5s
}

.checkbox span {
    position: relative;
    padding-left: 40px;
    cursor: pointer
}

.checkbox span a {
    text-decoration: underline
}

.checkbox span a:hover {
    text-decoration: none
}

.checkbox span::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--green)
}

.checkbox span::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: var(--green);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.alert {
    display: flex;
    align-items: center;
    gap: 12px 7px;
    padding: 12px;
    background: var(--pink);
    border-radius: 12px;
    color: var(--coral);
    font-size: 14px;
    letter-spacing: -.07px
}

.alert.sm {
    padding: 5px 16px
}

.alert.big {
    padding: 20px 20px 20px 52px;
    position: relative;
    align-items: flex-start;
    flex-direction: column
}

.alert.big .alert__text {
    display: grid;
    gap: 12px
}

.alert.big .alert__btn {
    margin-top: 3px
}

.alert.big svg {
    position: absolute;
    top: 18px;
    left: 12px
}

.alert.big p {
    font-size: 16px;
    line-height: 20px
}

.alert.big p span {
    font-size: 14px
}

.alert.mini {
    padding: 8px 16px
}

.alert.mini .alert__text {
    font-size: 13px;
    line-height: 16px
}

.alert.yellow {
    color: #ad7311;
    background: rgba(234, 208, 76, .2)
}

.alert p {
    margin: 0
}

.alert p span {
    margin-top: -6px;
    display: block;
    font-weight: 400
}

.alert svg {
    flex-shrink: 0
}

.deli-sel__label,
.deli-sel__value {
    display: none
}

.deli-sel.active-modal-btn .deli-sel__label svg {
    transform: rotate(180deg)
}

.deli-modal {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    padding: 28px 16px 36px;
    z-index: 88;
    transition: .2s;
    opacity: 0;
    visibility: hidden
}

.deli-modal.active {
    opacity: 1;
    visibility: visible;
    transition: .2s
}

.deli-modal__title {
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.deli-modal__close {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer
}

.deli-modal__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 8px;
    font-size: 16px;
    line-height: 135%;
    border-radius: 12px
}

.deli-modal__item:not(:last-child) {
    margin-bottom: 6px
}

.deli-modal__item::before {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5' fill='white' stroke='%23D4D4D4'/%3E%3C/svg%3E%0A")
}

.deli-modal__item.active {
    background: var(--gray)
}

.deli-modal__item.active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23527764'/%3E%3Crect x='5' y='5' width='10' height='10' rx='5' fill='white'/%3E%3C/svg%3E%0A")
}

.deli-modal__btn {
    margin-top: auto;
    height: 54px
}

.header {
    margin: 0 -16px 20px -16px;
    padding: 16px 16px 0;
    background: var(--white)
}

.header__container {
    flex-wrap: wrap
}

.header__deli {
    margin-left: auto
}

.header__item {
    position: relative
}

.header__item-counter {
    position: absolute;
    right: -7px;
    top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--white);
    font-size: 14px;
    line-height: 1;
    border-radius: 50%;
    background: var(--coral)
}

.header__item--cart {
    display: none
}

.header__item--search {
    margin-left: 16px
}

.header__alert {
    order: 1;
    width: calc(100% + 32px);
    border-radius: 0;
    margin: 16px -16px 0 -16px
}

.adds-modal,
.store-modal,
.success-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 88;
    opacity: 0;
    visibility: hidden;
    transition: .2s
}

.adds-modal.active,
.store-modal.active,
.success-modal.active {
    opacity: 1;
    visibility: visible;
    transition: .2s
}

.adds-modal__inner,
.store-modal__inner,
.success-modal__inner {
    display: none
}

.adds-modal__content,
.store-modal__content,
.success-modal__content {
    position: relative;
    padding: 24px 16px;
    background: var(--white);
    overflow: auto;
    height: 100%
}

.adds-modal__content.left-center,
.store-modal__content.left-center,
.success-modal__content.left-center {
    display: flex;
    align-items: center
}

.adds-modal__content.left-center .adds-modal__header,
.store-modal__content.left-center .adds-modal__header,
.success-modal__content.left-center .adds-modal__header {
    text-align: left
}

.adds-modal__content.left-center .adds-modal__caption,
.store-modal__content.left-center .adds-modal__caption,
.success-modal__content.left-center .adds-modal__caption {
    max-width: 365px;
    font-size: 16px
}

.adds-modal__content.left-center .adds-modal__title,
.store-modal__content.left-center .adds-modal__title,
.success-modal__content.left-center .adds-modal__title {
    margin-bottom: 12px
}

.adds-modal__content.left-center .center-modal__list,
.store-modal__content.left-center .center-modal__list,
.success-modal__content.left-center .center-modal__list {
    margin-top: 0
}

.adds-modal__close,
.store-modal__close,
.success-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer
}

.adds-modal__header,
.store-modal__header,
.success-modal__header {
    gap: 12px;
    text-align: center
}

.adds-modal__title,
.store-modal__title,
.success-modal__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}

.adds-modal__caption,
.store-modal__caption,
.success-modal__caption {
    font-size: 14px;
    font-weight: 400;
    color: #484848
}

.adds-modal__form,
.store-modal__form,
.success-modal__form {
    margin-top: 32px
}

.success-modal__content {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center
}

.store-modal__item {
    gap: 20px;
    padding: 20px 0
}

.store-modal__item:not(:last-child) {
    border-bottom: 1px solid #eeede9
}

.store-modal__item.active {
    margin: 0 -16px;
    padding: 20px 16px;
    background: #eeede9
}

.store-modal__item.active .store-modal__btn {
    background: #d4d4d4;
    border-color: #d4d4d4;
    color: var(--white)
}

.store-modal .btn.outline {
    font-size: 16px;
    width: 131px;
    height: 45px;
    flex-shrink: 0
}

.app__sidebar {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.app__sidebar::-webkit-scrollbar {
    display: none
}

.app__container {
    gap: 20px
}

.app__aside {
    position: relative;
    display: none
}

.app__sidebar {
    position: fixed;
    top: 20px;
    width: 220px
}

.app__content {
    min-width: 0;
    flex: 1 1 auto
}

.sidebar {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 24px 12px;
    color: var(--white);
    border-radius: 15px;
    background: var(--green)
}

.sidebar__logo {
    fill: var(--white);
    margin-left: auto;
    margin-right: auto
}

.sidebar__user {
    padding-left: 25px
}

.sidebar__user-data {
    display: flex;
    flex-direction: column
}

.sidebar__user-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.sidebar__user-id {
    font-size: 14px;
    font-weight: 400;
    color: var(--light)
}

.sidebar__logout {
    background: 0;
    border: 0;
    padding: 0;
    outline: 0;
    fill: var(--white)
}

.sidebar .balance {
    flex-shrink: 0
}

.cat-menu {
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cat-menu__item .caret {
    transition: .5s
}

.cat-menu__item.active .cat-menu__link {
    color: #fff;
    background: #566a69
}

.cat-menu__item.active>.cat-menu__sub {
    display: flex
}

.cat-menu__item.active .caret {
    transform: rotate(180deg);
    transition: .5s
}

.cat-menu .cat-menu__sub-link,
.cat-menu__link {
    gap: 16px;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 10px;
    fill: var(--white);
    border-radius: 12px;
    transition: .5s
}

.cat-menu .cat-menu__sub-link:hover,
.cat-menu__link:hover {
    transition: .5s;
    color: #fff;
    cursor: pointer;
    background: #566a69
}

.cat-menu .cat-menu__sub-link.active,
.cat-menu__link.active {
    background: #566a69
}

.cat-menu__sub {
    display: none;
    margin: 0;
    padding: 8px 0;
    list-style-type: none;
    flex-direction: column;
    gap: 4px
}

.cat-menu__sub-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--light)
}

.cat-menu__sub-icon img {
    max-width: 100%;
    max-height: 100%
}

.cat-menu__sub-link {
    gap: 16px
}

.cat-menu__sub-item.active>.sub-list {
    display: flex
}

.cat-menu__sub.sub-list {
    gap: 8px;
    padding: 8px 0 0 70px;
    display: none
}

.cat-menu__sub.sub-list li:not(:nth-child(1), :nth-child(2), :nth-child(3), .show) {
    display: none
}

.cat-menu__sub.sub-list li a {
    color: var(--white)
}

.cat-menu__sub.sub-list li a.active {
    color: var(--coral)
}

.cat-menu__sub.sub-list li a:hover {
    color: var(--coral)
}

.cat-menu__sub.sub-list .show-more {
    fill: var(--coral)
}

.balance {
    height: 223px;
    overflow: hidden;
    border-radius: 12px;
    background: #527764
}

.balance.mini {
    height: 80px
}

.balance.mini .balance__circle {
    top: 7px;
    left: 27px
}

.balance.mini .balance__data {
    height: auto;
    padding: 0
}

.balance.mini .balance__pic {
    width: 86px
}

.balance__pic {
    display: flex;
    align-items: flex-end;
    width: 147px;
    height: 100%;
    padding-top: 6px;
    position: relative
}

.balance__pic img {
    max-height: 100%
}

.balance__circle {
    position: absolute;
    top: 17px;
    left: 52px
}

.balance__data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--white);
    height: 100%;
    padding: 20px 20px 20px 0
}

.balance__title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.09px
}

.balance__val {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -.12px
}

.balance__val.big {
    font-weight: 500;
    margin-top: 4px;
    font-size: 28px;
    line-height: 26px
}

.nav-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 87;
    background: var(--green);
    padding: 4px 16px
}

.nav-panel__list {
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.nav-panel__item {
    width: 100%;
    max-width: 65px
}

.nav-panel__link {
    padding: 10px;
    width: 100%;
    gap: 4px;
    position: relative;
    flex-direction: column;
    color: var(--white);
    fill: var(--white);
    font-size: 12px;
    line-height: 16px;
    background: 0;
    border: 0
}

.nav-panel__link:hover {
    color: var(--white)
}

.nav-panel__counter {
    position: absolute;
    right: 10px;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--coral)
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 88;
    padding: 24px 16px;
    overflow: auto;
    display: none
}

.mobile-menu.active {
    display: block
}

.mobile-menu__close {
    position: absolute;
    right: 16px;
    top: 20px
}

.mobile-menu__user {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px
}

.mobile-menu__user-name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}

.mobile-menu__user-id {
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a
}

.mobile-menu__list {
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mobile-menu__item svg{
    display: none;
}

.mobile-menu__link {
    padding: 6px 0;
    gap: 16px
}

.mobile-menu__link svg:not(:first-child) {
    margin-left: auto
}

.filter-bar {
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 23px
}

.filter-bar__filter-btn {
    color: var(--black);
    fill: var(--black);
    font-size: 18px;
    font-weight: 500;
    min-height: 46px;
    position: relative
}

.filter-bar__filter-btn:hover {
    fill: var(--white);
    color: var(--white) !important;
    border-color: var(--coral) !important;
    background: var(--coral) !important
}

.filter-bar__filter-btn:hover span {
    transition: .5s;
    color: var(--coral);
    background: var(--white)
}

.filter-bar__filter-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -3px;
    font-size: 14px;
    line-height: 1;
    color: var(--white);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--coral);
    transition: .5s
}

.filter-bar__actions {
    margin-left: auto
}

.sort-select {
    gap: 10px;
    min-width: 175px
}

.sort-select select {
    height: 10px;
    opacity: 0
}

.sort-select__label {
    display: none
}

.sort-select .nice-select {
    min-height: inherit
}

.sort-select .nice-select .current {
    height: auto;
    padding: 0;
    border: 0;
    background: 0
}

.sort-select .nice-select .nice-select-dropdown {
    max-width: 200px
}

.search-bar {
    flex: 1 1 auto;
    position: relative
}

.search-bar__icon {
    position: absolute;
    top: 12px;
    left: 24px;
    fill: var(--gray4)
}

.search-bar__input {
    padding: 0 155px 0 62px;
    border-radius: 12px
}

.search-bar__btn {
    position: absolute;
    top: 10px;
    right: 12px;
    color: var(--gray4);
    background: #ebebeb;
    border-color: #ebebeb
}

.search-bar__btn:hover {
    color: var(--white);
    border-color: var(--coral);
    background: var(--coral)
}
.search-bar__input:not(:placeholder-shown)+.search-bar__btn {
    color: var(--white);
    border-color: var(--coral);
    background: var(--coral);
}
.section {
    margin-top: 60px;
    position: relative
}

.section.sm-margin {
    margin-top: 32px
}

.section h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px
}

.section__header {
    gap: 10px;
    margin-bottom: 20px
}

.section__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

.section__link {
    gap: 4px;
    color: var(--coral)
}

.section__link:hover {
    color: var(--coral);
    text-decoration: underline
}

.section__grid {
    display: grid
}

.section__grid--3cols {
    gap: 14px
}

.section__grid--3cols-mob {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px 7px
}

.section__grid--4cols {
    display: grid;
    gap: 10px 10px;
    grid-template-columns: 1fr 1fr
}

.section__grid--list {
    gap: 11px;
    grid-template-columns: 1fr 1fr
}

.section__tabs {
    margin-top: 27px
}

.section__tabs-nav {
    gap: 12px;
    margin-bottom: 20px
}

.section__tabs-item {
    display: none
}

.section__tabs-item.is-active {
    display: block
}

.section__tabs-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 24px;
    background: #e5e0db;
    border-radius: 25px;
    font-size: 16px;
    color: #4a4a4a;
    transition: .5s;
    cursor: pointer
}

.section__tabs-btn span {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 12px;
    background: #9a9a9a;
    font-size: 12px;
    line-height: 1;
    color: var(--white)
}

.section__tabs-btn:hover {
    color: var(--white);
    background: var(--coral);
    transition: .5s
}

.section__tabs-btn:hover span {
    color: var(--black);
    background: var(--white)
}

.section__tabs-btn.is-active {
    color: var(--white);
    background: var(--coral);
    transition: .5s
}

.section__tabs-btn.is-active span {
    color: var(--black);
    background: var(--white)
}

.section.js-section-slider .splide {
    position: static
}

.section.js-section-slider .section__title {
    padding: 7px 0;
    padding-right: 100px
}

.section.js-section-slider .splide__arrows {
    position: absolute;
    top: 0;
    right: 0
}

.section .table-filter {
    margin-bottom: 28px
}

.info-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px;
    border-radius: 12px;
    background: #ebebeb
}

.info-card__header:not(:last-child) {
    margin-bottom: 19px
}

.info-card__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px
}

.info-card__title.big {
    font-size: 24px;
    line-height: 30px
}

.info-card__label {
    margin-top: 6px;
    gap: 2px;
    color: var(--coral);
    font-size: 16px
}

.info-card__footer {
    margin-top: auto
}

.info-card__text {
    margin-bottom: 11px;
    font-size: 16px
}

.info-card__link {
    font-size: 16px;
    display: inline-flex;
    text-decoration: underline;
    color: var(--green)
}

.order-card {
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: column;
    padding: 35px 16px 20px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--gray)
}

.order-card.edit {
    background: #f6e1dc
}

.order-card.edit .order-card__badge {
    background: var(--coral)
}

.order-card.confirm {
    background: rgba(234, 208, 76, .2)
}

.order-card.confirm .order-card__badge {
    color: #ad7311;
    background: rgba(234, 208, 76, .5)
}

.order-card.check {
    background: rgba(234, 208, 76, .2)
}

.order-card.check .order-card__badge {
    color: #ad7311;
    background: rgba(234, 208, 76, .5)
}

.order-card__badge {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    background: #7b9184;
    padding: 1px 8px;
    color: var(--white);
    border-radius: 0 0 12px 0
}

.order-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.order-card__title {
    font-size: 16px
}

.order-card__label {
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a
}

.order-card__price {
    padding-top: 2px;
    font-weight: 700;
    font-size: 20px
}

.order-card__price-label {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px
}

.order-card__footer {
    margin-top: auto
}

.order-card__delivery {
    margin-bottom: 16px;
    gap: 8px;
    color: var(--green);
    font-size: 14px
}

.order-card__delivery::before {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8333 12.2916H9.99998C9.65831 12.2916 9.37498 12.0083 9.37498 11.6666C9.37498 11.325 9.65831 11.0416 9.99998 11.0416H10.8333C11.4083 11.0416 11.875 10.575 11.875 9.99996V2.29163H4.99998C4.01664 2.29163 3.11662 2.82495 2.63329 3.68328C2.46662 3.98328 2.08332 4.09164 1.78332 3.92498C1.48332 3.75831 1.37496 3.37496 1.54162 3.07496C2.24162 1.82496 3.56664 1.04163 4.99998 1.04163H12.5C12.8416 1.04163 13.125 1.32496 13.125 1.66663V9.99996C13.125 11.2666 12.1 12.2916 10.8333 12.2916Z' fill='%23527764'/%3E%3Cpath d='M15.8332 17.2916H14.9998C14.6582 17.2916 14.3748 17.0083 14.3748 16.6666C14.3748 16.0916 13.9082 15.625 13.3332 15.625C12.7582 15.625 12.2915 16.0916 12.2915 16.6666C12.2915 17.0083 12.0082 17.2916 11.6665 17.2916H8.33317C7.9915 17.2916 7.70817 17.0083 7.70817 16.6666C7.70817 16.0916 7.2415 15.625 6.6665 15.625C6.0915 15.625 5.62484 16.0916 5.62484 16.6666C5.62484 17.0083 5.3415 17.2916 4.99984 17.2916H4.1665C2.4415 17.2916 1.0415 15.8916 1.0415 14.1666C1.0415 13.825 1.32484 13.5416 1.6665 13.5416C2.00817 13.5416 2.2915 13.825 2.2915 14.1666C2.2915 15.2 3.13317 16.0416 4.1665 16.0416H4.45815C4.73315 15.0833 5.6165 14.375 6.6665 14.375C7.7165 14.375 8.59986 15.0833 8.87486 16.0416H11.1332C11.4082 15.0833 12.2915 14.375 13.3415 14.375C14.3915 14.375 15.2748 15.0833 15.5498 16.0416H15.8332C16.8665 16.0416 17.7082 15.2 17.7082 14.1666V12.2916H15.8332C15.0332 12.2916 14.3748 11.6333 14.3748 10.8333V8.33329C14.3748 7.53329 15.0248 6.87496 15.8332 6.87496L14.9415 5.31663C14.7582 4.99163 14.4082 4.79163 14.0332 4.79163H13.1248V9.99996C13.1248 11.2666 12.0998 12.2916 10.8332 12.2916H9.99984C9.65817 12.2916 9.37484 12.0083 9.37484 11.6666C9.37484 11.325 9.65817 11.0416 9.99984 11.0416H10.8332C11.4082 11.0416 11.8748 10.575 11.8748 9.99996V4.16663C11.8748 3.82496 12.1582 3.54163 12.4998 3.54163H14.0332C14.8582 3.54163 15.6165 3.9833 16.0248 4.69997L17.4498 7.19163C17.5582 7.3833 17.5582 7.62496 17.4498 7.81663C17.3415 8.0083 17.1332 8.12496 16.9082 8.12496H15.8332C15.7165 8.12496 15.6248 8.21663 15.6248 8.33329V10.8333C15.6248 10.95 15.7165 11.0416 15.8332 11.0416H18.3332C18.6748 11.0416 18.9582 11.325 18.9582 11.6666V14.1666C18.9582 15.8916 17.5582 17.2916 15.8332 17.2916Z' fill='%23527764'/%3E%3Cpath d='M6.66667 18.9583C5.4 18.9583 4.375 17.9333 4.375 16.6667C4.375 15.4 5.4 14.375 6.66667 14.375C7.93333 14.375 8.95833 15.4 8.95833 16.6667C8.95833 17.9333 7.93333 18.9583 6.66667 18.9583ZM6.66667 15.625C6.09167 15.625 5.625 16.0917 5.625 16.6667C5.625 17.2417 6.09167 17.7083 6.66667 17.7083C7.24167 17.7083 7.70833 17.2417 7.70833 16.6667C7.70833 16.0917 7.24167 15.625 6.66667 15.625Z' fill='%23527764'/%3E%3Cpath d='M13.3332 18.9583C12.0665 18.9583 11.0415 17.9333 11.0415 16.6667C11.0415 15.4 12.0665 14.375 13.3332 14.375C14.5998 14.375 15.6248 15.4 15.6248 16.6667C15.6248 17.9333 14.5998 18.9583 13.3332 18.9583ZM13.3332 15.625C12.7582 15.625 12.2915 16.0917 12.2915 16.6667C12.2915 17.2417 12.7582 17.7083 13.3332 17.7083C13.9082 17.7083 14.3748 17.2417 14.3748 16.6667C14.3748 16.0917 13.9082 15.625 13.3332 15.625Z' fill='%23527764'/%3E%3Cpath d='M18.3333 12.2917H15.8333C15.0333 12.2917 14.375 11.6333 14.375 10.8333V8.33333C14.375 7.53333 15.0333 6.875 15.8333 6.875H16.9083C17.1333 6.875 17.3417 6.99167 17.45 7.19167L18.875 9.69167C18.925 9.78334 18.9583 9.89167 18.9583 10V11.6667C18.9583 12.0083 18.675 12.2917 18.3333 12.2917ZM15.8333 8.125C15.7167 8.125 15.625 8.21667 15.625 8.33333V10.8333C15.625 10.95 15.7167 11.0417 15.8333 11.0417H17.7083V10.1667L16.5416 8.125H15.8333Z' fill='%23527764'/%3E%3Cpath d='M6.6665 7.29163H1.6665C1.32484 7.29163 1.0415 7.00829 1.0415 6.66663C1.0415 6.32496 1.32484 6.04163 1.6665 6.04163H6.6665C7.00817 6.04163 7.2915 6.32496 7.2915 6.66663C7.2915 7.00829 7.00817 7.29163 6.6665 7.29163Z' fill='%23527764'/%3E%3Cpath d='M4.99984 9.79163H1.6665C1.32484 9.79163 1.0415 9.50829 1.0415 9.16663C1.0415 8.82496 1.32484 8.54163 1.6665 8.54163H4.99984C5.3415 8.54163 5.62484 8.82496 5.62484 9.16663C5.62484 9.50829 5.3415 9.79163 4.99984 9.79163Z' fill='%23527764'/%3E%3Cpath d='M3.33317 12.2916H1.6665C1.32484 12.2916 1.0415 12.0083 1.0415 11.6666C1.0415 11.325 1.32484 11.0416 1.6665 11.0416H3.33317C3.67484 11.0416 3.95817 11.325 3.95817 11.6666C3.95817 12.0083 3.67484 12.2916 3.33317 12.2916Z' fill='%23527764'/%3E%3C/svg%3E%0A")
}

.order-card__time {
    margin-bottom: 16px
}

.order-card__time.secondary .order-card__time-val::before {
    display: none
}

.order-card__time.secondary .order-card__time-label {
    padding-left: 0
}

.order-card__time-val {
    gap: 6px;
    color: var(--coral);
    font-size: 14px
}

.order-card__time-val::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.50016 3.33325C9.50016 3.05711 9.72402 2.83325 10.0002 2.83325C13.9582 2.83325 17.1668 6.04188 17.1668 9.99992C17.1668 13.958 13.9582 17.1666 10.0002 17.1666C6.04212 17.1666 2.8335 13.958 2.8335 9.99992C2.8335 9.72378 3.05735 9.49992 3.3335 9.49992C3.60964 9.49992 3.8335 9.72378 3.8335 9.99992C3.8335 13.4057 6.59441 16.1666 10.0002 16.1666C13.4059 16.1666 16.1668 13.4057 16.1668 9.99992C16.1668 6.59416 13.4059 3.83325 10.0002 3.83325C9.72402 3.83325 9.50016 3.60939 9.50016 3.33325ZM10.0002 7.49992C10.2763 7.49992 10.5002 7.72378 10.5002 7.99992V10.1666H12.6668C12.943 10.1666 13.1668 10.3904 13.1668 10.6666C13.1668 10.9427 12.943 11.1666 12.6668 11.1666H10.0002C9.72402 11.1666 9.50016 10.9427 9.50016 10.6666V7.99992C9.50016 7.72378 9.72402 7.49992 10.0002 7.49992Z' fill='%23EA624C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.06655 3.59828C8.16599 3.85589 8.03777 4.14535 7.78015 4.24479C7.68587 4.28119 7.59269 4.31984 7.50069 4.36068C7.24831 4.47273 6.95287 4.35896 6.84083 4.10657C6.72878 3.85418 6.84255 3.55875 7.09494 3.4467C7.20195 3.3992 7.31033 3.35423 7.42003 3.31189C7.67765 3.21244 7.9671 3.34066 8.06655 3.59828ZM5.7653 4.82676C5.95574 5.02673 5.94802 5.34322 5.74805 5.53366C5.67494 5.60329 5.60353 5.6747 5.5339 5.74781C5.34346 5.94777 5.02697 5.9555 4.82701 5.76505C4.62704 5.57461 4.61932 5.25812 4.80976 5.05816C4.8906 4.97327 4.97351 4.89036 5.0584 4.80952C5.25837 4.61907 5.57486 4.6268 5.7653 4.82676ZM4.10681 6.84058C4.3592 6.95263 4.47297 7.24806 4.36093 7.50045C4.32009 7.59245 4.28143 7.68562 4.24504 7.77991C4.14559 8.03753 3.85614 8.16575 3.59852 8.0663C3.34091 7.96686 3.21269 7.6774 3.31213 7.41979C3.35448 7.31009 3.39944 7.2017 3.44694 7.0947C3.55899 6.84231 3.85442 6.72854 4.10681 6.84058Z' fill='%23EA624C'/%3E%3C/svg%3E%0A")
}

.order-card__time-label {
    font-size: 14px;
    padding-left: 26px;
    color: #4a4a4a;
    font-weight: 400
}

.order-card__actions {
    gap: 12px;
    margin-top: auto
}

.order-card__change {
    color: var(--green);
    background: 0;
    border-color: var(--green)
}

.order-card__change:hover {
    color: var(--white);
    background: var(--green)
}

.order-card__more {
    display: none
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 35px;
    border-radius: 12px;
    background: 0;
    padding: 0;
    fill: var(--green);
    border: 1px solid var(--green)
}

.action-btn:hover {
    fill: var(--white);
    background: var(--green)
}

.action-btn.remove {
    stroke: var(--coral);
    border-color: var(--coral)
}

.action-btn.remove:hover {
    stroke: var(--white);
    background: var(--coral)
}

.js-order-slider .splide__slide,
.js-promo-slider .splide__slide {
    width: 100%
}

.js-order-slider .order-card,
.js-promo-slider .order-card {
    width: 100%
}

.js-promo-slider .splide__slide {
    width: calc(50% - 7px)
}

.splide__pagination {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.splide__pagination li {
    display: flex
}

.splide__pagination li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    background: #e5e0db
}

.splide__pagination li button.is-active {
    width: 20px;
    background: var(--green);
    border-radius: 8px
}

.add-favorite {
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .5);
    transition: .4s;
    border: none;
    /* display: flex; */
    line-height: inherit;
    padding: 0;
}

.add-favorite:hover {
    transition: .4s
}

.add-favorite__checkbox {
    display: none
}

.add-favorite svg use {
    fill: none;
    stroke: var(--green);
    transition: fill .3s
}

.add-favorite:has(.add-favorite__checkbox:checked), .add-favorite.is-active {
    background: var(--white)
}

.add-favorite:has(.add-favorite__checkbox:checked) svg use, .add-favorite.is-active svg use {
    stroke: none;
    fill: var(--coral)
}

.price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.price__cur {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.price__old {
    color: var(--gray4);
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through
}

.counter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.counter__data {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center
}

.counter__val {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

.counter__price {
    font-size: 12px;
    color: var(--gray4)
}

.counter__price::after {
    content: attr(data-value);
    margin-left: 3px
}

.counter__btn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 12px;
    background: var(--coral);
    stroke: var(--white);
    -webkit-user-select: none;
    user-select: none
}

.counter__btn.disabled {
    pointer-events: none;
    stroke: var(--black);
    background: var(--gray3)
}

.product {
    display: flex;
    gap: 13px;
    flex-direction: column;
    height: 100%
}

.product__photo {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/10.7;
    background: var(--white)
}

.product__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__sale {
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 5px;
    color: var(--coral);
    background: #f6e1dc
}

.product__history {
    position: absolute;
    left: 8px;
    bottom: 8px;
    font-size: 11px;
    line-height: 16px;
    color: #4a4a4a;
    padding: 2px 4px;
    border-radius: 5px;
    background: rgba(250, 249, 247, .7);
    z-index: 5
}

.product__body {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px
}

.product__body:not(:last-child) {
    margin-bottom: 7px
}

.product__badge {
    display: inline-flex;
    padding: 1px 8px;
    border-radius: 5px;
    background: #527764;
    color: var(--white);
    font-size: 12px
}

.product__badge.orange {
    background: var(--coral)
}

.product__title {
    display: inline-flex
}

.product__title h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500
}

.product__title:hover {
    color: var(--green)
}

.product__footer {
    margin-top: auto;
    position: relative
}

.product__footer.active .product__btn, .active-cart .product__btn {
    opacity: 0;
    visibility: hidden
}

.product__footer.active .product__counter, .active-cart  .product__counter {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.product__btn {
    height: 40px;
    width: 100%;
    margin-top: 12px
}

.product__counter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: #faf9f7;
    display: none;
}

.product .add-favorite {
    position: absolute;
    right: 8px;
    top: 8px
}

.splide__arrows {
    display: flex;
    align-items: center;
    gap: 10px
}

.splide__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: var(--light);
    stroke: var(--black)
}

.splide__arrow:hover {
    cursor: pointer;
    stroke: var(--white);
    background: var(--green)
}

.splide__arrow[disabled] {
    pointer-events: none
}

.splide__arrow.light {
    background: #faf9f7
}

.splide__arrow.light:hover {
    background: var(--green)
}

.breadcrumbs {
    margin: 0 0 24px 0;
    padding: 3px 0 0 0;
    list-style-type: none;
    gap: 10px;
    overflow: hidden
}

.breadcrumbs__item {
    display: inline-flex;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: -.07px
}

.breadcrumbs__item:not(:last-child) {
    color: var(--gray4)
}

.breadcrumbs__item:not(:last-child):hover {
    color: var(--green)
}

.breadcrumbs__item:not(:last-child)::after {
    content: "/";
    padding-left: 8px;
    flex-shrink: 0;
    color: var(--gray4)
}

.pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
    max-width: 100%;
    /* margin-top: 30px; */
    justify-content: center;
}
.pagination+.pagination {
    margin-top: 20px;
}

.pagination__list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 12px;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--gray4);
    font-weight: 400;
    border-radius: 12px;
    stroke: var(--black)
}

.pagination__link.active {
    color: var(--white);
    background: var(--coral)
}

.pagination__link:not(span):hover {
    stroke: var(--white);
    color: var(--white);
    background: var(--coral)
}

.pagination__link.disabled,
.pagination__link[disabled] {
    stroke: var(--gray4);
    pointer-events: none
}

.switcher {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px
}

.switcher input {
    display: none
}

.switcher .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .2s;
    border-radius: 20px
}

.switcher .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: .2s;
    border-radius: 50%
}

.switcher input:checked+.slider {
    background-color: #527764
}

.switcher input:checked+.slider:before {
    transform: translateX(24px)
}

.switcher input:disabled+.slider {
    background: #e0e0e0;
    cursor: not-allowed
}

.switcher input:disabled+.slider:before {
    background: #f5f5f5
}

.filter-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .12s
}

.filter-modal.active {
    opacity: 1;
    visibility: visible;
    transition: .12s
}

.filter-modal__inner {
    display: none
}

.filter-modal__content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 24px 16px 0;
    height: calc(100% - 156px);
    overflow: auto;
    background: var(--white)
}

.filter-modal__close {
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer
}

.filter-modal__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.filter-modal__caption {
    font-size: 18px
}

.filter-modal__list {
    align-items: flex-start;
    margin-top: 16px;
    gap: 16px
}

.filter-modal__label {
    display: inline-flex
}

.filter-modal__label input {
    display: none
}

.filter-modal__label input:checked~span {
    font-weight: 500
}

.filter-modal__label input:checked~span::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='3.5' stroke='%23527764'/%3E%3Crect x='4' y='4' width='16' height='16' rx='4' fill='%23527764'/%3E%3C/svg%3E%0A")
}

.filter-modal__label span {
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer
}

.filter-modal__label span::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='3.5' stroke='%23E5E0DB'/%3E%3C/svg%3E%0A")
}

.filter-modal__label span:hover {
    color: var(--green);
    transition: .5s
}

.filter-modal__show-more {
    gap: 8px;
    margin-top: 16px;
    cursor: pointer;
    display: none;
    font-size: 16px;
    padding-right: 32px;
    position: relative
}

.filter-modal__show-more svg {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none
}

.filter-modal__show-more.visible {
    display: inline-flex
}

.filter-modal__item:not(:last-child) {
    margin-bottom: 16px
}

.filter-modal__group {
    margin-bottom: 28px
}

.filter-modal__footer {
    gap: 16px; 
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 16px 36px;
    background: var(--white)
}

.filter-modal__footer .btn {
    font-size: 16px;
    height: 54px
}

.center-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 86;
    opacity: 0;
    visibility: hidden;
    transition: .2s
}

.center-modal.active {
    opacity: 1;
    visibility: visible;
    transition: .2s
}

.center-modal__inner {
    display: none
}

.center-modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    background: var(--white);
    padding: 40px;
}

.center-modal__content.text-left {
    text-align: left;
    align-items: flex-start
}

.center-modal__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer
}

.center-modal__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}
.center-modal__title.text-left {
    text-align: left;
}

.center-modal__caption {
    margin-top: 12px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 135%
}
.center-modal__caption.text-left {
    text-align: left;
}

.center-modal__btns {
    width: 100%;
    display: flex;
    gap: 12px;
    margin-top: 60px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center
}

.center-modal__btns .btn {
    width: 50%;
    height: 54px;
    font-size: 16px
}

.center-modal__list {
    display: grid;
    gap: 10px;
    margin-top: 16px
}

.center-modal__list a, .center-modal__caption a {
    color: var(--coral);
    text-decoration: underline
}

.center-modal__item {
    gap: 16px
}

.main-table table {
    width: 100%;
    border-spacing: 0
}

.main-table__badge {
    color: var(--white);
    padding: 2px 8px;
    border-radius: 25px;
    font-size: 14px;
    white-space: nowrap
}
    .main-table td .main-table__title {
        color: var(--coral);
        fill: var(--coral);
        font-size: 16px;
        font-weight: 500;
    }

.main-table__badge.orange, .main-table__badge.check {
    background: #ea964c
}

.main-table__badge.green, .main-table__badge.complete {
    background: var(--green)
}

.main-table__badge.coral, .main-table__badge.warning {
    background: var(--coral)
}

.main-table__badge.blue, .main-table__badge.new {
    background: #476ec8
}

.main-table__badge.light, .main-table__badge.confirm {
    background: #7b9184
}

.main-table__badge.purple, .main-table__badge.ready {
    background: #665277
}

.main-table__badge.pink, .main-table__badge.edit {
    color: var(--coral);
    background: #f6e1dc
}

.main-table__sum {
    font-weight: 500
}

.main-table__actions {
    gap: 12px;
    justify-content: flex-end
}

.main-table tr.accent, .main-table tr.edit, .main-table tr.warning {
    background: #faf2e2
}

.main-table tr.accent td, .main-table tr.edit td, .main-table tr.warning td {
    background: #faf2e2
}

.main-table tr.light, .main-table tr.ok {
    background: #f4f3f1
}

.main-table tr.light td, .main-table tr.ok td {
    background: #f4f3f1
}

.show-more {
    align-items: center;
    gap: 8px;
    cursor: pointer;
    display: none;
    font-size: 14px;
    color: var(--coral);
    stroke: var(--coral);
    cursor: pointer;
    text-decoration: underline
}

.show-more svg {
    transition: .5s
}

.show-more.active svg {
    transition: .5s;
    transform: rotate(180deg)
}

.detail {
    display: flex;
    flex-direction: column;
    gap: 36px
}

.detail__head {
    display: flex;
    flex-direction: column;
    gap: 36px
}

.detail__body {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.detail__slider {
    min-width: 0
}

.detail__slider .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    aspect-ratio: 16/10.68;
    border-radius: 12px;
    background: var(--white)
}

.detail__slider .splide__slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
}

.detail__slider .splide__pagination {
    margin-top: 12px
}

.detail__title {
    font-size: 24px;
    line-height: 30px
}

.detail__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: var(--gray4)
}

.detail__info:not(:last-child) {
    margin-bottom: 28px
}

.detail__share {
    padding: 0;
    border: 0;
    background: 0;
    text-decoration: underline;
    gap: 4px;
    fill: var(--gray4)
}

.detail__share:hover {
    fill: var(--green)
}

.detail__badge {
    margin-bottom: 8px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    color: var(--white);
    background: var(--green)
}

.detail__price {
    margin-bottom: 12px
}

.detail .price {
    gap: 10px
}

.detail .price__cur {
    font-size: 20px;
    line-height: 26px
}

.detail .price__old {
    font-size: 14px
}

.detail__actions {
    gap: 12px;
    position: relative;
}

.detail__btn {
    flex: 1;
    height: 54px;
    max-width: 251px
}
.detail__actions .product__counter {
    position: static;
    width: 100%;
}

.active-cart .detail__actions .detail__btn {
    display: none;
}
.detail__favorite {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #f6e1dc !important;
    min-width: 54px;
}

.detail__favorite svg use {
    stroke: var(--coral)
}

.detail__desc {
    gap: 12px
}

.detail__row {
    gap: 4px
}

.detail__row .show-more {
    margin-top: 8px
}

.detail__heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

.detail__text {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height .3s ease
}

.detail__text.expanded {
    -webkit-line-clamp: unset;
    max-height: none
}

.detail__stats {
    margin-bottom: 4px
}

.detail-stats {
    padding: 18px 12px;
    border-radius: 12px;
    background: #f4f3f1;
    overflow: hidden
}

.detail-stats__item {
    width: 100%;
    padding: 0 16px;
    text-align: center
}

.detail-stats__item:first-child {
    padding-left: 0
}

.detail-stats__item:last-child {
    padding-right: 0
}

.detail-stats__item:not(:last-child) {
    border-right: 1px solid #e5e0db
}

.detail-stats__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.detail-stats__label {
    font-size: 12px;
    font-weight: 400;
    color: var(--gray4)
}

.detail-chars__list.collapsed .detail-chars__row {
    display: none
}

.detail-chars__list.collapsed .detail-chars__row:nth-child(1),
.detail-chars__list.collapsed .detail-chars__row:nth-child(2),
.detail-chars__list.collapsed .detail-chars__row:nth-child(3),
.detail-chars__list.collapsed .detail-chars__row:nth-child(4),
.detail-chars__list.collapsed .detail-chars__row:nth-child(5) {
    display: flex
}

.detail-chars__row {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e5e0db
}

.detail-chars__row span {
    font-size: 14px;
    color: var(--gray4)
}

.detail-chars__row span:last-child {
    color: var(--black)
}

.detail-chars__more {
    margin-top: 12px
}

[data-tooltip] {
    cursor: pointer
}

.cart-item {
    padding: 20px 0
}

.cart-item__top {
    align-items: flex-start;
    gap: 4px;
    padding-left: 89px;
    position: relative;
    min-height: 74px;
    margin-top: 22px
}

.cart-item__photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 12px
}

.cart-item__photo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-item__title {
    color: #354049;
    font-size: 14px
}

.cart-item__sale {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 4px;
    font-size: 10px;
    line-height: 12px;
    color: var(--coral);
    border-radius: 6px;
    background: #f6e1dc;
    z-index: 5
}

.cart-item__delete {
    position: absolute;
    right: 0;
    top: -22px;
    background: 0;
    padding: 0;
    border: 0
}

.cart-item__footer {
    margin-top: 16px
}

.cart-item__counter {
    width: 145px
}

.cart-item__price {
    align-items: flex-start;
    gap: 0
}

.cart-item__badge {
    padding: 2px 8px;
    color: var(--white);
    font-size: 14px;
    border-radius: 4px;
    background: var(--coral)
}

.layout {
    display: grid;
    gap: 21px
}

.layout__head {
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 20px
}

.layout__data {
    gap: 10px
}

.layout__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}

.layout__title.sm {
    font-size: 20px;
    line-height: 26px
}

.layout__counter {
    font-size: 16px;
    line-height: 135%;
    color: var(--gray4)
}

.layout__date {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 400
}

.layout__status {
    color: var(--white);
    padding: 2px 8px;
    border-radius: 25px;
    font-size: 14px;
    white-space: nowrap
}

.layout__status.orange, .layout__status.check {
    background: #ea964c
}

.layout__status.green, .layout__status.complete {
    background: var(--green)
}

.layout__status.coral, .layout__status.warning {
    background: var(--coral)
}

.layout__status.blue, .layout__status.new  {
    background: #476ec8
}

.layout__status.light, .layout__status.confirm {
    background: #7b9184
}

.layout__status.purple, .layout__status.ready {
    background: #665277
}

.layout__status.pink, .layout__status.edit {
    color: var(--coral);
    background: #f6e1dc
}

.layout__clear {
    font-size: 16px;
    line-height: 135%;
    color: var(--coral);
    padding: 0;
    border: 0;
    background: 0;
    font-weight: 500;
    text-decoration: underline
}

.layout__clear:hover {
    text-decoration: none
}

.layout__btns {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 378px
}

.layout__btns .btn {
    height: 54px;
    min-width: 48%;
    max-width: 186px
}

.layout__cards {
    padding: 0 16px 20px;
    margin: 0 -16px;
    border-radius: 12px;
    background: var(--white)
}

.layout__cards .cart-item:not(:first-child) {
    border-top: 1px solid #e5e0db
}

.layout__cards .cart-item:last-child {
    padding-bottom: 0
}

.layout__main {
    min-width: 0
}

.layout__aside {
    margin: 0 -16px
}

.layout__sticky-inner {
    gap: 12px
}

.layout__inner {
    gap: 16px;
    margin: 0 -16px
}

.layout__section {
    margin-top: 24px
}

.layout__order-progress {
    margin-top: 28px;
    margin-bottom: 28px
}

.layout__add-goods {
    border-top: 1px solid #e5e0db;
    padding-top: 20px
}

.layout__add-btn {
    width: 225px;
    height: 54px;
    font-size: 16px !important
}

.layout__add-dropdown {
    display: none
}

.layout__add-label {
    font-size: 14px;
    margin-bottom: 8px
}

.layout__add-adds {
    height: 54px;
    min-width: 232px
}

.layout .alert {
    margin-bottom: 24px
}

.delivery-info {
    padding: 7px 12px;
    font-size: 16px;
    line-height: 1;
    border-radius: 8px;
    background: #dee3df;
    /* margin-left: -26px; */
    /* margin-bottom: 10px; */
    display: inline-block;
}

.order-progress {
    display: flex;
    position: relative;
    z-index: 1;
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: -16px
}

.order-progress--5-steps {
    justify-content: space-between;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.order-progress--5-steps .order-progress__item {
    margin-top: 0;
    width: 40.7%;
    flex-shrink: 0
}

.order-progress--5-steps .order-progress__item:last-child {
    width: auto;
    align-items: flex-end
}

.order-progress--5-steps .order-progress__item:last-child::before {
    margin-left: auto
}

.order-progress__item {
    gap: 2px;
    position: relative;
    margin-top: -12px;
    z-index: 2;
    width: 100%
}

.order-progress__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    top: 12px;
    background: var(--green);
    z-index: -1
}

.order-progress__item::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-bottom: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='%23527764' stroke='%23527764'/%3E%3Cpath d='M7.71484 13.2856L10.7148 15.857L16.7148 8.57129' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A")
}

.order-progress__title {
    font-size: 16px
}

.order-progress__text {
    font-size: 12px;
    color: #4a4a4a
}

.total-widget {
    padding: 20px 16px;
    border-radius: 12px;
    background: var(--white)
}

.total-widget__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.total-widget__progress {
    gap: 8px;
    margin-top: 16px
}

.total-widget__progress-title {
    font-size: 16px;
    line-height: 135%
}

.total-widget__progress-bar {
    position: relative;
    height: 6px;
    border-radius: 10px;
    background: #ebebeb
}

.total-widget__progress-bar span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 6px;
    border-radius: 10px;
    background: var(--green)
}

.total-widget__list {
    gap: 20px;
    margin-top: 21px
}

.total-widget__item {
    font-size: 16px;
    color: #4a4a4a
}

.total-widget__item .coral {
    color: var(--coral)
}

.total-widget__badge {
    padding: 4px 12px;
    font-size: 16px;
    color: var(--green);
    border-radius: 8px;
    background: #f4f3f1
}

.total-widget__bonus {
    margin-top: 25px
}

.total-widget__footer {
    gap: 12px;
    margin-top: 40px
}

.total-widget__sum {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.total-widget__btn {
    height: 54px;
    width: 100%
}

.total-widget__btn[disabled] {
    pointer-events: none;
    background: #d4d4d4;
    border-color: #d4d4d4
}

.bonus-card {
    gap: 16px;
    padding: 12px 16px;
    background: #dee3df;
    border-radius: 12px
}

.bonus-card__title {
    font-size: 16px
}

.bonus-card__text {
    font-size: 16px;
    color: var(--green)
}

.bonus-card__tooltip {
    display: flex
}

.cart-delete-stub {
    gap: 10px;
    padding: 16px 36px 16px 12px;
    border-radius: 12px;
    background: #ebebeb
}

.cart-delete-stub__restore {
    border: 0;
    background: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--coral)
}

.card {
    display: grid;
    gap: 20px;
    padding: 24px 16px;
    border-radius: 12px;
    background: var(--white)
}
.card+.card{
    margin-top: 20px;
}

.card.big-gap {
    gap: 36px
}

.card__header {
    gap: 12px;
    flex-wrap: wrap
}

.card__header .btn.green {
    padding: 6px 16px;
    height: 35px !important;
    font-size: 16px;
    fill: var(--green)
}

.card__header .btn.green:hover {
    fill: var(--white)
}

.card__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

.card .nice-select,
.card__list {
    max-width: 386px
}

.card__pay-order {
    height: 54px;
    margin-top: 8px;
    max-width: 374px
}

.card__list {
    display: grid;
    gap: 8px
}

.card__item {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr
}

.card__item span {
    font-size: 16px;
    color: #4a4a4a
}

.card__item span.coral {
    color: var(--coral) !important
}

.card__item span .badge {
    display: inline-flex;
    font-size: 16px;
    color: var(--green);
    padding: 4px 12px;
    border-radius: 8px;
    background: #f4f3f1
}

.card__item span:last-child {
    color: var(--black);
    text-align: right
}

.card__item span a {
    gap: 5px;
    justify-content: flex-end
}

.card__item span b {
    display: block;
    margin-top: 16px;
    font-size: 20px;
    line-height: 26px
}

.card__actions {
    gap: 10px
}

.card__actions .btn.outline {
    height: 45px;
    width: 222px;
    font-size: 16px
}

.card__actions .alert {
    padding: 8px 12px
}

.card__status {
    margin-left: auto;
    color: var(--white);
    padding: 2px 8px;
    border-radius: 25px;
    font-size: 14px;
    white-space: nowrap
}

.card__status.orange {
    background: #ea964c
}

.card__status.green {
    background: var(--green)
}

.card__status.coral {
    background: var(--coral)
}

.card__status.blue {
    background: #476ec8
}

.card__status.light {
    background: #7b9184
}

.card__status.purple {
    background: #665277
}

.card__status.pink {
    color: var(--coral);
    background: #f6e1dc
}

.card .form {
    max-width: 500px
}

.card .form__send {
    width: 240px
}

.card .btn.outline.card__remove-acc {
    width: 182px;
    height: 35px;
    gap: 6px;
    padding: 0 10px;
    stroke: var(--coral)
}

.card .btn.outline.card__remove-acc:hover {
    stroke: var(--white)
}

.card .alert {
    margin-bottom: 0
}

.selected-address {
    padding: 20px 12px;
    gap: 16px;
    border-radius: 12px;
    background: #f4f3f1
}

.selected-address__title {
    font-size: 16px;
    line-height: 135%
}

.selected-address__btn {
    height: 35px;
    font-size: 16px
}

.delivery-widget {
    display: grid;
    gap: 12px
}
.delivery-widget__item input[type="radio"]{
    display: none;
}
.delivery-widget__item.selected .delivery-widget__title::before,
.delivery-widget__item .delivery-widget__header input[type="radio"]:checked+ .delivery-widget__title::before
{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23527764'/%3E%3Crect x='5' y='5' width='10' height='10' rx='5' fill='white'/%3E%3C/svg%3E%0A")
}


.delivery-widget__item.selected .delivery-widget__dropdown {
    display: block
}

.delivery-widget__header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.delivery-widget__title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    padding: 6.5px 0;
    cursor: pointer
}

.delivery-widget__title::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5' fill='white' stroke='%23D4D4D4'/%3E%3C/svg%3E%0A")
}

.delivery-widget__dropdown {
    margin-top: 16px;
    /* display: none; */
}

.delivery-widget__grid {
    display: grid;
    gap: 10px
}

.delivery-widget__caption {
    font-size: 14px;
    margin-bottom: 8px
}

.delivery-widget__addres-btn {
    height: 45px !important;
    font-size: 16px !important;
    padding: 11px 20px !important
}

.card .field-DATE{
    position: relative;
    max-width: 386px;
    width: 100%;
}
.field-DATE::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    bottom: 17px;
}
.delivery-widget .nice-select.date-sel .current::after, .field-DATE::after {
    width: 24px;
    height: 24px;
    transform: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2.5V5.5' stroke='%230D0D0D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2.5V5.5' stroke='%230D0D0D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 9.58997H20.5' stroke='%230D0D0D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 9V17.5C21 20.5 19.5 22.5 16 22.5H8C4.5 22.5 3 20.5 3 17.5V9C3 6 4.5 4 8 4H16C19.5 4 21 6 21 9Z' stroke='%230D0D0D' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6937 14.2H15.7027' stroke='%230D0D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6937 17.2H15.7027' stroke='%230D0D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9945 14.2H12.0035' stroke='%230D0D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9945 17.2H12.0035' stroke='%230D0D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.29529 14.2H8.30427' stroke='%230D0D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.29529 17.2H8.30427' stroke='%230D0D0D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.adds-item {
    display: grid;
    gap: 8px;
    padding: 20px 12px;
    border-radius: 12px;
    background: #f4f3f1
}

.adds-item__title {
    font-weight: 700;
    font-size: 16px
}

.adds-item__val {
    font-size: 16px
}

.order-informer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    line-height: 135%;
    padding: 24px 16px;
    border-radius: 12px;
    background: #dee3df;
    margin-bottom: 20px;
}

.order-informer p {
    margin: 0
}

.table-filter {
    display: grid;
    gap: 12px
}

.table-filter__field {
    position: relative
}

.table-filter__label {
    font-size: 14px;
    margin-bottom: 8px
}

.table-filter__icon-calendar {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 5
}

.table-filter .sort-select {
    margin-top: 16px
}

.table-filter .sort-select__label {
    display: inline-flex;
    font-size: 16px;
    color: var(--gray4)
}

.table-filter .nice-select {
    width: auto
}

.table-filter .search-bar {
    order: -1
}

.order-table tr.accent {
    background: #faf2e2
}

.custom-select__current {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid #e5e0db
}

.custom-select__current.active {
    border-color: var(--green)
}

.custom-select__current.active::after {
    transform: rotate(180deg);
    transition: .5s
}

.custom-select__current::after {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: .5s;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10.5L12 14.5L8 10.5' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.custom-select__pic {
    margin-right: 11px;
    width: 44px;
    height: 44px;
    position: relative;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 12px;
    background: var(--white)
}

.custom-select__pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.custom-select__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.custom-select__dropdown {
    padding: 16px 0 0
}

.custom-select__options {
    max-height: 370px;
    overflow: auto;
    margin: 0 -20px
}

.custom-select__option {
    display: flex;
    align-items: center;
    padding: 7px 20px
}

.custom-select__option:hover {
    background: #eeede9;
    cursor: pointer
}

.custom-select__option.active {
    background: #eeede9
}

.custom-select__footer {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e0db
}

.custom-select__footer .btn {
    height: 54px;
    width: 100%;
    max-width: 234px
}

.custom-select .search-box {
    height: 54px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    fill: #9a9a9a
}

.custom-select .search-box svg {
    position: absolute;
    left: 22px;
    top: 11px
}

.custom-select .search-box input {
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: none;
    outline: 0;
    border-radius: 12px;
    padding: 0 16px 0 60px;
    border: 1px solid #e5e0db;
    transition: .5s
}

.custom-select .search-box input:focus {
    transition: .5s;
    border-color: var(--green)
}

.bonus-desc {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    gap: 16px;
    font-size: 16px;
    line-height: 135%
}

.bonus-desc p {
    margin: 0
}

.bonus-desc p a {
    color: var(--coral);
    text-decoration: underline
}

.bonus-table {
    margin-top: 60px
}

.bonus-table__header {
    gap: 16px;
    margin-bottom: 28px
}

.bonus-table__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.bonus-table__inner {
    margin: 0 -16px;
    padding: 4px 16px;
    border-radius: 12px;
    background: var(--white)
}

.bonus-table table {
    width: 100%
}

.bonus-table table tr td {
    font-size: 16px
}

.bonus-table table tr td b {
    font-size: 20px;
    line-height: 26px
}

.bonus-table table tr td span {
    color: #4a4a4a
}

.bonus-table table tr td .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 30px;
    margin-left: auto;
    font-size: 16px;
    color: var(--green);
    padding: 4px;
    background: #f4f3f1;
    border-radius: 8px
}

.bonus-table__footer {
    margin-top: 28px
}

.adds-card {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 32px 16px 20px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--white)
}

.adds-card__badge {
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 8px;
    font-size: 14px;
    color: var(--white);
    background: #7b9184;
    border-radius: 0 0 12px 0
}

.adds-card__badge.orange {
    background: #ea964c
}

.adds-card__badge.danger {
    background: var(--coral)
}

.adds-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.adds-card__list {
    margin: 12px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.adds-card__link {
    gap: 10px;
    font-size: 14px
}

.adds-card__link svg {
    flex-shrink: 0
}

.adds-card__footer {
    margin-top: 24px;
    gap: 12px
}

.adds-card__footer .btn.green {
    font-size: 16px;
    height: 35px
}

.adds-card .alert {
    margin-bottom: 0;
    margin-top: 16px
}

.adds-sect {
    display: grid;
    gap: 14px
}

.air-datepicker {
    border: 0;
    width: 332px !important;
    color: var(--black) !important;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(39, 70, 69, .12) !important
}

.air-datepicker .air-datepicker--pointer {
    display: none !important
}

.air-datepicker-nav--title i {
    color: var(--black) !important
}

.air-datepicker-nav--action path {
    stroke: var(--black) !important
}

.air-datepicker-nav {
    height: 46px;
    padding: 16px 12px 12px;
    border: 0 !important
}

.air-datepicker-nav--action {
    width: 45px;
    height: 45px;
    flex-shrink: 0
}

.air-datepicker-body--day-names {
    margin: 0
}

.air-datepicker-body--day-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #9a9a9a;
    text-transform: lowercase;
    height: 34px
}

.air-datepicker-cell {
    height: 46px
}

.air-datepicker-cell.-focus- {
    color: var(--white) !important;
    background: var(--coral);
    border-radius: 12px
}

.air-datepicker-cell.-in-range- {
    background: rgba(234, 98, 76, .11)
}

.air-datepicker-cell.-in-range-.-focus- {
    background: rgba(234, 98, 76, .5)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
    background: rgba(234, 98, 76, .11)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-.-focus-,
.-in-range-.air-datepicker-cell.-year-.-other-decade-.-focus- {
    background: rgba(234, 98, 76, .5)
}

.air-datepicker-cell.-range-from- {
    background: var(--coral);
    color: var(--white);
    border-color: var(--coral) !important
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7), 1fr;
    grid-auto-rows: inherit
}

.air-datepicker-cell.-range-to-,
.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-focus- {
    background: var(--coral);
    color: var(--white);
    border-color: var(--coral) !important;
    border-radius: 12px
}

.air-datepicker-cell.-range-from- {
    border-radius: 12px 0 0 12px
}

.air-datepicker-cell.-range-to- {
    border-radius: 0 12px 12px 0
}

.air-datepicker-cell.-current- {
    color: var(--coral)
}

.air-datepicker-cell.-selected-.-current- {
    background: var(--coral) !important
}

.air-datepicker-cell.-in-range-.-focus- {
    border-radius: 0
}

@media (min-width:480px) {
    .cat-card {
        height: auto;
        min-height: 111px
    }

    .cat-card__title {
        padding-bottom: 50%
    }

    .btn.green {
        padding: 0 10px;
        font-size: 16px
    }

    .js-order-slider .splide__slide {
        width: 345px
    }

    .layout__aside,
    .layout__cards,
    .layout__inner {
        margin: 0
    }

    .delivery-info {
        /* margin-left: -10px; */
        text-align: center
    }
}

@media (min-width:640px) {
    .section__grid.section__grid--3cols.secondary {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:713px) {
    .layout__btns .btn:last-child {
        margin-left: auto
    }
}

@media (min-width:767px) {
    .cat-card {
        min-height: 170px
    }

    .cat-card__title {
        padding: 16px 16px 33% 16px;
        font-size: 18px;
        line-height: 26px;
        max-width: 150px
    }

    .cat-card__pic {
        top: 7%
    }

    .section__grid.section__grid--3cols.secondary {
        grid-template-columns: 1fr 1fr 1fr
    }

    .auth-page__form {
        width: 66%;
        margin-left: auto;
        margin-right: auto
    }

    .section__grid--3cols {
        grid-template-columns: 1fr 1fr
    }

    .section__grid--3cols .info-card:nth-child(3) {
        grid-column: span 2
    }

    .section__grid--4cols {
        gap: 12px;
        grid-template-columns: 1fr 1fr 1fr
    }

    .section__grid--list {
        grid-template-columns: 1fr 1fr 1fr
    }

    .js-promo-slider .splide__slide {
        width: calc(33.33% - 10px)
    }

    .filter-modal__inner {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(39, 70, 69, .6);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }

    .filter-modal__content {
        width: 422px
    }

    .filter-modal__footer {
        width: 422px;
        right: auto
    }

    .order-table {
        overflow: auto
    }

    .order-table table {
        width: 100%;
        border-spacing: 0
    }

    .order-table table tr th {
        font-weight: 700;
        padding-top: 0;
        padding-bottom: 16px
    }

    .order-table table tr:last-child td {
        padding-bottom: 0;
        border-bottom: 0
    }

    .order-table table td,
    .order-table table th {
        font-size: 16px;
        padding: 12px;
        text-align: right;
        border-bottom: 1px solid #e5e0db
    }

    .order-table table td:first-child,
    .order-table table th:first-child {
        text-align: left
    }

    .order-table table td:last-child,
    .order-table table th:last-child {
        text-align: right
    }

    .order-table table td.cost,
    .order-table table td.price-col,
    .order-table table td.weight,
    .order-table table th.cost,
    .order-table table th.price-col,
    .order-table table th.weight {
        white-space: nowrap
    }

    .order-table table td.title,
    .order-table table th.title {
        width: 523px
    }

    .order-table__changed {
        margin-top: 6px;
        gap: 10px;
        fill: var(--coral);
        font-size: 14px;
        color: var(--coral)
    }

    .order-table__inner {
        display: inline-flex;
        align-items: center;
        gap: 12px
    }

    .order-table__photo {
        display: flex;
        flex-shrink: 0;
        width: 55px;
        height: 55px;
        position: relative;
        overflow: hidden;
        border-radius: 12px
    }

    .order-table__photo img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .order-table__sale {
        position: absolute;
        left: 6px;
        top: 6px;
        padding: 3px 4px;
        border-radius: 5px;
        font-size: 10px;
        color: var(--coral);
        background: #f6e1dc;
        z-index: 5;
        line-height: 1
    }

    .order-table__title {
        font-size: 16px;
        line-height: 135%;
        max-width: 420px;
        text-align: left
    }

    .card__status {
        margin-left: 0;
        margin-right: auto
    }

    .js-category-slider .cat-card__title {
        font-size: 16px;
        line-height: 21px
    }

    .js-category-slider .cat-card:hover {
        box-shadow: none
    }

    .order-progress--5-steps {
        overflow: hidden
    }

    .order-progress--5-steps .order-progress__item {
        width: auto
    }

    .order-progress--5-steps .order-progress__item::after {
        width: 600%
    }
}

@media (min-width:992px) {
    .section__grid--list {
        gap: 12px;
        grid-template-columns: 1fr
    }

    body {
        padding-bottom: 0;
        font-size: 16px;
        line-height: 21.6px
    }

    .app {
        padding: 20px 0 60px
    }

    .app__aside {
        display: block;
        flex-shrink: 0;
        width: 220px
    }

    .header {
        margin: 0;
        padding: 10px;
        border-radius: 15px;
        margin-bottom: 28px;
        box-shadow: 0 0 12px 0 rgba(39, 70, 69, .1)
    }

    .header__container {
        flex-wrap: nowrap;
        align-items: center
    }

    .header__logo {
        display: none
    }

    .header__deli {
        width: 45%;
        margin-left: 0;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid var(--light)
    }

    .header__item--cart {
        display: inline-flex;
        margin-left: 10px
    }

    .header__item--search {
        display: none
    }

    .header .alert {
        width: auto;
        order: inherit;
        max-width: 461px;
        margin: 0;
        border-radius: 12px;
        margin-left: auto;
        margin-right: auto
    }

    .deli-sel {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding-left: 36px;
        cursor: pointer
    }

    .deli-sel__icon {
        position: absolute;
        left: 0;
        top: 2px
    }

    .deli-sel__label {
        display: inline-flex;
        gap: 4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.07px;
        color: #4a4a4a;
        white-space: nowrap
    }

    .deli-sel__value {
        display: block;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -.07px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%
    }

    .deli-modal {
        position: absolute;
        left: 25px;
        top: 20px;
        bottom: auto;
        width: 397px;
        padding: 4px 4px 24px;
        height: auto;
        border-radius: 12px;
        box-shadow: 4px 4px 15px 0 rgba(39, 70, 69, .08)
    }

    .deli-modal__close,
    .deli-modal__title {
        display: none
    }

    .deli-modal__item:not(:last-child) {
        margin-bottom: 0
    }

    .deli-modal__btn {
        margin-left: 12px;
        margin-top: 16px;
        max-width: 222px
    }

    .cat-card.accent .cat-card__title {
        max-width: 195px
    }

    .cat-card.accent .cat-card__pic {
        top: 20px
    }

    .cat-card__title {
        max-width: 185px
    }

    .cat-card__pic {
        top: 0
    }

    .cat-card__pic img {
        object-fit: cover
    }

    .btn {
        height: 54px;
        padding: 0 24px;
        min-width: 162px
    }

    .auth-page {
        padding-top: 0;
        padding-bottom: 0
    }

    .auth-page__header {
        display: none
    }

    .auth-page__body {
        padding: 20px calc(50% + 60px) 20px 0
    }

    .auth-page__form {
        width: 100%;
        max-width: 430px
    }

    .auth-page__right {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 50%;
        background: var(--green);
        padding-left: 15%
    }

    .auth-page__right .auth-page__circle {
        top: auto;
        bottom: 20%;
        right: auto;
        left: 17%
    }

    .auth-page__pic {
        width: 100%;
        height: calc(100% - 50px);
        position: relative;
        border-radius: 0 0 0 423px
    }

    .adds-modal__inner,
    .store-modal__inner,
    .success-modal__inner {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(39, 70, 69, .6);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }

    .adds-modal__content,
    .store-modal__content,
    .success-modal__content {
        padding: 47px 68px;
        width: 522px;
        margin-left: auto
    }

    .adds-modal__title,
    .store-modal__title,
    .success-modal__title {
        font-size: 30px;
        line-height: 34px
    }

    .adds-modal__caption,
    .store-modal__caption,
    .success-modal__caption {
        font-size: 16px
    }

    .adds-modal__alert,
    .store-modal__alert,
    .success-modal__alert {
        width: 100%
    }

    .store-modal__content {
        padding: 50px
    }

    .store-modal__item.active {
        margin: 0 -50px;
        padding: 20px 50px
    }

    .mobile-menu,
    .nav-panel {
        display: none
    }

    .section {
        margin-top: 50px
    }

    .section.sm-margin {
        margin-top: 34px
    }

    .section h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 36px
    }

    .section__filter {
        margin-bottom: 24px
    }

    .section__link {
        gap: 11px
    }

    .section__pagination {
        margin-top: 20px;
        justify-content: center
    }

    .section__tabs {
        margin-top: 28px
    }

    .hidden-pc {
        display: none
    }

    .js-category-slider {
        position: relative
    }

    .js-category-slider:not(:first-child) {
        margin-top: 24px
    }

    .js-category-slider .cat-card__pic {
        top: 50px
    }

    .js-category-slider .splide__slide {
        width: 172px
    }

    .js-category-slider .splide__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--white);
        border: 0;
        position: absolute;
        left: -15px;
        top: calc(50% - 20px);
        z-index: 75
    }

    .js-category-slider .splide__arrow::before {
        content: "";
        width: 6px;
        height: 10px;
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9L1 5L5 1' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    }

    .js-category-slider .splide__arrow svg {
        display: none
    }

    .js-category-slider .splide__arrow:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .34)
    }

    .js-category-slider .splide__arrow--next {
        left: auto;
        right: -15px
    }

    .js-category-slider .splide__arrow--next::before {
        transform: rotate(180deg)
    }

    .order-card__actions {
        flex-wrap: wrap
    }

    .order-card__more {
        display: inline-flex;
        width: 100%;
        font-size: 14px;
        color: var(--green);
        white-space: nowrap
    }

    .order-card__more:hover {
        text-decoration: underline
    }

    .js-order-slider {
        visibility: visible
    }

    .js-order-slider .splide__list {
        display: flex !important;
        margin: 0 -6px !important
    }

    .js-order-slider .splide__slide {
        width: 50%;
        padding: 0 6px
    }

    .js-promo-slider {
        visibility: visible
    }

    .js-promo-slider .splide__list {
        display: flex !important;
        margin: 0 -6px !important
    }

    .js-promo-slider .splide__slide {
        width: 33.33%;
        padding: 0 6px
    }

    .add-favorite {
        width: 40px;
        height: 40px
    }

    .price {
        gap: 16px
    }

    .price__cur {
        font-size: 24px
    }

    .price__old {
        font-size: 16px
    }

    .counter__btn {
        width: 54px;
        height: 54px
    }

    .counter__val {
        font-size: 18px
    }

    .counter__price {
        font-size: 14px
    }

    .product.is-inline {
        gap: 0;
        flex-direction: row;
        align-items: center;
        border-radius: 20px;
        background: var(--white)
    }

    .product.is-inline .product__photo {
        transition: none;
        width: 160px;
        flex-shrink: 0;
        aspect-ratio: inherit;
        height: 128px;
        margin-bottom: 0
    }

    .product.is-inline .product__body {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 12px;
        align-items: flex-start;
        max-width: 513px;
        gap: 12px
    }

    .product.is-inline .product__footer {
        margin-top: 0;
        margin-left: auto;
        padding: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }

    .product.is-inline .product__btn {
        width: 220px;
        transition: none
    }

    .product.is-inline .product__btn:hover {
        transition: .5s
    }

    .product.is-inline .product__actions {
        position: relative
    }

    .product.is-inline .product__counter {
        width: 220px;
        background: var(--white)
    }

    .product__photo {
        aspect-ratio: 16/11.6
    }

    .product__sale {
        left: 16px;
        top: 16px;
        font-size: 14px;
        padding: 5px 8px
    }

    .product__history {
        left: 16px;
        bottom: 16px;
        font-size: 14px;
        padding: 5px 8px
    }

    .product__badge {
        font-size: 16px;
        padding: 2px 8px
    }

    .product__title {
        font-size: 16px;
        line-height: 23px
    }

    .product__title h3 {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -.15px
    }

    .product .price {
        margin-bottom: 4px
    }

    .product .add-favorite {
        top: 16px;
        right: 16px
    }

    .filter-bar__actions {
        width: 100%;
        margin-top: 20px;
        margin-bottom: -6px
    }

    .filter-bar__catalog-btn {
        min-width: 223px
    }

    .filter-bar__filter-btn {
        min-width: 140px !important
    }

    .sort-select__label {
        display: block;
        font-size: 16px;
        color: var(--gray4)
    }

    .card-wiew {
        gap: 10px
    }

    .card-wiew__item {
        cursor: pointer
    }

    .card-wiew__item--grid::before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55821 3.79999C6.83943 3.79997 6.24004 3.79995 5.76422 3.86392C5.26199 3.93144 4.80855 4.07998 4.44417 4.44436C4.0798 4.80873 3.93126 5.26217 3.86374 5.76441C3.79976 6.24023 3.79978 6.8396 3.79981 7.55837V7.64159C3.79978 8.36036 3.79976 8.95975 3.86374 9.43557C3.93126 9.93781 4.0798 10.3912 4.44417 10.7556C4.80855 11.12 5.26199 11.2685 5.76422 11.3361C6.24004 11.4 6.83941 11.4 7.55819 11.4H7.6414C8.36018 11.4 8.95957 11.4 9.43539 11.3361C9.93763 11.2685 10.3911 11.12 10.7554 10.7556C11.1198 10.3912 11.2684 9.93781 11.3359 9.43557C11.3999 8.95975 11.3998 8.36038 11.3998 7.64161V7.55839C11.3998 6.83962 11.3999 6.24023 11.3359 5.76441C11.2684 5.26217 11.1198 4.80873 10.7554 4.44436C10.3911 4.07998 9.93763 3.93144 9.43539 3.86392C8.95957 3.79995 8.3602 3.79997 7.64143 3.79999H7.55821ZM5.2927 5.29288C5.39695 5.18863 5.55495 5.10285 5.92412 5.05322C6.31055 5.00126 6.8286 4.99999 7.59981 4.99999C8.37102 4.99999 8.88906 5.00126 9.27549 5.05322C9.64466 5.10285 9.80266 5.18863 9.90691 5.29288C10.0112 5.39714 10.0969 5.55513 10.1466 5.9243C10.1985 6.31073 10.1998 6.82878 10.1998 7.59999C10.1998 8.3712 10.1985 8.88925 10.1466 9.27568C10.0969 9.64485 10.0112 9.80284 9.90691 9.9071C9.80266 10.0114 9.64466 10.0971 9.27549 10.1468C8.88906 10.1987 8.37102 10.2 7.59981 10.2C6.8286 10.2 6.31055 10.1987 5.92412 10.1468C5.55495 10.0971 5.39695 10.0114 5.2927 9.9071C5.18845 9.80284 5.10267 9.64485 5.05304 9.27568C5.00108 8.88925 4.99981 8.3712 4.99981 7.59999C4.99981 6.82878 5.00108 6.31073 5.05304 5.9243C5.10267 5.55513 5.18845 5.39714 5.2927 5.29288Z' fill='%239A9A9A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3582 12.6C15.6394 12.6 15.04 12.5999 14.5642 12.6639C14.062 12.7314 13.6085 12.88 13.2442 13.2444C12.8798 13.6087 12.7313 14.0622 12.6637 14.5644C12.5998 15.0402 12.5998 15.6396 12.5998 16.3584V16.4416C12.5998 17.1604 12.5998 17.7597 12.6637 18.2356C12.7313 18.7378 12.8798 19.1912 13.2442 19.5556C13.6085 19.92 14.062 20.0685 14.5642 20.1361C15.04 20.2 15.6394 20.2 16.3581 20.2H16.4414C17.1602 20.2 17.7596 20.2 18.2354 20.1361C18.7376 20.0685 19.1911 19.92 19.5554 19.5556C19.9198 19.1912 20.0684 18.7378 20.1359 18.2356C20.1999 17.7598 20.1998 17.1604 20.1998 16.4417V16.3584C20.1998 15.6396 20.1999 15.0402 20.1359 14.5644C20.0684 14.0622 19.9198 13.6087 19.5554 13.2444C19.1911 12.88 18.7376 12.7314 18.2354 12.6639C17.7596 12.5999 17.1602 12.6 16.4414 12.6H16.3582ZM14.0927 14.0929C14.197 13.9886 14.355 13.9029 14.7241 13.8532C15.1105 13.8013 15.6286 13.8 16.3998 13.8C17.171 13.8 17.6891 13.8013 18.0755 13.8532C18.4447 13.9029 18.6027 13.9886 18.7069 14.0929C18.8112 14.1971 18.8969 14.3551 18.9466 14.7243C18.9985 15.1107 18.9998 15.6288 18.9998 16.4C18.9998 17.1712 18.9985 17.6892 18.9466 18.0757C18.8969 18.4448 18.8112 18.6028 18.7069 18.7071C18.6027 18.8114 18.4447 18.8971 18.0755 18.9468C17.6891 18.9987 17.171 19 16.3998 19C15.6286 19 15.1105 18.9987 14.7241 18.9468C14.355 18.8971 14.197 18.8114 14.0927 18.7071C13.9884 18.6028 13.9027 18.4448 13.853 18.0757C13.8011 17.6892 13.7998 17.1712 13.7998 16.4C13.7998 15.6288 13.8011 15.1107 13.853 14.7243C13.9027 14.3551 13.9884 14.1971 14.0927 14.0929Z' fill='%239A9A9A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55821 12.6H7.64141C8.36019 12.6 8.95957 12.5999 9.43539 12.6639C9.93763 12.7314 10.3911 12.88 10.7554 13.2444C11.1198 13.6087 11.2684 14.0622 11.3359 14.5644C11.3999 15.0402 11.3998 15.6396 11.3998 16.3584V16.4416C11.3998 17.1604 11.3999 17.7598 11.3359 18.2356C11.2684 18.7378 11.1198 19.1912 10.7554 19.5556C10.3911 19.92 9.93763 20.0685 9.43539 20.1361C8.95958 20.2 8.36022 20.2 7.64145 20.2H7.55821C6.83945 20.2 6.24004 20.2 5.76422 20.1361C5.26199 20.0685 4.80855 19.92 4.44417 19.5556C4.0798 19.1912 3.93126 18.7378 3.86374 18.2356C3.79976 17.7598 3.79978 17.1604 3.79981 16.4416V16.3584C3.79978 15.6396 3.79976 15.0402 3.86374 14.5644C3.93126 14.0622 4.0798 13.6087 4.44417 13.2444C4.80855 12.88 5.26199 12.7314 5.76422 12.6639C6.24005 12.5999 6.83942 12.6 7.55821 12.6ZM5.92412 13.8532C5.55495 13.9029 5.39695 13.9886 5.2927 14.0929C5.18845 14.1971 5.10267 14.3551 5.05304 14.7243C5.00108 15.1107 4.99981 15.6288 4.99981 16.4C4.99981 17.1712 5.00108 17.6892 5.05304 18.0757C5.10267 18.4448 5.18845 18.6028 5.2927 18.7071C5.39695 18.8114 5.55495 18.8971 5.92412 18.9468C6.31055 18.9987 6.8286 19 7.59981 19C8.37102 19 8.88906 18.9987 9.27549 18.9468C9.64466 18.8971 9.80266 18.8114 9.90691 18.7071C10.0112 18.6028 10.0969 18.4448 10.1466 18.0757C10.1985 17.6892 10.1998 17.1712 10.1998 16.4C10.1998 15.6288 10.1985 15.1107 10.1466 14.7243C10.0969 14.3551 10.0112 14.1971 9.90691 14.0929C9.80266 13.9886 9.64466 13.9029 9.27549 13.8532C8.88906 13.8013 8.37102 13.8 7.59981 13.8C6.8286 13.8 6.31055 13.8013 5.92412 13.8532Z' fill='%239A9A9A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3582 3.79999C15.6394 3.79997 15.04 3.79995 14.5642 3.86392C14.062 3.93144 13.6085 4.07998 13.2442 4.44436C12.8798 4.80873 12.7313 5.26217 12.6637 5.76441C12.5998 6.24023 12.5998 6.83961 12.5998 7.55839V7.64159C12.5998 8.36037 12.5998 8.95975 12.6637 9.43557C12.7313 9.93781 12.8798 10.3912 13.2442 10.7556C13.6085 11.12 14.062 11.2685 14.5642 11.3361C15.04 11.4 15.6394 11.4 16.3582 11.4H16.4414C17.1602 11.4 17.7596 11.4 18.2354 11.3361C18.7376 11.2685 19.1911 11.12 19.5554 10.7556C19.9198 10.3912 20.0684 9.93781 20.1359 9.43557C20.1999 8.95975 20.1998 8.36038 20.1998 7.64161V7.55839C20.1998 6.83962 20.1999 6.24023 20.1359 5.76441C20.0684 5.26217 19.9198 4.80873 19.5554 4.44436C19.1911 4.07998 18.7376 3.93144 18.2354 3.86392C17.7596 3.79995 17.1602 3.79997 16.4414 3.79999H16.3582ZM14.0927 5.29288C14.197 5.18863 14.355 5.10285 14.7241 5.05322C15.1105 5.00126 15.6286 4.99999 16.3998 4.99999C17.171 4.99999 17.6891 5.00126 18.0755 5.05322C18.4447 5.10285 18.6027 5.18863 18.7069 5.29288C18.8112 5.39714 18.8969 5.55513 18.9466 5.9243C18.9985 6.31073 18.9998 6.82878 18.9998 7.59999C18.9998 8.3712 18.9985 8.88925 18.9466 9.27568C18.8969 9.64485 18.8112 9.80284 18.7069 9.9071C18.6027 10.0114 18.4447 10.0971 18.0755 10.1468C17.6891 10.1987 17.171 10.2 16.3998 10.2C15.6286 10.2 15.1105 10.1987 14.7241 10.1468C14.355 10.0971 14.197 10.0114 14.0927 9.9071C13.9884 9.80284 13.9027 9.64485 13.853 9.27568C13.8011 8.88925 13.7998 8.3712 13.7998 7.59999C13.7998 6.82878 13.8011 6.31073 13.853 5.9243C13.9027 5.55513 13.9884 5.39714 14.0927 5.29288Z' fill='%239A9A9A'/%3E%3C/svg%3E%0A")
    }

    .card-wiew__item--grid.active::before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.6C4 5.90294 4 5.05442 4.52721 4.52721C5.05442 4 5.90294 4 7.6 4C9.29706 4 10.1456 4 10.6728 4.52721C11.2 5.05442 11.2 5.90294 11.2 7.6C11.2 9.29706 11.2 10.1456 10.6728 10.6728C10.1456 11.2 9.29706 11.2 7.6 11.2C5.90294 11.2 5.05442 11.2 4.52721 10.6728C4 10.1456 4 9.29706 4 7.6Z' fill='%230D0D0D'/%3E%3Cpath d='M12.7998 16.4C12.7998 14.7029 12.7998 13.8544 13.327 13.3272C13.8542 12.8 14.7027 12.8 16.3998 12.8C18.0969 12.8 18.9454 12.8 19.4726 13.3272C19.9998 13.8544 19.9998 14.7029 19.9998 16.4C19.9998 18.097 19.9998 18.9456 19.4726 19.4728C18.9454 20 18.0969 20 16.3998 20C14.7027 20 13.8542 20 13.327 19.4728C12.7998 18.9456 12.7998 18.097 12.7998 16.4Z' fill='%230D0D0D'/%3E%3Cpath d='M4 16.4C4 14.7029 4 13.8544 4.52721 13.3272C5.05442 12.8 5.90294 12.8 7.6 12.8C9.29706 12.8 10.1456 12.8 10.6728 13.3272C11.2 13.8544 11.2 14.7029 11.2 16.4C11.2 18.097 11.2 18.9456 10.6728 19.4728C10.1456 20 9.29706 20 7.6 20C5.90294 20 5.05442 20 4.52721 19.4728C4 18.9456 4 18.097 4 16.4Z' fill='%230D0D0D'/%3E%3Cpath d='M12.7998 7.6C12.7998 5.90294 12.7998 5.05442 13.327 4.52721C13.8542 4 14.7027 4 16.3998 4C18.0969 4 18.9454 4 19.4726 4.52721C19.9998 5.05442 19.9998 5.90294 19.9998 7.6C19.9998 9.29706 19.9998 10.1456 19.4726 10.6728C18.9454 11.2 18.0969 11.2 16.3998 11.2C14.7027 11.2 13.8542 11.2 13.327 10.6728C12.7998 10.1456 12.7998 9.29706 12.7998 7.6Z' fill='%230D0D0D'/%3E%3C/svg%3E%0A")
    }

    .card-wiew__item--list::before {
        content: "";
        width: 24px;
        height: 24px;
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25 6.75H20.25M8.25 12H20.25M8.25 17.25H20.25M3.75 6.75H3.757V6.758H3.75V6.75ZM4.125 6.75C4.125 6.84946 4.08549 6.94484 4.01516 7.01516C3.94484 7.08549 3.84946 7.125 3.75 7.125C3.65054 7.125 3.55516 7.08549 3.48483 7.01516C3.41451 6.94484 3.375 6.84946 3.375 6.75C3.375 6.65054 3.41451 6.55516 3.48483 6.48484C3.55516 6.41451 3.65054 6.375 3.75 6.375C3.84946 6.375 3.94484 6.41451 4.01516 6.48484C4.08549 6.55516 4.125 6.65054 4.125 6.75ZM3.75 12H3.757V12.008H3.75V12ZM4.125 12C4.125 12.0995 4.08549 12.1948 4.01516 12.2652C3.94484 12.3355 3.84946 12.375 3.75 12.375C3.65054 12.375 3.55516 12.3355 3.48483 12.2652C3.41451 12.1948 3.375 12.0995 3.375 12C3.375 11.9005 3.41451 11.8052 3.48483 11.7348C3.55516 11.6645 3.65054 11.625 3.75 11.625C3.84946 11.625 3.94484 11.6645 4.01516 11.7348C4.08549 11.8052 4.125 11.9005 4.125 12ZM3.75 17.25H3.757V17.258H3.75V17.25ZM4.125 17.25C4.125 17.3495 4.08549 17.4448 4.01516 17.5152C3.94484 17.5855 3.84946 17.625 3.75 17.625C3.65054 17.625 3.55516 17.5855 3.48483 17.5152C3.41451 17.4448 3.375 17.3495 3.375 17.25C3.375 17.1505 3.41451 17.0552 3.48483 16.9848C3.55516 16.9145 3.65054 16.875 3.75 16.875C3.84946 16.875 3.94484 16.9145 4.01516 16.9848C4.08549 17.0552 4.125 17.1505 4.125 17.25Z' stroke='%239A9A9A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    }

    .card-wiew__item--list.active::before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25 6.75H20.25M8.25 12H20.25M8.25 17.25H20.25M3.75 6.75H3.757V6.758H3.75V6.75ZM4.125 6.75C4.125 6.84946 4.08549 6.94484 4.01516 7.01516C3.94484 7.08549 3.84946 7.125 3.75 7.125C3.65054 7.125 3.55516 7.08549 3.48483 7.01516C3.41451 6.94484 3.375 6.84946 3.375 6.75C3.375 6.65054 3.41451 6.55516 3.48483 6.48484C3.55516 6.41451 3.65054 6.375 3.75 6.375C3.84946 6.375 3.94484 6.41451 4.01516 6.48484C4.08549 6.55516 4.125 6.65054 4.125 6.75ZM3.75 12H3.757V12.008H3.75V12ZM4.125 12C4.125 12.0995 4.08549 12.1948 4.01516 12.2652C3.94484 12.3355 3.84946 12.375 3.75 12.375C3.65054 12.375 3.55516 12.3355 3.48483 12.2652C3.41451 12.1948 3.375 12.0995 3.375 12C3.375 11.9005 3.41451 11.8052 3.48483 11.7348C3.55516 11.6645 3.65054 11.625 3.75 11.625C3.84946 11.625 3.94484 11.6645 4.01516 11.7348C4.08549 11.8052 4.125 11.9005 4.125 12ZM3.75 17.25H3.757V17.258H3.75V17.25ZM4.125 17.25C4.125 17.3495 4.08549 17.4448 4.01516 17.5152C3.94484 17.5855 3.84946 17.625 3.75 17.625C3.65054 17.625 3.55516 17.5855 3.48483 17.5152C3.41451 17.4448 3.375 17.3495 3.375 17.25C3.375 17.1505 3.41451 17.0552 3.48483 16.9848C3.55516 16.9145 3.65054 16.875 3.75 16.875C3.84946 16.875 3.94484 16.9145 4.01516 16.9848C4.08549 17.0552 4.125 17.1505 4.125 17.25Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    }

    .filter-modal__content {
        padding: 32px 60px 0
    }

    .filter-modal__title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 32px
    }

    .filter-modal__group {
        margin-bottom: 32px
    }

    .detail {
        gap: 36px 14px
    }

    .detail__body,
    .detail__head {
        display: grid;
        gap: 20px;
        grid-template-columns: 46.8% 53.2%
    }

    .detail__title {
        line-height: 36px
    }

    .detail__data {
        padding-top: 3px
    }

    .detail__slider {
        position: relative
    }

    .detail__slider .add-favorite {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 5
    }

    .detail__slider .splide__arrow {
        position: absolute;
        top: calc(50% - 28px);
        z-index: 5
    }

    .detail__slider .splide__arrow--prev {
        left: -13px
    }

    .detail__slider .splide__arrow--next {
        right: -13px
    }

    .detail-chars__row {
        padding: 9.8px 0
    }

    .layout__cards {
        display: grid;
        background: 0;
        padding: 0;
        border: 0;
        gap: 12px
    }

    .layout__head {
        margin-bottom: 32px
    }

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

    .layout__section {
        margin-top: 32px
    }

    .layout__order-progress {
        margin-top: 50px;
        margin-bottom: 36px
    }

    .layout__cards .cart-item:last-child {
        border-top: 0;
        padding-bottom: 24px
    }

    .layout .cart-item:not(:last-child) {
        border: 0
    }

    .cart-item {
        padding: 24px 16px 24px 130px;
        position: relative;
        min-height: 100px;
        border-radius: 12px;
        background: var(--white)
    }

    .cart-item__delete {
        position: static
    }

    .cart-item__actions {
        display: flex;
        gap: 10px;
        align-items: center;
        align-items: center
    }

    .cart-item__top {
        gap: 10px;
        margin-top: 0;
        padding-left: 0;
        position: static;
        flex-direction: row;
        justify-content: space-between;
        min-height: 0
    }

    .cart-item__top .add-favorite {
        margin-top: -3px;
        width: 28px;
        height: 28px;
        background: 0 !important;
        box-shadow: none !important
    }

    .cart-item__top .add-favorite svg {
        width: 28px;
        height: 28px
    }

    .cart-item__title {
        font-size: 16px;
        max-width: 395px
    }

    .cart-item__title:hover {
        text-decoration: underline;
        color: var(--green)
    }

    .cart-item__photo {
        top: 24px;
        left: 16px;
        width: 100px;
        height: 100px
    }

    .cart-item .counter__btn {
        width: 165px;
        width: 40px;
        height: 40px
    }

    .cart-item .counter__val {
        font-size: 16px
    }

    .cart-item .price {
        gap: 0
    }

    .cart-item .price__old {
        font-size: 14px
    }

    .cart-item .price__cur {
        font-size: 18px
    }

    .total-widget {
        padding: 20px
    }

    .cart-delete-stub {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 16px 24px
    }

    .cart-delete-stub__title {
        max-width: 472px
    }

    .card {
        padding: 24px;
        gap: 24px
    }

    .card__item span a {
        justify-content: flex-start
    }

    .card__item span:last-child {
        text-align: left
    }

    .selected-address {
        padding: 20px
    }

    .card__actions {
        flex-direction: row;
        flex-wrap: wrap
    }

    .order-informer {
        padding: 24px
    }

    .main-table {
        border-radius: 12px;
        border: 1px solid #e5e0db
    }

    .main-table__inner {
        overflow-x: auto
    }

    .main-table table {
        table-layout: auto;
        min-width: 900px
    }

    .main-table__hidden {
        display: none
    }

    .main-table__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 32px;
        border-top: 1px solid #e5e0db
    }

    .main-table__label {
        font-size: 14px;
        color: var(--gray4);
        white-space: nowrap;
    }

    .main-table__pagination {
        display: flex;
        align-items: center
    }

    .main-table tr:last-child td {
        border-bottom: 0
    }

    .main-table th {
        text-align: left;
        font-weight: 500;
        font-size: 16px;
        color: var(--white);
        padding: 7px 10px 7px 0;
        background: var(--black)
    }

    .main-table th:first-child {
        padding-left: 32px;
        border-radius: 12px 0 0 0
    }

    .main-table th:last-child {
        text-align: right;
        padding-right: 32px;
        border-radius: 0 12px 0 0
    }

    .main-table td {
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
        padding: 20px 30px 20px 0;
        border-bottom: 1px solid #e5e0db
    }

    .main-table td:first-child {
        padding-left: 32px
    }

    .main-table td:last-child {
        text-align: right;
        padding-right: 32px
    }

    .main-table td a.main-table__title {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-weight: 500;
        text-decoration: underline;
        color: var(--coral);
        fill: var(--coral)
    }

    .center-modal {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .center-modal__inner {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        display: block;
        background: rgba(39, 70, 69, .6);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }

    .center-modal__content {
        padding: 50px;
        width: 518px;
        height: auto;
        margin: auto;
        border-radius: 4px
    }

    .center-modal__close {
        right: 20px;
        top: 20px
    }

    .center-modal__title {
        font-size: 30px;
        line-height: 34px
    }

    .center-modal__caption {
        max-width: 365px
    }

    .center-modal__btns {
        margin-top: 50px;
        max-width: 372px
    }

    .custom-select__current {
        background: var(--white)
    }

    .custom-select__dropdown {
        padding: 20px;
        border-radius: 12px;
        background: var(--white)
    }

    .layout__add-goods {
        border-top: 0;
        min-width: 0
    }

    .breadcrumbs {
        padding-top: 0;
        margin-bottom: 32px
    }

    .cat-card.accent {
        height: 170px
    }

    .cat-card {
        height: 170px
    }

    .cat-card__title {
        padding: 16px 16px 29.9% 16px
    }

    .bonus-desc {
        margin-top: 24px;
        max-width: 695px
    }

    .bonus-table {
        margin-top: 50px;
        padding: 28px 24px;
        border-radius: 12px;
        background: var(--white)
    }

    .bonus-table__header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0
    }

    .bonus-table__inner {
        margin: 0;
        padding: 0
    }

    .bonus-table__footer {
        display: flex;
        justify-content: flex-end
    }

    .bonus-table table {
        border-spacing: 0
    }

    .bonus-table table tr td {
        padding: 30px 0;
        border-bottom: 1px solid #e5e0db
    }

    .bonus-table table tr td span {
        display: inline-flex;
        margin-left: 5px;
        font-weight: 400
    }

    .bonus-table table tr td:last-child {
        text-align: right;
        padding-right: 20px
    }

    .adds-sect {
        grid-template-columns: 1fr 1fr
    }

    .adds-card {
        padding: 39px 25px 25px;
        min-height: 259px
    }

    .adds-card__list a {
        font-size: 16px
    }

    .adds-card__footer {
        margin-top: auto
    }

    .adds-card .alert {
        margin-bottom: 16px
    }

    .section__grid--4cols {
        gap: 10px 12px
    }

    .section__grid--4cols .product__photo {
        aspect-ratio: 16/13.4
    }

    .section__grid--4cols .product__badge {
        font-size: 14px;
        padding: 0 8px
    }

    .section__grid--4cols .product__title h3 {
        line-height: 22px
    }

    .section__grid--4cols .product .add-favorite {
        right: 8px;
        top: 8px
    }

    .section__grid--4cols .product .price__cur {
        font-size: 21px;
        line-height: 19px
    }

    .cart-item__counter {
        width: 164px
    }

    .cart-item .price__cur {
        line-height: 26px
    }

    .total-widget__list {
        gap: 16px;
        margin-top: 18px
    }

    .detail__slider .splide__slide {
        aspect-ratio: 16/10
    }

    .auth-page__form {
        margin: auto
    }

    .auth-page__inner {
        display: flex;
        height: calc(100svh - 40px);
        overflow: auto;
        margin-right: -60px;
        padding-right: 60px
    }

    .card__item {
        align-items: flex-start
    }

    .sort-select .nice-select .nice-select-dropdown {
        width: 225px;
        max-width: 225px;
        left: auto
    }

    .delivery-widget__title {
        padding: 12px 0
    }

    .card.big-gap {
        gap: 27px;
        padding: 20px 24px
    }

    .card.big-gap .card__list:not(:last-child) {
        margin-bottom: 7px
    }
}

@media (min-width:1070px) {
    .section__grid--3cols {
        grid-template-columns: 1fr 1fr 1fr
    }

    .section__grid--3cols .info-card:nth-child(3) {
        grid-column: span 1
    }

    .section__grid--3cols-mob {
        gap: 16px 14px
    }

    .info-card__title {
        font-size: 20px;
        line-height: 26px
    }

    .info-card__title.big {
        font-size: 32px;
        line-height: 26px
    }

    .adds-item {
        padding: 20px
    }
}

@media (min-width:1200px) {
    .product.is-inline .product__badge {
        font-size: 14px;
        line-height: 16px
    }

    .product.is-inline .product__photo {
        width: 213px
    }

    .product.is-inline .product__body {
        padding: 24px
    }

    .product.is-inline .product__footer {
        padding: 20px 24px
    }

    .product.is-inline .product__btn,
    .product.is-inline .product__counter {
        width: 250px
    }

    .product.is-inline .price__cur {
        font-size: 20px;
        line-height: 19px
    }

    .product.is-inline .add-favorite {
        top: 8px;
        right: 8px
    }

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

    .detail__info {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .detail__info:not(:last-child) {
        margin-bottom: 42px
    }

    .detail__actions {
        max-width: 251px
    }

    .detail .price__cur {
        font-size: 24px;
        line-height: 30px
    }

    .detail .price__old {
        font-size: 16px
    }

    .detail-stats {
        padding: 16px 20px
    }

    .detail-stats__title {
        font-size: 24px;
        line-height: 30px
    }

    .detail-stats__label {
        font-size: 14px;
        line-height: 18px
    }

    .layout {
        display: flex;
        gap: 32px
    }

    .layout__main {
        flex: 1 1 auto;
        min-width: 0
    }

    .layout__aside {
        width: 315px;
        flex-shrink: 0
    }

    .layout__sticky-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 30px
    }

    .table-filter {
        display: flex;
        align-items: flex-end;
        gap: 10px
    }

    .table-filter__field {
        width: 290px
    }

    .table-filter .search-bar {
        order: inherit
    }
}

@media (min-width:1260px) {
    .app__sidebar {
        width: 258px
    }

    .app__aside {
        width: 258px
    }

    .header {
        padding: 20px 24px
    }

    .header__deli {
        width: auto;
        margin-right: 24px;
        padding-right: 24px;
        min-width: 429px
    }

    .header__item--cart {
        margin-left: 24px
    }

    .header .alert {
        margin-left: 0;
        padding-right: 35px
    }

    .cat-menu .cat-menu__sub-link,
    .cat-menu__link {
        padding: 6px 24px
    }

    .order-card {
        padding: 29px 24px 20px
    }

    .order-card__header {
        margin-bottom: 9px
    }

    .order-card__more {
        width: auto;
        margin-left: auto
    }

    .section__grid--4cols {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (max-width:991px) {
    body.body-deli-active {
        overflow: hidden
    }

    .alert.mini .alert__text {
        font-size: 11px;
        line-height: 14px
    }

    .add-favorite.secondary {
        width: auto;
        height: auto;
        background: 0 0 !important;
        box-shadow: none !important;
        font-size: 12px;
        gap: 6px
    }

    .add-favorite.secondary input:checked~.selected {
        display: inline-flex;
        color: var(--coral)
    }

    .add-favorite.secondary input:checked~.def {
        display: none
    }

    .add-favorite.secondary .selected {
        display: none
    }

    .hidden-mob {
        display: none
    }

    .js-category-slider {
        visibility: visible
    }

    .js-category-slider .splide__list {
        display: flex !important;
        flex-wrap: wrap;
        margin: 0 -3px -8px !important
    }

    .js-category-slider .splide__slide {
        width: 33.33%;
        padding: 0 3px 8px
    }

    .js-category-slider .cat-card {
        min-height: 100%
    }

    .table-filter .search-bar input {
        padding-right: 15px;
        padding-left: 54px
    }

    .table-filter .search-bar__icon {
        left: 16px
    }

    .bonus-table table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 24px;
        padding-bottom: 20px;
        width: 100%;
        border-bottom: 1px solid #e5e0db
    }

    .bonus-table table tr:last-child {
        border-bottom: 0
    }

    .bonus-table table tr td {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .bonus-table table tr td:first-child {
        width: 100%
    }

    .main-table__footer {
        margin-top: 28px
    }

    .main-table__pagination {
        justify-content: center
    }

    .main-table__label {
        display: none
    }

    .main-table__badge {
        position: absolute;
        right: 12px;
        top: 16px
    }

    .main-table__val {
        order: 1
    }

    .main-table__btns {
        order: 2
    }

    .main-table__hidden {
        font-size: 16px;
        font-weight: 700
    }

    .main-table__status {
        margin-bottom: 0 !important
    }

    .main-table__delivery {
        margin-top: -13px
    }

    .main-table__sum {
        font-size: 20px;
        font-weight: 700
    }

    .main-table__actions {
        justify-content: flex-start;
        padding-top: 20px;
        border-top: 2px dashed #e5e0db
    }

    .main-table table {
        width: 100%
    }

    .main-table thead {
        display: none
    }

    .main-table tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative;
        padding: 17px 10px 18px;
        border-radius: 8px;
        background: var(--white);
        border: 1px solid #e5e0db;
        border-top: 12px solid #000
    }

    .main-table tr:not(:last-child) {
        margin-bottom: 12px
    }

    .main-table tr a {
        display: flex;
        align-items: center;
        gap: 5px;
        max-width: 40%;
        font-size: 16px;
        font-weight: 500;
        /* color: var(--coral); */
        /* fill: var(--coral); */
        text-decoration: underline
    }

    .main-table td {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-weight: 400
    }

    .main-table td br {
        display: none
    }

    .main-table td:not(:last-child) {
        margin-bottom: 26px
    }

    .main-table td .btn.green {
        font-size: 16px
    }
}

@media (max-width:766px) {
    .product__title h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .order-table table {
        width: 100%
    }

    .order-table table thead {
        display: none
    }

    .order-table table tr {
        display: flex;
        flex-direction: column;
        position: relative;
        /* padding-top: 20px; */
        padding-bottom: 20px;
    }

    .order-table table tr.accent {
        margin: 0 -18px;
        padding: 20px 16px 54px
    }

    .order-table table tr.accent td.price-col {
        right: 18px;
        bottom: 63px
    }

    .order-table table tr:not(:first-child) {
        padding-top: 20px;
        /* padding-bottom: 20px; */
        border-top: 1px solid #e5e0db
    }

    .order-table table td.title {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px
    }

    .order-table table td.weight {
        font-size: 16px;
        margin-top: 16px
    }

    .order-table table td.cost {
        font-size: 12px;
        color: var(--gray4)
    }

    .order-table table td.price-col {
        position: absolute;
        bottom: 27px;
        right: 0;
        font-size: 18px;
        line-height: 26px;
        font-weight: 700
    }

    .order-table__changed {
        gap: 10px;
        fill: var(--coral);
        font-size: 14px;
        color: var(--coral);
        position: absolute;
        left: 18px;
        bottom: 20px
    }

    .order-table__photo {
        flex-shrink: 0;
        width: 74px;
        height: 74px;
        position: relative;
        overflow: hidden;
        border-radius: 12px
    }

    .order-table__photo img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .order-table__sale {
        position: absolute;
        left: 6px;
        top: 6px;
        padding: 3px 4px;
        border-radius: 5px;
        font-size: 10px;
        color: var(--coral);
        background: #f6e1dc;
        z-index: 5;
        line-height: 1
    }

    .order-table__title {
        font-size: 14px;
        color: #354049
    }

    .order-table__inner {
        display: flex;
        align-items: center;
        gap: 10px
    }
}