/* Стили темы */


.login__container {
    margin: auto;
}

.login__container>.popup-right__form {
    height: 70vh;
    margin-top: 3.5rem;
}

.form-promocode__input-wrapper {
    position: relative;
}

.form-promocode__input-wrapper._active .form-promocode__btn {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.form-promocode__input-wrapper .form-promocode__clear,
.form-promocode__input-wrapper._form-error .form-promocode__clear {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.form-promocode__actions {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    margin-right: 0.25rem;
}

.form-promocode__clear {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.form-promocode__btn {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.form-promocode__btn.btn {
    border-radius: 0.375rem;
}

.form-promocode__capture {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
}

.form-promocode__capture-btn {
    border-bottom: 0.0625rem solid #7c7875;
}

.form-popup__group:not(:last-child) {
    margin-bottom: 1.25rem;
}

.form-popup__input-group:not(:last-child) {
    margin-bottom: 1.25rem;
}

.form-popup__input-label {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.form-popup__input-label:not(:last-child) {
    margin-bottom: 0.5rem;
}

.form-popup__input-wrapper {
    position: relative;
}

.form-popup__input-wrapper:not(:last-child) {
    margin-bottom: 0.5rem;
}

.form-popup__input._form-error {
    border-color: #b60017;
}

.form-popup__input._active+.form-popup__input-clear {
    opacity: 1;
    pointer-events: all;
}

.form-popup__input-clear {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

.form-popup__input-capture {
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
}

._form-error .form-popup__input-capture {
    color: #b60017;
}

.form-popup__button {
    width: 100%;
}

.form-popup__button:not(:last-child) {
    margin-bottom: 0.75rem;
}

.form-popup__policy {
    font-size: 0.75rem;
    line-height: 120%;
    color: #7c7875;
}

.form-popup__policy a {
    text-decoration: underline;
}

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

.form-error {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #b60017;
}

.form-success {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.input-group_narrow {
    max-width: 15rem;
}

.input-group__label {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.input-group__label:not(:last-child) {
    margin-bottom: 0.5rem;
}

.input-group__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
}

.input-group__grid:not(:last-child) {
    margin-bottom: 0.5rem;
}

.input-group__wrapper {
    position: relative;
}

.input-group__wrapper._active [data-js=input-clear] {
    opacity: 1;
    pointer-events: all;
}

.input-group__input._form-error,
.order__input-wrapper._form-error {
    border-color: #b60017;
}

.input-group__input:focus {
    border-color: #A38775;
}

.input-group__clear {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

.input-group__capture {
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
}

.input-group__capture:not(:first-child) {
    margin-top: 0.5rem;
}

.input-group__capture:not(:last-child) {
    margin-bottom: 0.5rem;
}

._form-error .input-group__capture {
    display: none;
}

.input-group__get-code {
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.input {
    display: block;
    width: 100%;
    height: 2.75rem;
    padding: 0 2.4375rem 0 0.75rem;
    border: 0.0625rem solid #d3d2d1;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.input::-webkit-input-placeholder {
    color: #7c7875;
}

.input::-moz-placeholder {
    color: #7c7875;
}

.input:-ms-input-placeholder {
    color: #7c7875;
}

.input::-ms-input-placeholder {
    color: #7c7875;
}

.input::placeholder {
    color: #7c7875;
}

.input:disabled {
    background-color: #eae9e8;
    color: #7c7875;
}

.input_code {
    padding-right: 0.75rem;
    text-align: center;
}

.input_datepicker {
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem);
    background-size: 1.25rem 1.25rem;
}

.input_code::-webkit-outer-spin-button,
.input_code::-webkit-inner-spin-button {
    display: none;
}

.input-promocode {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0 0.75rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.input-promocode.input-none {
    pointer-events: none;
}

.input-promocode::-webkit-input-placeholder {
    color: #7c7875;
}

.input-promocode::-moz-placeholder {
    color: #7c7875;
}

.input-promocode:-ms-input-placeholder {
    color: #7c7875;
}

.input-promocode::-ms-input-placeholder {
    color: #7c7875;
}

.input-promocode::placeholder {
    color: #7c7875;
}

.input-promocode._form-focus {
    border-color: #a38775;
}

.input-promocode._form-error {
    border-color: #b60017;
}

.input-promocode._form-success {
    border-color: #a38775;
}

.input-promocode:disabled {
    background-color: #e8e1dc;
    border-color: #e8e1dc;
    pointer-events: none;
}

textarea.input {
    min-height: 5.0625rem;
    resize: none;
    padding: 0.75rem;
}

.checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.checkbox__input:checked+.checkbox__text-wrapper .checkbox__point {
    border-color: #40332b;
    background-color: #40332b;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.checkbox__label {
    display: inline-block;
    cursor: pointer;
}

.checkbox__label_filter {
    padding: 0.25rem 0;
    width: 100%;
}

.checkbox__text-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.checkbox__point {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    border: 0.0625rem solid #bebcba;
    border-radius: 0.25rem;
}

.checkbox__text {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.checkbox__text_color {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.checkbox__text_color::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    border: 0.0625rem solid;
    border-radius: 50%;
}

.checkbox-btn {
    position: relative;
}

.checkbox__item-hidden {
    color: #7C7875;
    border-color: #D1C3BA;
    background-color: #D1C3BA;
}

.checkbox-btn__label {
    cursor: pointer;
}

.checkbox-btn__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox-btn__input:checked+.checkbox-btn__text-wrapper {
    color: #fff;
    border-color: #40332b;
    background-color: #40332b;
}

.checkbox-btn__input:checked+.checkbox-btn__text-wrapper:hover {
    background-color: #594133;
}

.checkbox-btn__input:disabled+.checkbox-btn__text-wrapper {
    color: #7c7875;
    border-color: #eae9e8;
}

.checkbox-btn__input[disabled]:checked+.checkbox-btn__text-wrapper {
    color: #fff;
    border-color: #938f8c;
    background-color: #938f8c;
}

.checkbox__item-not-available .checkbox-btn__text-wrapper {
    color: #A8A5A3;
    border-color: #EAE9E8;
}

.checkbox__item-not-available input:checked+.checkbox-btn__text-wrapper {
    color: #7C7875;
    border-color: #D1C3BA;
    background-color: #D1C3BA;
}

.checkbox__item-not-available input:checked+.checkbox-btn__text-wrapper:hover {
    border-color: #E8E1DC;
    background-color: #E8E1DC;
}

.checkbox-item__circle::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #975730;
    border-radius: 1rem;
    border: 0.125rem solid #fff;
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    box-sizing: content-box;
}

.checkbox-btn__text-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.375rem;
    height: 2rem;
    min-width: 2.5rem;
    padding: 0.25rem 0.5rem;
    border: 0.0625rem solid #d3d2d1;
    border-radius: 0.5rem;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
}

.checkbox-btn__text-wrapper:hover {
    border-color: #A38775;
}

.checkbox-btn__text {
    font-size: 1rem;
    line-height: 120%;
    /* color: #251e19; */
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.checkbox-btn__text_color {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.375rem;
}

.checkbox-btn__text_color::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    border: 0.0625rem solid;
    border-radius: 50%;
}

.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.options__item:not(:last-child) {
    margin-bottom: 0.25rem;
}

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

.options__input:checked+.options__text-wrapper .options__point {
    border-color: #40332b;
    background-color: #40332b;
}

.options__label {
    display: inline-block;
    cursor: pointer;
}

.options__label_filter {
    padding: 0.25rem 0;
}

.options__text-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.options__point {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.0625rem solid #bebcba;
    background-color: #fff;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
}

.options__point::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.options__text {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.order-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-options__item {
    position: relative;
    width: 100%;
}

.order-options__item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.order-options__item-input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.order-options__item-input:checked+.order-options__item-body {
    border-color: #a38775;
}

.order-options__item-input:checked+.order-options__item-body .order-options__item-point {
    border-color: #40332b;
    background-color: #40332b;
}

.order-options__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.75rem;
    border: 0.0625rem solid #d3d2d1;
    border-radius: 0.5rem;
    padding: 0.6875rem;
    cursor: pointer;
}

.order-options__item-point {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin: 0.09375rem 0;
    border-radius: 50%;
    border: 0.0625rem solid #bebcba;
    background-color: #fff;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
}

.order-options__item-point::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.order-options__item-info {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.25rem;
}

.order-options .order-options__item-info-label {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(calc(-100% - 0.25rem));
    -ms-transform: translateY(calc(-100% - 0.25rem));
    transform: translateY(calc(-100% - 0.25rem));
    padding: 0.0625rem 0.25rem;
    border-radius: 0.25rem;
    background-color: #975730;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 120%;
    color: #fff;
}

.order-options__item-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
}

.order-options__item-title {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.order-options__item-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.order-options__item-link {
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.order-options__item-note {
    font-size: 0.875rem;
    line-height: 120%;
    color: #7c7875;
}

.order-options__item-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.25rem;
}

.order-options__item-text {
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

/* Пагинация */
.pagin__body,
.pagin__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    user-select: none;
}

.pagin__body {
    margin-top: 2rem;
    gap: 0.5rem;
}

.pagin__btn,
.pagin__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #F3F0EE;
    cursor: pointer;
    border-radius: 0.5rem;
}

.pagin__btn:hover,
.pagin__number:not(.pagin__action):hover {
    background-color: #E8E1DC;
}

.pagin__number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #F4F4F4;
    color: #111111;
    -webkit-transition: background-color ease 0.35s, color ease 0.35s;
    transition: background-color ease 0.35s, color ease 0.35s;
    font-size: 0.875rem;
    font-weight: 500;
    color: #975730;
}

.pagin__number:not(:last-child) {
    margin-right: 0.625rem;
}

.pagin__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
}

.pagin__btn:last-child {
    transform: rotate(180deg);
}

.pagin__action {
    background-color: #40332B;
    color: #fff;
}

.pagin__disabled {
    opacity: 0.7;
    pointer-events: none;
}

.pagin__body-disabled,
.pagin__disabled {
    opacity: 0.5;
    pointer-events: none;
}

.pagin__wrapper {
    max-width: 200px;
    overflow: hidden;
    -ms-touch-action: pinch-zoom pan-y;
    touch-action: pinch-zoom pan-y;
}

.pagin__slider {
    width: 100%;
    transform: translate(0, 0);
    -webkit-transition: transform ease 0.35s;
    transition: transform ease 0.35s;
}


.select {
    position: relative;
}

.select__body {
    position: relative;
}

.select__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.75rem;
    width: 100%;
    padding: 0 0.6875rem;
    border: 0.0625rem solid #d3d2d1;
    border-radius: 0.5rem;
    background-color: #fff;
    cursor: pointer;
}

.select__title:after {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

._select-open .select__title:after {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.select__value {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 120%;
    text-align: left;
    color: #251e19;
}

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

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select__input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
}

.select__options {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 0.75rem 0 0.75rem;
    border: 0.0625rem solid #d3d2d1;
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    background-color: #fff;
    z-index: 100;
}

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

.select__option {
    width: 100%;
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    line-height: 120%;
    text-align: left;
    cursor: pointer;
    color: #251e19;
}

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

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

.select._select-open {
    z-index: 20;
}

.select._select-open .select__title {
    border-radius: 0.5rem 0.5rem 0 0;
}

.select__fade {
    opacity: 0;
    top: 2.5625rem;
    pointer-events: none;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
}

._select-open .select__fade {
    top: 1.9375rem;
    opacity: 1;
    pointer-events: all;
}

.select_catalog-sort._select-open .select__fade {
    top: 1.9375rem;
    opacity: 1;
    pointer-events: all;
}

.select_catalog-sort .select__title {
    min-height: auto;
    padding: 0.25rem 0 0.25rem 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.select_catalog-sort .select__value {
    padding: 0;
}

.select_catalog-sort .select__value::after {
    right: 0;
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.select_catalog-sort .select__options {
    top: calc(100% + 0.25rem);
    left: 0;
    width: 12.5rem;
    padding: 1.25rem;
    border-radius: 0.75rem;
    border: none;
    -webkit-box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .12);
}

.select_catalog-sort .select__option {
    padding: 0.25rem 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1rem;
    line-height: 120%;
    color: #514b47;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.select_catalog-sort .select__option:not(:last-child) {
    margin-bottom: 0.25rem;
}

.select_catalog-sort .select__option._active {
    font-weight: 500;
    color: #251e19;
}

.select_catalog-sort .select__fade {
    opacity: 0;
    top: 2.5625rem;
    pointer-events: none;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
}

._select-tag {
    cursor: pointer;
}

.quantity {
    width: 6rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.0625rem solid #d3d2d1;
    border-radius: 0.5rem;
}

.quantity__button {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
    cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1rem;
    width: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    width: 100%;
    font-size: 0.875rem;
    text-align: center;
    color: #251e19;
}

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

.noUi-target {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.noUi-horizontal {
    height: 0.25rem;
}

.noUi-horizontal .noUi-handle {
    width: 1.25rem;
    height: 1.25rem;
    right: -0.625rem;
    top: -0.5rem;
}

.noUi-horizontal .noUi-handle-lower {
    right: -.625rem;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

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

.noUi-target {
    position: relative;
    padding: 0 .5625rem;
    background: #f3f0ee;
    border-radius: 0.25rem;
}

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

.noUi-connect {
    background: #d1c3ba;
}

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

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

.noUi-handle {
    border: 0.0625rem solid #fff;
    border-radius: 50%;
    background: #40332b;
    cursor: pointer;
}

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
    display: none;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qs-datepicker .qs-overlay .qs-overlay-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33333%;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qs-datepicker .qs-square {
    width: 14.28571%;
    height: 1.5625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background .1s;
    transition: background .1s;
    border-radius: .26392em;
}

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

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

.qs-datepicker .qs-square.qs-active {
    background: #fff;
    color: #000;
}

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

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

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

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

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

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

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

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

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

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: orange;
}

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

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

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

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.875rem 0.625rem;
    -webkit-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    pointer-events: none;
    z-index: 150;
}

.popup_show {
    overflow: auto;
    pointer-events: auto;
}

.popup_show .popup__content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}

.popup__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    width: 100%;
}

.popup__content {
    width: 100%;
    max-width: 32.5rem;
    padding: 2.5rem;
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
}

.popup__title-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup__title-wrapper_success .popup__title {
    font-size: 1rem;
}

.popup__btn-wrapper .popup__button:first-child {
    margin-right: 1.25rem;
}

.popup__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 120%;
    color: #251e19;
}

.popup__title strong {
    font-weight: 500;
}

.popup__title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.popup__subtitle {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.popup__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup__button {
    position: relative;
    z-index: 1;
}

.popup__button_wide {
    width: 100%;
}

.popup__basket-item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup__products-title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 120%;
    color: #251e19;
}

.popup__products-title:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup__products-list-wrapper {
    position: relative;
}

.popup__products-list-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup__products-list-body {
    position: relative;
    z-index: 2;
}

.popup__products-list-arrow {
    position: absolute;
    z-index: 20;
    top: 10.25rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
}

.popup__products-list-arrow_left {
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.popup__products-list-arrow_right {
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.popup__products-list-arrow.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}


.popup__parts-info:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup__parts-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.popup__parts-info-item:not(:last-child) {
    margin-bottom: 0.5rem;
}

.popup__parts-info-item::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.popup__parts-info-text {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.popup__parts-steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: #f3f0ee;
}

.popup__parts-steps:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup__parts-steps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
}

.popup__parts-steps-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.25rem;
    border-radius: 0.25rem;
    background-color: #d1c3ba;
}

.popup__parts-steps-item._active::after {
    background-color: #40332b;
}

.popup__parts-steps-item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.75rem;
    line-height: 120%;
    color: #514b47;
}

.popup__parts-steps-item-price {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.popup__parts-steps-item-price:not(:last-child) {
    margin-bottom: 0.125rem;
}

.popup .popup__notice {
    font-size: 0.875rem;
    line-height: 120%;
    color: #7c7875;
}

.popup .popup__notice a {
    text-decoration: underline;
}

.popup-basket-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

.popup-basket-item_disabled .popup-basket-item__image-wrapper {
    opacity: .6;
}

.popup-basket-item_disabled .popup-basket-item__name-wrapper {
    color: #514b47;
}

.popup-basket-item_disabled .popup-basket-item__size {
    color: #7c7875;
}

.popup-basket-item__image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3.75rem;
    flex: 0 0 3.75rem;
}

.popup-basket-item__image-wrapper img {
    max-width: 100%;
}

.popup-basket-item__name-wrapper {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.popup-basket-item__name-wrapper:not(:last-child) {
    margin-bottom: 0.5rem;
}

.popup-basket-item__name {
    display: inline-block;
}

.popup-basket-item__name:not(:last-child) {
    margin-bottom: 0.25rem;
}

.popup-basket-item__size {
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
}

.popup-right {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    -webkit-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

.popup-right.popup_show {
    z-index: 1001;
    visibility: hidden;
    overflow: hidden;
    pointer-events: auto;
}

.popup-right.popup_show .popup-right__content {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease .3s;
    transition: .3s ease .3s;
    -webkit-transition-property: visibility, -webkit-transform;
    transition-property: visibility, -webkit-transform;
    transition-property: transform, visibility;
    transition-property: transform, visibility, -webkit-transform;
}

.popup-right__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 100%;
    width: 100%;
}

.popup-right__content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 45rem;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: visibility, -webkit-transform;
    transition-property: visibility, -webkit-transform;
    transition-property: transform, visibility;
    transition-property: transform, visibility, -webkit-transform;
}

.popup-right__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6rem;
    padding: 0 3.75rem;
}

