.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container .swiper-button-next {
    width: 67px;
    height: 67px;
    background: #e0e0e0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s, border .3s;
    border-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 1024px) {
    .swiper-container .swiper-button-next {
        width: 55px;
        height: 55px
    }
}

@media screen and (max-width: 600px) {
    .swiper-container .swiper-button-next {
        width: 40px;
        height: 40px
    }
}

.swiper-container .swiper-button-next:hover {
    border: 1px solid #181818
}

.swiper-container .swiper-button-next img,
.swiper-container .swiper-button-next svg {
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center
}

@media screen and (max-width: 1024px) {

    .swiper-container .swiper-button-next img,
    .swiper-container .swiper-button-next svg {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width: 600px) {

    .swiper-container .swiper-button-next img,
    .swiper-container .swiper-button-next svg {
        width: 50%;
        height: 50%
    }
}

.swiper-container .swiper-button-next::after {
    content: none
}

.swiper-container .swiper-button-prev {
    width: 67px;
    border-radius: 100%;
    height: 67px;
    transform: scale(-1, 1);
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0);
    transition: opacity .3s, border .3s
}

@media screen and (max-width: 1024px) {
    .swiper-container .swiper-button-prev {
        width: 55px;
        height: 55px
    }
}

@media screen and (max-width: 600px) {
    .swiper-container .swiper-button-prev {
        width: 40px;
        height: 40px
    }
}

.swiper-container .swiper-button-prev:hover {
    border: 1px solid #181818
}

.swiper-container .swiper-button-prev img,
.swiper-container .swiper-button-prev svg {
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center
}