.popup-right__back {
    width: 2.5rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
}

.popup-right__close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
}

.login__form-page .popup-right__form-body {
    position: static !important;
    padding-top: 7rem;
}

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

.popup-right__form {
    width: 100%;
}

.popup-right__form-title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 120%;
    color: #251e19;
}

.popup-right__form-title:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup-right__form-group:not(:last-child) {
    margin-bottom: 2rem;
}

.popup-right__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

.popup-right__form-row>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.popup-right__input-group:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup-right__form-button {
    width: 100%;
}

.popup-right__form-button:not(:last-child) {
    margin-bottom: 0.75rem;
}

.popup-right__form-policy {
    font-size: 0.75rem;
    line-height: 120%;
    color: #7c7875;
}

.popup-right__form-policy a {
    text-decoration: underline;
}

.popup-right__form-back-wrapper {
    margin-top: 1.25rem;
    padding-top: 0.75rem;
    text-align: center;
}

.popup-right__form-back {
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.mob-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

.mob-popup::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #372c25;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s;
}

.mob-popup_filters {
    z-index: 20;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.mob-popup_filters::after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mob-popup._active {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.mob-popup._active::after {
    opacity: .7;
}

.mob-popup__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3rem;
}

.mob-popup__title {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem 0 0.5rem 0.75rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

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

.mob-popup__actions._first-actions {
    flex: 1 1 auto;
}

.mob-popup__actions-title {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #514B47;
    line-height: 120%;
}

.mob-popup__actions-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 2.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
}

.mob-popup__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    padding-bottom: 7.25rem;
}

.mob-popup__row {
    padding: 0 0.75rem;
}

.mob-popup__list:not(:last-child) {
    margin-bottom: 4rem;
}

.mob-popup__list-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.mob-popup__list-capture {
    font-size: 0.875rem;
    line-height: 120%;
    color: #7c7875;
}

.mob-popup__list-capture:not(:last-child) {
    margin-bottom: 0.5rem;
}

.mob-popup__list-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.90625rem 0;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.mob-popup__list-subtitle {
    font-size: 0.875rem;
    color: #7C7875;
}

.mob-popup__list-item {
    border-bottom: 0.0625rem solid #D3D2D1;
}

.mob-popup__list-link_sub::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.mob-popup__list-link_recently::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.mob-popup__back {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    width: 2.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
}

.mob-popup__form {
    position: relative;
}

.mob-popup__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.mob-popup__form._active .mob-popup__form-clear,
.mob-popup__form-input._active+.mob-popup__form-clear {
    pointer-events: all;
    opacity: 1;
}

.mob-popup__form-submit {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.9375rem;
    height: 0.9375rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.mob-popup__form-clear {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
    opacity: 0;
}

.mob-popup__empty-title {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.mob-popup__empty-title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.mob-popup__empty-descr {
    font-size: 1rem;
    line-height: 120%;
    color: #514b47;
}

.mob-popup__group {
    padding: 1.25rem 0.75rem;
    border-top: 0.0625rem solid #d3d2d1;
}

.mob-popup__group:first-child {
    padding: 0.75rem 0.75rem 1.25rem;
}

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

.mob-popup__group-title-wrapper:not(:last-child) {
    margin-bottom: 0.75rem;
}

.mob-popup__group-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.mob-popup__group-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    height: 2rem;
    margin-top: -0.40625rem;
    margin-bottom: -0.40625rem;
    padding-left: 0.5rem;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.mob-popup__group-more::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mob-popup__options {
    margin-top: -0.25rem;
}

.mob-popup__bottom {
    min-height: 3.5rem;
    padding: 0.5rem 0.75rem;
    border-top: 0.0625rem solid rgba(37, 30, 25, .1);
}

.mob-popup__button {
    width: 100%;
}

.popup-gallery {
    padding: 0;
}

.popup-gallery .popup__content {
    padding: 0;
    border-radius: 0;
    max-width: none;
    transition: transform 0s ease 0s;
}

.popup-gallery .popup__close {
    display: none;
}

.popup-gallery .popup__gallery-img {
    width: 100%;
    min-height: 100vh;
    cursor: zoom-out;
    background-color: #fff;
}

.popup-gallery .popup__body {
    visibility: visible;
    overflow: auto;
}

.popup-gallery .spollers {
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
}

/* модалка меню аккаунта */
.popup__account {
    max-height: 18.75rem !important;
}

.popup__account-nav {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.popup__account-nav__title {
    display: block;
    font-size: 1rem;
    line-height: 120%;
    color: #251E19;
    padding: 0.90625rem 0 0.90625rem 0;
}

.popup__account-nav__title._active {
    font-weight: 500;
}

.popup__account-nav__title._last {
    margin-top: 0.75rem;
    color: #7C7875;
}

.popup__account-nav__title:not(._last) {
    border-bottom: 1px solid #D3D2D1;
}

.spollers__item {
    font-size: 1.25rem;
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    border: 1px solid #eee;
    padding: 0.625rem 0.9375rem;
    border-radius: 0.3125rem;
    position: relative;
}

._spoller-init .spollers__title {
    cursor: pointer;
}

._spoller-init .spollers__title::before,
._spoller-init .spollers__title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #000;
    height: 2px;
    width: 15px;
    -webkit-transition: -webkit-transform .5s ease 0s;
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

._spoller-init .spollers__title::before {
    -webkit-transform: translate(-75%, -50%) rotate(40deg);
    -ms-transform: translate(-75%, -50%) rotate(40deg);
    transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spollers__title::after {
    -webkit-transform: translate(0, -50%) rotate(-40deg);
    -ms-transform: translate(0, -50%) rotate(-40deg);
    transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active::before {
    -webkit-transform: translateX(-75%) rotate(-40deg);
    -ms-transform: translateX(-75%) rotate(-40deg);
    transform: translateX(-75%) rotate(-40deg);
}

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

.spollers__body {
    padding: 1.25rem;
    border-radius: 0.3125rem;
    border: 1px solid #eee;
}

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

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

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

.icon-counter {
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1rem;
    height: 1rem;
    padding: 0.0625rem 0.25rem;
    border-radius: 0.25rem;
    background-color: #975730;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 120%;
    color: #fff;
}

.header__icon .icon-counter {
    top: -0.5rem;
    right: -0.75rem;
    left: auto;
}

header .icon-counter {
    top: -0.5rem;
    padding: 0.0625rem 0.4rem;
    width: 100%;
    min-width: 1.25rem;
    border-radius: 0.5rem;
}


.header-search__form {
    height: 2rem;
}

.header-search__grid {
    position: relative;
}

.mob-popup__form-clear svg {
    width: 100%;
    height: 100%;
}

.header-search__form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.header__icon_user,
.tap-bar__actions-item_user::before {
    background-image: var(--icon-user);
}

.header__icon_bag,
.tap-bar__actions-item_bag::before {
    position: relative;
    background-image: var(--icon-bag);
}

.header__icon_favorites {
    position: relative;
}

.tap-bar__actions-item_main::before {
    background-image: var(--icon-duman-disabled);
}

/* Уведомление */
.notice {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 22.5rem;
    z-index: 10000;
    cursor: pointer;
}

.notice__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    width: 100%;
    min-height: 3.625rem;
    height: 100%;
    background-color: #40332B;
    border-radius: 0.5rem;
}

.notice__message {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
}

.btn-icon_notice {
    width: 1.25rem;
    height: 1.25rem;
}

.notice__product {
    position: fixed;
    top: 3.4375rem;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.notice__product-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    justify-content: center;
    align-items: center;
    background-color: #40332B;
    color: #fff;
    border-radius: 0;
}

.notice__product-message {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
}

.simplebar-track.simplebar-vertical {
    width: 0.25rem !important;
    border-radius: 0.25rem;
    background-color: #f3f0ee;
}

.simplebar-scrollbar::before {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #d1c3ba !important;
    opacity: 1 !important;
}

.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1 !important;
}

.checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
}

.checkbox-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.color {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.0625rem solid rgba(0, 0, 0, 0);
}

.color_black {
    background-color: #000;
}

.color_powder {
    background-color: #d4b5a7;
}

.color_graphite {
    background-color: #484e4c;
}

.color_milky {
    background-color: #fffcea;
    border-color: #d3d2d1;
}

.color_olive {
    background-color: #939c61;
}

.color_lavender {
    background-color: #dcd0e7;
}

.color_khaki {
    background-color: #37501d;
}

.color_red {
    background-color: #f30000;
}

.color_sand {
    background-color: #f3da9d;
}

.color_light-beige {
    background-color: #f5ecbc;
}

.color_white {
    background-color: #fff;
    border-color: #d3d2d1;
}

.color_blue {
    background-color: #d5f3f1;
}

.color_chocolate {
    background-color: #726859;
}

.color_fuchsia {
    background-color: #d6006e;
}

.color_burgundy {
    background-color: #4f070e;
}

._color-black::before {
    border-color: #000;
    background-color: #000;
}

._color-powder::before {
    border-color: #d4b5a7;
    background-color: #d4b5a7;
}

._color-graphite::before {
    border-color: #484e4c;
    background-color: #484e4c;
}

._color-milky::before {
    border-color: #d3d2d1;
    background-color: #fffcea;
}

._color-olive::before {
    border-color: #939c61;
    background-color: #939c61;
}

._color-lavender::before {
    border-color: #dcd0e7;
    background-color: #dcd0e7;
}

._color-khaki::before {
    border-color: #37501d;
    background-color: #37501d;
}

._color-red::before {
    border-color: #f30000;
    background-color: #f30000;
}

._color-sand::before {
    border-color: #f3da9d;
    background-color: #f3da9d;
}

._color-light-beige::before {
    border-color: #f5ecbc;
    background-color: #f5ecbc;
}

._color-white::before {
    border-color: #d3d2d1;
    background-color: #fff;
}

._color-blue::before {
    border-color: #d5f3f1;
    background-color: #d5f3f1;
}

._color-chocolate::before {
    border-color: #726859;
    background-color: #726859;
}

._color-fuchsia::before {
    border-color: #d6006e;
    background-color: #d6006e;
}

._color-burgundy::before {
    border-color: #4f070e;
    background-color: #4f070e;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.0625rem solid;
    border-radius: 0.5rem;
    font-weight: 500;
    text-align: center;
}

.btn:disabled {
    border-color: #938f8c;
    background-color: #938f8c;
    color: #fff;
    pointer-events: none;
}

.btn_large {
    min-height: 3rem;
    padding: 0.5rem 0.9375rem;
    font-size: 1.125rem;
    line-height: 100%;
}

.btn_medium {
    min-height: 2.5rem;
    padding: 0.5rem 0.6875rem;
    font-size: 0.875rem;
    line-height: 120%;
}

.btn_small {
    min-height: 2rem;
    padding: 0.375rem 0.6875rem;
    font-size: 0.875rem;
    line-height: 120%;
}

.btn_primary {
    border-color: #40332b;
    background-color: #40332b;
    color: #fff !important;
}

.btn_primary:hover {
    background-color: #594133;
}

.btn_secondary {
    border-color: #f3f0ee;
    background-color: #f3f0ee;
    color: #975730;
}

.btn_secondary:hover {
    color: #975730;
}

.btn_outline {
    border-color: #d3d2d1;
    background-color: #fff;
    color: #975730;
}

.btn_share {
    gap: 0.25rem;
    padding: 0.25rem 0.4375rem;
}

.btn_share::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.btn-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.5rem;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-icon:disabled {
    background-color: #938f8c;
    pointer-events: none;
    background-size: 1rem 1rem;
}

.btn-icon_large {
    height: 3rem;
    width: 3rem;
    background-size: 1.25rem 1.25rem;
}

.btn-icon_medium {
    height: 2.5rem;
    width: 2.5rem;
    background-size: 1rem 1rem;
}

.btn-icon_small {
    height: 2rem;
    width: 2rem;
    background-size: 1rem 1rem;
}

.btn-icon_primary {
    background-color: #40332b;
}

.btn-icon_secondary {
    background-color: #f3f0ee;
}

.btn-icon_secondary:hover {
    background-color: #E8E1DC;
}

.btn-icon_tretiary {
    height: 2rem;
    width: 2rem;
    background-color: rgba(0, 0, 0, 0);
    background-size: 1.25rem 1.25rem;
}

.switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.switcher__button {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1rem;
    border: 0.0625rem solid #40332b;
    border-radius: 1.25rem;
    background-color: #40332b;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
}

.switcher__button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.0625rem;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
}

.switcher__button._hide {
    border-color: #938f8c;
    background-color: #fff;
}

.switcher__button._hide::before {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #938f8c;
}

.switcher__label {
    font-size: 1rem;
    line-height: 120%;
}

.options-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.options-sort__item {
    position: relative;
    cursor: pointer;
}

.options-sort__item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.options-sort__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.options-sort__input:checked+.options-sort__text {
    color: #251e19;
}

.options-sort__label {
    display: inline-block;
    padding: 0.25rem 0;
    cursor: pointer;
}

.options-sort__text {
    font-size: 1rem;
    line-height: 120%;
    color: #7c7875;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.breadcrumbs {
    margin: 1.25rem 0 0.75rem;
}

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

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 120%;
}

.breadcrumbs__item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    background-color: #a8a5a3;
}

.breadcrumbs__link {
    color: #7c7875;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.popup__notice {
    max-width: 24.5rem;
}

.header__notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #e2d8c9;
}

.header__notice p {
    margin: 0;
}

.header {
    position: relative;
    z-index: 100;
    min-height: calc(3.5rem + var(--notice-basic-height));
    background-color: #fff;
}

.header__wrapper {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.header__body {
    min-height: 3.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0.375rem 0;
}

.header__logo img {
    max-width: 100%;
}

.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header__actions {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    padding: 0.375rem 0;
}

.header__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header__socials {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    margin-left: auto;
}

.header__social-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
}

.menu__body {
    height: 100%;
}

.menu__list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 2.5rem;
}

.menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.75rem;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.submenu {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-grid;
    display: grid;
}

.submenu__group_wide {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
}

.submenu__group_wide .submenu__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    height: 17.1875rem;
}

.submenu__label {
    display: block;
    padding: 0.25rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    color: #514b47;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.submenu__label:not(:last-child) {
    margin-bottom: 0.5rem;
}

.submenu__item {
    padding: 0.25rem 0;
}

.submenu__link {
    display: inline-block;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.submenu__link_new {
    position: relative;
}

.submenu__link_new::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 0.5rem);
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 0.375rem;
    background-color: #975730;
}

.catalog__navigation-item-link.submenu__link_new::after {
    position: static;
    display: inline-block;
    margin-bottom: 7px;
}

.footer {
    background-color: #f3f0ee;
}

.footer_order .footer__body {
    padding: 2rem 0;
}

.footer_order .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}

.footer__body {
    padding: 2.5rem 0;
}

.footer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0.75rem;
}

.footer__grid:not(:last-child) {
    margin-bottom: 2.5rem;
}

.footer__logo-wrapper {
    max-width: 20.6875rem;
}

.footer__logo-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.footer__logo {
    display: inline-block;
}