@media screen and (max-width: 1024px) {

    .swiper-container .swiper-button-prev img,
    .swiper-container .swiper-button-prev svg {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width: 600px) {

    .swiper-container .swiper-button-prev img,
    .swiper-container .swiper-button-prev svg {
        width: 50%;
        height: 50%
    }
}

.swiper-container .swiper-button-prev::after {
    content: none
}

.swiper-button-disabled.swiper-button-prev,
.swiper-button-disabled.swiper-button-next {
    opacity: .5;
    pointer-events: all;
    transition: unset
}

.swiper-button-disabled.swiper-button-prev:hover,
.swiper-button-disabled.swiper-button-next:hover {
    border: unset
}

.swiper-button-next {
    width: 67px;
    height: 67px;
    background: #e0e0e0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s, border .3s;
    border-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 1024px) {
    .swiper-button-next {
        width: 55px;
        height: 55px
    }
}

@media screen and (max-width: 600px) {
    .swiper-button-next {
        width: 40px;
        height: 40px
    }
}

.swiper-button-next:hover {
    border: 1px solid #181818
}

.swiper-button-next img,
.swiper-button-next svg {
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center
}

@media screen and (max-width: 1024px) {

    .swiper-button-next img,
    .swiper-button-next svg {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width: 600px) {

    .swiper-button-next img,
    .swiper-button-next svg {
        width: 50%;
        height: 50%
    }
}

.swiper-button-next::after {
    content: none
}

.swiper-button-prev {
    width: 67px;
    border-radius: 100%;
    height: 67px;
    transform: scale(-1, 1);
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0);
    transition: opacity .3s, border .3s
}

@media screen and (max-width: 1024px) {
    .swiper-button-prev {
        width: 55px;
        height: 55px
    }
}

@media screen and (max-width: 600px) {
    .swiper-button-prev {
        width: 40px;
        height: 40px
    }
}

.swiper-button-prev:hover {
    border: 1px solid #181818
}

.swiper-button-prev img,
.swiper-button-prev svg {
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center
}

@media screen and (max-width: 1024px) {

    .swiper-button-prev img,
    .swiper-button-prev svg {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width: 600px) {

    .swiper-button-prev img,
    .swiper-button-prev svg {
        width: 50%;
        height: 50%
    }
}

.swiper-button-prev::after {
    content: none
}

.swiper-button-disabled.swiper-button-prev,
.swiper-button-disabled.swiper-button-next {
    opacity: .5;
    pointer-events: all;
    transition: unset
}

.swiper-button-disabled.swiper-button-prev:hover,
.swiper-button-disabled.swiper-button-next:hover {
    border: unset
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.lined-link {
    display: inline-block;
    position: relative
}

.lined-link::after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    height: 1px;
    width: 100%;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .3s;
    background: #181818
}

.lined-link:hover::after {
    transform: scaleX(1)
}

input {
    border-radius: 0
}

.btn-black {
    color: #fff;
    background: var(--base-black-Defolt);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding: 17px 44px;
    text-align: center;
    transition: background .3s;
    position: relative;
    cursor: pointer
}

.btn-black * {
    cursor: pointer
}

.btn-black:hover {
    background: #3f3f3f
}

.btn-black:active {
    background: #8f8f8f
}

.btn-black.disabled {
    opacity: .6;
    pointer-events: none
}

.btn-white {
    background: #fff;
    border: 1px solid var(--ECCO-Website-base-black, #181818);
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
    padding: 17px 44px;
    transition: background .3s
}

.btn-white:hover {
    background: var(--ECCO-Website-base-black, #181818);
    color: #fff
}

.btn-white:active {
    background: #fff;
    color: #8f8f8f;
    border-color: #8f8f8f
}

.default-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
}

.default-input.invalid .default-input__input,
.default-input.invalid .default-input__textarea {
    border-color: red
}

.default-input__label {
    color: var(--base-black-Defolt, #181818);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.default-input__input,
.default-input__textarea {
    width: 100%;
    padding: 11px;
    border: 1px solid var(--Grey-light, #e0e0e0);
    background: var(--base-white, #fff);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .2px;
    transition: .3s
}

.default-input__input:focus,
.default-input__textarea:focus {
    border-color: var(--base-black-Defolt, #181818)
}

.default-input__input::placeholder,
.default-input__textarea::placeholder {
    color: var(--Grey-Dark, #8f8f8f)
}

.default-input__input:disabled,
.default-input__textarea:disabled {
    color: rgba(143, 143, 143, .5)
}

.default-input__input:disabled::placeholder,
.default-input__textarea:disabled::placeholder {
    color: rgba(143, 143, 143, .5)
}

.default-input__textarea {
    height: 72px;
    resize: none
}

.default-select {
    position: relative;
    width: 100%
}

.default-select.dropped .default-select__btn svg {
    transform: scaleY(-1)
}

.default-select.dropped .default-select__container {
    opacity: 1;
    pointer-events: all
}

.default-select__btn {
    width: 100%;
    padding: 11px;
    border: 1px solid var(--Grey-light, #e0e0e0);
    background: var(--base-white, #fff);
    font-feature-settings: "clig" off, "liga" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.default-select__btn svg {
    width: 24px;
    height: 24px;
    fill: rgba(0, 0, 0, 0);
    stroke: var(--base-black-Defolt, #181818);
    transition: .3s
}

.default-select__container {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--Grey-light, #e0e0e0);
    background: var(--base-white, #fff);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.default-select__item {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.default-select__item input {
    display: none
}

.default-select__item input:checked+.default-select__item-text {
    color: var(--base-black-Defolt, #181818)
}

.default-select__item-text {
    padding: 8px 12px;
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 16px;
    font-style: normal;
    line-height: 120%;
    transition: .3s;
    cursor: pointer
}

@media(hover: hover) {
    .default-select__item-text:hover {
        color: rgba(24, 24, 24, .7)
    }
}

.default-btn {
    padding: 11px 39px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--ECCO-Website-base-white, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    background-color: var(--base-black-Defolt, #181818);
    transition: .3s
}

@media(hover: hover) {
    .default-btn:hover {
        background-color: var(--base-black-Hover, #3f3f3f)
    }
}

.default-btn:disabled {
    background: var(--ECCO-Website-dark-grey, #8f8f8f);
    pointer-events: none
}

.default-btn.light {
    border-color: var(--base-black-Defolt, #181818);
    color: var(--base-black-Defolt, #181818);
    background-color: rgba(0, 0, 0, 0)
}

@media(hover: hover) {
    .default-btn.light:hover {
        background-color: var(--base-black-Defolt, #181818);
        color: var(--ECCO-Website-base-white, #fff)
    }
}

.default-btn.light:disabled {
    border-color: var(--ECCO-Website-dark-grey, #8f8f8f);
    color: var(--ECCO-Website-dark-grey, #8f8f8f);
    pointer-events: none
}

.add-to-fav {
    position: absolute;
    z-index: 10;
    width: 34px;
    height: 34px;
    padding: 5px;
    top: 5px;
    right: 10px;
    transform-origin: center;
    transform: translateZ(0)
}

@media(hover: hover) {
    .add-to-fav:hover svg {
        fill: rgba(24, 24, 24, .7098039216);
        stroke: rgba(0, 0, 0, 0)
    }
}

.add-to-fav.in-fav:active {
    transform: scale(0.9)
}

.add-to-fav.in-fav:active svg {
    fill: rgba(0, 0, 0, 0);
    stroke: #181818
}

.add-to-fav.in-fav svg {
    fill: #181818;
    stroke: #181818
}

.add-to-fav svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #8f8f8f;
    transition: .3s
}

.add-to-fav:active {
    transform: scale(1.1)
}

.page-title {
    color: var(--base-black-Defolt, #181818);
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media screen and (max-width: 1366px) {
    .page-title {
        font-size: 35px
    }
}

@media screen and (max-width: 1024px) {
    .page-title {
        font-size: 34px
    }
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 32px
    }
}

@media screen and (max-width: 600px) {
    .page-title {
        font-size: 30px
    }
}

@media screen and (max-width: 450px) {
    .page-title {
        font-size: 28px;
        font-weight: 800
    }
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.checkbox._err .checkbox__check {
    border-color: #c83532
}

.checkbox input:checked~.checkbox__check {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='5.5' fill='white'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='5.5' stroke='%23181818'/%3E%3Cpath d='M14.6663 6.5L8.24967 12.9167L5.33301 10' stroke='%23181818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: unset
}

.checkbox__check {
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #8f8f8f;
    border-radius: 6px;
    cursor: pointer
}

.checkbox__text {
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

.checkbox__text a {
    color: #8f8f8f;
    display: inline;
    text-decoration: underline;
    transition: color .3s
}

.checkbox__text a:hover {
    color: #fff
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px
}

.pagination__item {
    border-radius: 100%;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Grey-Dark, #8f8f8f);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px;
    width: 40px;
    height: 40px;
    transition: .3s
}

.pagination__item:hover {
    border-color: #181818;
    color: #181818
}

.pagination__item.current {
    background: #181818;
    color: #fff;
    border-color: #181818
}

.tooltip {
    position: relative
}

.tooltip.to-left .tooltip-block {
    right: calc(100% + 6px);
    left: unset
}

.tooltip.to-left .tooltip-block::before {
    content: "";
    right: -4px;
    left: unset
}

.tooltip:hover .tooltip-block {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 1
}

.tooltip-icon {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.tooltip-icon img,
.tooltip-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    fill: #181818;
    cursor: pointer
}

.tooltip-block {
    position: absolute;
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
    width: 425px;
    max-width: 70vw;
    background: #3d3d3d;
    padding: 8px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    transition: .3s
}

@media screen and (max-width: 768px) {
    .tooltip-block {
        max-width: 45vw
    }
}

.tooltip-block * {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

@media screen and (max-width: 768px) {
    .tooltip-block * {
        font-size: 13px;
        font-weight: 400
    }
}

.tooltip-block::before {
    content: "";
    position: absolute;
    display: block;
    left: -4px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: #3d3d3d;
    border-radius: 2px
}

.add-to-cart .add-to-cart__to-cart {
    display: none
}

.add-to-cart.in-cart .add-to-cart__to-cart {
    display: block
}

.add-to-cart.in-cart .add-to-cart__default {
    display: none
}

.swiper-notification {
    position: absolute
}

:root {
    --device-height: 100%
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    display: inline-block;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

span {
    display: inline-block
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button {
    cursor: pointer;
    padding: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    background: initial;
    border: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

p {
    margin: 0
}

* {
    box-sizing: border-box;
    outline: none
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.swiper-container-pointer-events {
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 1768px;
    padding: 0 var(--padding);
    margin: 0 auto
}

:root {
    --padding: 20px;
    --base-black-Defolt: #181818;
    --Grey-Dark: #8f8f8f;
    --Blue-Links: #234484;
    --red: #ff0000;
    --globalPadding: max(calc(calc(calc(100% - 1768px) / 2) + var(--padding)), var(--padding));
    --ECCO-Website-base-black: #181818;
    --ECCO-Website-base-white: #fff;
    --Text-Secondary: #727272;
    --base-black-Hover: #3f3f3f;
    --Text-Dark-Main: #000;
    --base-white: #fff;
    --Grey-light: #e0e0e0;
    --Background: #f3f3f3
}

@media screen and (max-width: 600px) {
    :root {
        --padding: 16px
    }
}

html {
    min-height: 100%
}

html::-webkit-scrollbar {
    width: 4px;
    background: #f3f3f3
}

html::-webkit-scrollbar-thumb {
    background: #181818;
    border-radius: 4px
}

html::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0)
}

.moz {
    scrollbar-width: thin;
    scrollbar-color: #181818 #f3f3f3
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    font-family: "Mulish", sans-serif;
    width: 100%;
    overflow-x: clip
}

.page-head__container {
    display: flex;
    flex-direction: column
}

.page-head-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    flex-wrap: wrap;
    padding: 24px 0
}

.page-head-nav__link {
    color: var(--Grey-2, #babcc0);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

.page-head-nav__link:not(:last-child) {
    transition: .3s
}

@media(hover: hover) {
    .page-head-nav__link:not(:last-child):hover {
        color: var(--base-black-Defolt, #181818)
    }
}

.page-head-nav__link:not(:last-child)::after {
    content: "-";
    color: var(--base-black-Defolt, #181818);
    margin-left: 6px
}

.page-head-nav__link:last-child {
    color: var(--base-black-Defolt, #181818);
    pointer-events: none
}

.page-head__title {
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .84px;
    padding-bottom: 64px
}

@media screen and (max-width: 1024px) {
    .page-head__title {
        padding-bottom: 20px;
        font-size: 38px
    }
}

@media screen and (max-width: 600px) {
    .page-head__title {
        font-size: 32px
    }
}

.main-content {
    flex-grow: 1;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 450px) {
    .main-content {
        padding-bottom: 50px
    }
}

.main-content.main-content_full {
    padding: 0
}

.menu__wrap {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    transform: translateY(-103%)
}

.search-results {
    position: fixed;
    left: 0;
    top: var(--headerH);
    display: none;
    transform: translateY(-100%)
}

.header {
    height: 95px;
    z-index: 101
}

@media screen and (max-width: 1366px) {
    .header {
        height: 90px
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 85px
    }
}

@media screen and (max-width: 600px) {
    .header {
        height: 56px
    }
}

.header__container {
    background: #fff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    z-index: 20
}

.header__inner {
    max-width: 1768px;
    padding: 0 var(--padding);
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff
}

@media screen and (max-width: 1366px) {
    .header__inner {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media screen and (max-width: 600px) {
    .header__inner {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media screen and (max-width: 600px) {
    .header__inner {
        padding: 16px 16px
    }
}

.header__left {
    display: flex;
    align-items: center;
    gap: min(120px, 6.25vw)
}

@media screen and (max-width: 1366px) {
    .header__left {
        flex-grow: 1
    }
}

.header__logo {
    width: 108.4px;
    height: 29.5px
}

@media screen and (max-width: 768px) {
    .header__logo {
        width: 90px;
        height: 24.5px
    }
}

@media screen and (max-width: 600px) {
    .header__logo {
        width: min(74px, 21vw);
        height: min(20px, 5.7vw);
        transition: .3s
    }
}

.header__logo svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.header__nav {
    display: flex;
    align-items: center;
    gap: min(31px, 1.61vw);
    padding: 30px 0;
    transition: .3s
}

@media screen and (max-width: 1366px) {
    .header__nav {
        display: none
    }
}

.header__nav_link {
    color: var(--base-black-Defolt, #181818);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: inline-block;
    position: relative;
    padding: 7px 0
}

.header__nav_link::after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    height: 1px;
    width: 100%;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .3s;
    background: #181818
}

.header__nav_link:hover,
.header__nav_link.active {
    text-decoration: none;
    color: #181818
}

.header__nav_link:hover::after,
.header__nav_link.active::after {
    transform: scaleX(1)
}

.black .header__nav_link {
    padding: 7px 14px;
    color: #fff;
    background: var(--base-black-Defolt, #181818);
    transition: background .3s
}

.black .header__nav_link:hover {
    background: #3f3f3f
}

.black .header__nav_link::after {
    content: none
}

.header__tel {
    color: var(--base-black-Defolt, #181818);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media screen and (max-width: 1366px) {
    .header__tel {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media screen and (max-width: 768px) {
    .header__tel {
        margin-right: 20px;
        margin-left: 20px
    }
}

@media screen and (max-width: 600px) {
    .header__tel {
        font-size: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.67187 11.7C9.44364 13.2938 10.7324 14.5792 12.3281 15.3469C12.4458 15.4026 12.576 15.4268 12.7059 15.4169C12.8358 15.407 12.9608 15.3635 13.0687 15.2907L15.4125 13.725C15.516 13.6548 15.6357 13.6119 15.7603 13.6005C15.8849 13.589 16.0104 13.6093 16.125 13.6594L20.5125 15.5438C20.6625 15.6062 20.7877 15.7162 20.869 15.8568C20.9504 15.9974 20.9832 16.1608 20.9625 16.3219C20.8234 17.4073 20.2937 18.4048 19.4723 19.1278C18.6509 19.8508 17.5943 20.2498 16.5 20.25C13.1185 20.25 9.87548 18.9067 7.48439 16.5156C5.0933 14.1246 3.75 10.8815 3.75 7.50003C3.75025 6.40578 4.1492 5.34911 4.87221 4.52774C5.59522 3.70637 6.59274 3.17659 7.67812 3.03753C7.83922 3.01684 8.00266 3.04967 8.14326 3.13099C8.28386 3.2123 8.39384 3.33758 8.45625 3.48753L10.3406 7.88441C10.3896 7.99723 10.4101 8.12038 10.4003 8.24299C10.3905 8.36561 10.3507 8.48393 10.2844 8.58753L8.71875 10.9688C8.64905 11.0765 8.60814 11.2003 8.59993 11.3283C8.59172 11.4563 8.61649 11.5843 8.67187 11.7Z' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        margin-left: 16px;
        margin-right: 16px
    }
}

@media screen and (max-width: 600px) {
    .header__tel {
        margin-right: min(24px, 6.7vw);
        margin-left: 0
    }
}

@media screen and (max-width: 600px) {
    .header__tel::after {
        content: none
    }
}

@media screen and (max-width: 600px) {
    .header__btn_search {
        order: 5
    }
}

.header__burger {
    display: none;
    transition: background .2s 0s;
    background-position: center;
    background-size: 0%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.83252L5.25 19.3325M18.75 19.3325L5.25 5.83252' stroke='%23101828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat
}

@media screen and (max-width: 1366px) {
    .header__burger {
        display: block;
        width: 24px;
        height: 24px;
        position: relative
    }
}

@media screen and (max-width: 600px) {
    .header__burger {
        position: absolute;
        right: 0
    }
}

.header__burger:hover svg path {
    stroke: #3f3f3f
}

.header__burger.show-menu {
    background-size: 100%;
    transition: background .3s .2s
}

.header__burger.show-menu:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 5.83252L5.25 19.3325M18.75 19.3325L5.25 5.83252' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.header__burger.show-menu svg {
    transform: scale(0)
}

.header__burger svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    fill: none;
    stroke: #181818;
    stroke-width: 1.5
}

.header__burger svg path {
    transition: .3s
}

.header__btns {
    display: flex;
    gap: 20px;
    position: relative
}

@media screen and (max-width: 600px) {
    .header__btns {
        gap: 16px
    }
}

@media screen and (max-width: 600px) {
    .header__btns {
        padding-right: 40px
    }
}

@media screen and (max-width: 600px) {
    .header__btns {
        gap: min(24px, 6.7vw);
        padding-right: 0
    }
}

@media screen and (max-width: 600px) {

    .header__btns .header__basket,
    .header__btns .header__acc,
    .header__btns .header__burger,
    .header__btns .header__fav {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .header__btns .header__burger.show-menu {
        display: block;
        position: relative;
        order: 5
    }
}

#title-search {
    margin-right: -20px
}

@media screen and (max-width: 600px) {
    #title-search {
        margin-right: max(-24px, -6.7vw)
    }
}

.header__btn.header__acc svg,
.header__btn.header__basket svg {
    stroke: unset
}

.header__btn.header__acc svg path,
.header__btn.header__basket svg path {
    transition: fill .3s;
    stroke: unset
}

.header__btn.header__acc svg:hover,
.header__btn.header__basket svg:hover {
    stroke: unset
}

.header__btn.header__acc svg:hover path,
.header__btn.header__basket svg:hover path {
    fill: #3f3f3f;
    stroke: unset
}

.show-search .header__form {
    max-width: min(640px, 50vw)
}

@media screen and (max-width: 768px) {
    .show-search .header__form {
        max-width: 59vw
    }
}

@media screen and (max-width: 600px) {
    .show-search .header__form {
        max-width: calc(100vw - 70px)
    }
}

@media screen and (max-width: 600px) {
    .show-search .header__form {
        pointer-events: all;
        opacity: 1;
        visibility: visible;
        max-width: 81vw
    }
}

.show-search .header__form .header__form_btn {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

@media screen and (max-width: 768px) {
    .show-search .header__logo {
        opacity: 0
    }
}

.show-search .header__nav {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.header__form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% - 38px);
    z-index: 2;
    width: 640px;
    transition: .3s;
    overflow: hidden;
    max-width: 0
}

@media screen and (max-width: 600px) {
    .header__form {
        right: 36px
    }
}

@media screen and (max-width: 600px) {
    .header__form {
        overflow: unset;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: max-width .3s
    }
}

.header__form_icon {
    width: 24px;
    height: 24px;
    fill: rgba(0, 0, 0, 0);
    stroke: #181818;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%)
}

.header__form_wrap {
    display: flex;
    align-items: center;
    position: relative
}

.header__form_wrap input {
    border-radius: 1000px;
    border: 1px solid #d5d4dc;
    background: #f3f3f3;
    height: 48px;
    padding-left: 42px;
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px;
    width: 100%;
    transition: .3s
}

@media screen and (max-width: 600px) {
    .header__form_wrap input {
        margin-right: 0;
        height: 37px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: .2px
    }
}

.header__form_wrap input:focus {
    border-color: #181818
}

.header__btn {
    width: 24px;
    height: 24px;
    position: relative
}

.header__btn:hover svg {
    stroke: #3f3f3f
}

.header__btn:hover svg path {
    stroke: #3f3f3f
}

.header__btn:hover.header__basket svg {
    stroke: none
}

.header__btn:hover.header__basket svg path {
    stroke: none
}

.header__btn svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    fill: none;
    stroke: #181818;
    stroke-width: 1.5;
    transition: .3s
}

.header__btn svg path {
    transition: stroke .3s
}

.header__form_btn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px
}

@media screen and (max-width: 600px) {
    .header__form_btn {
        right: 16px
    }
}

@media screen and (max-width: 600px) {
    .header__form_btn {
        right: -36px;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }
}

.header__form_btn:hover svg {
    stroke: #181818
}

.header__form_btn svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: rgba(0, 0, 0, 0);
    stroke: #8f8f8f;
    transition: .3s
}

.header__btn_num {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    padding: 0 4px;
    height: 17px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #3f3f3f;
    top: -5px;
    left: 12px
}

.vbox-child {
    box-shadow: unset
}

.popup {
    width: 100%;
    max-width: 545px;
    pointer-events: all;
    background-color: var(--base-white, #fff);
    padding: 32px;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 450px) {
    .popup {
        padding: 32px 24px
    }
}

.popup-close {
    display: flex;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 17px;
    height: 17px
}

@media(hover: hover) {
    .popup-close:hover svg {
        stroke: var(--base-black-Defolt, #181818)
    }
}

.popup-close svg {
    stroke: var(--Grey-Dark, #8f8f8f);
    width: 100%;
    height: 100%;
    transition: .3s
}

.popup .popup__link {
    color: var(--Blue-Links, #234484);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration-line: underline
}

.popup .popup__link:hover {
    text-decoration: none
}

.popup__title {
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%
}

.popup .new-address {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px
}

.popup .new-address__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.popup .new-address__inner .default-input {
    grid-column: span 2
}

.popup .new-address__inner .default-input.sm {
    grid-column: span 1
}

@media screen and (max-width: 450px) {
    .popup .new-address__inner .default-input__textarea {
        height: 100px
    }
}

.popup .new-address__btns {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px
}

@media screen and (max-width: 450px) {
    .popup .new-address__btns {
        flex-direction: column
    }
}

.popup.bonus-info {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.popup.bonus-info .popup__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.popup.bonus-info .default-btn {
    margin: 0 auto
}

.popup.bonus-info .bonus-info-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.popup.bonus-info .bonus-info-item__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px
}

.popup.bonus-info .bonus-info-item__icon {
    flex: none;
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center
}

.popup.bonus-info .bonus-info-item__title {
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px
}

.popup.bonus-info .bonus-info-item .bonus-info__text {
    color: var(--base-black-Hover, #3f3f3f)
}

.popup.bonus-info .bonus-info__text {
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

.popup.bonus-history {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
}

.popup.bonus-history .popup__content {
    width: calc(100% + 10px);
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
    max-height: 340px;
    overflow: auto
}

.popup.bonus-history .popup__content::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.popup.bonus-history .popup__content::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0)
}

.popup.bonus-history .popup__content::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--base-black-Defolt, #181818)
}

.popup.bonus-history .default-btn {
    margin: 0 auto
}

.err-popup .popup__content {
    margin-top: 16px
}

.err-popup .popup__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 16px
}

.err-popup .popup__form__btns {
    display: flex;
    width: 100%;
    justify-content: center
}

.err-popup .default-input__textarea {
    height: 90px
}

.ch-input {
    display: flex;
    align-items: center;
    gap: 12px
}

.ch-input.invalid .ch-input__text::before {
    border-color: red
}

.ch-input input:checked~.ch-input__text::before {
    border-color: #181818;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.57945 11.7862L4.6136 7.82928L3 9.42783L8.57945 14.9946L17 6.59315L15.3978 4.9946L8.57945 11.7862Z' fill='%23181818'/%3E%3C/svg%3E")
}

.ch-input__text {
    color: var(--base-black-Defolt, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-left: 32px;
    position: relative;
    cursor: pointer
}

.ch-input__text::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #e0e0e0;
    transition: .3s
}

.ch-input__text a {
    color: #234484;
    text-decoration: underline
}

@media(hover: hover) {
    .ch-input__text a:hover {
        text-decoration: none
    }
}

.popup.success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.popup.success .default-btn {
    margin-top: 16px
}

.bottom-menu {
    display: none
}

@media screen and (max-width: 600px) {
    .bottom-menu {
        width: 100%;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        border-top: 1px solid #000;
        background: #f3f3f3;
        padding: 16px 29px;
        justify-content: space-between;
        align-items: center;
        z-index: 21
    }
}

.bottom-menu svg,
.bottom-menu img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
    fill: none
}

.bottom-menu.no-sales .bottom-menu__sales {
    display: none
}

.bottom-menu .bottom-menu__basket,
.bottom-menu .bottom-menu__fav {
    position: relative
}

.mob-menu {
    display: none;
    position: fixed;
    top: var(--headerH);
    left: 0;
    width: 100%;
    z-index: 31
}

@media(min-width: 1367px) {
    .mob-menu {
        display: none !important
    }
}

@media screen and (max-width: 1366px) {
    .mob-menu {
        flex-direction: column
    }
}

@media(max-width: 900px) {
    .mob-menu {
        top: 0;
        z-index: 92
    }
}

@media screen and (max-width: 600px) {
    .mob-menu {
        height: 100dvh;
        background: #fff
    }
}

.mob-menu::before {
    content: "";
    width: 100%;
    height: 100dvh;
    position: absolute;
    z-index: 1;
    background: rgba(24, 24, 24, .35);
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s
}

@media screen and (max-width: 600px) {
    .mob-menu::before {
        content: none
    }
}

.mob-menu.show .mob-menu__inner {
    transform: translateY(0)
}

.mob-menu.show::before {
    opacity: 1
}

.mob-menu__top {
    display: none;
    position: relative;
    z-index: 4
}

@media(max-width: 900px) {
    .mob-menu__top {
        position: absolute;
        top: 0;
        height: var(--headerH);
        background: #fff;
        width: 100%;
        border-bottom: 1px solid #181818;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 var(--padding)
    }
}

@media screen and (max-width: 900px)and (max-width: 600px) {
    .mob-menu__top {
        height: 56px
    }
}

.mob-menu__top p {
    color: #8f8f8f;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px
}

.mob-menu__top .mob-menu__close {
    width: 24px;
    height: 24px
}

.mob-menu__top .mob-menu__close svg {
    width: 100%;
    height: 100%;
    stroke: #101828
}

.mob-menu__inner {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 32px var(--padding);
    border-top: 1px solid #000;
    transform: translateY(-100%);
    transition: transform .3s;
    max-height: calc(100dvh - var(--headerH));
    overflow-y: auto
}

@media(max-width: 900px) {
    .mob-menu__inner {
        border-top: unset;
        margin-top: var(--headerH);
        padding: 14px var(--padding)
    }
}

@media screen and (max-width: 600px) {
    .mob-menu__inner {
        transform: translateX(-100%);
        min-height: calc(100dvh - 56px);
        display: flex;
        flex-direction: column;
        overflow-x: clip
    }
}

@media screen and (max-width: 450px) {
    .mob-menu__inner {
        padding: 4px var(--padding) 8px
    }
}

.mob-menu__inner::-webkit-scrollbar {
    width: 4px;
    background: #f3f3f3
}

.mob-menu__inner::-webkit-scrollbar-thumb {
    background: #181818;
    border-radius: 4px
}

.mob-menu__inner::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0)
}

.moz .mob-menu__inner {
    scrollbar-width: thin;
    scrollbar-color: #181818 #f3f3f3
}

.mob-menu__info {
    display: none
}

@media(max-width: 900px) {
    .mob-menu__info {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 16px
    }
}

@media screen and (max-width: 600px) {
    .mob-menu__info {
        flex-grow: 1;
        justify-content: flex-end
    }
}

@media screen and (max-width: 450px) {
    .mob-menu__info {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-top: 24px
    }
}

.mob-menu__info .mob-menu__info_help {
    color: #8f8f8f;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .32px;
    padding-top: 16px;
    border-top: 1px solid #181818
}

@media screen and (max-width: 450px) {
    .mob-menu__info .mob-menu__info_help {
        padding: 24px 16px 0
    }
}

.mob-menu__info .mob-menu__info_contact {
    color: #181818;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%
}

@media screen and (max-width: 450px) {
    .mob-menu__info .mob-menu__info_contact {
        padding: 0 16px
    }
}

.mob-menu__catalog {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 16px
}

@media(max-width: 900px) {
    .mob-menu__catalog {
        flex-direction: column;
        justify-content: flex-start;
        gap: 0
    }
}

.mob-menu__link {
    position: relative
}

@media(max-width: 900px) {
    .mob-menu__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media screen and (max-width: 450px) {
    .mob-menu__link {
        padding: 20px 0 19px
    }
}

.mob-menu__link a {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.mob-menu__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 22vw
}

@media(max-width: 900px) {
    .mob-menu__item {
        max-width: unset;
        width: 100%;
        gap: 0;
        border-bottom: 1px solid #e0e0e0;
        padding: 0 16px
    }
}

@media screen and (max-width: 450px) {
    .mob-menu__item {
        padding: 0
    }
}

@media(max-width: 900px) {
    .mob-menu__item.show .mob-menu__item_submenu {
        grid-template-rows: 1fr
    }
}

@media(max-width: 900px) {
    .mob-menu__item.show .mob-menu__item_submenu-inner {
        padding-bottom: 16px
    }
}

@media(max-width: 900px) {
    .mob-menu__item.show .mob-menu__item_arrow {
        transform: scale(1, -1)
    }
}

.mob-menu__subitem {
    display: flex;
    flex-direction: column;
    position: relative
}

.mob-menu__subitem.show .mob-menu__subitem_menu {
    grid-template-rows: 1fr
}

.mob-menu__subitem.show .mob-menu__subitem_menu-inner {
    padding-top: 16px
}

.mob-menu__subitem.show .mob-menu__subitem_arr {
    transform: scale(1, -1)
}

.mob-menu__subitem .mob-menu__subitem_arr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M19.5 9.49976L12 16.9998L4.5 9.49976' stroke='%238F8F8F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    min-width: 24px;
    height: 25px;
    display: inline-block;
    transition: transform .3s;
    will-change: transform;
    cursor: pointer
}

.mob-menu__item_arrow {
    display: none
}

@media(max-width: 900px) {
    .mob-menu__item_arrow {
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 9L12 16.5L4.5 9' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 24px;
        height: 24px;
        transition: transform .3s;
        will-change: transform
    }
}

.mob-menu__subitem_menu-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    transition: padding .3s
}

.mob-menu__subitem_menu {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: .3s
}

.mob-menu__subitem_menu a {
    color: #3f3f3f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

@media screen and (max-width: 1024px) {
    .mob-menu__subitem_menu a {
        font-size: 15px
    }
}

@media(max-width: 900px) {
    .mob-menu__subitem_menu a {
        font-size: 16px
    }
}

@media(max-width: 900px) {
    .mob-menu__item_submenu {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: .3s
    }
}

.mob-menu__item_submenu-inner {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media(max-width: 900px) {
    .mob-menu__item_submenu-inner {
        min-height: 0;
        transition: padding .3s
    }
}

@media screen and (max-width: 450px) {
    .mob-menu__item_submenu-inner {
        gap: 15px
    }
}

.mob-menu__item_submenu-inner a {
    color: #3f3f3f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.mob-menu__item_submenu-inner .mob-menu__subitem_link {
    position: relative;
    display: flex;
    align-items: center;
    gap: min(24px, 1.7vw)
}

@media screen and (max-width: 1024px) {
    .mob-menu__item_submenu-inner .mob-menu__subitem_link {
        gap: 16px
    }
}

.mob-menu__item_submenu-inner .mob-menu__subitem_link a {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: .32px
}

@media screen and (max-width: 1024px) {
    .mob-menu__item_submenu-inner .mob-menu__subitem_link a {
        font-size: 15px
    }
}

@media(max-width: 900px) {
    .mob-menu__item_submenu-inner .mob-menu__subitem_link a {
        font-size: 16px
    }
}

.basket-modal {
    position: fixed;
    top: 0;
    z-index: 1020;
    background: rgba(24, 24, 24, .35);
    width: 100%;
    height: 100%;
    left: 0;
    justify-content: flex-end;
    align-items: flex-start;
    font-family: "Mulish", sans-serif;
    transition: .3s;
    opacity: 0;
    display: none
}

.basket-modal.show {
    opacity: 1
}

.basket-modal.show .basket-modal__inner {
    left: 0
}

.basket-modal.show .basket-final {
    right: 4px
}

.basket-modal .products-swiper {
    margin-top: 0;
    position: relative
}

.basket-modal .products-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    right: 50px;
    margin: 0;
    left: unset
}

.basket-modal .products-swiper .swiper-button-prev svg,
.basket-modal .products-swiper .swiper-button-prev img {
    width: 50%;
    height: 50%
}

.basket-modal .products-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 0;
    margin: 0;
    left: unset
}

.basket-modal .products-swiper .swiper-button-next svg,
.basket-modal .products-swiper .swiper-button-next img {
    width: 50%;
    height: 50%
}

.basket-modal .products-swiper .page-title {
    padding: 0;
    color: var(--base_black, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    min-height: 40px
}

.basket-modal .products-swiper__container {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    position: static;
    padding: 0
}

@media screen and (max-width: 768px) {
    .basket-modal .products-swiper__container {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.basket-modal .products-swiper__slide {
    width: 194px;
    height: auto
}

.basket-modal .products-swiper__swiper .swiper-slide {
    height: 197px;
    padding: 16px
}

.basket-modal .products-swiper__tags {
    left: 8px;
    top: 8px
}

.basket-modal .products-swiper__tag {
    font-size: 12px;
    padding: 4px 6px;
    color: #fff
}

.basket-modal .products-swiper__tag.red {
    color: #fff
}

.basket-modal .products-swiper__tag.new {
    background: var(--Blue-Links, #234484)
}

.basket-modal .products-swiper__tag.discount {
    color: #181818
}

.basket-modal .add-to-fav {
    top: 8px;
    right: 8px
}

.basket-modal .products-swiper__var {
    width: 43px;
    height: 43px
}

.basket-modal .products-swiper__vars {
    margin-top: 6px
}

.basket-modal .products-swiper__var_amount {
    font-size: 10px
}

.basket-modal .products-swiper__title {
    color: var(--base-black-Defolt, #181818);
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .24px
}

.basket-modal .products-swiper__bottom {
    margin-top: 12px;
    gap: 8px
}

.basket-modal .products-swiper__prices {
    font-size: 14px
}

.basket-modal__inner {
    background: #fff;
    width: 700px;
    max-width: 100vw;
    height: 100%;
    overflow-y: auto;
    padding: 40px;
    padding-bottom: 220px;
    position: relative;
    transition: left .3s;
    left: 700px
}

@media screen and (max-width: 768px) {
    .basket-modal__inner {
        padding: 20px;
        padding-bottom: 300px
    }
}

.basket-modal__inner::-webkit-scrollbar {
    width: 4px;
    background: #f3f3f3
}

.basket-modal__inner::-webkit-scrollbar-thumb {
    background: #181818;
    border-radius: 4px
}

.basket-modal__inner::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0)
}

.moz .basket-modal__inner {
    scrollbar-width: thin;
    scrollbar-color: #181818 #f3f3f3
}

.basket-modal__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-bottom: 32px
}

@media screen and (max-width: 768px) {
    .basket-modal__top {
        padding-bottom: 20px
    }
}

.basket-modal__close {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.basket-modal__close svg {
    width: 60%;
    height: 60%;
    stroke: #181818;
    cursor: pointer
}

.basket-modal__top_text {
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: flex;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 600px) {
    .basket-modal__top_text {
        gap: 6px;
        font-size: 16px;
        align-items: baseline
    }
}

.basket-modal__title {
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media screen and (max-width: 600px) {
    .basket-modal__title {
        font-size: 24px
    }
}

.basket-modal__amount {
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%
}

@media screen and (max-width: 600px) {
    .basket-modal__amount {
        font-size: 16px
    }
}

.basket-final {
    position: fixed;
    bottom: 0;
    right: -696px;
    width: 696px;
    max-width: calc(100vw - 4px);
    background: #f3f3f3;
    padding: 24px 40px;
    z-index: 20;
    transition: right .3s
}

@media screen and (max-width: 600px) {
    .basket-final {
        padding: 16px
    }
}

.basket-final .basket-checkout-container {
    margin-bottom: 0;
    border: unset;
    background: unset
}

.basket__custom {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.basket__recommend {
    position: relative
}

@media screen and (max-width: 768px) {
    .basket__recommend {
        width: calc(100% + 40px);
        left: -20px
    }

    .basket__recommend>* {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px)
    }

    .basket__recommend .swiper-container {
        width: 100%;
        margin: 0;
        padding: 24px 40px 0
    }

    .basket__recommend .basket__recommend_top {
        width: calc(100% - 40px)
    }
}

.basket__recommend .swiper-button-next::after,
.basket__recommend .swiper-button-prev::after {
    content: none
}

.basket__recommend p {
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.basket__recommend .basket__recommend_title {
    color: var(--base_black, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-right: 90px;
    width: 100%
}

.basket__recommend_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 11px;
    width: 100%
}

.basket__recommend_nav {
    position: relative
}

.basket__recommend_nav .swiper-button-prev {
    width: 40px;
    height: 40px;
    right: 50px;
    margin: 0;
    top: 50%;
    transform: scale(-1, 1) translateY(-50%);
    left: unset
}

.basket__recommend_nav .swiper-button-prev svg,
.basket__recommend_nav .swiper-button-prev img {
    width: 50%;
    height: 50%
}

.basket__recommend_nav .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    left: unset
}

.basket__recommend_nav .swiper-button-next svg,
.basket__recommend_nav .swiper-button-next img {
    width: 50%;
    height: 50%
}

.basket__recommend_slider {
    margin-top: 24px
}

.basket__recommend_slider .swiper-slide {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: .3s;
    width: 300px
}

.basket__recommend_slider .swiper-slide:hover {
    border-color: #181818
}

.basket__recommend_slider .add-to-cart {
    position: absolute;
    right: 21px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    transform-origin: center;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.basket__recommend_slider .add-to-cart:hover svg {
    stroke: #181818
}

.basket__recommend_slider .add-to-cart::after {
    content: attr(data-text);
    position: absolute;
    right: 0px;
    max-width: 170px;
    width: max-content;
    bottom: calc(100% + 8px);
    padding: 2px 6px;
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 2px 8.7px 0px rgba(0, 0, 0, .14);
    opacity: 0;
    transition: opacity .1s;
    pointer-events: none
}

.basket__recommend_slider .add-to-cart.show-notif::after {
    opacity: 1
}

.basket__recommend_slider .add-to-cart svg {
    width: 75%;
    height: 75%;
    display: block;
    fill: none;
    stroke: #8f8f8f;
    transition: .3s
}

.basket__recommend_slider .basket__recommend_prod {
    padding: 10px;
    background: var(--ECCO-Website-background-grey, #f3f3f3);
    display: flex;
    align-items: stretch;
    gap: 10px
}

.basket__recommend_slider .recommend__name {
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%
}

.recommend__img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: #fff;
    border-radius: 4px
}

.recommend__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.recommend__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.recommend__prices {
    display: flex;
    align-items: baseline;
    gap: 5px
}

.recommend__price {
    color: var(--base-black-Defolt, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.recommend__price.old {
    font-weight: 600;
    font-size: 12px;
    color: #8f8f8f;
    text-decoration: line-through
}

.recommend__price.sale {
    color: red
}

.basket-modal .bx-basket-item-list-item-status {
    display: none
}

.basket-modal .bx-basket-item-list {
    display: block;
    padding-bottom: 0
}

.basket-modal .bx-basket-item-list-item {
    padding-top: 25px;
    margin-bottom: 0;
    padding-bottom: 25px;
    border-top: unset;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    position: relative;
    padding-left: 15px;
    padding-right: 0
}

@media screen and (max-width: 600px) {
    .basket-modal .bx-basket-item-list-item {
        padding-left: min(140px, 25vw + 15px);
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.basket-modal .bx-basket-item-list-item:nth-last-child(1) {
    border-bottom: 1px solid #e0e0e0
}

.basket-modal .bx-basket-item-list-item-img {
    position: static;
    padding-bottom: 0
}

@media screen and (max-width: 600px) {
    .basket-modal .bx-basket-item-list-item-img {
        height: 0
    }
}

@media screen and (max-width: 600px) {
    .basket-modal .bx-basket-item-list-item-img a {
        position: absolute;
        left: 0;
        top: 15px
    }
}

.basket-modal .bx-basket-item-list-item-img img {
    width: 126px;
    min-width: 126px;
    height: 122px;
    object-fit: contain;
    object-position: center;
    display: block;
    border: unset
}

@media screen and (max-width: 600px) {
    .basket-modal .bx-basket-item-list-item-img img {
        max-width: 25vw;
        min-width: unset;
        max-height: 25vw;
        display: block
    }
}

.basket-modal .bx-basket-item-list-item-remove {
    position: absolute;
    bottom: 37px;
    top: unset;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20C5 20.5304 5.21071 21.0391 5.58579 21.4142C5.96086 21.7893 6.46957 22 7 22H17C17.5304 22 18.0391 21.7893 18.4142 21.4142C18.7893 21.0391 19 20.5304 19 20V8H21V6H17V4C17 3.46957 16.7893 2.96086 16.4142 2.58579C16.0391 2.21071 15.5304 2 15 2H9C8.46957 2 7.96086 2.21071 7.58579 2.58579C7.21071 2.96086 7 3.46957 7 4V6H3V8H5V20ZM9 4H15V6H9V4ZM8 8H17V20H7V8H8Z' fill='%238F8F8F'/%3E%3Cpath d='M9 10H11V18H9V10ZM13 10H15V18H13V10Z' fill='%238F8F8F'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

@media screen and (max-width: 600px) {
    .basket-modal .bx-basket-item-list-item-remove {
        bottom: unset;
        top: 15px
    }
}

.basket-modal .bx-basket-item-list-item-remove::after,
.basket-modal .bx-basket-item-list-item-remove::before {
    content: none
}

.basket-modal .bx-basket-item-list-item-remove:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20C5 20.5304 5.21071 21.0391 5.58579 21.4142C5.96086 21.7893 6.46957 22 7 22H17C17.5304 22 18.0391 21.7893 18.4142 21.4142C18.7893 21.0391 19 20.5304 19 20V8H21V6H17V4C17 3.46957 16.7893 2.96086 16.4142 2.58579C16.0391 2.21071 15.5304 2 15 2H9C8.46957 2 7.96086 2.21071 7.58579 2.58579C7.21071 2.96086 7 3.46957 7 4V6H3V8H5V20ZM9 4H15V6H9V4ZM8 8H17V20H7V8H8Z' fill='black'/%3E%3Cpath d='M9 10H11V18H9V10ZM13 10H15V18H13V10Z' fill='black'/%3E%3C/svg%3E")
}

.basket-modal .bx-basket-item-list-item-name {
    margin-bottom: 0;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    flex-grow: 1
}

@media screen and (max-width: 600px) {
    .basket-modal .bx-basket-item-list-item-name {
        margin-left: 0;
        max-width: calc(100% - 30px)
    }
}

.basket-modal .bx-basket-item-list-item-name a {
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    position: relative;
    max-width: max-content
}

.basket-modal .bx-basket-item-list-item-name a:hover {
    text-decoration: underline
}

.basket-modal .basket-item-code {
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%
}

.basket-modal .basket-prod-info {
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    display: flex;
    gap: 31px
}

.basket-modal .basket-item-size__size {
    position: relative
}

.basket-modal .basket-item-size__size::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #e0e0e0;
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%)
}

.basket-modal .basket-prod-controls {
    display: flex;
    align-items: stretch;
    background: var(--ECCO-Website-background-grey, #f3f3f3);
    height: 34px;
    padding: 8px 15px;
    align-items: center;
    position: relative
}

.basket-modal .basket-prod-controls::after {
    content: attr(data-text);
    position: absolute;
    right: 0px;
    width: max-content;
    max-width: 170px;
    bottom: calc(100% + 8px);
    padding: 2px 6px;
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 2px 8.7px 0px rgba(0, 0, 0, .14);
    opacity: 0;
    transition: opacity .1s;
    pointer-events: none
}

.basket-modal .basket-prod-controls.show-notif::after {
    opacity: 1
}

.basket-modal .basket-prod-controls input {
    width: 44px;
    color: var(--ECCO-Website-base-black, #181818);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px
}

.basket-modal .basket-prod-controls .basket-prod-minus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='2' viewBox='0 0 13 2' fill='none'%3E%3Cpath d='M13 1.86666H7.44138H5.55862H0V0.133334H5.55862L7.44138 0.133331L13 0.133334V1.86666Z' fill='%23181818'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 13px;
    background-position: center;
    height: 100%
}

.basket-modal .basket-prod-controls .basket-prod-plus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' viewBox='0 0 13 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.36667 6.05862L7.36667 0.5H5.63333L5.63333 6.05862V6.13379H5.55862H0V7.86712H5.55862H5.63333V7.94138L5.63334 13.5H7.36667V7.94138V7.86712H7.44138H13V6.13379L7.44138 6.13379H7.36667V6.05862Z' fill='%23181818'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 13px;
    background-position: center;
    height: 100%
}

.basket-modal .basket-prod-controls .disabled {
    opacity: .2;
    pointer-events: none
}

@media screen and (max-width: 600px) {
    .basket-modal .bx-basket-item-list-item-price-block {
        margin-top: 15px;
        display: flex;
        gap: 25px;
        align-items: center
    }
}

.basket-modal .bx-basket-item-list-item-price-summ {
    color: var(--base-black-Defolt, #181818);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width: 600px) {
    .basket-modal .bx-basket-item-list-item-price-summ {
        text-align: left
    }
}

.basket-modal .bx-basket-item-list-item-price-summ.sale-price {
    color: red
}

.basket-modal .basket-item-sale {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px
}

@media screen and (max-width: 600px) {
    .basket-modal .basket-item-sale {
        margin-top: 0
    }
}

.basket-modal .basket-item-sale__old {
    color: var(--ECCO-Website-dark-grey, #8f8f8f);
    text-align: center;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: line-through
}

.basket-modal .basket-item-sale__tag {
    color: var(--ECCO-Website-base-white, #fff);
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    padding: 0 6px
}

.basket-modal .bx-basket__fixed_char {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px
}

.basket-modal .bx-basket__fixed_char.final {
    padding-top: 5px;
    margin-bottom: 0;
    margin-top: 1px;
    padding-top: 5px;
    position: relative
}

.basket-modal .bx-basket__fixed_char.final::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='1%2c 9' stroke-dashoffset='85' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    opacity: .2;
    left: 0
}

.basket-modal .bx-basket__fixed_char.final .bx-basket__fixed_name {
    color: var(--base-black-Defolt, #181818);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.basket-modal .bx-basket__fixed_char.final .bx-basket__fixed_text {
    color: var(--base-black-Defolt, #181818);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

.basket-modal .bx-basket__fixed_name {
    color: var(--base-black-Defolt, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.basket-modal .bx-basket__fixed_text {
    color: var(--base-black-Defolt, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.basket-modal .red {
    color: red
}

.basket-modal .bx-basket__fixed_bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

@media screen and (max-width: 768px) {
    .basket-modal .bx-basket__fixed_bottom {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 600px) {
    .basket-modal .bx-basket__fixed_bottom {
        justify-content: center
    }
}

.basket-modal .bx-basket__fixed_bottom .bx-basket-item-list-button-container {
    position: static;
    background: rgba(0, 0, 0, 0);
    border: unset;
    width: max-content;
    padding: 0
}

@media screen and (max-width: 768px) {
    .basket-modal .bx-basket__fixed_bottom .bx-basket-item-list-button-container {
        order: 1
    }
}

.basket-modal .bx-basket__fixed_bottom .btn {
    color: #fff;
    background: var(--base-black-Defolt);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding: 17px 44px;
    text-align: center;
    transition: background .3s;
    cursor: pointer
}

.basket-modal .bx-basket__fixed_bottom .btn * {
    cursor: pointer
}

.basket-modal .bx-basket__fixed_bottom .btn:hover {
    background: #3f3f3f
}

.basket-modal .bx-basket__fixed_bottom .btn:active {
    background: #8f8f8f
}

.basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus {
    color: var(--base-black-Defolt, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    gap: 4px
}

@media screen and (max-width: 768px) {
    .basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus {
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        order: 0
    }
}

.basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus strong {
    font-weight: 700
}

.basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus .tooltip {
    width: max-content;
    display: inline-block
}

.basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus .tooltip-icon svg {
    fill: #8f8f8f
}

.basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus .tooltip-block {
    top: unset;
    transform: unset;
    bottom: calc(100% + 4px);
    right: 0;
    gap: 8px;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus .tooltip-block {
        max-width: calc(100vw - 36px)
    }
}

.basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus .tooltip-block::before {
    right: 6px;
    top: calc(100% - 1px)
}

.basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus .tooltip-block * {
    font-weight: 400
}

.basket-modal .bx-basket__fixed_bottom .bx-basket__fixed_bonus .tooltip-block .tooltip-block__footnote {
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

.basket-modal__empty {
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%
}

.basket-modal__empty a:not(.btn-black) {
    color: var(--Blue-Links, #234484);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline
}

.basket-modal__empty .btn-black {
    margin-top: 12px
}

.slider-category {
    margin-top: 0;
    position: relative;
    margin-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e0e0e0
}

.slider-category .swiper-button-prev {
    width: 40px;
    height: 40px;
    right: 50px;
    margin: 0;
    left: unset;
    top: 0
}

.slider-category .swiper-button-prev svg,
.slider-category .swiper-button-prev img {
    width: 50%;
    height: 50%
}

.slider-category .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 0;
    margin: 0;
    left: unset;
    top: 0
}

.slider-category .swiper-button-next svg,
.slider-category .swiper-button-next img {
    width: 50%;
    height: 50%
}

.slider-category .page-title {
    padding: 0;
    color: var(--base_black, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    min-height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding-right: 180px
}

@media screen and (max-width: 1024px) {
    .slider-category .page-title {
        min-height: 55px;
        padding-right: 145px
    }
}

@media screen and (max-width: 600px) {
    .slider-category .page-title {
        min-height: 40px;
        padding-right: 115px
    }
}

.slider-category .slider-category__swiper {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    position: static;
    padding: 0
}

@media screen and (max-width: 768px) {
    .slider-category .slider-category__swiper {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.slider-category .slider-category__slide {
    width: 108px;
    height: auto;
    padding-bottom: 5px
}

.slider-category .slider-category__slide:hover span::after {
    transform: scaleX(1)
}

.slider-category .slider-category__slide img {
    width: 100%;
    aspect-ratio: 1/1
}

.slider-category .slider-category__slide span {
    margin-top: 7px;
    color: var(--base-black-Defolt, #181818);
    font-family: Mulish;
    font-size: 12.66px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    display: block;
    max-width: max-content
}

.slider-category .slider-category__slide span::after {
    content: "";
    top: calc(100% + 4px);
    width: 100%;
    height: 1px;
    background: #181818;
    position: absolute;
    left: 0;
    transition: .3s;
    transform-origin: left;
    transform: scaleX(0)
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    opacity: 0
}

.modal-add {
    position: fixed;
    right: 36px;
    top: 82px;
    transform: translateX(calc(100% + 100px))
}

.authorization__success {
    display: none
}

.menu__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s;
    background: var(--base-black-Defolt, #181818)
}

.catalog-p {
    display: flex;
    gap: 59px;
    align-items: flex-start
}

@media screen and (max-width: 1366px) {
    .catalog-p {
        gap: 20px
    }
}

.catalog-p .products-swiper__swiper .swiper-scrollbar {
    display: flex
}

.filters {
    width: 290px;
    min-width: 290px;
    font-family: "Mulish", sans-serif;
    z-index: 80
}

@media screen and (max-width: 1024px) {
    .filters {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 180;
        width: 100%;
        height: 100%;
        background: rgba(24, 24, 24, .35)
    }
}

@media screen and (max-width: 1024px) {
    .filters.show .bx-filter {
        transform: translateX(0)
    }
}

.filters.show .filters__close {
    opacity: 1;
    pointer-events: all
}

.filters .filters__close {
    display: none
}

@media screen and (max-width: 1024px) {
    .filters .filters__close {
        position: fixed;
        right: 10px;
        top: 9px;
        display: flex;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18.75 6.08276L5.25 19.5828M18.75 19.5828L5.25 6.08276' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 36px;
        height: 36px;
        background-size: contain;
        z-index: 180;
        transition: .3s;
        opacity: 0;
        pointer-events: none
    }
}

@media(max-width: 500px) {
    .filters .filters__close {
        right: 3px;
        top: 3px;
        width: 26px;
        height: 26px
    }
}

.filters .bx-filter {
    font-family: "Mulish", sans-serif
}

@media screen and (max-width: 1024px) {
    .filters .bx-filter {
        background: #fff;
        width: min(420px, 100vw);
        position: relative;
        padding: 36px 20px;
        max-height: 100dvh;
        overflow-y: auto;
        margin-bottom: 0;
        transform: translateX(-440px);
        transition: .3s
    }
}

@media(max-width: 500px) {
    .filters .bx-filter {
        width: calc(100vw - 30px);
        padding: 20px
    }
}

.filters .bx-filter.bx-blue .bx-filter-section {
    padding: 0;
    background: #fff
}

.filters .bx-filter .bx-filter-title {
    color: var(--ECCO-Website-base-black, #181818);
    font-family: Mulish;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .52px
}

@media screen and (max-width: 600px) {
    .filters .bx-filter .bx-filter-title {
        font-size: 24px
    }
}

@media screen and (max-width: 600px) {
    .filters .bx-filter .bx-filter-title {
        margin-bottom: 0
    }
}

.filters .bx-filter .bx-filter-section>.row {
    padding: 0
}

.filters .bx-filter-parameters-box-hint,
.filters .bx-filter .bx-filter-parameters-box-title {
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px
}

.filters .bx-filter-parameters-box-hint span,
.filters .bx-filter .bx-filter-parameters-box-title span {
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filters .bx-filter-parameters-box-hint:hover .fa-angle-down,
.filters .bx-filter .bx-filter-parameters-box-title:hover .fa-angle-down {
    background: #f3f3f3
}

.filters .bx-filter .bx-filter-parameters-box-title span:hover {
    border-color: rgba(0, 0, 0, 0)
}

.filters .fa-angle-down {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -7px;
    background: #fff;
    transition: background .3s;
    border-radius: 100%
}

.filters .fa-angle-down::before {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.5 8H13.5M8 2.5V13.5' stroke='%23181818' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.filters .fa-angle-up {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -7px;
    background: #fff;
    transition: background .3s;
    border-radius: 100%
}

.filters .fa-angle-up::before {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.5 8H13.5' stroke='%23181818' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.filters .row.bx-filter-parameters-box-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 24px
}

.filters .container-price .row.bx-filter-parameters-box-container::after {
    content: "";
    margin-left: 8px;
    margin-right: 8px;
    width: 18px;
    height: 1px;
    background: #181818;
    display: block;
    order: 2
}

.filters .bx-ui-slider-part {
    display: none
}

.filters .col-xs-10.col-xs-offset-1.bx-ui-slider-track-container {
    order: 0;
    width: 100%;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 39px
}

.filters .col-xs-6.bx-filter-parameters-box-container-block.bx-left {
    order: 1
}

.filters .col-xs-6.bx-filter-parameters-box-container-block.bx-left .bx-filter-input-container,
.filters .col-xs-6.bx-filter-parameters-box-container-block.bx-right .bx-filter-input-container {
    display: flex;
    align-items: baseline;
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.filters .col-xs-6.bx-filter-parameters-box-container-block.bx-left .bx-filter-input-container input::placeholder,
.filters .col-xs-6.bx-filter-parameters-box-container-block.bx-right .bx-filter-input-container input::placeholder {
    color: var(--base-black-Defolt, #181818)
}

.filters .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    display: none
}

.filters .bx-filter .bx-filter-parameters-box {
    border-bottom: 1px solid #e0e0e0
}

.filters .bx-filter .bx-filter-parameters-box.bx-active {
    border-color: #181818
}

.filters .bx-filter .bx-filter-input-container input {
    border-top: unset;
    border-right: unset;
    border-left: unset;
    border-bottom: 1px solid #e0e0e0;
    height: 20px;
    text-align: center;
    color: var(--base-black-Defolt, #181818);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0
}

.filters .bx-filter .bx-filter-input-container input:focus {
    border-color: #181818
}

.filters .bx-filter.bx-blue .bx-ui-slider-handle.left {
    width: 20px;
    height: 20px;
    background-image: unset;
    background: #181818;
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0
}

.filters .bx-filter.bx-blue .bx-ui-slider-handle.right {
    width: 20px;
    height: 20px;
    background-image: unset;
    background: #181818;
    border-radius: 100%;
    top: 50%;
    transform: translate(50%, -50%);
    margin-right: 0
}

.filters .bx-filter .bx-ui-slider-range {
    z-index: 86
}

.filters .col-xs-6.bx-filter-parameters-box-container-block.bx-right {
    order: 3
}

.filters .bx-filter .bx-ui-slider-track {
    height: 4px;
    background: #e0e0e0
}

.filters .bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: #e0e0e0
}

.filters .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #e0e0e0
}

.filters .checkbox,
.filters .radio {
    margin-bottom: 11px
}

.filters div>.checkbox:nth-last-child(1) {
    margin-bottom: 0
}

.filters .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #181818
}

@media(hover: hover) {
    .filters .bx-filter-input-checkbox:hover .bx-filter-param-text {
        color: #8f8f8f
    }
}

.filters .bx-filter-input-checkbox input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1
}

.filters .bx-filter-input-checkbox .bx-filter-param-text {
    display: flex
}

.filters .bx-filter-input-checkbox input:checked~.bx-filter-param-text::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Crect x='0.5' y='1' width='19' height='19' fill='white' stroke='%23E0E0E0'/%3E%3Crect x='7' y='7.5' width='6' height='6' fill='%23181818' stroke='%23181818' stroke-width='2'/%3E%3C/svg%3E")
}

.filters .bx-filter-input-checkbox .bx-filter-param-text::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Crect x='0.5' y='1' width='19' height='19' fill='white' stroke='%23E0E0E0'/%3E%3C/svg%3E");
    width: 20px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    margin-right: 12px;
    transition: .3s
}

.filters .bx-filter-param-btn-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

@media screen and (max-width: 600px) {
    .filters .bx-filter-param-btn-inline {
        gap: 10px
    }
}

.filters .bx-filter .bx-filter-param-label.disabled {
    cursor: default;
    pointer-events: none
}

.filters .bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl::before {
    content: ""
}

.filters .bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: unset;
    transform: rotate(0);
    left: 0;
    top: 0;
    background-position: center;
    background-size: contain;
    transform-origin: top;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cg clip-path='url(%23clip0_2555_1195)'%3E%3Cline x1='42.6677' y1='0.377275' x2='0.828849' y2='43.9594' stroke='%23E0E0E0' stroke-width='1.08955'/%3E%3Cline x1='0.825365' y1='-0.381304' x2='43.5358' y2='43.2008' stroke='%23E0E0E0' stroke-width='1.08955'/%3E%3C/g%3E%3Crect x='0.544776' y='0.544776' width='42.4925' height='42.4925' rx='21.2463' stroke='%23E0E0E0' stroke-width='1.08955'/%3E%3Cdefs%3E%3CclipPath id='clip0_2555_1195'%3E%3Crect width='43.5821' height='43.5821' rx='21.791' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

@media screen and (max-width: 600px) {
    .filters .bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
        height: 36px
    }
}

.filters .bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
    opacity: .5
}

.filters .bx-filter .bx-filter-param-btn.bx-color-sl {
    width: 30px;
    height: 30px;
    border-radius: 73px;
    padding: 0;
    display: block;
    border: unset !important;
    position: relative;
    margin-right: 12px;
    transition: .3s
}

@media screen and (max-width: 600px) {
    .filters .bx-filter .bx-filter-param-btn.bx-color-sl {
        width: 24px;
        height: 24px
    }
}

.filters .bx-filter .bx-filter-param-btn.bx-color-sl .bx-filter-btn-color-icon {
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.filters .bx-filter .bx-filter-param-btn.bx-color-sl .bx-filter-param-text {
    color: var(--base-black-Defolt, #181818);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    transition: .3s
}

.filters .bx-filter-param-btn-block .bx-filter-param-label.white .bx-filter-param-btn.bx-color-sl {
    border: 1px solid #e0e0e0 !important;
    border-radius: 15px
}

.filters .bx-filter-param-btn-block {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

@media screen and (max-width: 600px) {
    .filters .bx-filter-param-btn-block {
        gap: 10px
    }
}

.filters .filter-number {
    color: var(--Grey-Dark, #8f8f8f);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.filters .bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
    margin-right: 0;
    display: flex;
    align-items: center
}

.filters .bx-filter-param-btn-block .bx-filter-param-label {
    display: flex;
    align-items: center
}

.filters .bx-filter-param-btn-block .bx-filter-param-label:hover .bx-filter-param-text {
    color: #8f8f8f
}

.filters .bx-filter-param-btn-block .bx-filter-param-label.bx-active .bx-filter-param-btn.bx-color-sl {
    border: 1px solid #000 !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.filters .bx-filter-param-btn-block .bx-filter-param-label.bx-active .bx-filter-param-btn.bx-color-sl .bx-filter-btn-color-icon {
    width: calc(100% - 6px);
    height: calc(100% - 6px)
}

.filters .container-sizes .bx-filter-param-btn.bx-color-sl {
    color: var(--base-black-Defolt, #181818);
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    width: auto;
    padding: 0 6px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0;
    margin-right: 0;
    transition: .3s
}

.filters .container-sizes .bx-filter-param-btn.bx-color-sl:hover {
    border-color: #181818 !important
}

.filters .container-sizes .bx-active .bx-filter-param-btn.bx-color-sl {
    border-color: #181818 !important;
    background: #181818;
    color: #fff
}

.filters .container-sizes .bx-filter-param-label.disabled {
    cursor: default;
    pointer-events: none
}

.filters .container-sizes .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl span {
    position: relative;
    z-index: 2;
    height: auto;
    line-height: 1;
    background: #fff
}

.filters .container-sizes .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='46' viewBox='0 0 44 46' fill='none'%3E%3Cline x1='42.6677' y1='1.37727' x2='0.828849' y2='44.9594' stroke='%23E0E0E0' stroke-width='1.08955'/%3E%3Cline x1='0.825365' y1='0.618696' x2='43.5358' y2='44.2008' stroke='%23E0E0E0' stroke-width='1.08955'/%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(0);
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0
}

.filters .bx-filter-button-box .bx-filter-parameters-box-container {
    padding-bottom: 0;
    margin-top: 24px;
    display: flex;
    flex-direction: row-reverse;
    gap: 16px
}

.filters #set_filter {
    color: #fff;
    background: var(--base-black-Defolt);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding: 12px 12px;
    text-align: center;
    transition: background .3s;
    flex-grow: 1;
    cursor: pointer
}

.filters #set_filter * {
    cursor: pointer
}

.filters #set_filter:hover {
    background: #3f3f3f
}

.filters #set_filter:active {
    background: #8f8f8f
}

.filters #del_filter {
    background: #fff;
    border: 1px solid var(--ECCO-Website-base-black, #181818);
    color: var(--ECCO-Website-base-black, #181818);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding: 12px 20px;
    transition: background .3s;
    cursor: pointer
}

.filters #del_filter:hover {
    background: var(--ECCO-Website-base-black, #181818);
    color: #fff
}

.filters #del_filter:active {
    background: #fff;
    color: #8f8f8f;
    border-color: #8f8f8f
}

.filters .bx-filter-select-container {
    width: min(290px, 100vw - 40px);
    height: 40px;
    border: 1px solid var(--Black, #000);
    background: var(--White, #fff);
    display: flex;
    align-items: center
}

.filters .bx-filter-select-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 9L12 16.5L4.5 9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    object-position: center;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.popup-window .bx-filter-select-popup ul li label,
.popup-window .bx-filter-select-popup ul li label {
    color: var(--base-black-Defolt, #181818);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 130%
}

.popup-window .bx-filter-select-popup ul li label::before,
.popup-window .bx-filter-select-popup ul li label::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Crect x='0.5' y='1' width='19' height='19' fill='white' stroke='%23E0E0E0'/%3E%3C/svg%3E");
    width: 20px;
    height: 21px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain
}

.popup-window .bx-filter-select-popup ul li label.selected,
.popup-window .bx-filter-select-popup ul li label:hover {
    background: #fff
}

.popup-window .bx-filter-select-popup ul li label.selected::before,
.popup-window .bx-filter-select-popup ul li label:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Crect x='0.5' y='1' width='19' height='19' fill='white' stroke='%23E0E0E0'/%3E%3Crect x='7' y='7.5' width='6' height='6' fill='%23181818' stroke='%23181818' stroke-width='2'/%3E%3C/svg%3E")
}

.catalog-p__main {
    width: calc(100% - 349px)
}

@media screen and (max-width: 1366px) {
    .catalog-p__main {
        width: calc(100% - 310px)
    }
}

@media screen and (max-width: 1024px) {
    .catalog-p__main {
        width: 100%
    }
}

.products-swiper__hidden {
    position: relative
}

.products-swiper__hidden_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 16px;
    background: #fff;
    padding-bottom: 32px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity .3s
}

@media screen and (max-width: 1024px) {
    .products-swiper__hidden_inner {
        height: auto;
        overflow: visible;
        opacity: 1;
        position: static;
        padding-bottom: 0;
        visibility: visible
    }
}

@media screen and (max-width: 600px) {
    .products-swiper__hidden_inner {
        padding: 0 16px
    }
}

.catalog-p__top_sort {
    position: relative;
    z-index: 28
}

@media screen and (max-width: 450px) {
    .catalog-p__top_sort .dropdown__trigger_drop {
        right: 0;
        left: unset;
        width: 250px
    }
}

.dropdown.drop .dropdown__trigger_drop {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    z-index: 2;
    visibility: visible
}

.dropdown.drop .dropdown__trigger_arr {
    transform: scale(1, -1)
}

.dropdown__trigger_drop {
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    top: calc(100% + 6px);
    opacity: 0;
    visibility: hidden;
    z-index: -20;
    pointer-events: none;
    transform: translateY(-20px);
    transition: .3s;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    gap: 12px
}

.dropdown__trigger_drop .dropdown__trigger_option:nth-child(1) {
    padding-top: 16px
}

.dropdown__trigger_drop .dropdown__trigger_option:nth-last-child(1) {
    padding-bottom: 16px
}

.dropdown__trigger_option {
    padding-left: 44px;
    padding-right: 12px;
    cursor: pointer
}

.dropdown__trigger_option:hover .dropdown__trigger_option-text {
    color: #8f8f8f
}

.dropdown__trigger_option:hover .dropdown__trigger_option-icon path {
    stroke: #8f8f8f
}

.dropdown__trigger_option input {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 0;
    height: 0;
    position: absolute
}

.dropdown__trigger_option input:checked~.dropdown__trigger_option-text::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Crect x='0.5' y='1' width='19' height='19' fill='white' stroke='%23E0E0E0'/%3E%3Crect x='7' y='7.5' width='6' height='6' fill='%23181818' stroke='%23181818' stroke-width='2'/%3E%3C/svg%3E")
}

.dropdown__trigger_option-icon {
    transform: translateY(4px)
}

.dropdown__trigger_option-icon path {
    stroke: #181818;
    transition: .3s
}

.dropdown__trigger_option-text {
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    position: relative;
    transition: .3s;
    cursor: pointer
}

.dropdown__trigger_option-text::before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -32px;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Crect x='0.5' y='1' width='19' height='19' fill='white' stroke='%23E0E0E0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.filters__mob {
    display: none
}

@media screen and (max-width: 1024px) {
    .filters__mob {
        position: relative;
        z-index: 29;
        display: flex;
        align-items: center;
        gap: 10px;
        background: #181818;
        padding: 8px 14px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        order: 2
    }
}

@media screen and (max-width: 450px) {
    .filters__mob {
        padding: 0;
        width: 50px;
        height: 40px;
        justify-content: center
    }
}

.filters__mob span {
    cursor: pointer
}

@media screen and (max-width: 450px) {
    .filters__mob span {
        display: none
    }
}

.filters__mob svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    stroke-width: 1.5px;
    cursor: pointer
}

.products-swiper__sizes {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 18px
}

@media screen and (max-width: 600px) {
    .products-swiper__sizes {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.products-swiper__sizes input {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 0;
    height: 0;
    position: absolute
}

.products-swiper__sizes label span {
    color: #8f8f8f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    position: relative;
    width: max-content;
    min-width: 26px;
    height: 28px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center
}

.products-swiper__sizes label span:hover {
    color: #181818
}

.products-swiper__sizes label input:checked~span {
    color: #181818;
    border-bottom: 2px solid #181818
}

.catalog-p__products {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px
}

@media screen and (max-width: 1024px) {
    .catalog-p__products {
        gap: 8px
    }
}

.catalog-p__products .products-swiper__slide {
    width: calc((100% - 48px)/4)
}

@media screen and (max-width: 1366px) {
    .catalog-p__products .products-swiper__slide {
        width: calc((100% - 32px)/3)
    }
}

@media screen and (max-width: 1024px) {
    .catalog-p__products .products-swiper__slide {
        width: calc((100% - 16px)/3)
    }
}

@media screen and (max-width: 768px) {
    .catalog-p__products .products-swiper__slide {
        width: calc((100% - 8px)/2)
    }
}

@media screen and (max-width: 600px) {
    .catalog-p__products .products-swiper__slide {
        width: calc((100% - 8px)/2)
    }
}

@media(max-width: 500px) {
    .catalog-p__products .products-swiper__slide {
        width: 100%
    }
}

.catalog-p__products .products-swiper__slide:hover {
    z-index: 20;
    box-shadow: 0px -2px 12px 0px rgba(0, 0, 0, .12);
    border-color: rgba(0, 0, 0, 0)
}

.catalog-p__products .products-swiper__slide:hover .products-swiper__hidden_inner {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    width: calc(100% + 2px);
    left: -1px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .12)
}

@media screen and (max-width: 1024px) {
    .catalog-p__products .products-swiper__slide:hover .products-swiper__hidden_inner {
        border: unset;
        box-shadow: unset;
        width: 100%
    }
}

.catalog-p__products .products-swiper__slide .swiper-slide,
.catalog-p__products .products-swiper__slide .products-swiper__swiper,
.catalog-p__products .products-swiper__slide .products-swiper__swiper .swiper-wrapper {
    height: min(340px, 18vw)
}

@media screen and (max-width: 1366px) {

    .catalog-p__products .products-swiper__slide .swiper-slide,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper .swiper-wrapper {
        height: 21.5vw
    }
}

@media screen and (max-width: 1024px) {

    .catalog-p__products .products-swiper__slide .swiper-slide,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper .swiper-wrapper {
        height: 30.5vw
    }
}

@media screen and (max-width: 768px) {

    .catalog-p__products .products-swiper__slide .swiper-slide,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper .swiper-wrapper {
        height: 45.4vw
    }
}

@media screen and (max-width: 600px) {

    .catalog-p__products .products-swiper__slide .swiper-slide,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper .swiper-wrapper {
        height: 46vw
    }
}

@media(max-width: 500px) {

    .catalog-p__products .products-swiper__slide .swiper-slide,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper,
    .catalog-p__products .products-swiper__slide .products-swiper__swiper .swiper-wrapper {
        height: 89vw
    }
}

.catalog-p__products .products-swiper__bottom {
    position: relative;
    z-index: 2;
    background: #fff
}

@media screen and (max-width: 600px) {
    .catalog-p__products .products-swiper__bottom {
        padding: 0 16px
    }
}

@media screen and (max-width: 600px) {
    .catalog-p__products .products-swiper__title {
        font-size: 16px
    }
}

@media screen and (max-width: 600px) {
    .catalog-p__products .products-swiper__var_amount {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .catalog-p__products .products-swiper__vars {
        padding: 0 16px;
        gap: 6px
    }
}

@media screen and (max-width: 600px) {
    .catalog-p__products .products-swiper__var {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width: 600px) {
    .catalog-p__products .add-to-fav {
        top: 5px;
        right: 5px
    }
}

.catalog-p__bottom_loader {
    width: 255px;
    display: flex;
    justify-content: center;
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    transition: color .3s;
    cursor: pointer;
    user-select: none
}

@media screen and (max-width: 1024px) {
    .catalog-p__bottom_loader {
        width: 200px;
        padding-left: 0;
        padding-right: 0
    }
}

.catalog-p__bottom_loader::before {
    content: none
}

.catalog-p__bottom_loader:hover {
    color: #000
}

.catalog-p__bottom_loader::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M3 9.5L11 16.5L19 9.5' stroke='%23181818' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    min-width: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    cursor: pointer;
    transition: transform .3s
}

.products-swiper__contols {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 24px
}

.products-swiper__contols .add-to-cart.in-cart .add-to-cart__to-cart {
    display: flex
}

.products-swiper__contols .add-to-cart.in-cart .add-to-cart__default {
    display: none
}

.products-swiper__contols .add-to-cart .add-to-cart__to-cart {
    display: none
}

.products-swiper__contols .btn-black {
    width: 133px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    min-width: max-content;
    position: relative
}

@media screen and (max-width: 450px) {
    .products-swiper__contols .btn-black {
        flex-grow: 1
    }
}

.products-swiper__contols .btn-black a {
    color: #fff
}

.products-swiper__contols .btn-black::after {
    content: attr(data-text);
    position: absolute;
    left: 0px;
    max-width: 170px;
    width: max-content;
    bottom: calc(100% + 8px);
    padding: 2px 6px;
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 2px 8.7px 0px rgba(0, 0, 0, .14);
    opacity: 0;
    transition: opacity .1s;
    pointer-events: none
}

.products-swiper__contols .btn-black.show-notif::after {
    opacity: 1
}

.products-reviews__imgs {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    width: 112px
}

@media screen and (max-width: 600px) {
    .products-reviews__imgs {
        gap: 4px
    }
}

.products-reviews__imgs .reviews__common-rate_stars-emp {
    position: relative;
    z-index: 1;
    width: 100%
}

.products-reviews__imgs .reviews__common-rate_stars-black {
    position: absolute;
    z-index: 2;
    width: 0;
    overflow: hidden;
    height: 100%;
    left: 0;
    top: 0
}

.products-reviews__imgs img,
.products-reviews__imgs svg {
    display: block;
    width: 112px;
    height: 16px;
    object-fit: contain
}

.products-reviews {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8f8f8f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

.catalog-p__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 73px
}

@media screen and (max-width: 768px) {
    .catalog-p__bottom {
        margin-top: 28px;
        flex-direction: column-reverse;
        gap: 30px 40px;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width: 768px) {
    .catalog-p__bottom .pagination {
        width: 100%;
        justify-content: center
    }
}

.catalog-p__bottom_result {
    color: #8f8f8f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    width: 255px;
    white-space: nowrap
}

@media screen and (max-width: 1024px) {
    .catalog-p__bottom_result {
        width: 200px
    }
}

@media screen and (max-width: 768px) {
    .catalog-p__bottom_result {
        display: none
    }
}

.catalog-p__top_tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 16px;
    padding-top: 5px
}

@media screen and (max-width: 1024px) {
    .catalog-p__top_tags {
        width: 100%;
        order: 3
    }
}

@media screen and (max-width: 600px) {
    .catalog-p__top_tags {
        gap: 6px
    }
}

.catalog-p__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px 30px
}

@media screen and (max-width: 1024px) {
    .catalog-p__top {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 450px) {
    .catalog-p__top {
        gap: 10px
    }
}

.catalog-p__top_tag {
    color: var(--base-black-Defolt, #181818);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 6px 8px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: .3s;
    cursor: pointer;
    user-select: none
}

@media screen and (max-width: 450px) {
    .catalog-p__top_tag {
        padding: 6px 4px;
        padding-right: 2px
    }
}

.catalog-p__top_tag span {
    cursor: pointer
}

.catalog-p__top_tag:hover {
    border-color: #181818
}

.catalog-p__top_tag:hover .catalog-p__top_tag-del svg {
    stroke: #181818
}

.catalog-p__top_tag-del {
    width: 16px;
    height: 16px
}

.catalog-p__top_tag-del svg {
    width: 16px;
    height: 16px;
    stroke: #8f8f8f;
    transition: .3s
}

.catalog-p__top_clear {
    color: #8f8f8f;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    transition: .3s;
    cursor: pointer
}

.catalog-p__top_clear span {
    cursor: pointer
}

.catalog-p__top_clear:hover {
    color: #181818
}

.dropdown__trigger {
    min-width: 250px;
    border: 1px solid #181818;
    background: #fff;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
    position: relative;
    z-index: 3
}

@media screen and (max-width: 450px) {
    .dropdown__trigger {
        min-width: unset;
        width: calc(100vw - 92px);
        padding: 0 10px
    }
}

.dropdown__trigger_text {
    cursor: pointer
}

.dropdown__trigger_arr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 9L12 16.5L4.5 9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    cursor: pointer;
    transition: transform .3s
}

@media screen and (max-width: 450px) {
    .dropdown__trigger_arr {
        width: 20px;
        height: 20px;
        min-width: 20px
    }
}

.search-p .search__results {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #8f8f8f;
    margin-top: 24px
}

@media screen and (max-width: 600px) {
    .search-p__top {
        margin-top: 24px
    }
}

.search-p__products {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

@media screen and (max-width: 768px) {
    .search-p__products {
        gap: 8px
    }
}

.search-p__products .products-swiper__slide {
    width: calc((100% - 64px)/5)
}

@media(max-width: 1800px) {
    .search-p__products .products-swiper__slide {
        width: calc((100% - 48px)/4)
    }
}

@media screen and (max-width: 1024px) {
    .search-p__products .products-swiper__slide {
        width: calc((100% - 32px)/3)
    }
}

@media screen and (max-width: 768px) {
    .search-p__products .products-swiper__slide {
        width: calc((100% - 8px)/2)
    }
}

@media(max-width: 500px) {
    .search-p__products .products-swiper__slide {
        width: 100%
    }
}

@media(max-width: 1800px)and (min-width: 1366px) {
    .search-p__products .products-swiper__slide .products-swiper__swiper {
        height: 23vw
    }
}

.search-p__products .products-swiper__slide .swiper-slide {
    height: min(17.3vw, 331px)
}

@media(max-width: 1800px) {
    .search-p__products .products-swiper__slide .swiper-slide {
        height: 23vw
    }
}

@media screen and (max-width: 1024px) {
    .search-p__products .products-swiper__slide .swiper-slide {
        height: 30vw
    }
}

@media screen and (max-width: 768px) {
    .search-p__products .products-swiper__slide .swiper-slide {
        height: 45vw
    }
}

@media(max-width: 500px) {
    .search-p__products .products-swiper__slide .swiper-slide {
        height: 90vw
    }
}

.search-p__form {
    position: relative;
    width: 1180px;
    max-width: 100%
}

.search-p__form .search-p__inp_search {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    left: 12px
}

.search-p__form .search-p__inp_search svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: #181818
}

.search-p__form .search-p__inp_reset {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px
}

.search-p__form .search-p__inp_reset:hover svg {
    stroke: #181818
}

.search-p__form .search-p__inp_reset svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: #8f8f8f;
    transition: .3s
}

.search-p__form input {
    border-radius: 1000px;
    border: 1px solid #d5d4dc;
    background: #f3f3f3;
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 12px;
    padding-left: 46px;
    font-family: "Mulish";
    width: 100%;
    transition: .3s
}

.search-p__form input:focus {
    border-color: #181818
}

.search-p__form input:placeholder-shown~.search-p__inp_reset {
    visibility: hidden;
    opacity: 0
}

.favourites-p .catalog-p__products {
    gap: 8px
}

.favourites-p .catalog-p__products .products-swiper__slide {
    width: calc((100% - 32px)/5);
    height: auto
}

@media screen and (max-width: 1366px) {
    .favourites-p .catalog-p__products .products-swiper__slide {
        width: calc((100% - 24px)/4)
    }
}

@media screen and (max-width: 1024px) {
    .favourites-p .catalog-p__products .products-swiper__slide {
        width: calc((100% - 16px)/3)
    }
}

@media screen and (max-width: 768px) {
    .favourites-p .catalog-p__products .products-swiper__slide {
        width: calc((100% - 8px)/2)
    }
}

@media(max-width: 500px) {
    .favourites-p .catalog-p__products .products-swiper__slide {
        width: 100%
    }
}

@media screen and (max-width: 1366px) {
    .favourites-p .catalog-p__products .products-swiper__slide .swiper-slide {
        height: 23.8vw
    }
}

@media screen and (max-width: 1024px) {
    .favourites-p .catalog-p__products .products-swiper__slide .swiper-slide {
        height: 31.4vw
    }
}

@media screen and (max-width: 768px) {
    .favourites-p .catalog-p__products .products-swiper__slide .swiper-slide {
        height: 45.4vw
    }
}

@media(max-width: 500px) {
    .favourites-p .catalog-p__products .products-swiper__slide .swiper-slide {
        height: calc(100vw - 32px)
    }
}

.favourites-p .catalog-p__products {
    margin-top: 0
}

.shops {
    display: grid;
    grid-template-columns: 610px 1fr;
    height: 880px
}

@media screen and (max-width: 1366px) {
    .shops {
        grid-template-columns: 500px 1fr
    }
}

@media screen and (max-width: 1024px) {
    .shops {
        display: flex;
        flex-direction: column;
        height: unset
    }
}

@media screen and (max-width: 1024px) {
    .shops__head .page-head__title {
        padding-bottom: 20px
    }
}

.shops-map {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: silver;
    position: relative
}

@media screen and (max-width: 1024px) {
    .shops-map {
        height: 460px
    }

    .shops-map.hidden {
        display: none
    }
}

.shops-nav {
    height: 100%;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #f3f3f3;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .shops-nav {
        height: inherit
    }
}

@media screen and (max-width: 600px) {
    .shops-nav {
        padding: 20px 16px
    }
}

.shops-nav__btns .swiper-wrapper {
    position: relative;
    padding-bottom: 6px;
    box-sizing: border-box;
    bottom: unset;
    left: unset
}

.shops-nav__btns .swiper-wrapper::after {
    content: "";
    width: var(--dash-width, 0);
    border-bottom: 1px solid var(--ECCO-Website-base-black, #181818);
    position: absolute;
    bottom: 5px;
    left: var(--dash-left, 0);
    transition: .5s
}

.shops-nav__btns .swiper-slide {
    width: fit-content
}

.shops-nav__btn {
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%
}

.shops-nav__btn.active {
    color: var(--ECCO-Website-base-black, #181818)
}

.shops-nav__swiper {
    flex: 1;
    position: relative;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .shops-nav__swiper.hidden {
        display: none
    }
}

.shops-nav__swiper .swiper {
    position: absolute;
    height: 100%;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .shops-nav__swiper .swiper {
        position: relative
    }
}

.shops-nav__swiper .swiper-wrapper {
    height: 100%
}

@media screen and (max-width: 1024px) {
    .shops-nav__swiper .swiper-wrapper {
        height: fit-content
    }
}

.shops-nav__swiper .swiper-slide {
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-right: 37px;
    padding-bottom: 20px;
    background-color: #f3f3f3
}

@media screen and (max-width: 1366px) {
    .shops-nav__swiper .swiper-slide {
        padding-right: 15px
    }
}

@media screen and (max-width: 1024px) {
    .shops-nav__swiper .swiper-slide {
        height: fit-content;
        padding-right: 0
    }
}

.shops-nav__swiper .swiper-slide::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.shops-nav__swiper .swiper-slide::-webkit-scrollbar-track {
    background: #f3f3f3
}

.shops-nav__swiper .swiper-slide::-webkit-scrollbar-thumb {
    background-color: var(--Grey-Dark, #8f8f8f);
    border-radius: 3px
}

.shops-view {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 20px;
    display: none
}

@media screen and (max-width: 1024px) {
    .shops-view {
        display: flex
    }
}

.shops-view__btn {
    flex: 1;
    max-width: 162px;
    padding: 11px;
    border: 1px solid var(--base-black-Defolt, #181818);
    color: var(--base-black-Defolt, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    transition: .3s
}

.shops-view__btn.active {
    background-color: var(--base-black-Defolt, #181818);
    color: var(--ECCO-Website-base-white, #fff)
}

.shops-nav-card {
    padding: 23px;
    background-color: #fff
}

.shops-nav-card:not(.balloon) {
    transition: .5s;
    border: 1px solid rgba(0, 0, 0, 0)
}

@media(hover: hover) {
    .shops-nav-card:not(.balloon):hover {
        border-color: var(--base-black-Defolt, #181818)
    }

    .shops-nav-card:not(.balloon):hover .shops-nav-card__path-wrapper {
        grid-template-rows: 1fr;
        padding-top: 16px;
        opacity: 1
    }
}

.shops-nav-card-head {
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding-bottom: 16px
}

.shops-nav-card-head__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px
}

@media screen and (max-width: 600px) {
    .shops-nav-card-head__inner {
        flex-wrap: wrap
    }
}

.shops-nav-card__title {
    color: var(--base-black-Defolt, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.shops-nav-card__address {
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

.shops-nav-card__label {
    flex: none;
    color: var(--ECCO-Website-base-white, #fff);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    padding: 6px 8px;
    background: var(--red, #f00)
}

.shops-nav-card-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px
}

@media screen and (max-width: 600px) {
    .shops-nav-card-info {
        flex-direction: column;
        gap: 16px
    }
}

.shops-nav-card-info__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.shops-nav-card-info__img {
    width: 180px;
    height: 109px;
    flex: none
}

.shops-nav-card-info__img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.shops-nav-card-info__phone {
    color: var(--base-black-Defolt, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    transition: .3s
}

@media(hover: hover) {
    .shops-nav-card-info__phone:hover {
        opacity: .6
    }
}

.shops-nav-card-info__work {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 8px;
    color: var(--Text-Secondary, #727272);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.shops-nav-card-metro {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.shops-nav-card-metro__distance {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 100px;
    background-color: #f3f3f3;
    color: var(--base-black-Defolt, #181818);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

.shops-nav-card-metro__distance svg {
    width: 22px;
    height: 22px
}

.shops-nav-card-metro__name {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

.shops-nav-card-metro__name img {
    flex: none;
    width: 31px;
    object-fit: contain;
    object-position: center
}

.shops-nav-card__path-wrapper {
    padding-top: 16px
}

@media(hover: hover) {
    .shops-nav-card__path-wrapper {
        padding-top: 0;
        display: grid;
        grid-template-rows: 0fr;
        transition: .5s;
        overflow: hidden;
        opacity: 0
    }
}

.shops-nav-card__path {
    min-height: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    color: var(--ECCO-Website-base-black, #181818);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%
}

@media(hover: hover) {
    .shops-nav-card__path:hover {
        opacity: .6
    }
}

.shops-nav-card__path svg {
    width: 16px;
    height: 16px
}

.shops-nav-card.balloon {
    padding: 32px 36px;
    min-width: 469px
}

@media screen and (max-width: 600px) {
    .shops-nav-card.balloon {
        padding: 24px;
        padding-right: 30px;
        min-width: unset;
        width: 300px
    }
}

.shops-nav-card.balloon * {
    font-family: "Mulish", sans-serif
}

.shops-nav-card.balloon .shops-nav-card-head {
    gap: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--Grey-Dark, #8f8f8f);
    margin-bottom: 12px
}

.shops-nav-card.balloon .shops-nav-card-info {
    margin-bottom: 16px
}

.shops-nav-card.balloon .shops-nav-card-info__work {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

ymaps.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    padding: 0;
    margin: 0
}

ymaps.ymaps-2-1-79-ground-pane {
    filter: grayscale(0.3)
}

ymaps.ymaps-2-1-79-balloon__tail {
    display: none
}

ymaps.ymaps-2-1-79-balloon__close-button {
    width: 17px;
    height: 17px;
    background: url("../img/map-close.svg") center/contain no-repeat;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px
}

ymaps .cluster-title {
    font-family: "Mulish", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .52px;
    transform: translateY(0.1em)
}

.contacts {
    background-color: #f3f3f3
}

.contacts__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding: 32px 0 48px
}

@media screen and (max-width: 1024px) {
    .contacts__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 600px) {
    .contacts__container {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.contacts__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 337px;
    gap: 16px
}

.contacts-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 135%
}

.contacts-item__subtitle {
    color: var(--Text-Secondary, #727272);
    font-weight: 500
}

.contacts-item__text {
    color: var(--Text-Primary, #000);
    font-weight: 700
}

.contacts-item__text:is(a) {
    transition: .3s
}

@media(hover: hover) {
    .contacts-item__text:is(a):hover {
        opacity: .6
    }
}

.contacts-item__btn {
    padding: 11px 39px;
    color: var(--base-black-Defolt, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border: 1px solid var(--base-black-Defolt, #181818);
    transition: .3s
}

@media(hover: hover) {
    .contacts-item__btn:hover {
        background-color: var(--base-black-Defolt, #181818);
        color: var(--ECCO-Website-base-white, #fff)
    }
}

.contacts__map {
    width: 100%;
    height: 556px
}

@media screen and (max-width: 1024px) {
    .contacts__map {
        height: 420px
    }
}

@media screen and (max-width: 600px) {
    .contacts__map {
        height: 450px
    }
}

.contacts-balloon.shops-nav-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-width: 330px;
    border: none
}

.contacts-balloon.shops-nav-card .shops-nav-card-head {
    padding: 0;
    gap: 6px
}

.contacts-balloon__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
}

.questions-nav {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.questions-nav::after {
    content: "";
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.questions-nav__swiper .swiper-slide {
    width: fit-content;
    padding: 0 12px
}

.questions-nav__link {
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.questions-nav__link.active {
    position: relative;
    z-index: 10;
    color: var(--ECCO-Website-base-black, #181818);
    border-color: var(--ECCO-Website-base-black, #181818)
}

.questions__container {
    max-width: calc(1372px + var(--padding, 0));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 7px
}

.questions-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--Grey-light, #e0e0e0);
    transition: .3s
}

.questions-item.dropped {
    border-color: var(--base-black-Defolt, #181818)
}

.questions-item.dropped .questions-item__btn-icon::before {
    transform: rotate(0deg);
    opacity: 0
}

.questions-item.dropped .questions-item__container {
    grid-template-rows: 1fr;
    opacity: 1;
    pointer-events: all;
    padding: 16px 0 32px
}

@media screen and (max-width: 600px) {
    .questions-item.dropped .questions-item__container {
        padding: 10px 0 16px
    }
}

.questions-item__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    text-align: left
}

@media screen and (max-width: 600px) {
    .questions-item__btn {
        font-size: 16px
    }
}

.questions-item__btn-icon {
    width: 32px;
    height: 32px;
    position: relative;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 600px) {
    .questions-item__btn-icon {
        width: 24px;
        height: 24px
    }
}

.questions-item__btn-icon::before,
.questions-item__btn-icon::after {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--base-black-Defolt, #181818);
    position: absolute;
    transition: .5s
}

@media screen and (max-width: 600px) {

    .questions-item__btn-icon::before,
    .questions-item__btn-icon::after {
        width: 20px
    }
}

.questions-item__btn-icon::before {
    transform: rotate(90deg)
}

.questions-item__container {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .5s
}

.questions-item__inner {
    min-height: 0;
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%
}

.questions-item__inner a {
    color: var(--Blue-Links, #234484);
    text-decoration: underline;
    transition: .3s
}

@media(hover: hover) {
    .questions-item__inner a:hover {
        text-decoration: none
    }
}

.news-p {
    display: flex;
    flex-wrap: wrap;
    gap: 86px 24px
}

@media screen and (max-width: 1366px) {
    .news-p {
        gap: 46px 24px
    }
}

@media screen and (max-width: 1024px) {
    .news-p {
        gap: 30px 10px
    }
}

.news-p__card {
    padding: 0 7px;
    width: calc((100% - 72px)/4);
    position: relative
}

@media screen and (max-width: 1366px) {
    .news-p__card {
        width: calc((100% - 48px)/3)
    }
}

@media screen and (max-width: 1024px) {
    .news-p__card {
        width: calc((100% - 20px)/3)
    }
}

@media screen and (max-width: 768px) {
    .news-p__card {
        width: calc((100% - 10px)/2)
    }
}

@media screen and (max-width: 600px) {
    .news-p__card {
        width: 100%
    }
}

.news-p__card.hovered .arrow-link {
    max-width: 124px;
    max-height: 124px;
    transform: translate(var(--x), var(--y))
}

.news-p__card .arrow-link {
    width: 124px;
    height: 124px;
    max-width: 0;
    max-height: 0;
    background: #f3f3f3;
    border-radius: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    transition: transform .05s, max-width .3s, max-height .3s;
    left: -62px;
    top: -62px;
    transform: scale(0);
    pointer-events: none
}

@media screen and (max-width: 768px) {
    .news-p__card .arrow-link {
        display: none
    }
}

.news-p__card .arrow-link img {
    width: 50px;
    margin-bottom: 0;
    margin-left: 0 !important
}

.news-p__card_img {
    width: 100%
}

.news-p__card_img img {
    aspect-ratio: 1.6/1;
    width: 100%
}

.news-p__card_name {
    margin: 10px 7px 14px;
    display: block;
    color: var(--base-black-Defolt, #181818);
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .news-p__card_name {
        font-size: 18px;
        margin: 7px
    }
}

.news-p__card_date {
    color: var(--Grey-Dark, #8F8F8F);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .32px;
    padding: 0 7px
}

@media screen and (max-width: 768px) {
    .news-p__card_date {
        font-size: 14px;
        font-weight: 400
    }
}

.main-content>.pagination {
    justify-content: center;
    padding: 32px 0;
    margin-top: 48px
}

.gift-nominal__title {
    margin-bottom: 66px
}

@media screen and (max-width: 1366px) {
    .gift-nominal__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 900px) {
    .gift-nominal__title {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 600px) {
    .gift-nominal__title {
        margin-bottom: 20px
    }
}

.gift-nominal__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

@media screen and (max-width: 1366px) {
    .gift-nominal__container {
        gap: 20px
    }
}

@media screen and (max-width: 900px) {
    .gift-nominal__container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 600px) {
    .gift-nominal__container {
        flex-direction: column
    }
}

.gift-nominal__img {
    width: 100%;
    padding: 5px 33px;
    transition: .3s
}

@media(hover: hover) {
    .gift-nominal__img:hover {
        transform: scale(1.06)
    }
}

@media screen and (max-width: 1024px) {
    .gift-nominal__img {
        padding: 5px 10px
    }
}

@media screen and (max-width: 900px) {
    .gift-nominal__img {
        width: calc((100% - 20px)/2)
    }
}

@media screen and (max-width: 600px) {
    .gift-nominal__img {
        width: 100%
    }
}

.gift-nominal__img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%
}

.gift-rules {
    margin: 146px 0 0
}

@media screen and (max-width: 1024px) {
    .gift-rules {
        margin: 100px 0 0
    }
}

@media screen and (max-width: 600px) {
    .gift-rules {
        margin: 60px 0 0
    }
}

.gift-rules__title {
    margin-bottom: 30px
}

.gift-rules__container {
    display: grid;
    grid-template-columns: 1fr 43%;
    gap: 96px;
    align-items: flex-start
}

@media screen and (max-width: 1366px) {
    .gift-rules__container {
        gap: 40px
    }
}

@media screen and (max-width: 1024px) {
    .gift-rules__container {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px
    }
}

.gift-rules__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
}

.gift-rules__text {
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px;
    display: flex;
    flex-direction: column;
    gap: 1em
}

.gift-rules__text a {
    color: var(--Blue-Links, #234484);
    text-decoration: underline;
    transition: .3s
}

@media(hover: hover) {
    .gift-rules__text a:hover {
        opacity: .6
    }
}

.gift-rules__text ol {
    list-style-type: none;
    counter-reset: num;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0
}

.gift-rules__text ol li {
    position: relative;
    padding-left: 21px
}

.gift-rules__text ol li::before {
    content: counter(num) ".";
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    color: var(--base-black-Hover, #3f3f3f);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

.gift-rules__docs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    border-top: 1px solid var(--base-black-Defolt, #181818);
    border-bottom: 1px solid var(--base-black-Defolt, #181818);
    padding: 15px 0
}

.gift-rules__img {
    width: 100%
}

.gift-rules__img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%
}

/* .empty {
    min-height: 862px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .empty {
        min-height: 540px
    }
}

.empty__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.empty__bg-img {
    position: relative;
    width: 100%;
    height: 100%
}

.empty__bg-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.empty__noce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.2)
}

.empty__noce img {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    opacity: .5
}

.empty__noce img:nth-child(1) {
    animation: shake .5s steps(8) alternate infinite
}

.empty__noce img:nth-child(2) {
    animation: shake-2 .3s steps(5) alternate infinite
}

.empty__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px
}

@media screen and (max-width: 1024px) {
    .empty__container {
        gap: 32px
    }
}

@media screen and (max-width: 600px) {
    .empty__container {
        gap: 16px
    }
}

.empty__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px
}

@media screen and (max-width: 1024px) {
    .empty__inner {
        max-width: 460px
    }
}

@media screen and (max-width: 600px) {
    .empty__inner {
        gap: 10px
    }
}

.empty__num {
    color: var(--base-black-Defolt, #181818);
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 2.56px;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .empty__num {
        font-size: 64px
    }
}

@media screen and (max-width: 600px) {
    .empty__num {
        font-size: 48px
    }
}

.empty__title {
    color: var(--base-black-Defolt, #181818);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .84px;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .empty__title {
        font-size: 28px
    }
}

@media screen and (max-width: 600px) {
    .empty__title {
        font-size: 22px
    }
}

.empty__text {
    color: var(--base-black-Hover, #3f3f3f);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    max-width: 658px
}

@media screen and (max-width: 1024px) {
    .empty__text {
        font-size: 18px
    }
}

@media screen and (max-width: 600px) {
    .empty__text {
        font-size: 16px
    }
}

.empty__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

@media screen and (max-width: 450px) {
    .empty__btns {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center
    }
}

.empty__btns .default-btn {
    text-align: center
}

@keyframes shake {
    from {
        transform: translate(-10px, -10px)
    }

    to {
        transform: translateY(10px, 10px)
    }
}

@keyframes shake-2 {
    from {
        transform: translate(10px, -10px)
    }

    to {
        transform: translateY(-10px, 10px)
    }
} */



.error-page {
  min-height: 800px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: -86px
}

@media screen and (max-width: 1024px) {
  .error-page {
    min-height: 540px
  }
}

.error-page .empty__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: -86px
}

.error-page .empty__bg-img {
  position: relative;
  width: 100%;
  height: 100%
}

.error-page .empty__bg-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%
}

.error-page .empty__noce {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.2)
}

.error-page .empty__noce img {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: .5
}

.error-page .empty__noce img:nth-child(1) {
  animation: shake .5s steps(8) alternate infinite
}

.error-page .empty__noce img:nth-child(2) {
  animation: shake-2 .3s steps(5) alternate infinite
}

.error-page .empty__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px
}

@media screen and (max-width: 1024px) {
  .error-page .empty__container {
    gap: 32px
  }
}

@media screen and (max-width: 600px) {
  .error-page .empty__container {
    gap: 16px
  }
}

.error-page .empty__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px
}

@media screen and (max-width: 1024px) {
  .error-page .empty__inner {
    max-width: 460px
  }
}

@media screen and (max-width: 600px) {
  .error-page .empty__inner {
    gap: 10px
  }
}

.error-page .empty__num {
  color: var(--base-black-Defolt, #181818);
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: 2.56px;
  text-align: center
}

@media screen and (max-width: 1024px) {
  .error-page .empty__num {
    font-size: 64px
  }
}

@media screen and (max-width: 600px) {
  .error-page .empty__num {
    font-size: 48px
  }
}

.error-page .empty__title {
  color: var(--base-black-Defolt, #181818);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .84px;
  text-align: center
}

@media screen and (max-width: 1024px) {
  .error-page .empty__title {
    font-size: 28px
  }
}

@media screen and (max-width: 600px) {
  .error-page .empty__title {
    font-size: 22px
  }
}

.error-page .empty__text {
  color: var(--base-black-Hover, #3f3f3f);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  max-width: 658px
}

@media screen and (max-width: 1024px) {
  .error-page .empty__text {
    font-size: 18px
  }
}

@media screen and (max-width: 600px) {
  .error-page .empty__text {
    font-size: 16px
  }
}

.error-page .empty__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

@media screen and (max-width: 450px) {
  .error-page .empty__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
  }
}

.error-page .empty__btns .default-btn {
  text-align: center
}

@keyframes shake {
  from {
    transform: translate(-10px, -10px)
  }

  to {
    transform: translateY(10px, 10px)
  }
}

@keyframes shake-2 {
  from {
    transform: translate(10px, -10px)
  }

  to {
    transform: translateY(-10px, 10px)
  }
}


.moz .table-wrap {
    scrollbar-width: thin;
    scrollbar-color: #181818 #fff
}

.text-block * {
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    line-height: 135%
}

@media screen and (max-width: 600px) {
    .text-block * {
        font-size: 14px
    }
}

.text-block a {
    color: var(--Blue-Links, #234484);
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration-line: underline
}

.text-block a:hover {
    text-decoration: none
}

.text-block h1 {
    color: var(--base-black-Defolt, #181818);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .84px
}

@media screen and (max-width: 1024px) {
    .text-block h1 {
        font-size: 38px
    }
}

@media screen and (max-width: 600px) {
    .text-block h1 {
        font-size: 32px
    }
}

.text-block h2 {
    color: var(--base-black-Defolt, #181818);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media screen and (max-width: 1024px) {
    .text-block h2 {
        font-size: 32px
    }
}

@media screen and (max-width: 600px) {
    .text-block h2 {
        font-size: 28px
    }
}

.text-block h3 {
    color: var(--base-black-Defolt, #181818);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media screen and (max-width: 1024px) {
    .text-block h3 {
        font-size: 28px
    }
}

@media screen and (max-width: 600px) {
    .text-block h3 {
        font-size: 24px
    }
}

.text-block h4 {
    color: var(--base-black-Defolt, #181818);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .52px
}

@media screen and (max-width: 1024px) {
    .text-block h4 {
        font-size: 24px
    }
}

@media screen and (max-width: 600px) {
    .text-block h4 {
        font-size: 22px
    }
}

.text-block h5 {
    color: var(--base-black-Defolt, #181818);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%
}

@media screen and (max-width: 1024px) {
    .text-block h5 {
        font-size: 19px
    }
}

@media screen and (max-width: 600px) {
    .text-block h5 {
        font-size: 17px
    }
}

.text-block h6 {
    color: var(--base-black-Defolt, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media screen and (max-width: 1024px) {
    .text-block h6 {
        font-size: 17px
    }
}

@media screen and (max-width: 600px) {
    .text-block h6 {
        font-size: 16px
    }
}

.text-block strong,
.text-block b {
    font-weight: 700
}

.text-block strong *,
.text-block b * {
    font-weight: 700
}

.text-block i,
.text-block em {
    font-style: italic
}

.text-block ol {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.text-block ol li::marker {
    color: #174e9e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px
}

.text-block ul {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.text-block ul li::marker {
    color: #174e9e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px
}

.text-block iframe {
    max-width: calc(100vw - var(--padding) - var(--padding));
    max-height: calc(60vw - var(--padding) - var(--padding))
}

@media screen and (max-width: 600px) {
    .text-block iframe {
        max-height: 75vw
    }
}

.text-block img {
    max-width: calc(100vw - var(--padding) - var(--padding))
}

.text-block .table-wrap {
    max-width: calc(100vw - var(--padding) - var(--padding));
    overflow-y: auto
}

.text-block .table-wrap::-webkit-scrollbar {
    height: 5px;
    background: #fff;
    border: unset;
    box-shadow: unset;
    border-radius: 10px
}

.text-block .table-wrap::-webkit-scrollbar-thumb {
    background: #181818;
    border-radius: 1000px;
    box-shadow: unset;
    border: unset
}

.text-block .table-wrap::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0)
}

.text-block table {
    border-collapse: collapse;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid var(--Stroke-Defolt, #D5D4DC);
    min-width: 400px
}

.text-block table tr:nth-child(odd) {
    background: #f3f3f3
}

.text-block table tr:nth-child(1) td {
    padding: 8px 16px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .text-block table tr:nth-child(1) td {
        padding: 8px 12px
    }
}

.text-block table tr td {
    padding: 21px 16px
}

@media screen and (max-width: 768px) {
    .text-block table tr td {
        padding: 12px 12px
    }
}

.text-p {
    width: 100%;
    max-width: calc(1372px + var(--padding) + var(--padding));
    padding-left: var(--padding);
    padding-right: var(--padding);
    margin: 0 auto
}

.sales-p__lines {
    margin-top: min(100px, 6vw);
    position: relative;
    height: min(625px, 42vw);
    width: 100%;
    overflow-x: clip
}

@media screen and (max-width: 600px) {
    .sales-p__lines {
        margin-top: 25vw
    }
}

.sales-p__line_black {
    display: flex;
    background: #181818;
    color: var(--base-white, #FFF);
    font-size: min(146px, 9vw);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.92px;
    text-transform: uppercase;
    transform: rotate(-5.42deg);
    margin-top: 0;
    width: fit-content;
    margin-left: -50px;
    padding-left: 50px;
    z-index: 2;
    position: relative;
    padding: 15px 0
}

@media screen and (max-width: 1366px) {
    .sales-p__line_black {
        font-size: 8vw
    }
}

.sales-p__line_black .sales-p__line_black1,
.sales-p__line_black .sales-p__line_black2 {
    display: flex;
    flex-wrap: nowrap;
    animation: line 25s 0s linear infinite
}

@media screen and (max-width: 768px) {

    .sales-p__line_black .sales-p__line_black1,
    .sales-p__line_black .sales-p__line_black2 {
        animation: line 20s 0s linear infinite
    }
}

@media screen and (max-width: 450px) {

    .sales-p__line_black .sales-p__line_black1,
    .sales-p__line_black .sales-p__line_black2 {
        animation: line 15s 0s linear infinite
    }
}

.sales-p__line_white {
    position: absolute;
    z-index: 1;
    color: var(--base-black-Defolt, #181818);
    font-size: min(84px, 6vw);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    gap: 10px;
    display: flex;
    transform: rotate(5.058deg) translateX(-262px);
    top: min(263px, 16vw);
    transform-origin: left
}

@media screen and (max-width: 1366px) {
    .sales-p__line_white {
        font-size: 5vw
    }
}

@media screen and (max-width: 600px) {
    .sales-p__line_white {
        font-size: 27px;
        top: 18vw
    }
}

.sales-p__line_white span {
    padding: 23px 67px;
    border-radius: 100px;
    border: 1px solid var(--Grey-Dark, #8F8F8F)
}

@media screen and (max-width: 1366px) {
    .sales-p__line_white span {
        padding: 16px 40px
    }
}

@media screen and (max-width: 600px) {
    .sales-p__line_white span {
        padding: 16px 25px
    }
}

@keyframes line {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.sales-block__date {
    color: var(--Grey-Dark, #8F8F8F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%
}

.sales-block__top {
    margin-bottom: 48px
}

.sales-block__top img {
    margin-top: 32px;
    width: 470px;
    max-width: 100%
}

.sales-block__top .page-head__title {
    padding-bottom: 16px
}

.sale-bottom {
    margin-top: 32px
}

.share {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    color: var(--Grey-Dark, #8F8F8F);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%
}

.share__icons {
    display: flex;
    gap: 12px
}

.share__icons a {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    transition: .3s
}

.share__icons a:hover {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .28)
}

.share__icons a img,
.share__icons a svg {
    width: 100%;
    height: 100%;
    display: block
}

.sale-bottom__controls {
    margin-top: 64px;
    border-top: 1px solid #181818;
    padding-top: 32px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.sale-bottom__controls .btn-white {
    font-size: 14px;
    padding: 12px 40px
}

.sale-bottom__controls_btns {
    gap: 10px 16px;
    display: flex
}

@media screen and (max-width: 600px) {
    .sale-bottom__controls_btns {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 450px) {
    .sale-bottom__controls_btns .btn-white {
        width: 100%;
        justify-content: center
    }
}

.sale-bottom__controls_back {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--base-black-Defolt, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    position: relative
}

.sale-bottom__controls_back::after {
    content: "";
    position: absolute;
    top: 100%;
    height: 1px;
    width: calc(100% - 30px);
    left: 30px;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .3s;
    background: #181818
}

.sale-bottom__controls_back:hover::after {
    transform: scaleX(1)
}

.gift-head {
    background: var(--base-black-Defolt, #181818);
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

@media screen and (max-width: 1024px) {
    .gift-head {
        min-height: 500px
    }
}

@media screen and (max-width: 900px) {
    .gift-head {
        position: relative
    }
}

.gift-head__container {
    width: 100%;
    max-width: calc(1824px + var(--padding));
    padding-left: var(--padding);
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: auto
}

@media screen and (max-width: 900px) {
    .gift-head__container {
        flex-direction: column;
        padding: 0
    }
}

.gift-head__inner {
    padding-top: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    flex: 1;
    max-width: 640px;
    color: var(--ECCO-Website-base-white, #fff)
}

@media screen and (max-width: 1366px) {
    .gift-head__inner {
        padding-top: 40px;
        max-width: 500px
    }
}

@media screen and (max-width: 1024px) {
    .gift-head__inner {
        max-width: 400px;
        gap: 15px
    }
}

@media screen and (max-width: 900px) {
    .gift-head__inner {
        max-width: 700px;
        padding: 32px 30px 40px
    }
}

.gift-head__title {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.28px
}

@media screen and (max-width: 1366px) {
    .gift-head__title {
        font-size: 48px
    }
}

@media screen and (max-width: 1024px) {
    .gift-head__title {
        font-size: 32px
    }
}

.gift-head__text {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%
}

@media screen and (max-width: 1366px) {
    .gift-head__text {
        font-size: 18px
    }
}

@media screen and (max-width: 600px) {
    .gift-head__text {
        font-size: 14px
    }
}

.gift-head__img {
    position: absolute;
    right: 0;
    width: calc(100% - 640px - 60px);
    height: 568px
}

@media screen and (max-width: 1366px) {
    .gift-head__img {
        width: calc(100% - 500px - 60px)
    }
}

@media screen and (max-width: 1024px) {
    .gift-head__img {
        width: calc(100% - 400px - 60px);
        height: 400px
    }
}

@media screen and (max-width: 900px) {
    .gift-head__img {
        position: static;
        width: 100%;
        height: 86.66dvw
    }
}

.gift-head__img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%
}

.gift-head-cards {
    width: 100%;
    max-width: 1646px;
    margin: 0 0 0 auto;
    padding: 0 0 0 var(--padding);
    margin-bottom: -36px;
    overflow: hidden
}

@media screen and (max-width: 1366px) {
    .gift-head-cards {
        padding: 0 var(--padding)
    }
}

@media screen and (max-width: 900px) {
    .gift-head-cards {
        padding: 0 0 0 30px;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0;
        transform: translateY(50%)
    }
}

.gift-head-cards .swiper-wrapper {
    align-items: stretch
}

@media(min-width: 1367px) {
    .gift-head-cards .swiper-wrapper {
        transform: none !important
    }
}

.gift-head-cards .swiper-slide {
    height: auto;
    width: calc((100% - 32px)/3)
}

@media screen and (max-width: 1366px) {
    .gift-head-cards .swiper-slide {
        width: 450px
    }
}

@media screen and (max-width: 600px) {
    .gift-head-cards .swiper-slide {
        width: calc(100% - 60px)
    }
}

.gift-head-cards__item {
    height: 100%;
    padding: 48px 32px;
    background-color: var(--ECCO-Website-base-white, #fff);
    display: flex;
    align-items: center;
    gap: 22px
}

@media screen and (max-width: 768px) {
    .gift-head-cards__item {
        padding: 32px 24px
    }
}

@media screen and (max-width: 600px) {
    .gift-head-cards__item {
        padding: 24px;
        gap: 13px
    }
}

.gift-head-cards__img {
    width: 100px;
    height: 100px;
    flex: none
}

@media screen and (max-width: 600px) {
    .gift-head-cards__img {
        width: 58px;
        height: 58px
    }
}

.gift-head-cards__img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%
}

.gift-head-cards__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%
}

@media screen and (max-width: 600px) {
    .gift-head-cards__text {
        font-size: 12px
    }
}

.gift-nominal {
    padding: 168px 0 146px;
    background-color: #f3f3f3
}

@media screen and (max-width: 600px) {
    .gift-nominal {
        padding: 100px 0
    }
}

.footer__bottom {
    margin-top: 89px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-top: 1px solid #3f3f3f;
    padding-top: 18px
}

@media screen and (max-width: 768px) {
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        padding-top: 74px
    }
}

@media screen and (max-width: 450px) {
    .footer__bottom {
        margin: 32px var(--padding) 0;
        padding: 74px 0 0;
        width: calc(100% - var(--padding)*2);
        gap: 12px
    }
}

.footer__bottom p {
    color: var(--Grey-Dark, #8F8F8F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

@media screen and (max-width: 600px) {
    .footer__bottom p {
        font-size: 10px
    }
}

@media screen and (max-width: 600px) {
    .footer__bottom .footer__author p {
        font-size: 12px
    }
}

.footer__bottom_col:nth-child(1) p {
    text-align: left
}

.footer__bottom_col:nth-child(2) p {
    text-align: right
}

@media screen and (max-width: 768px) {
    .footer__bottom_col:nth-child(2) p {
        text-align: left
    }
}

.footer__bottom_col {
    display: flex;
    flex-direction: column;
    gap: 4px
}

@media screen and (max-width: 768px) {
    .footer__bottom_col p {
        order: 1
    }
}

.footer__top {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

@media screen and (max-width: 1366px) {
    .footer__top {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media screen and (max-width: 450px) {
    .footer__top {
        gap: 0
    }
}

.footer__nav {
    display: flex;
    gap: min(159px, 8.3vw)
}

@media(max-width: 1500px) {
    .footer__nav {
        gap: 60px
    }
}

@media screen and (max-width: 1366px) {
    .footer__nav {
        order: 1;
        gap: min(140px, 10vw)
    }
}

@media screen and (max-width: 600px) {
    .footer__nav {
        order: 2;
        gap: 0;
        flex-direction: column;
        width: 100%
    }
}

@media screen and (max-width: 450px) {
    .footer__nav {
        margin-top: 16px
    }
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 44px
}

@media screen and (max-width: 1366px) {
    .footer__contacts {
        order: 2
    }
}

@media screen and (max-width: 1024px) {
    .footer__contacts {
        flex-direction: row;
        margin-top: 40px
    }
}

@media screen and (max-width: 600px) {
    .footer__contacts {
        order: 1;
        margin-top: 0
    }
}

@media screen and (max-width: 450px) {
    .footer__contacts {
        justify-content: space-between;
        width: 100%;
        gap: 10px
    }
}

.footer__title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media screen and (max-width: 450px) {
    .footer__title {
        font-size: 14px
    }
}

.footer__nav_col {
    max-width: 250px
}

@media screen and (max-width: 600px) {
    .footer__nav_col {
        max-width: unset
    }
}

.footer__contacts_help {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 20px
}

@media screen and (max-width: 450px) {
    .footer__contacts_help {
        gap: 12px
    }
}

.footer__contacts_help .footer__title {
    margin-bottom: 10px
}

@media screen and (max-width: 450px) {
    .footer__contacts_help .footer__title {
        margin-bottom: 3px
    }
}

.footer__contacts_help a {
    color: var(--Grey-Dark, #8F8F8F);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    transition: .3s;
    white-space: nowrap
}

@media screen and (max-width: 1366px) {
    .footer__contacts_help a {
        font-size: 18px
    }
}

@media screen and (max-width: 600px) {
    .footer__contacts_help a {
        font-size: 16px
    }
}

@media screen and (max-width: 450px) {
    .footer__contacts_help a {
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 135%
    }
}

.footer__contacts_help a:hover {
    color: #fff
}

.footer__contacts_socials-wrap {
    margin-top: 24px;
    display: flex;
    gap: 9px
}

@media screen and (max-width: 450px) {
    .footer__contacts_socials-wrap {
        gap: 5px
    }
}

.footer__contacts_social {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #8f8f8f;
    transition: background .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 450px) {
    .footer__contacts_social {
        width: 32px;
        height: 32px
    }
}

.footer__contacts_social:hover {
    background: #fff
}

.footer__contacts_social svg,
.footer__contacts_social img {
    display: block;
    width: 14px;
    height: 14px;
    object-fit: contain;
    object-position: center
}

@media screen and (max-width: 450px) {

    .footer__contacts_social svg,
    .footer__contacts_social img {
        width: 18px;
        height: 18px
    }
}

.footer__subtitle,
.footer-success {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px
}

@media screen and (max-width: 600px) {

    .footer__subtitle,
    .footer-success {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding-top: 16px
    }
}

@media screen and (max-width: 450px) {

    .footer__subtitle,
    .footer-success {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: .28px
    }
}

@media screen and (max-width: 600px) {

    .footer__subtitle::after,
    .footer-success::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 9L12 16.5L4.5 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        display: block;
        min-width: 24px;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }
}

.footer__form {
    position: relative;
    width: 366px;
    margin-top: 12px
}

@media screen and (max-width: 1366px) {
    .footer__form {
        width: auto
    }
}

.footer__form ._err::after {
    content: attr(data-err);
    color: #c83532;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .2px;
    position: absolute;
    top: 100%;
    width: max-content;
    right: 0
}

.footer__form .btn-black {
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 9px 20px
}

.footer__form ._err~.btn-black {
    background: #8f8f8f;
    cursor: default
}

@media screen and (max-width: 600px) {
    .footer__nav_col.active .footer__subtitle::after {
        transform: scale(1, -1)
    }

    .footer__nav_col.active .footer__nav_col-drop {
        grid-template-rows: 1fr
    }
}

.footer__nav_col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    min-height: 0
}

@media screen and (max-width: 600px) {
    .footer__nav_col ul {
        margin-top: 16px
    }
}

@media screen and (max-width: 600px) {
    .footer__nav_col ul li:nth-last-child(1) {
        padding-bottom: 16px
    }
}

.footer__nav_col a {
    color: #8f8f8f;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    transition: .3s
}

.footer__nav_col a:hover {
    color: #fff
}

@media screen and (max-width: 600px) {
    .footer__nav_col-drop {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: .3s;
        border-bottom: 1px solid #3f3f3f
    }
}

.footer .input-wrap._err input {
    box-shadow: inset 0 0 0px 1px #c83532
}

.input-wrap {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px
}

.input-wrap._err input {
    border-color: #c83532
}

.input-wrap input {
    width: 100%;
    padding: 12px 17px;
    padding-right: 132px;
    height: 42px;
    display: flex;
    align-items: center;
    background: var(--Grey-light, #E0E0E0);
    color: var(--base-black-Defolt, #181818);
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    transition: background .3s;
    border: 1px solid rgba(0, 0, 0, 0)
}

.input-wrap input:hover,
.input-wrap input:focus {
    background: #f3f3f3
}

@media screen and (max-width: 1366px) {
    .footer__news {
        order: 3;
        margin: 0 auto
    }
}

@media screen and (max-width: 1024px) {
    .footer__news {
        margin: 40px 0 0
    }
}

@media screen and (max-width: 600px) {
    .footer__news {
        width: 100%
    }
}

@media screen and (max-width: 450px) {
    .footer__news {
        margin-top: 20px
    }
}

.footer__news p:not(.footer__subtitle, .footer-success) {
    color: var(--Grey-Dark, #8F8F8F);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-top: 8px;
    max-width: 300px
}

@media screen and (max-width: 1366px) {
    .footer__news p:not(.footer__subtitle, .footer-success) {
        max-width: unset
    }
}

@media screen and (max-width: 450px) {
    .footer__news p:not(.footer__subtitle, .footer-success) {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%
    }
}

.footer__news .footer__subtitle::after {
    content: none
}

.footer__bottom_info {
    display: flex;
    gap: 15px 32px;
    width: 100%;
    flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .footer__bottom_info {
        justify-content: center;
        gap: 15px 32px
    }
}

@media screen and (max-width: 450px) {
    .footer__bottom_info {
        flex-direction: column;
        gap: 12px
    }
}

.footer__copyright {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

@media screen and (max-width: 450px) {
    .footer__copyright {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px
    }
}

.footer__policy,
.footer__cookies {
    color: #8f8f8f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    transition: color .3s
}

@media screen and (max-width: 450px) {

    .footer__policy,
    .footer__cookies {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%
    }
}

.footer__policy:hover,
.footer__cookies:hover {
    color: #fff
}

.footer__author {
    color: #8f8f8f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-grow: 1;
    justify-content: flex-end
}

@media screen and (max-width: 768px) {
    .footer__author {
        justify-content: flex-end;
        flex-grow: unset;
        order: 0;
        flex-direction: row-reverse;
        position: absolute;
        top: 29px
    }
}

@media screen and (max-width: 450px) {
    .footer__author {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%
    }
}

.footer__author a {
    color: #8f8f8f;
    display: inline-block;
    position: relative;
    transition: color .3s
}

.footer__author a::after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    height: 1px;
    width: 100%;
    left: 0;
    transform-origin: left;
    transition: transform .3s;
    background: #8f8f8f
}

.footer__author a:hover {
    color: #fff
}

.footer__author a:hover::after {
    transform: scaleX(0)
}

.footer-success {
    margin-top: 10px
}

.footer-success::after {
    content: none
}

.products-swiper__nav .swiper-button-prev {
    margin: 0;
    top: 0;
    left: unset;
    right: max((100% - 1768px)/2 + var(--padding) + 83px, var(--padding) + 83px)
}

@media screen and (max-width: 1024px) {
    .products-swiper__nav .swiper-button-prev {
        right: calc(var(--padding) + 65px)
    }
}

@media screen and (max-width: 600px) {
    .products-swiper__nav .swiper-button-prev {
        right: calc(var(--padding) + 50px)
    }
}

.products-swiper__nav .swiper-button-next {
    margin: 0;
    top: 0;
    right: max((100% - 1768px)/2 + var(--padding), var(--padding))
}

@media screen and (max-width: 1024px) {
    .products-swiper__nav .swiper-button-next {
        right: var(--padding)
    }
}

.products-swiper__container {
    width: 100%;
    overflow: hidden;
    position: static;
    margin-top: 32px;
    padding: 0 max((100% - 1768px)/2 + var(--padding), var(--padding))
}

.products-swiper__slide {
    width: 400px;
    height: auto;
    border: 1px solid #e0e0e0;
    padding-bottom: 16px;
    border-radius: 4px
}

@media screen and (max-width: 1366px) {
    .products-swiper__slide {
        width: 320px
    }
}

@media screen and (max-width: 1024px) {
    .products-swiper__slide {
        width: 30vw
    }
}

@media screen and (max-width: 768px) {
    .products-swiper__slide {
        width: min(340px, 100vw - 20px)
    }
}

@media screen and (max-width: 450px) {
    .products-swiper__slide {
        border-radius: 4px;
        border: 1px solid #e0e0e0
    }
}

.products-swiper__slide.saled .products-swiper__swiper,
.products-swiper__slide.saled .saled {
    opacity: .65
}

.products-swiper__slide:hover .swiper-scrollbar {
    opacity: 1
}

.saled-tag {
    color: var(--ECCO-Website-base-black, #181818);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    padding: 6px 8px;
    border: 1px solid #181818
}

.products-swiper__slide {
    position: relative
}

.products-swiper__tags {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 16px;
    display: flex;
    gap: 8px;
    z-index: 1000;
    transform: translateZ(0);
    max-width: calc(100% - 58px);
    flex-wrap: wrap
}

@media screen and (max-width: 600px) {
    .products-swiper__tags {
        left: 13px
    }
}

.products-swiper__tag {
    background: var(--base-black-Defolt);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    padding: 6px 8px
}

.products-swiper__tag.red {
    background: var(--red);
    color: #fff
}

.products-swiper__tag.new {
    background: var(--Blue-Links, #234484);
    color: #fff;
    text-transform: uppercase
}

.products-swiper__tag.discount {
    background: #d2d2d2;
    color: #181818
}

.swiper-button-lock {
    display: none !important
}

.products-swiper__swiper {
    background: #fff;
    overflow: hidden;
    width: 100%;
    overflow: visible;
    overflow-x: clip;
    z-index: 1;
    border-radius: 5px 5px 0 0
}

.products-swiper__swiper .swiper-slide {
    padding: 28px;
    height: 400px
}

@media screen and (max-width: 1366px) {
    .products-swiper__swiper .swiper-slide {
        height: 320px
    }
}

@media screen and (max-width: 1024px) {
    .products-swiper__swiper .swiper-slide {
        height: 30vw;
        padding: 12px
    }
}

@media screen and (max-width: 768px) {
    .products-swiper__swiper .swiper-slide {
        height: min(340px, 100vw - 20px)
    }
}

@media screen and (max-width: 600px) {
    .products-swiper__swiper .swiper-slide {
        padding: 27px
    }
}

.products-swiper__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    position: relative
}

.products-swiper__swiper .swiper-pagination-bullet {
    width: 50%;
    margin: 0
}

.products-swiper__swiper:hover .swiper-scrollbar {
    opacity: 1
}

.products-swiper__swiper .swiper-scrollbar {
    bottom: 0;
    top: unset;
    height: 3px;
    border-radius: 0;
    background: linear-gradient(90deg, #8f8f8f 49.5%, white 49.5%, white 50.5%, #8f8f8f 50.5%);
    opacity: 0;
    transition: .3s;
    width: 100%;
    left: 0
}

@media screen and (max-width: 768px) {
    .products-swiper__swiper .swiper-scrollbar {
        opacity: 1;
        display: none
    }
}

.products-swiper__swiper .swiper-scrollbar-drag {
    background: #181818;
    border-radius: 0
}

.products-swiper__vars {
    margin-top: 13px;
    display: flex;
    padding: 0 13px;
    gap: 8px
}

@media screen and (max-width: 1024px) {
    .products-swiper__vars {
        padding: 0 5px
    }
}

@media screen and (max-width: 600px) {
    .products-swiper__vars {
        padding: 0 16px
    }
}

.products-swiper__var {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center
}

.products-swiper__var img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.products-swiper__var.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #181818;
    position: absolute;
    bottom: -1px;
    left: 0
}

.products-swiper__var_amount {
    width: max-content;
    color: #8f8f8f;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    min-width: max-content;
    transition: .3s;
    cursor: pointer
}

.products-swiper__var_amount:hover {
    color: var(--base-black-Defolt)
}

.products-swiper__bottom {
    margin-top: 16px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.products-swiper__title {
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px
}

.products-swiper__prices {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    color: var(--base-black-Defolt, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.products-swiper__price_old {
    color: var(--Grey-Dark, #8f8f8f);
    text-decoration: line-through
}

.products-swiper__price_sale {
    color: var(--red)
}

.main-nav {
    margin-top: 112px;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 1366px) {
    .main-nav {
        margin-top: 80px
    }
}

@media screen and (max-width: 768px) {
    .main-nav {
        margin-top: 75px
    }
}

@media screen and (max-width: 768px) {
    .main-nav {
        margin-top: 70px
    }
}

@media screen and (max-width: 600px) {
    .main-nav {
        justify-content: flex-start
    }
}

@media screen and (max-width: 450px) {
    .main-nav {
        margin-top: 64px
    }
}

.main-nav nav {
    display: flex;
    gap: min(76px, 4vw)
}

@media screen and (max-width: 1366px) {
    .main-nav nav {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1024px) {
    .main-nav nav {
        gap: 40px
    }
}

@media screen and (max-width: 768px) {
    .main-nav nav {
        display: block;
        columns: 2;
        columns-gap: 20px
    }
}

@media screen and (max-width: 600px) {
    .main-nav nav {
        columns: unset
    }
}

@media screen and (max-width: 450px) {
    .main-nav nav {
        gap: 25px
    }
}

.main-nav__col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media screen and (max-width: 1366px) {
    .main-nav__col {
        max-width: 23%
    }
}

@media screen and (max-width: 1024px) {
    .main-nav__col {
        max-width: unset;
        width: calc(33.3% - 27px)
    }
}

@media screen and (max-width: 768px) {
    .main-nav__col {
        display: flex;
        width: 100%;
        padding-bottom: 26px;
        white-space: nowrap;
        overflow: hidden;
        height: auto;
        gap: 0
    }
}

@media screen and (max-width: 450px) {
    .main-nav__col {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .main-nav__col:nth-child(odd) {
        justify-content: flex-end
    }
}

@media screen and (max-width: 450px) {
    .main-nav__col:nth-child(odd) {
        justify-content: flex-start
    }
}

@media screen and (max-width: 768px) {
    .main-nav__col:nth-child(even) {
        justify-content: flex-start
    }
}

.main-nav__col.drop .main-nav__col_categories {
    grid-template-rows: 1fr
}

.main-nav__col.drop .main-nav__col_trigger-arr {
    transform: rotate(180deg)
}

.main-nav__col>a {
    max-width: max-content
}

.main-nav__col a {
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: .32px;
    display: inline-block;
    position: relative
}

@media screen and (max-width: 450px) {
    .main-nav__col a {
        color: var(--base-black-Defolt, #181818);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: .28px
    }
}

.main-nav__col a::after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    height: 1px;
    width: 100%;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .3s;
    background: #181818
}

@media(hover: hover) {
    .main-nav__col a:hover::after {
        transform: scaleX(1)
    }
}

.main-nav__col .main-nav__col_trigger::after {
    content: none
}

.main-nav__col .main-nav__col_trigger .main-nav__col_trigger-text {
    position: relative
}

.main-nav__col .main-nav__col_trigger .main-nav__col_trigger-text::after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    height: 1px;
    width: 100%;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .3s;
    background: #181818
}

@media(hover: hover) {
    .main-nav__col .main-nav__col_trigger .main-nav__col_trigger-text:hover::after {
        transform: scaleX(1)
    }
}

.main-nav__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px
}

@media screen and (max-width: 1366px) {
    .main-nav__col ul {
        gap: 10px
    }
}

@media screen and (max-width: 768px) {
    .main-nav__col ul {
        display: none
    }
}

.main-nav__col ul a {
    color: var(--base-black-Defolt, #181818);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

@media screen and (max-width: 768px) {
    .main-nav__col_categories {
        display: grid;
        grid-template-rows: 0fr;
        transition: .3s;
        overflow: hidden
    }
}

@media screen and (max-width: 600px) {
    .main-nav__col_categories-inner {
        min-height: 0
    }
}

.main-nav__sub.drop .main-nav__sub_block {
    grid-template-rows: 1fr
}

.main-nav__sub.drop .main-nav__sub_trigger-arr {
    transform: rotate(180deg)
}

@media screen and (max-width: 768px) {
    .main-nav__sub {
        padding-left: 10px
    }
}

@media screen and (max-width: 768px) {
    .main-nav__sub:nth-child(1) {
        margin-top: 16px
    }
}

@media screen and (max-width: 768px) {
    .main-nav__sub a {
        color: var(--base-black-Defolt, #181818);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%
    }
}

.main-nav__sub_block {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: .3s
}

.main-nav__sub_block ul {
    min-height: 0
}

.main-nav__sub_block ul li:nth-child(1) {
    margin-top: 17px
}

.main-nav__col_categories-inner {
    display: flex;
    flex-direction: column;
    gap: 18px
}

@media screen and (max-width: 768px) {
    .main-nav__col_categories-inner {
        gap: 10px
    }
}

.main-nav__sub_trigger {
    display: flex;
    justify-content: space-between;
    gap: 23px
}

.main-nav__sub_trigger-arr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M20 9L12.5 16.5L5 9' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-position: center;
    cursor: pointer;
    transition: transform .3s
}

@media screen and (max-width: 1024px) {
    .main-nav__sub_trigger-arr {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .main-nav__col_trigger {
        display: flex;
        align-items: center;
        gap: 16px
    }
}

@media screen and (max-width: 600px) {
    .main-nav__col_trigger-arr {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M20 9L12.5 16.5L5 9' stroke='%23181818' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        background-position: center;
        cursor: pointer;
        transition: transform .3s
    }
}

.footer {
    background: var(--base-black-Defolt);
    padding: 60px 0
}

@media screen and (max-width: 1024px) {
    .footer {
        padding: 40px 0
    }
}

@media screen and (max-width: 450px) {
    .footer {
        padding-top: 48px;
        padding-bottom: 32px
    }
}

.sales-p {
    display: flex;
    flex-direction: column;
    gap: 100px;
    position: relative
}

@media screen and (max-width: 1024px) {
    .sales-p {
        gap: 20px
    }
}

@media screen and (max-width: 768px) {
    .sales-p {
        gap: 60px
    }
}

@media screen and (max-width: 1366px) {
    .sales-p .btn-black {
        padding: 15px 32px
    }
}

@media screen and (max-width: 1024px) {
    .sales-p .btn-black {
        padding: 15px 30px;
        font-size: 16px
    }
}

.sales-p.show .sales-p__btn-show .hide {
    display: block
}

.sales-p.show .sales-p__btn-show .show {
    display: none
}

.sales-p.show .sales-p__btn-show::after {
    transform: scale(1, -1)
}

.sales-p__scroller {
    position: absolute;
    height: 100%;
    width: 5px;
    background: #e0e0e0;
    left: calc(min(288px, 15vw) + var(--padding))
}

@media screen and (max-width: 1024px) {
    .sales-p__scroller {
        left: var(--padding)
    }
}

@media screen and (max-width: 450px) {
    .sales-p__scroller {
        left: 8px
    }
}

.sales-p__scroller_thumb {
    max-height: 100%;
    --scroll: 0px;
    position: absolute;
    top: 0;
    left: 1px;
    background: #181818;
    width: 3px;
    transition: .3s;
    height: calc(344px + var(--scroll))
}

@media screen and (max-width: 1366px) {
    .sales-p__scroller_thumb {
        height: calc(200px + var(--scroll))
    }
}

@media screen and (max-width: 1024px) {
    .sales-p__scroller_thumb {
        height: calc(160px + var(--scroll))
    }
}

.sales-p__btn-show {
    position: absolute;
    top: calc(100% + 5px);
    color: var(--base-black-Defolt, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .36px;
    display: flex;
    align-items: center;
    gap: 12px;
    left: 90px;
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    .sales-p__btn-show {
        left: 40px
    }
}

@media screen and (max-width: 600px) {
    .sales-p__btn-show {
        left: 36px;
        top: calc(100% + 29px)
    }
}

@media screen and (max-width: 450px) {
    .sales-p__btn-show {
        left: 26px
    }
}

.sales-p__btn-show::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.5 9L12 16.5L4.5 9' stroke='%23101828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer
}

.sales-p__btn-show span {
    cursor: pointer
}

.sales-p__btn-show .hide {
    display: none
}

.sales-p__card {
    display: flex;
    align-items: flex-start
}

@media screen and (max-width: 1024px) {
    .sales-p__card {
        display: grid;
        grid-template-areas: "date img" "content img" "content .";
        padding-left: 20px
    }
}

@media screen and (max-width: 768px) {
    .sales-p__card {
        display: flex;
        flex-direction: column
    }
}

@media screen and (max-width: 450px) {
    .sales-p__card {
        padding-left: 6px
    }
}

.sales-p__card.hide {
    display: none
}

.sales-p__card_date {
    padding-right: 39px;
    width: min(286px, 15vw);
    padding-top: 8px
}

@media screen and (max-width: 1366px) {
    .sales-p__card_date {
        padding-right: 20px
    }
}

@media screen and (max-width: 1024px) {
    .sales-p__card_date {
        grid-area: date;
        width: auto
    }
}

@media screen and (max-width: 768px) {
    .sales-p__card_date {
        order: 1
    }
}

@media screen and (max-width: 600px) {
    .sales-p__card_date {
        display: flex;
        flex-direction: column-reverse;
        padding-left: 0;
        gap: 4px
    }
}

@media screen and (max-width: 450px) {
    .sales-p__card_date {
        padding-left: 5px
    }
}

.sales-p__card_date p {
    color: var(--base-black-Defolt, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: right;
    letter-spacing: .36px
}

@media screen and (max-width: 1024px) {
    .sales-p__card_date p {
        text-align: left;
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .sales-p__card_date p {
        font-size: 16px
    }
}

@media screen and (max-width: 600px) {
    .sales-p__card_date p {
        font-size: 14px
    }
}

.sales-p__card_date .end {
    margin-top: 6px;
    color: var(--Grey-Dark, #8f8f8f);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .36px;
    text-transform: uppercase;
    text-align: right
}

@media screen and (max-width: 1024px) {
    .sales-p__card_date .end {
        text-align: left;
        font-size: 17px;
        margin-top: 2px
    }
}

@media screen and (max-width: 600px) {
    .sales-p__card_date .end {
        font-size: 13px;
        font-weight: 500
    }
}

.sales-p__card_img {
    width: min(762px, 40vw);
    margin-left: 48px
}

@media screen and (max-width: 1366px) {
    .sales-p__card_img {
        margin-left: 20px
    }
}

@media screen and (max-width: 1024px) {
    .sales-p__card_img {
        grid-area: img;
        width: 50vw
    }
}

@media screen and (max-width: 768px) {
    .sales-p__card_img {
        order: 0;
        margin-left: 0;
        width: 100%
    }
}

.sales-p__card_img img {
    width: 100%;
    aspect-ratio: 2.16/1;
    object-fit: cover
}

@media screen and (max-width: 450px) {
    .sales-p__card_img img {
        aspect-ratio: 2/1
    }
}

.sales-p__card_content {
    padding-left: 48px;
    width: calc(100% - min(286px, 15vw) - 48px - min(762px, 40vw))
}

@media screen and (max-width: 1366px) {
    .sales-p__card_content {
        padding-left: 20px;
        width: calc(100% - min(286px, 15vw) - 20px - min(762px, 40vw))
    }
}

@media screen and (max-width: 1024px) {
    .sales-p__card_content {
        grid-area: content;
        width: 100%;
        padding-left: 0;
        margin-top: 10px
    }
}

@media screen and (max-width: 768px) {
    .sales-p__card_content {
        order: 2
    }
}

@media screen and (max-width: 450px) {
    .sales-p__card_content {
        padding-left: 5px
    }
}

.sales-p__card_content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    color: var(--Grey-Dark, #8f8f8f);
    font-size: min(20px, 1.3vw);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .4px
}

@media screen and (max-width: 1024px) {
    .sales-p__card_content {
        gap: 10px;
        font-size: 14px
    }
}

.sales-p__card_title {
    color: var(--base-black-Defolt, #181818);
    font-size: min(36px, 2.4vw);
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

@media screen and (max-width: 1024px) {
    .sales-p__card_title {
        font-size: 22px
    }
}

@media screen and (max-width: 450px) {
    .sales-p__card_title {
        font-size: 20px
    }
}