.footer__logo:not(:last-child) {
    margin-bottom: 0.5rem;
}

.footer__logo img {
    max-width: 100%;
}

.footer__logo-text {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}

.footer__socials-item {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.footer__menu-label {
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.footer__menu-label:not(:last-child) {
    margin-bottom: 0.25rem;
}

.footer__menu-link {
    display: inline-block;
    padding: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.footer__form-head:not(:last-child) {
    margin-bottom: 1.25rem;
}

.footer__form-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.footer__form-title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.footer__form-descr {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.footer__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

.footer__form:not(:last-child) {
    margin-bottom: 0.5rem;
}

.footer__note {
    font-size: 0.75rem;
    line-height: 120%;
    color: #7c7875;
}

.footer__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.75rem;
}

.footer__bottom-col {
    font-size: 0.875rem;
    line-height: 120%;
    color: #7c7875;
}

.footer__bottom-col a {
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.footer__copyright {
    font-size: 0.875rem;
    line-height: 120%;
    color: #7c7875;
}

.footer__links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.footer__links-item {
    padding: 0.25rem 0;
    font-size: 0.875rem;
    line-height: 120%;
    color: #7c7875;
}

.tap-bar {
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0.5rem;
    border-top: 0.0625rem solid rgba(37, 30, 25, .1);
    background-color: #fff;
}

.tap-bar__group {
    padding-top: 0.59375rem;
}

.tap-bar__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.tap-bar__label:not(:last-child) {
    margin-bottom: 0.59375rem;
}

.tap-bar__label_del::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.tap-bar__label_del-active {
    font-weight: 500;
}

.tap-bar__label_del-active::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.tap-bar__btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.tap-bar__btn:disabled {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tap-bar__btn:disabled span:last-child {
    display: none;
}

.tap-bar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.4375rem;
}

.tap-bar__actions-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.125rem;
    padding: 0.25rem;
    font-size: 0.75rem;
    line-height: 120%;
}

.tap-bar__actions-item::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.tap-bar__actions-item._active {
    color: #251e19;
}

.sub-wrapper {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 0.0625rem solid #d3d2d1;
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: .5s ease 0s;
    transition: .5s ease 0s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}

.sub-wrapper._active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.sub-wrapper__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    gap: 0.75rem;
    height: 25rem;
    padding: 1.25rem 0 4.6875rem;
}

.sub-wrapper__submenu {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
}

.sub-wrapper__products {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.75rem;
    color: #251e19;
}

.sub-wrapper__products-item {
    position: relative;
    height: 100%;
}

.sub-wrapper__products-item-img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sub-wrapper__products-item-img:not(:last-child) {
    margin-bottom: 0.5rem;
}

.sub-wrapper__products-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sub-wrapper__search {
    -ms-grid-column-span: 4;
    grid-column: 4 span/-1;
}

.header-search__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.header-search__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.header-search__form-input {
    height: 1.8125rem;
    width: 100%;
    border-left: 0.0625rem solid #000;
    font-size: 1.75rem;
    line-height: 100%;
    color: #251e19;
}

.header-search__form-input::-webkit-input-placeholder {
    color: #7c7875;
}

.header-search__form-input::-moz-placeholder {
    color: #7c7875;
}

.header-search__form-input:-ms-input-placeholder {
    color: #7c7875;
}

.header-search__form-input::-ms-input-placeholder {
    color: #7c7875;
}

.header-search__form-input::placeholder {
    color: #7c7875;
}

.header-search__form-submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.75rem 1.75rem;
}

.header-search__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.header-search__group_wide {
    grid-column: 1/-1;
}

.header-search__label {
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    color: #7c7875;
}

.header-search__label:not(:last-child) {
    margin-bottom: 0.5rem;
}

.header-search__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.header-search__list-link_recently::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header-search__empty-title {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.header-search__empty-title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.header-search__empty-text {
    font-size: 1rem;
    line-height: 120%;
    color: #514b47;
}

.products-slider:not(:last-child) {
    margin-bottom: 5rem;
}

.products-slider__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
}

.products-slider__head:not(:last-child) {
    margin-bottom: 1.25rem;
}

.products-slider__title {
    display: block;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 100%;
    color: #251e19;
}

.products-slider__title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.products-slider__subtitle {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.products-slider__arrows {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.products-slider__arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.products-slider__arrow:disabled {
    opacity: .3;
}

.products-wrapper__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
}

.products-wrapper__head:not(:last-child) {
    margin-bottom: 1.25rem;
}

.products-wrapper__title {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 100%;
    color: #251e19;
}

.products-wrapper__title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.products-wrapper__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 2rem;
}

.button__hide {
    background-color: #F3F0EE !important;
    color: #975730 !important;
    border-color: #f3f0ee;
}

.button__hide:hover {
    background-color: #E8E1DC !important;
}

.service-message {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    width: 22.5rem;
    min-height: 2.75rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: #40332b;
}

.service-message::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.service-message__text {
    padding: 0 0.25rem;
    font-weight: 500;
    color: 0.875rem;
    line-height: 120%;
    color: #fff;
}

.catalog {
    padding-top: 2rem;
}

.catalog__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14rem 2rem 1fr;
    grid-template-columns: 14rem 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 1.25rem;
    -ms-grid-rows: auto 0.75rem auto;
    grid-template-areas: ". catalog__top" "catalog__navigation catalog__body";
}

.catalog__grid_alt {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "catalog__top" "catalog__body";
}

.catalog__top {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: catalog__top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog__grid_alt>.catalog__top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.catalog__back {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem 1.25rem;
}

.catalog__title-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.catalog__title {
    position: relative;
    display: inline-block;
    max-width: 100%;
    font-weight: 500;
    font-size: 2.75rem;
    line-height: 100%;
    color: #251e19;
}

.catalog__title>span:first-child {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog__title-count {
    position: absolute;
    top: 0.5rem;
    left: calc(100% + 0.5rem);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 120%;
    color: #7c7875;
}

.catalog__filters-button {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem 1.25rem;
}

.catalog__navigation {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: catalog__navigation;
    position: sticky;
    top: 4.1875rem;
    height: fit-content;
}

.catalog__navigation-item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.catalog__navigation-item_spoller {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.5rem;
    grid-template-columns: 1fr 1.5rem;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.25rem;
}

.catalog__navigation-item_spoller .catalog__navigation-item-body {
    grid-column: 1/-1;
}

.catalog__navigation-item-link {
    display: inline-block;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    color: #7c7875;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.catalog__navigation-item-link._active {
    font-weight: 500;
    color: #251e19;
}

.catalog__navigation-item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog__navigation-item-button._spoller-active::before {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.catalog__navigation-item-button::before {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.catalog__navigation-item-body {
    padding: 0 0.75rem 0.5rem 1.25rem;
}

.catalog__navigation-submenu-item-link {
    display: inline-block;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    color: #7c7875;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.catalog__navigation-submenu-item-link._active {
    font-weight: 500;
    color: #251e19;
}

.catalog__body {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: catalog__body;
    min-width: 0;
}

.catalog__grid_alt>.catalog__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.catalog__top-panel:not(:last-child) {
    padding-bottom: 0.625rem;
    margin-bottom: 1.375rem;
}

.catalog__filters-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}

.catalog__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    grid-row-gap: 2rem;
    margin-top: 0.5rem;
}

.catalog__list_wishlist {
    position: relative;
}

.catalog__list-item {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
}

.catalog__empty-wrapper {
    padding-top: 1.25rem;
}

.catalog__empty {
    border-radius: 0.5rem;
    padding: 1.25rem;
    background-color: #f3f0ee;
}

.catalog__empty-text-wrapper:not(:last-child) {
    margin-bottom: 0.75rem;
}

.catalog__empty-title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 120%;
    color: #251e19;
}

.catalog__empty-title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.catalog__empty-text {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.catalog__empty-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.filters__head {
    display: none;
}

.filters__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}

.filters__group {
    position: relative;
}

.filters__group._active .filters__title-wrapper {
    color: #975730;
}

.filters__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.filters__title-wrapper._spoller-active::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.filters__title-wrapper::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.filters__title {
    font-size: 1rem;
    line-height: 120%;
}

.filters__body {
    position: absolute;
    z-index: 20;
    top: calc(100% + 0.25rem);
    left: 0;
    width: 20rem;
    padding: 1.25rem;
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .12);
    background-color: #fff;
}

.filters__label {
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
}

.filters__label:not(:last-child) {
    margin-bottom: 0.5rem;
}

.filters__list {
    max-height: 21.75rem;
    overflow: auto;
}

.filters__list-item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.price-filter__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.price-filter__inputs:not(:last-child) {
    margin-bottom: 1.25rem;
}

.price-filter__input-wrap {
    position: relative;
    width: 100%;
}

.price-filter__input-wrap:not(:last-child) {
    margin-right: 0.5rem;
}

.price-filter__input-wrap span {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 1.25rem;
    height: 1rem;
    text-align: center;
    color: #7c7875;
    font-size: 0.875rem;
    line-height: 120%;
}

.price-filter__input {
    width: 100%;
    min-height: 2.5rem;
    padding-left: 2.25rem;
    padding-right: 1.875rem;
    border: 0.0625rem solid #d3d2d1;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.price-filter__input::-webkit-input-placeholder {
    color: #7c7875;
}

.price-filter__input::-moz-placeholder {
    color: #7c7875;
}

.price-filter__input:-ms-input-placeholder {
    color: #7c7875;
}

.price-filter__input::-ms-input-placeholder {
    color: #7c7875;
}

.price-filter__input::placeholder {
    color: #7c7875;
}

.price-filter .price-filter__input-clear {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.price-filter__range {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.selected-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    margin-top: 0.75rem;
}

.selected-filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

.selected-filters__item {
    position: relative;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.25rem 1.75rem 0.25rem 0.75rem;
    border-radius: 1.875rem;
    background-color: #f3f0ee;
}

.selected-filters__item-color {
    width: 0.75rem;
    height: 0.75rem;
}

.selected-filters__item-title {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.selected-filters__delete {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    padding-right: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
}

.selected-filters__delete::before {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.selected-filters__clear {
    font-size: 0.875rem;
    line-height: 120%;
    color: #7c7875;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.product-item__sizes__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
    margin-top: 1.25rem;
}

.btn-item_added {
    flex: 1;
}

.products-item_replace .products-item__img-wrapper:not(:last-child) {
    margin-bottom: 0.5rem;
}

.products-item_replace .products-item__info {
    padding-right: 1.25rem;
}

.products-item_replace .products-item__title {
    max-height: 2.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.products-item_replace .products-item__properties:not(:last-child) {
    margin-bottom: 0.75rem;
}

.products-item_disabled .products-item__img-wrapper img {
    opacity: .5;
}

.products-item_disabled .products-item__title {
    color: #514b47;
}

.products-item_disabled .products-item__price {
    color: #7c7875;
}

.imageViewer._active .products-item__sizes-filling,
.products-item._active .products-item__sizes-filling {
    pointer-events: all;
    opacity: .7;
}

.products-item__img-wrapper {
    position: relative;
}

.products-item__img > .loader-added,
.products-item__img > .local-loader,
.products-item__img-wrapper > .loader-added,
.products-item__img-wrapper > .local-loader {
    z-index: 9;
}

.products-item__img-wrapper:not(:last-child) {
    margin-bottom: 0.75rem;
}

.products-item__sizes-filling {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #372c25;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.products-item__img {
    position: relative;
    display: block;
    padding-bottom: 152.1126760563%;
    background: #F3F0EE;
}

.products-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-item__img img.image-none,
.product-card__img img.image-none {
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-card__img.image-none>img {
    -o-object-fit: contain;
    object-fit: contain;
}

/* Слайд фото */
.products-item__img-list>div {
    display: none;
}

.products-item__img-list>div.is-active {
    display: block;
}

.products-item__sections {
    width: 100%;
    height: 100%;
    cursor: pointer;

    position: absolute;
    top: 0;
}

.products-item__section {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

.catalog__list-item:hover .catalog__dots {
    opacity: 1;
}

.catalog__dots {
    display: flex;
    gap: 0 0.25rem;
    position: absolute;
    bottom: 0.5rem;
    left: 0.25rem;
    margin: 0;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s;
}

.catalog__dot {
    width: 2rem;
    height: 0.125rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.catalog__dot.catalog__dot--active {
    background-color: #fff;
}

.catalog__dots .catalog__dot:first-child:last-child {
    display: none;
}

.products-item__actions {
    position: absolute;
    top: 0.25rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
    z-index: 10;
}

.products-item__action {
    position: relative;
    width: 2rem;
    height: 1.5rem;
}

.products-item__action::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.products-item__action::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.products-item__action._active::after {
    opacity: 1;
}

.products-item__sizes-wrapper {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    max-width: 17.5rem;
    padding: 1.25rem;
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

.products-item__sizes-wrapper._active {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    pointer-events: all;
}

.products-item__sizes-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem 1rem;
}

.products-item__sizes-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.products-item__sizes-title:not(:last-child) {
    margin-bottom: 0.75rem;
}

.products-item__sizes-text,
.products-item__product-ended {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 120%;
    color: #7c7875;
}

.products-item__sizes-text {
    margin-top: 0.75rem;
}

.products-item__product-ended {
    margin-bottom: 0.75rem;
}

.products-item__sizes-bottom {
    padding-top: 0.75rem;
    border-top: 0.0625rem solid #d3d2d1;
}

.products-item__sizes-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.products-item__sizes-table::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.products-item__title {
    display: inline-block;
    padding-right: 0.75rem;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
}

.products-item__title:not(:last-child) {
    margin-bottom: 0.25rem;
}

.products-item__properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.375rem;
}

.products-item__properties:not(:last-child) {
    margin-bottom: 0.5rem;
}

.products-item__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0.5rem;
}

.products-item__price {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.products-item__price_new {
    font-weight: 500;
    color: #b60017;
}

.products-item__price_old {
    font-size: 0.75rem;
    text-decoration: line-through;
    color: #7c7875;
}

.products-item__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
}

.products-item__colors-item {
    width: 0.5rem;
    height: 0.5rem;
}

.colors-list img {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    background: #cfcfcf;
}

.products-item__badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.25rem;
}

.products-item__badge {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.products-item__note {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 120%;
    color: #7c7875;
}

.products-item__note:not(:last-child) {
    margin-bottom: 0.75rem;
}

.products-item__basket-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
}

.products-item__basket-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3rem;
}

.products-item__basket-btn:hover {
    background-color: #594133;
}

.products-item__size-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.products-item__size-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.25rem;
    width: 100%;
    min-height: 2rem;
    padding: 0 0.4375rem;
    border: 0.0625rem solid #d3d2d1;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
    text-align: left;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
}

.products-item__size-title::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.products-item__size-title:hover {
    border-color: #A38775;
}

/* .products-item__size-title._spoller-active::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
} */

.products-item__size-title._disabled {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background-color: #eae9e8;
    color: #7c7875;
    overflow: hidden;
    pointer-events: none;
}

.products-item__size-title._disabled::after {
    display: none;
}

.products-item__size-body {
    position: absolute;
    z-index: 15;
    top: calc(100% + 0.25rem);
    left: 0;
    width: 100%;
    padding: 0.75rem;
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, .12);
    background-color: #fff;
}

.products-item__size-options:not(:last-child) {
    margin-bottom: 0.5rem;
}

.products-item__size-note {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 120%;
    color: #7c7875;
}

.product-card {
    margin-bottom: 5rem;
}

.product-card__gallery {
    position: relative;
    grid-area: product-card-gallery;
    min-width: 0;
}

.product-card__gallery-item {
    position: relative;
    border-radius: 0.25rem;
    padding-bottom: 150.5263157895%;
    overflow: hidden;
    background-color: #F3F0EE;
}

.product-card__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.product-card__img.image-none {
    cursor: default;
}

.product-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-card__info {
    grid-area: product-card-info;
}

.product-card__gallery-pagination {
    position: absolute;
    left: 0.75rem;
    bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.125rem;
}

.product-card__gallery-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .5);
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
}

.product-card__gallery-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.product-card-info__group:not(:last-child) {
    margin-bottom: 2rem;
}

.product-card-info__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 120%;
    color: #251e19;
}

.product-card-info__title:not(:last-child) {
    margin-bottom: 0.75rem;
}

.product-card-info__prices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-card-info__prices-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0.75rem;
}

.product-card-info__prices-item {
    font-size: 1.25rem;
    line-height: 120%;
    color: #251e19;
}

.product-card-info__prices-item._price-new {
    color: #b60017;
}

.product-card-info__prices-item._price-old {
    font-size: 0.875rem;
    text-decoration: line-through;
    color: #7c7875;
}

.product-card-info__installment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    min-height: 1.5625rem;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background-color: #f3f0ee;
    font-size: 0.875rem;
    color: #514b47;
}

.product-card-info__installment-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-card-info__options-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.product-card-info__options.checkbox-list {
    gap: 0.5rem;
}

.product-card-info__options .checkbox-btn__text-wrapper {
    min-width: 3rem;
}

.product-card-info__options .checkbox-btn__text {
    font-size: 1.25rem;
    color: inherit;
}

.product-card-info__options-title {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.product-card-info__options-title:not(:last-child) {
    margin-bottom: 0.75rem;
}

.product-card-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

.product-card-info__button:first-child {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.product-card-info__button {
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
}

.product-card-info__button>.local-loader,
.tap-bar__btn>.local-loader {
    background-color: #40332B;
}

.product-card-info__button svg,
.tap-bar__btn svg {
    max-width: 1.25rem !important;
    fill: #fff;
}

.button__in-cart {
    background-color: #975730;
    border-color: #975730;
}

.button__in-cart:hover {
    background-color: #7D401B;
}

.product-card-info__descr:not(:last-child) {
    margin-bottom: 1.25rem;
}

.product-card-info__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.product-card-info__reviews::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.product-card-descr__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    text-align: left;
    color: #251e19;
}

.product-card-descr__title._spoller-active .product-card-descr__title-icon::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.product-card-descr__title-icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.product-card-descr__title-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.product-card-descr__body {
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
}

.product-card-descr__text-wrapper {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.product-card-descr__text-wrapper>*:not(:last-child) {
    margin-bottom: 0.5rem;
}

.product-card-descr__popup-btn {
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.product-card-descr__popup-btn:not(:last-child) {
    margin-bottom: 0.75rem;
}

.product-delivery__item {
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: #f3f0ee;
}

.product-delivery__item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.product-delivery__item>*:not(:last-child) {
    margin-bottom: 0.5rem;
}

.product-delivery__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    text-align: left;
    color: #251e19;
}

.product-delivery__item-title::after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

.product-delivery__item-title._spoller-active::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.product-delivery__item-body {
    padding: 0.25rem 0;
}

.product-delivery__item-text {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.product-delivery__item-text:not(:last-child) {
    margin-bottom: 0.5rem;
}

.product-delivery__item-more {
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.product-delivery__item-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.product-delivery__item-time {
    color: #7c7875;
}

.colors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
}

.colors-list__item {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
}

.colors-list__item img {
    width: 100%;
}

.colors-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.0625rem solid;
    border-color: rgba(37, 30, 25, .2);
    border-radius: 50%;
}

.colors-list__item._active {
    width: 2.25rem;
    border-radius: 1.25rem;
}

.colors-list__item._active::before {
    border-radius: 1.25rem;
}

.basket__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 22.5rem;
    grid-template-columns: 1fr 22.5rem;
    grid-column-gap: 2rem;
    grid-row-gap: 1.25rem;
    -ms-grid-rows: auto 1.25rem auto;
    grid-template-areas: "basket__top ." "basket__list-wrapper basket__info";
    padding-top: 1.25rem;
}

.basket__top {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: basket__top;
}

.basket__title {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 100%;
    color: #251e19;
}

.basket__title-count {
    position: absolute;
    top: 0;
    left: calc(100% + 0.5rem);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
}

.basket__actions-mob-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 3rem;
    width: 2.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
}

.basket__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.basket__actions-share {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    text-align: left;
    color: #251e19;
}

.basket__actions-share-btn {
    color: #975730;
}

.basket__actions-share-text {
    display: flex;
    align-items: center;
}

.basket__actions-share-text>svg {
    margin-right: 0.6rem;
}

.basket__actions-clear {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.75rem;
    flex: 0 0 13.75rem;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    text-align: left;
    color: #7c7875;
}

.basket__list-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: basket__list-wrapper;
}

.basket__list-group:not(:last-child) {
    margin-bottom: 2rem;
}

.basket__list-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.basket__list-title:not(:last-child) {
    margin-bottom: 1.25rem;
}

.basket__list-item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.basket__info {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: basket__info;
}

.basket__info-group:not(:last-child) {
    margin-bottom: 1.25rem;
}

.basket__button {
    width: 100%;
}

.basket__button:not(:last-child) {
    margin-bottom: 0.75rem;
}

.basket__info-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: #f3f0ee;
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.basket__info-delivery:not(:last-child) {
    margin-bottom: 0.5rem;
}

.basket__info-delivery::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.basket__info-delivery._active {
    font-weight: 500;
}

.basket__info-total-wrapper {
    padding: 1.25rem;
    border-radius: 0.5rem;
    background-color: #f3f0ee;
}

.basket__info-total-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.basket__info-total,
.basket__info-form-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.basket__info-certificate:not(:last-child) {
    margin-bottom: 1.25rem;
}

.basket__info-certificate-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
}

.basket__info-certificate-group:not(:last-child) {
    margin-bottom: 0.75rem;
}

.basket__info-certificate-link {
    color: #975730;
}

.basket__info-certificate-delete {
    color: #7c7875;
}

.basket__info-total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0.5rem;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.basket__info-total-item_dilivery span:last-child {
    text-align: right;
}

.basket__info-total-item_price {
    font-weight: 500;
}

.basket__info-total-item_price span:last-child {
    text-align: right;
}

.basket__info-total-item_discount span:last-child {
    color: #b60017;
}

.basket__info-total-item .dotts {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 0.0625rem dashed #938f8c;
}

.basket__intallment {
    padding: 1.25rem;
    border-radius: 0.5rem;
    background-color: #f3f0ee;
}

.basket__intallment-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.basket__intallment-head:not(:last-child) {
    margin-bottom: 0.75rem;
}

.basket__intallment-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.4375rem 0.5rem;
    border-radius: 0.25rem;
    background-color: #000;
}

.basket__intallment-title {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.basket__intallment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

.basket__intallment-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.basket__intallment-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.25rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    background-color: #d1c3ba;
}

.basket__intallment-item._active::before {
    background-color: #40332b;
}

.basket__intallment-price {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.basket__intallment-price:not(:last-child) {
    margin-bottom: 0.125rem;
}

.basket__intallment-date {
    font-size: 0.75rem;
    line-height: 120%;
    color: #514b47;
}

.basket__info-empty {
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
}

.basket__empty-wrapper {
    padding-top: 1.25rem;
}

.basket__empty {
    border-radius: 0.5rem;
    padding: 1.25rem;
    background-color: #f3f0ee;
}

.basket__empty-text-wrapper:not(:last-child) {
    margin-bottom: 0.75rem;
}

.basket__empty-title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 120%;
    color: #251e19;
}

.basket__empty-title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.basket__empty-text {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.basket__empty-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.basket-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.75rem;
}

.basket-item_disabled .basket-item__image-wrapper {
    opacity: .5;
}

.basket-item_disabled .basket-item__body {
    grid-template-areas: "basket-item__descr-wrapper basket-item__buttons-wrapper" "basket-item__actions basket-item__buttons-wrapper";
}

.basket-item_deleted .basket-item__image-wrapper {
    opacity: .5;
}

.basket-item_deleted .basket-item__body {
    grid-template-areas: "basket-item__descr-wrapper basket-item__quantity-wrapper" "basket-item__timer basket-item__quantity-wrapper";
}

.basket-item_disabled.basket-item_deleted .basket-item__body {
    grid-template-areas: "basket-item__descr-wrapper" "basket-item__timer";
}

.basket-item_disabled.basket-item_deleted .basket-item__buttons-wrapper {
    display: none;
}

.basket-item_deleted .basket-item__price-wrapper {
    opacity: .5;
}

.basket-item__image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.75rem;
    flex: 0 0 10.75rem;
}

.basket-item__image-wrapper img {
    max-width: 100%;
}

.basket-item__image-wrapper img.image-none {
    width: 100%;
}

.basket-item__body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.75rem 13.75rem;
    grid-template-columns: 1fr 13.75rem;
    -ms-grid-rows: auto 0.75rem auto;
    grid-template-areas: "basket-item__descr-wrapper basket-item__quantity-wrapper" "basket-item__actions basket-item__quantity-wrapper";
    gap: 1.25rem;
}

.basket-item__descr-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: basket-item__descr-wrapper;
}

.basket-item_deleted .basket-item__body>.basket-item__descr-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.basket-item__body>.basket-item__descr-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.basket-item__name {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.basket-item__name:not(:last-child) {
    margin-bottom: 0.25rem;
}

.basket-item__size {
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
}

.basket-item__actions {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: basket-item__actions;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
}

.basket-item__last {
    color: #B60017;
}

.basket-item__body>.basket-item__actions {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.basket-item__actions-wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.basket-item__actions-wishlist::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.basket-item__actions-delete {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
}

.basket-item__price-wrapper:not(:last-child) {
    margin-bottom: 0.75rem;
}

.basket-item__price {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.basket-item__quantity-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: basket-item__quantity-wrapper;
}

.basket-item__body>.basket-item__quantity-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
}

.basket-item__buttons-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: basket-item__buttons-wrapper;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.75rem;
    flex: 0 0 13.75rem;
}

.basket-item__quantity {
    position: relative;
}

.basket-item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.basket-item__timer {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: basket-item__timer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.basket-item__timer-text {
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
}

.order__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 22.5rem;
    grid-template-columns: 1fr 22.5rem;
    grid-column-gap: 2rem;
    grid-row-gap: 1.25rem;
    -ms-grid-rows: auto 1.25rem auto;
    grid-template-areas: "order__head ." "order__body order__sidebar";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.25rem;
}

.order__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: order__head;
}

.order__link-back {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.order__link-back:not(:last-child) {
    margin-bottom: 0.75rem;
}

.order__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.3125rem;
    padding: 0.625rem;
    border-radius: 0.5rem;
    background-color: #f3f0ee;
}

.order__note::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.order__note-text {
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

.order__note-link {
    color: #975730;
}

.order__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: order__body;
}

.order__group:not(:last-child) {
    margin-bottom: 5rem;
}

.order__row-wrapper:not(:last-child) {
    margin-bottom: 2rem;
}

.order__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 11.75rem 1fr;
    grid-template-columns: 11.75rem 1fr;
    gap: 0.5rem;
}

.order__row:not(:last-child) {
    margin-bottom: 1.25rem;
}

.order__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 120%;
    color: #251e19;
}

.order__label {
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.order__input-wrapper {
    position: relative;
}

.order__input-wrapper:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order__input-wrapper._active .order__input-clear {
    opacity: 1;
    pointer-events: all;
}

.order__input-clear {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}

.order__input-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 4.5rem 1fr;
    grid-template-columns: 1fr 1fr 4.5rem 1fr;
    gap: 0.5rem;
}

.order__input-grid .order__input {
    padding-right: 0.75rem;
}

.order__input-note {
    font-size: 0.875rem;
    line-height: 120%;
    color: #514b47;
}

.order__checkbox {
    -ms-grid-column: 2;
    grid-column: 2;
}

.order__checkbox .checkbox__text-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.order__checkbox .checkbox__point {
    margin: 0.09375rem 0;
}

.order__sidebar {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: order__sidebar;
}

.order__sidebar-title {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 120%;
    color: #251e19;
}

.order__sidebar-title:not(:last-child) {
    margin-bottom: 1.25rem;
}

.order__sidebar-title-count {
    position: absolute;
    top: 0;
    left: calc(100% + 0.5rem);
    font-size: 0.75rem;
    line-height: 120%;
    color: #7c7875;
}

.order__sidebar-products-list:not(:last-child) {
    margin-bottom: 1.25rem;
}

.order__sidebar-products-item:not(:last-child) {
    margin-bottom: 0.25rem;
}

.order__sidebar-total:not(:last-child) {
    margin-bottom: 1.25rem;
}

.order__sidebar-total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0.5rem;
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.order__sidebar-total-item_discount span:last-child {
    color: #b60017;
}

.order__sidebar-total-item_total {
    font-weight: 500;
}

.order__sidebar-total-item .dotts {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 0.0625rem dashed #938f8c;
}

.order__sidebar-button {
    width: 100%;
}

.order__sidebar-button:not(:last-child) {
    margin-bottom: 0.75rem;
}

.order__sidebar-policy {
    font-size: 0.75rem;
    line-height: 120%;
    color: #7c7875;
}

.order__sidebar-policy a {
    text-decoration: underline;
}

.order__sidebar-policy a:hover {
    text-decoration: none;
    color: inherit;
}

.order-success__body {
    max-width: 50rem;
}

.order-success__head:not(:last-child) {
    margin-bottom: 2rem;
}

.order-success__title-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.order-success__title {
    font-size: 1.75rem;
    line-height: 100%;
    color: #251e19;
}

.order-success__title:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order-success__text {
    max-width: 38.75rem;
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
}

.order-success__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 11.75rem 1fr;
    grid-template-columns: 11.75rem 1fr;
    gap: 0.5rem;
    padding: 1rem 0;
    border-bottom: 0.0625rem solid #d3d2d1;
}

.order-success__label {
    font-size: 1rem;
    line-height: 120%;
    color: #585858;
}

.order-success__value {
    font-size: 1rem;
    line-height: 120%;
    color: #111;
}

.order-success__price {
    font-weight: 500;
}

.order-success__price:not(:last-child) {
    margin-bottom: 0.5rem;
}

.order-success__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.order-success__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
    border-radius: 1.875rem;
    background-color: #f3f0ee;
    font-size: 0.875rem;
    line-height: 120%;
    color: #251e19;
}

/* Переопределение стандартных стилей Оформление заказа */
div.co-input-select:after {
    content: none !important;
}

.rd-container-attachment {
    margin-top: 5px;
    border: 0.0625rem solid #d3d2d1;
    border-radius: 0.5rem;
    font-size: 1rem;
    line-height: 120%;
    color: #251e19;
    font-family: inherit;
}

.rd-day-head {
    font-weight: 500;
}


.info__body {
    max-width: 38.75rem;
    padding-top: 2rem;
}

.info__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 120%;
    color: #7c7875;
}

.info__back:not(:last-child) {
    margin-bottom: 0.75rem;
}

.info__back::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.info__title {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 100%;
    color: #251e19;
}

.info__title:not(:last-child) {
    margin-bottom: 1.25rem;
}

.info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.25rem;
    min-height: 2.5rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.5rem;
    background-color: #f3f0ee;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 120%;
    color: #975730;
}

.info__link:not(:last-child) {
    margin-bottom: 0.25rem;
}

.info__link::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.info__link:hover {
    color: #975730;
}

.info__text {
    font-size: 16px;
    line-height: 120%;
    color: #251e19;
}

.info__text:not(:last-child) {
    margin-bottom: 2rem;
}

.info__text p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.info__text strong {
    font-weight: 500;
}

.info__text span {
    display: inline-block;
}

.info__text span:not(:last-child) {
    margin-bottom: 0.375rem;
}

.info__text ul {
    padding-left: 25px;
}

.info__text li {
    list-style-type: disc;
}

.info__text li::marker {
    font-size: 0.625rem;
}

.info__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #251e19;
}

.info__subtitle:not(:last-child) {
    margin-bottom: 1.25rem;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s .5s linear;
    transition: opacity .2s .5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@font-face {
    font-family: "lg";
    src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.lg-icon {
    font-family: "lg" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-container {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: none;
    border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}

.lg-next {
    right: 20px;
}

.lg-next:before {
    content: "";
}

.lg-prev {
    left: 20px;
}

.lg-prev:after {
    content: "";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "";
}

.lg-toolbar .lg-maximize {
    font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
    content: "";
}

.lg-toolbar .lg-download:after {
    content: "";
}

.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

.lg-sub-html a {
    color: inherit;
}

.lg-sub-html a:hover {
    text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-error-msg {
    font-size: 14px;
    color: #999;
}

.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
    opacity: 0;
    -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity .08 cubic-bezier(0, 0, 0.25, 1) 0s, color .08 linear;
    -webkit-transition: opacity .08 cubic-bezier(0, 0, 0.25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity .08 cubic-bezier(0, 0, 0.25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform .08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity .08 cubic-bezier(0, 0, 0.25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity .08 cubic-bezier(0, 0, 0.25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-container {
    display: none;
    outline: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-on {
    scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity .25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
    opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-container {
    display: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}

.lg-inline .lg-backdrop {
    z-index: 1;
}

.lg-inline .lg-outer {
    z-index: 2;
}

.lg-inline .lg-maximize:after {
    content: "";
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform .35s ease-out 0s;
    transition: -webkit-transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-outer .lg-video-cont {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.lg-outer .lg-video-cont .lg-object {
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-video-object {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.lg-outer .lg-video-poster {
    z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
    opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
    opacity: 1;
}

@-webkit-keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes lg-play-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lg-play-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lg-video-play-button {
    width: 18%;
    max-width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity .1s;
    -webkit-transition: opacity .1s, -webkit-transform .25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
    transition: opacity .1s, -webkit-transform .25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
    transition: transform .25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity .1s;
    transition: transform .25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity .1s, -webkit-transform .25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
    opacity: 1;
}

.lg-video-play-icon-bg {
    fill: none;
    stroke-width: 3%;
    stroke: #fcfcfc;
    opacity: .6;
    will-change: opacity;
    -webkit-transition: opacity .12s ease-in;
    transition: opacity .12s ease-in;
}

.lg-video-play-icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    fill: none;
    stroke-width: 3%;
    stroke: rgba(30, 30, 30, .9);
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
}

.lg-video-play-icon {
    position: absolute;
    width: 25%;
    max-width: 120px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: .6;
    will-change: opacity;
    -webkit-transition: opacity .12s ease-in;
    transition: opacity .12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
    fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
    -webkit-animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite;
    animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite;
}

.lg-video-loaded .lg-video-play-button {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
}

@media (min-width: 47.99875em) {
    .popup-right__head {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
    }

    .popup-right__back {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .popup-right__body {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: auto;
    }

    .popup-right__form {
        max-width: 22.5rem;
        margin: auto;
        padding: 1.25rem 0;
    }

    .popup-right__form-body-wrapper:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .basket-item_deleted .basket-item__actions {
        display: none;
    }

    .basket-item__descr:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .order__label {
        padding: 0.75rem 0;
    }
}

@media (min-width: 63.99875em) {
    .header__notice-mob {
        display: none;
    }

    /* Пагинация */
    .pagin__body {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .order__sidebar {
        position: sticky;
        top: 4.6875rem;
        height: fit-content;
    }

    .popup_replace .popup__content {
        max-width: 50rem;
    }

    .popup__title_mob {
        display: none;
    }

    .popup__products-list {
        margin-bottom: -200px;
        padding-bottom: 200px;
    }

    .product-card__info {
        position: sticky;
        top: 4rem;
    }

    .tap-bar {
        display: none;
    }

    .service-message_mob {
        display: none;
    }

    .catalog__back {
        display: none;
    }

    .catalog__filters-button {
        display: none;
    }

    .catalog__list_default .catalog__list-item:nth-child(7),
    .catalog__list_default .catalog__list-item:nth-child(8n+7),
    .catalog__list_default .catalog__list-item:nth-child(8n+8) {
        -ms-grid-column-span: 6;
        grid-column: 6 span;
    }

    .catalog__list_alt .catalog__list-item {
        -ms-grid-column-span: 3;
        grid-column: 3 span;
    }

    .catalog__list_alt .catalog__list-item:nth-child(10n-1),
    .catalog__list_alt .catalog__list-item:nth-child(10n) {
        -ms-grid-column-span: 6;
        grid-column: 6 span
    }

    .catalog__list_wishlist {
        margin-top: 0.75rem;
    }

    .catalog__list_wishlist .catalog__list-item {
        -ms-grid-column-span: 3;
        grid-column: 3 span;
    }

    .products-item__sizes-content:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .sizes__bottom-mob {
        display: none;
    }

    .product-card__body {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2rem 22.5rem;
        grid-template-columns: 1fr 22.5rem;
        grid-template-areas: "product-card-gallery product-card-info";
        gap: 2rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .product-card__gallery-wrapper.swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0.25rem;
    }

    .product-card__gallery-pagination {
        display: none;
    }

    .basket__title-wrapper:not(:last-child),
    .catalog__title-wrapper:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .basket__actions-mob {
        display: none;
        visibility: hidden;
    }

    .basket__info-group {
        position: sticky;
        top: 4rem;
    }

    .products-item__product-ended {
        margin-bottom: 0.5rem;
    }

    .products-item__sizes-text,
    .products-item__product-ended {
        font-size: 0.75rem;
    }

    .order__head {
        max-width: 38.75rem;
    }

    .order__body {
        max-width: 38.75rem;
    }

    .product-card__gallery {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .product-card__info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .products-item__button span:last-child {
        display: none;
    }

    /* модалка меню аккаунта */
    .popup__account-nav {
        display: none;
    }
}

@media (min-width: 82.49875em) {
    .footer__col:first-child {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }
}

@media (max-width: 99.99875em) {
    .sub-wrapper__submenu {
        -ms-grid-column-span: 7;
        grid-column: 7 span;
    }

    .sub-wrapper__products {
        -ms-grid-column-span: 3;
        grid-column: 3 span;
    }

    .sub-wrapper__products-item-img {
        height: auto;
        padding-bottom: 100.3367003367%;
    }

    .sub-wrapper__search {
        -ms-grid-column-span: 5;
        grid-column: 5 span/-1;
    }
}

@media (max-width: 82.49875em) {
    .footer__grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .footer__bottom {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .footer__bottom-col:last-child {
        -ms-grid-column-span: 2;
        grid-column: 2 span;
    }

    .sub-wrapper__submenu {
        -ms-grid-column-span: 10;
        grid-column: 10 span;
    }

    .sub-wrapper__products {
        display: none;
    }

    .basket__actions-clear {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
        flex: 0 0 7.5rem;
    }

    .basket-item__body {
        -ms-grid-columns: 1fr 7.5rem;
        grid-template-columns: 1fr 7.5rem;
    }

    .basket-item__buttons-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
        flex: 0 0 7.5rem;
    }
}

@media (max-width: 63.99875em) {
    [class*=__container] {
        padding: 0 0.75rem;
    }

    [class*=__container_alt] {
        padding: 0 0.75rem;
    }

    .checkbox__label_filter {
        padding: 0.65625rem 0;
    }

    .checkbox-btn__text-wrapper {
        min-width: 3rem;
    }

    .popup_replace .popup__close {
        display: none;
    }

    .popup_replace .popup__content {
        height: 100%;
        max-height: 38.625rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .popup_replace .popup__body {
        height: 100%;
        padding-bottom: 1.25rem;
        overflow: auto;
    }

    .popup_replace .popup__basket-item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .popup_show .popup__content {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    .popup-right .popup-right__content {
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    .popup__content {
        position: fixed;
        z-index: 150;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, 100%) scale(1);
        -ms-transform: translate(0, 100%) scale(1);
        transform: translate(0, 100%) scale(1);
        max-width: none;
        padding: 1.5rem 0.75rem 1.25rem;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .popup__content:not(.popup-right__content) {
        border-radius: 1.25rem 1.25rem 0 0;
    }

    .popup_replace .popup__content::before {
        content: "";
        position: absolute;
        top: 0.5rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 0.25rem;
        width: 2.5rem;
        border-radius: 0.25rem;
        background-color: #eae9e8;
    }

    .popup__products-wrapper {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .popup__products-list {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .popup__products-list-body.swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 1.25rem;
    }

    .popup__btn-wrapper {
        display: flex;
    }

    .popup__btn-wrapper>.popup__button {
        max-width: 15rem;
        flex: 1;
    }

    .header__notice {
        padding-left: 7px;
        padding-right: 7px;
    }

    .header,
    .breadcrumbs,
    .popup__products-list-arrow,
    .product-card .product-card-info__buttons {
        display: none;
    }

    .header_order {
        display: block;
    }

    .notice__product {
        top: 0;
    }

    .notice {
        top: 0.75rem;
        left: 0.75rem;
        right: 0.75rem;
        width: auto;
    }

    .button__hide span:last-child {
        display: none;
    }

    .footer_order .footer__body {
        padding: 2rem 0 5.5rem;
    }

    .footer__body {
        padding: 2rem 0 5.5rem;
    }

    .footer__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 2rem;
    }

    .footer__col:last-child {
        grid-column: 1/-1;
    }

    .footer__logo-wrapper:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .footer__logo {
        max-width: 9.75rem;
    }

    .footer__bottom {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__bottom-col:last-child {
        grid-column: unset;
    }

    .products-slider:not(:last-child) {
        margin-bottom: 4rem;
    }

    .products-slider__title:not(:last-child) {
        margin-bottom: 0.25rem;
    }

    .products-slider__title {
        font-size: 1.25rem;
    }

    .products-item__button span:first-child {
        display: none;
    }

    .products-slider__arrows {
        display: none;
    }

    .products-slider__list {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .products-wrapper__title:not(:last-child) {
        margin-bottom: 0.25rem;
    }

    .products-wrapper__title {
        font-size: 1.25rem;
    }

    .products-wrapper__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 1.25rem;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .catalog__dots {
        opacity: 1 !important;
        right: 0.25rem;
        left: auto;
    }

    .catalog__dot {
        width: 0.75rem;
        height: 0.125rem;
        border-radius: 0.25rem;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .products-item__sections {
        display: none;
    }

    .sizes__bottom-pc {
        display: none;
    }

    .sizes__bottom-mob {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .service-message {
        top: 3rem;
        left: 0.75rem;
        right: 0.75rem;
        width: auto;
    }

    .catalog {
        padding-top: 0;
    }

    .catalog__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 0 auto;
        grid-template-areas: "catalog__top" "catalog__body";
        grid-row-gap: 0;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .catalog__top {
        position: fixed;
        top: var(--notice-height);
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        /* z-index: 10; */
        background: #fff;
        height: 3rem;
    }

    .catalog__title-wrapper {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-left: 0.75rem;
        margin-right: 1.5rem;
        width: calc(100% - 7.25rem);
    }

    .catalog__title {
        margin-top: 0.1875rem;
        font-size: 1rem;
        line-height: 120%;
    }

    .catalog__title-count {
        top: 0;
        left: calc(100% + 0.25rem);
        font-size: 0.75rem;
    }

    .catalog__share-button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 2.5rem;
        height: 100%;
        border: none;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0);
    }

    .catalog__share-button::before {
        width: 1.25rem;
        height: 1.25rem;
    }

    .catalog__share-button span {
        display: none;
    }

    .catalog__navigation {
        display: none;
    }

    .catalog__top-panel {
        padding-top: 0.25rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .catalog__top-panel:not(:last-child) {
        padding-bottom: 0;
    }

    .catalog__top-panel:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .catalog__filters-wrapper {
        display: none;
    }

    .catalog__list {
        grid-row-gap: 1.25rem;
        margin-top: 0;
    }

    .catalog__list_search {
        position: relative;
        min-height: 4rem;
        overflow: hidden;
    }

    .catalog__list_search>span {
        grid-column: span 2;
    }

    .catalog__list_wishlist .catalog__list-item:nth-child(5n+5) {
        -ms-grid-column-span: 6;
        grid-column: 6 span;
    }

    .catalog__list-item {
        -ms-grid-column-span: 6;
        grid-column: 6 span;
    }

    .catalog__list-item:nth-child(5n+5) {
        -ms-grid-column-span: 12;
        grid-column: 12 span;
    }

    .catalog__empty-wrapper {
        padding-top: 0.75rem;
    }

    .catalog__empty {
        padding: 3.6875rem 1.875rem;
        text-align: center;
    }

    .catalog__empty-text-wrapper:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .selected-filters {
        gap: 0.75rem;
        white-space: nowrap;
        margin-top: 0;
        padding-bottom: 0.625rem;
        overflow-x: auto;
    }

    .selected-filters__list {
        gap: 0.25rem;
    }

    .products-item__img-wrapper:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .products-item__sizes-filling {
        position: fixed;
        z-index: 15;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .products-item__img {
        padding-bottom: 150%;
    }

    .products-item__actions {
        top: 0;
        gap: 0;
    }

    .products-item__action {
        width: 2.25rem;
        height: 2rem;
    }

    .products-item__action::before {
        width: 1.25rem;
        height: 1.25rem;
    }

    .products-item__action::after {
        width: 1.25rem;
        height: 1.25rem;
    }

    .products-item__action-whishlist::before {
        top: calc(50% + 0.125rem);
    }

    .products-item__action-whishlist::after {
        top: calc(50% + 0.125rem);
    }

    .products-item__action-addcart::before {
        top: calc(50% - 0.125rem);
    }

    .products-item__action-addcart::after {
        top: calc(50% - 0.125rem);
    }

    .products-item__sizes-wrapper._active {
        -webkit-transform: translate(0, -100%) scale(1);
        -ms-transform: translate(0, -100%) scale(1);
        transform: translate(0, -100%) scale(1);
    }

    .products-item__sizes-wrapper {
        position: fixed;
        z-index: 20;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-transform: translate(0, 100%) scale(1);
        -ms-transform: translate(0, 100%) scale(1);
        transform: translate(0, 100%) scale(1);
        max-width: none;
        padding: 1.5rem 0.75rem 1.25rem;
        border-radius: 1.25rem 1.25rem 0 0;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .products-item__sizes-wrapper::before {
        content: "";
        position: absolute;
        top: 0.5rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 0.25rem;
        width: 2.5rem;
        border-radius: 0.25rem;
        background-color: #eae9e8;
    }

    .products-item__info {
        padding: 0 0.75rem;
    }

    .products-item__colors {
        gap: 0.125rem;
    }

    .products-item__colors-item {
        width: 0.375rem;
        height: 0.375rem;
    }

    .product-card {
        margin-bottom: 2.5rem;
    }

    .product-card__gallery:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .product-card__gallery {
        margin: 0 -1rem;
    }

    .product-card__gallery-item {
        border-radius: 0;
    }

    .breadcrumbs__list {
        margin-bottom: 1.25rem;
    }

    .basket__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 0rem auto 0rem auto;
        grid-template-areas: "basket__top" "basket__list-wrapper" "basket__info";
        grid-row-gap: 0rem;
        padding-top: 0;
    }

    .basket__top:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .basket__title-wrapper {
        position: fixed;
        top: var(--notice-height);
        left: 0;
        right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 3rem;
        padding: 0 0.75rem;
        background-color: #fff;
        z-index: 100;
        /* z-index: 10; */
    }

    .basket__actions {
        margin-top: 3rem;
    }

    .basket__title {
        margin-right: auto;
        font-size: 1rem;
        line-height: 120%;
    }

    .basket__title-count {
        left: calc(100% + 0.25rem);
        font-size: 0.75rem;
    }

    .basket__actions-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -0.75rem;
    }

    .basket__actions-share {
        display: none;
    }

    .basket__list-wrapper:not(:last-child) {
        margin-bottom: 2rem;
    }

    .basket__button-wrapper {
        display: none;
    }

    .basket__info-delivery {
        display: none;
    }

    .basket__empty-wrapper {
        padding-top: 0.75rem;
    }

    .basket__empty {
        padding: 3.6875rem 1.875rem;
        text-align: center;
    }

    .basket__empty-text-wrapper:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .basket-item__body {
        -ms-grid-columns: 1fr 13.75rem;
        grid-template-columns: 1fr 13.75rem;
    }

    .order__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto 0rem auto 0rem auto;
        grid-template-areas: "order__head" "order__body" "order__sidebar";
        grid-row-gap: 0rem;
        padding-top: 0;
    }

    .order__head:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .order__body:not(:last-child) {
        margin-bottom: 4rem;
    }

    .order__group:not(:last-child) {
        margin-bottom: 4rem;
    }

    .order-success__body {
        padding-top: 0.75rem;
    }

    .order-success__head:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .order-success__title-wrapper:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .order-success__title {
        font-size: 1.25rem;
        line-height: 120%;
    }

    .info__body {
        padding-top: 0.75rem;
    }

    .info__title:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .info__title {
        font-size: 1.25rem;
        line-height: 120%;
    }

    .catalog__top {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .catalog__body {
        margin-top: 3rem;
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .basket__top {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .basket__list-wrapper {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .basket__info {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .order__head {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .order__body {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .order__sidebar {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .tap-bar__actions-item {
        position: relative;
    }

    .tap-bar__actions-item .icon-counter {
        top: 0.25rem;
        left: auto;
        right: calc(50% - 1.625rem);
        width: auto;
    }

    .button__hide,
    .button__in-cart {
        justify-content: center;
    }

    .mob-popup__form-input {
        padding-left: 2.5rem;
    }

    .catalog__container .pagin__body {
        padding: 0 1rem;
    }
}

@media (max-width: 61.99875em) {
    .products-item__title {
        max-height: 2.125rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .products-item__title,
    .products-item__price {
        font-size: 0.875rem;
    }

    .products-item__badge {
        font-size: 0.75rem;
    }

    .popup-gallery .popup__gallery-img {
        width: auto !important;
        height: 100vh;
    }
}

@media (max-width: 47.99875em) {
    .popup-right__content {
        max-width: none;
    }

    .popup-right__head {
        height: 3rem;
        padding: 0;
        background-color: #fff;
    }

    .popup-right__close {
        width: 2.5rem;
        height: 3rem;
    }

    .popup-right__body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .popup-right__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0.75rem;
    }

    .popup-right__form_login .popup-right__form-body {
        padding-top: 7rem;
        padding-bottom: 1.25rem;
    }

    .popup-right__form-body-wrapper {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .popup-right__form-body {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto;
    }

    .popup-right__form-button-wrapper {
        position: relative;
        z-index: 1;
        padding: 0.75rem 0;
        background-color: #fff;
    }

    .popup-right__form-back-wrapper {
        display: none;
    }

    .footer_order .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 1.25rem;
    }

    .footer__links-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
    }

    .basket-item_disabled .basket-item__body {
        grid-template-areas: "basket-item__descr-wrapper basket-item__descr-wrapper" "basket-item__actions basket-item__buttons-wrapper";
    }

    .basket-item_deleted .basket-item__body {
        grid-template-areas: "basket-item__descr-wrapper" "basket-item__quantity-wrapper" "basket-item__timer";
    }

    .basket-item__body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "basket-item__descr-wrapper" "basket-item__quantity-wrapper";
        gap: 0.75rem;
    }

    .basket__list-item:not(.basket-item_deleted) .basket-item__actions {
        position: absolute;
        bottom: 0;
        left: 0;
        gap: 0;
        /* -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; */
    }

    .basket-item__quantity {
        margin-left: auto;
    }

    .basket-item__last {
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .basket-item__quantity {
        margin-left: auto;
    }

    .basket-item__actions-wishlist::before {
        height: 2rem;
        width: 2rem;
        background-size: 1.25rem 1.25rem;
    }

    .basket-item__actions-wishlist {
        padding-right: 0;
    }

    .basket-item__actions-wishlist span {
        display: none !important;
    }

    .basket-item__actions-delete {
        height: 2rem;
    }

    .order__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .order__checkbox {
        -ms-grid-column: 1;
        grid-column: 1;
    }

    .order-success__item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 0.75rem 0;
    }

    .basket-item__descr-wrapper {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .basket-item_deleted .basket-item__body>.basket-item__descr-wrapper {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .basket-item__body>.basket-item__descr-wrapper {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .basket-item__quantity-wrapper {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .basket-item__body>.basket-item__quantity-wrapper {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .basket-item__buttons-wrapper {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .basket-item__timer {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        margin-top: -0.75rem;
        justify-content: end;
        flex-direction: row-reverse;
    }

    .basket-item_disabled .basket-item__timer {
        margin-top: 0;
    }
}

@media (max-width: 29.99875em) {
    .popup_replace .popup__button {
        width: 100%;
    }

    .popup-right__content {
        padding: 0;
    }

    .footer__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.25rem;
    }

    .basket-item__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
        flex: 0 0 5rem;
    }

    .products-item__img img.image-none,
    .product-card__img img.image-none {
        width: 2.5rem;
        height: 2.5rem;
    }
}

@media (any-hover: hover) {
    .form-promocode__capture-btn:hover {
        border-color: rgba(0, 0, 0, 0);
    }

    .form-popup__policy a:hover {
        text-decoration: none;
    }

    .select_catalog-sort .select__title:hover,
    .select_catalog-sort .select__option:hover {
        color: #975730;
    }

    .popup-right__form-button:hover {
        background-color: #594133;
    }

    .input-group__get-code:hover,
    .popup-right__form-back:hover {
        color: #7D401B;
    }

    .breadcrumbs__link:hover {
        color: #975730;
    }

    .menu__link:hover {
        color: #975730;
    }

    .submenu__label:hover {
        color: #975730;
    }

    .submenu__link:hover {
        color: #975730;
    }

    .footer__socials-item:hover {
        color: #975730;
    }

    .footer__menu-link:hover {
        color: #975730;
    }

    .footer__bottom-col a:hover {
        color: #975730;
    }

    .catalog__navigation-item-link:hover {
        color: #975730;
    }

    .catalog__navigation-item-link._active:hover {
        color: #975730;
    }

    .catalog__navigation-submenu-item-link:hover {
        color: #975730;
    }

    .catalog__navigation-submenu-item-link._active:hover {
        color: #975730;
    }

    .filters__title-wrapper:hover {
        color: #975730;
    }

    .selected-filters__clear:hover {
        color: #251e19;
    }

    .products-item__action:hover::after {
        opacity: 1;
    }

    .products-item__title:hover {
        color: #975730;
    }

    .product-card__gallery-pagination .swiper-pagination-bullet:hover {
        background-color: #fff;
    }
}
