@font-face {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Montserrat-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Montserrat-Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/Montserrat-Medium.ttf') format("truetype");
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/Montserrat-SemiBold.ttf') format("truetype");
}

@font-face {
    font-family: 'Montserrat-Light';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/Montserrat-Light.ttf') format("truetype");
}

@font-face {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Inter-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Inter-Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/Inter-Medium.ttf') format("truetype");
}

@font-face {
    font-family: 'Raleway-Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/Raleway-Medium.ttf') format("truetype");
}

@font-face {
    font-family: 'Raleway-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/Raleway-SemiBold.ttf') format("truetype");
}

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

}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

.slick-loading .slick-list
{
    background: none;
}

/*body::-webkit-scrollbar { width: 0 !important }*/
body {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #1F1F1F;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;

    text-transform: uppercase;
}

body.no-scroll {
    overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

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

input::-ms-clear {
    display: none;
}

input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
}
input[readonly] {
    pointer-events: none;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;

}

button {
    font-family: inherit;
    cursor: pointer;
    background-color: inherit;
    color: inherit;
    text-transform: uppercase;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a {
    color: inherit;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
h1{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 60px;
    line-height: 120%;
}
h2{
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 36px;
    line-height: 120%;
}
h3{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 32px;
    line-height: 120%;
}
.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

main {
    flex: 1 1 auto;
    /*margin-bottom: 100px;*/
    /*margin-top: 109px;*/
    margin-top: 71px;

}

.container {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}
.notify {
    position: fixed;
    right: 25px;
    z-index: 9999;
    background-color: #c0e7ac;
    padding: 15px 24px;
    text-align: center;
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 12px;
    border-radius: 8px;
    margin-top: 15px;
}

.hidden {
    display: none;
}
.btn-black {
    background-color: #1F1F1F;
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px;
    border-radius: 8px;

    transition: all 0.3s;

}

.btn-black:hover {
    background-color: #5B5B5B;
}

.btn-gray {
    background-color: #F4F4F4;
    font-size: 15px;
    color: #1F1F1F;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px;
    border-radius: 8px;

    transition: all 0.3s;
    width: 100%;
}

.btn-gray:hover {
    background-color: #DBDBDB;
}

.btn-transparent{
    color: #B3B3B3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px;
    border-radius: 8px;
    border: 1px solid #B3B3B3;
    transition: all 0.3s;
    width: 100%;
    height: 56px;
}
.btn-transparent:hover{
    border: 1px solid #5B5B5B;
    color: #5B5B5B;
}
.section-title {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.01em;

    margin-bottom: 24px;
}

.section-padding {
    padding: 40px 0;
}

.promo-banner {
    background-color: #1F1F1F;
    display: flex;
    align-items: center;
    padding: 0 15px 0 0;
    overflow: hidden;
    width: 100%;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;

}

.promo-banner-marquee {
    flex: 1;
    overflow: hidden;
    display: flex;
    height: 38px;
    width: 100%;
}

.js-marquee-wrapper {
    display: flex;
    white-space: nowrap;
    align-items: center;
    height: 100%;
}

.js-marquee {
    display: inline-block;
    white-space: nowrap;
}

/*.promo-banner-block {*/
/*    display: inline-block;*/
/*    white-space: nowrap;*/
/*    padding: 10px 0;*/
/*    padding-left: 100%;*/
/*    transform: translate(100%, 0);*/
/*}*/

.promo-banner-link {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.19em;
    color: #FFFFFF;
}

.promo-banner-close {
    margin-left: 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header {
    padding: 19px 0;
    /*top: 38px;*/
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    background-color: #fff;
    z-index: 10;
    transition: top 0.3s ease;
}

.header__body {
    display: flex;
    justify-content: space-between;
}

.header__body-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.header__body-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__body-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__body-menu-button:hover svg * {
    stroke: #5B5B5B;
}

.header__body-nav-category {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__body-nav-category-item {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #B3B3B3;
    transition: .3s;
}

.header__body-nav-category-item:hover {
    color: #5B5B5B;
}

.header__body-nav-category-item.active {
    color: #1F1F1F;
}

.header__body-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header__body-actions-item {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__body-actions-item svg path,
.header__body-actions-item svg circle {
    transition: stroke 0.2s ease;
}

.header__body-actions-item:hover svg * {
    stroke: #5B5B5B;
}

.header__body-actions-item-basket-wrapper {
    position: relative;
}

.header__body-actions-item-basket {
    font-family: 'Montserrat-Regular', sans-serif;
    font-style: normal;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #1F1F1F;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6px;
    border-radius: 50%;
    left: 19px;
    bottom: 0px;
    padding-left: 1px;
    opacity: 1;
}

.header-navigation {
    position: fixed;
    top: 0;
    left: 0;
    /*width: 50%;*/
    height: 100vh;
    background: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    /*z-index: 100;*/

    padding: 33px 33px 33px 42px;
    /*overflow-y: auto;*/
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.header-navigation::-webkit-scrollbar {
    display: none;
}

.header-navigation.open {
    transform: translateX(0);
}

.header-navigation__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
}

.header-navigation__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    /* box-sizing: border-box; */
    padding-bottom: 53px;
    height: 100%;
    max-width: 291px;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.header-navigation__body::-webkit-scrollbar {
    display: none;
}

.header-navigation__button {
    margin-right: 8px;
    margin-left: -20px;
}

.header-line {
    width: 100%;
    height: 1px;
    background-color: #DBDBDB;
}

.header-line-hidden {
    display: none;
}

.header-navigation__lists {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.header-navigation__item {
    padding: 8px 29px 9px 14px;
}

.header__navigation-link--bold {
    font-weight: bold;
}

.header__navigation-link {
    font-size: 17px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    will-change: font-weight;
}

.header-navigation__item {
    transition: .2s;
}

.header-navigation__item:hover {
    background-color: #F4F4F4;
    border-radius: 8px;
}

.header-navigation-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.header-navigation__level-two {
    position: fixed;
    top: 0;
    left: -10px;
    /*width: 50%;*/
    height: 100vh;
    background: #ffffff;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 0;
    padding: 88px 33px 33px 0;
    pointer-events: none;
}


.header-navigation__item--outerwear.submenu-open .header-navigation__level-two {
    transform: translateX(355px);
    opacity: 1;
    z-index: 101;
    pointer-events: auto;
}

.header-navigation__level-two-body {
    height: 100%;
    border-left: 1px solid #DBDBDB;
    padding-left: 42px;
    width: 331px;

}

.header-navigation__level-three {
    position: fixed;
    top: 0;
    left: 0;
    /*width: 50%;*/
    height: 100vh;
    background: #ffffff;
    transform: translateX(-300%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 998;
    padding: 88px 33px 33px 0;
    pointer-events: none;
}

.header-navigation__level-three-body {
    width: 331px;
    height: 100%;
    border-left: 1px solid #DBDBDB;
    padding-left: 42px;
}

.header-navigation__item.submenu-open > .header-navigation__level-three {
    transform: translateX(100%);
    pointer-events: auto;
    opacity: 1;
}

.header__body-nav-category-hidden {
    display: none;
}

.header__body-logo-hidden {
    display: none;
}

.header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3); /* степень затемнения */
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.header__search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 39px 20px 68px 130px;
    color: #5B5B5B;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
    display: none;
}
.header__search.active {
    display: flex;
}
.header__search-top{
    display: none;
}
.header__search-content{
    max-width: 927px;
    width: 100%;
}

.header__search-input-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 40px;
    padding-bottom: 8px;
    padding-right: 5px;

}
.header__search-input{
    width: 100%;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #5B5B5B;

    text-transform: uppercase;
}
.header__search-input-close{
    width: 14px;
    height: 14px;
}
.header__search-input-btn{
    display: none;
}
.header__search-found-wrapper{
    display: flex;
    gap: 103px;
    flex-direction: row;
    max-height: 362px;
    overflow-y:  auto;
    padding-bottom: 68px;
    /* скрыть скролл */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.header__search-found-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.header__search-found{
    max-width: 307px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.header__search-found-name{
    font-size: 18px;
    margin-bottom: 16px;
}
.header__search-found-item-wrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.header__search-found-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.header__search-found-item:hover{
    color: #1F1F1F;
}
.header__search-found-item:hover svg path {
    fill: #1F1F1F;
}
.header__search-found-item-name{
    font-size: 12px;
}
.header__search-close{
    align-self: flex-start;
    border-radius: 8px;
    padding: 12px 32px;
    background-color: #5B5B5B;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.header__search-close:hover{
    background-color: #B3B3B3;
    color: #1f1f1f;
}

body.has-banner .header {
    top: 38px;
}

body.has-banner main {
    margin-top: 109px;
}




.subscription-wrapper {
    position: relative;
}

.subscription {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.subscription-success {
    position: absolute;
    left: 0;
    top: 25px;
    transform: translateX(-200%);
    font-size: 14px;
    width: 100%;
    border: 1px solid #9cd97e;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 13px 13px 15px 15px;
    transition: .3s;
    opacity: 0;
}

.subscription-error {
    text-transform: none;
    font-size: 14px;
    line-height: 17px;
    color: #FF8E8E;
    display: none;
}

.subscription-name {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
}

.subscription-input {
    position: relative;
    width: 100%;
    padding: 6px;
    background: #F4F4F4;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.subscription-input input {
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    padding-right: 5px;
}

.subscription-input input::placeholder {
    font-size: 12px;
    color: #B3B3B3;
    text-transform: uppercase;
}

.subscription-btn {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background-color: #5B5B5B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.socials {
    display: flex;
    gap: 12px;
}
.socials__link svg path{
    transition: fill .3s ease;
}
.socials__link:hover svg path{
    fill: #5B5B5B;
}

.header__bottom {
    display: none;
    position: fixed;
    bottom: 24px;
    max-width: 570px;
    backdrop-filter: blur(12px);
    background: rgba(239, 239, 239, 0.4);
    border-radius: 100px;
    padding: 0 37px;


    left: 50%;
    transform: translateX(-50%);
}

.header__bottom-container {
    width: 496px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header__bottom-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 100%;
    /*padding: 15px 0;*/
}
/*.header__bottom-action.active svg path, svg circle{*/
/*    stroke: #1F1F1F;*/
/*  */
/*}*/
/*.header__bottom-action svg path{*/
/*    stroke: #5B5B5B;*/
/*}*/
/*.header__bottom-link.active {*/
/*    border-top: 1px solid #1F1F1F;*/
/*}*/
/*.header__bottom-link.active {*/
/*    border-bottom: 1px solid #1F1F1F;*/
/*}*/

header .header-bottom-wrap{
    display: block;
}

.header__bottom-button {
    font-weight: 600;
    font-size: 8px;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1F1F1F;
    border-radius: 12px;
    width: 73px;
    height: 24px;

}

.menu-back-button {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    gap: 15px;
    align-items: center;

    position: relative;
    /*margin-left: -57px;*/
}

/*.menu-back-button svg{*/
/*    position: absolute;*/
/*    left: -57px;*/
/*}*/
.header-navigation__mobile .header-navigation__list {
    margin-top: 17px;
    width: 100%;
}

.header-navigation__mobile .header-navigation__item {
    padding-left: 0;
    padding-right: 0;
}


/*BANNERS*/
.banners {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banners__wrapper {
    position: relative;
}

.banners__slider {
    width: 100%;
    margin-bottom: 0;
    visibility: hidden;
}


.banners__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banners__slider-slider {
    position: relative;
}

.banners__slide {
    position: relative;
    display: block;
}

.banners-img {
    width: 100%;
    height: 549px;
    object-fit: cover;
    max-height: 549px;
    display: block;
    border-radius: 12px;
}

.banners__info {
    line-height: 140%;
    color: #FFFFFF;

    position: absolute;
    top: 111px;
    left: 119px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banners__info-title {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 32px;
    font-weight: 600;
}

.banners__info-date {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 20px;
    font-weight: 500;
}


.banners__controls {
    position: absolute;
    bottom: 59px;
    left: 119px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 3;
}


.banners__controls .slick-prev {
    position: absolute;
    top: -34px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 5;
    left: 0;
}

.banners__controls .slick-next {
    position: absolute;
    top: -34px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 5;
    left: 40px;
}

.banners__controls .slick-prev::before,
.banners__controls .slick-next::before {
    content: none;
}

.banners__arrows {
    display: flex;
    gap: 10px;
}

/* Пагинация: полоски */
.banners__controls .slick-dots {
    display: flex !important;
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: 0;
    left: 4px;
}

.banners__controls .slick-dots li {
    width: 81px;
    height: 2px !important;
    flex: 0 0 auto;
}

.banners__controls .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #DBDBDB;
    border: none;
    cursor: pointer;
    display: block;
}

.banners__controls .slick-dots li.slick-active button {
    background: #fff;
}

.banners__controls .slick-dots li button::before {
    display: none;
}

/*POPULAR-CATEGORY*/
.popular-category {
    padding: 40px 0 50px 0;
}

.popular-category__wrapper {
    position: relative;
    margin-right: -20px;
}

.popular-category__slider {
    display: flex;
    gap: 20px;

    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
}

.popular-category__slider.dragging {
    cursor: grabbing;
}

.popular-category__slider::-webkit-scrollbar {
    display: none;
}

.popular-category__slide {
    display: flex;
    flex-direction: column;
    gap: 7px;

}

.popular-category__arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 20px 8px;
}

.popular-category__arrow.left {
    left: 100px;
}

.popular-category__arrow.right {
    right: 100px;
}


.popular-category__slide:last-child {
    padding-right: 20px;
}

.popular-category__img {
    height: 193px;
    flex: 0 0 160px;
}

.popular-category__img img {
    border-radius: 2px;
    transition: opacity 0.2s;
}

.popular-category__img .plug{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 193px;
    height: 193px;
}

.popular-category__slide:hover .popular-category__img img {
    opacity: 0.8;
}

.popular-category__name {
    font-family: MontserratMedium, sans-serif;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: -0.01em;

    color: #6C6C6C;
}


/*ACTUAL*/
.actual__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-right: -20px;

}

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

.actual__list {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.actual__item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.actual__item:last-child {
    padding-right: 20px;
}

.actual__img {
    margin-bottom: 8px;
    width: 453px;
    height: 453px;
    display: inline-block;

}

.actual__img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: opacity 0.2s;

}



.actual__item:hover .actual__img img {
    opacity: 0.8;
}

.actual__name {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #232323;
}

.actual__subname {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 14px;
    letter-spacing: -0.01em;
    color: #A8A8A8;
}

/*CATEGORY*/
.category {
    padding: 80px 0 40px 0;
}

.category__buttons {
    display: inline-flex;
    width: fit-content;
    border-radius: 8px;
    padding: 8px;
    background-color: #F4F4F4;
    gap: 4px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 32px;
}

.category__button {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;

    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 15px;
    color: #5B5B5B;
    border-radius: 6px;
    transition: 0.3s;
}

.category__button:hover {
    color: #1F1F1F;
    background-color: #fff;
}

.category__button.active {
    color: #1F1F1F;
    background-color: #fff;
}

.red-category-tag {
    color: #A27373;
}

.green-category-tag {
    color: #95b684;
}
.blue-category-tag {
    color: #4486ec;
}
.orange-category-tag {
    color: #b69f84;
}
.not-available-tag {
    color: #252525;
}
.category__products {
    display: flex;
    column-gap:2.6%;
    /*gap: 36px;*/
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-bottom: 32px;
}
/*.category__products .product {*/
/*    flex: 1 1 calc(25% - 20px); !* 4 карточки занимают ширину *!*/
/*    max-width: calc(25% - 20px);*/
/*}*/

/*!* Если карточек меньше 4 — пусть не растягиваются *!*/
/*.category__products:has(.product:nth-child(1):nth-last-child(3)),*/
/*.category__products:has(.product:nth-child(1):nth-last-child(2)),*/
/*.category__products:has(.product:nth-child(1):nth-last-child(1)) {*/
/*    justify-content: flex-start;*/
/*}*/

/*.category__products:has(.product:nth-child(4):last-child) {*/
/*    justify-content: space-between;*/
/*}*/



.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.product {
    width: 23%;
    /*width: 335px;*/
    display: flex;
    flex-direction: column;
    gap: 8px;

    transition: opacity 0.3s;
}

.product__img-wrapper {
    position: relative;
    /*width: 335px;*/
    /*height: 445px;*/
    width: 100%;
    /*height: auto;*/
    height: 400px;
}

.product__img-wrapper .slick-initialized .slick-slide{
    height: 400px;
}
/*.product__img-wrapper img{*/
/*    height: 400px;*/
/*}*/

@media screen and (max-width: 1232px){
    .product__img-wrapper {
        height: 360px;
    }
    .product__img-wrapper .slick-initialized .slick-slide{
        height: 360px;
    }
}


.product__img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /*transition: fadeOut 0.3s ease-in-out;*/
}

.product__favorites-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    overflow: visible;
}

.product__favorites-btn svg {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.product__favorites-btn .heart-fill {
    clip-path: inset(100% 0 0 0); /* Скрываем заливку сверху вниз */
    transition: clip-path 0.4s ease;
    fill: white;
}

.product__favorites-btn.active .heart-fill {
    clip-path: inset(0 0 0 0); /* Показываем всю заливку */
}



.product__category-tag {
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 11px;
    line-height: 13px;
    position: absolute;
    right: 22px;
    bottom: 17px;
}

.product__info {
    position: relative;
}

.product__name {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 6px;
    max-width: 277px;
}

.product__basket {
    position: absolute;
    top: 0;
    right: 0;

    opacity: 0;
    transition: all 0.3s;
}
.product__basket:hover svg path{
    stroke: #5B5B5B;
}

.product__basket.active svg path:nth-child(2){
    fill: #1F1F1F;
    stroke: #1F1F1F;
}

.product__price-wrapper {
    display: flex;
    flex-direction: column;
}

.product__prices {
    display: flex;
    gap: 8px;
}

.product__price-old {
    text-decoration-line: line-through;
    color: #B3B3B3;
}

.product__sub-price {
    font-size: 12px;
    line-height: 15px;
    color: #5B5B5B;
    margin-bottom: 12px;
    text-align: left;
    opacity: 0;
    transition: opacity 0.3s;
}

.product__colors {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;

    opacity: 0;
    transition: opacity 0.3s;
}

.product__color{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid #bbb;
}

.product__color.active{
    border-color: #000;
}

.product__sizes {
    display: flex;
    gap: 8px;
    font-size: 15px;
    line-height: 18px;
    color: #1F1F1F;

    opacity: 0;
    transition: 0.3s;
}

/*.product__size:hover {
    color: #000;
    font-weight: bold;
}

.product__size.active {
    color: #1F1F1F;
    font-weight: bold;
}*/

.product__size.disabled{
    color: #B3B3B3;
    cursor: not-allowed;
    font-weight: normal;
}

.product__images img{
    opacity: 1 ;
    transition: opacity 0.3s;
    display: none;
}

.product__images img:first-child {
    display: block;
}
.product:active .product__images img{
    border: 1px solid #BBBBBB;

}
.product:hover .product__images img{
    opacity: 0.8;
}
.product:hover .product__basket {
    opacity: 1;
}

.product:hover .product__colors {
    opacity: 1;
}

.product:hover .product__sizes {
    opacity: 1;
}

.product:hover .product__sub-price {
    opacity: 1;
}

.product .slick-dots {
    bottom: 0;
    left: 23px;
    display: flex !important;
    gap: 2px;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;

}

.product .slick-dots li button {
    width: 13px;
    height: 2px;
    background: #F4F4F4;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease;
}
.slick-dots li button:before{
    content: none;
}
.product .slick-dots li {
    margin: 0;
    width: 12px;

}

.product .slick-dots li.slick-active button {
    background: #FFFFFF;
}

.product .slick-arrow {
    display: none !important;
}

.button-more {
    width: 100%;
    height: 56px;
}

.product__is-available-button{
    font-family: 'Montserrat-medium', sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 21px;
    width: 100%;
    /*white-space: nowrap;*/
    margin-top: auto;
}


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

.articles__wrapper {
    position: relative;
}

.articles__list {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;

    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-right: -20px;
}

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

.articles__list.dragging {
    cursor: grabbing;
}

.articles__arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 20px 8px;
}

.articles__arrow.left {
    left: 100px;
}

.articles__arrow.right {
    right: 100px;
}

.articles__teg {
    padding: 8px 16px;
    border-radius: 12px 8px 0 0;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 30px;
    line-height: 140%;
}

.article-blue-teg {
    background-color: #687CA9;
}

.article-red-teg {
    background-color: #A96F68;
}

.article-green-teg {
    background-color: #85A968;
}
.article-purple-teg {
    background-color: #8568A9;
}

.articles__item {
    width: 597px;
    height: 365px;
    display: flex;
    justify-content: space-between;
    position: relative;

    background-color: #F4F4F4;
    border-radius: 8px;

    flex-shrink: 0;
}
.articles__item:hover .articles__img picture img{
    opacity: 0.8;
}
.articles__item:hover .articles__img picture source{
    opacity: 0.8;
}
.articles__item:last-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    padding-right: 19px;
    height: 100%;
    background-color: #FFFFFF;
}

.articles__info {
    padding: 36px 30px;
    font-family: 'Montserrat-Medium', sans-serif;
}

.articles__name {
    font-size: 20px;
    margin-bottom: 7px;
    max-width: 286px;
}

.articles__desc {
    max-width: 286px;
    font-size: 12px;
    color: #5B5B5B;
    line-height: 140%;
}

.articles__date {
    font-size: 12px;
    color: #B3B3B3;

    position: absolute;
    bottom: 56px;
    left: 32px;
    line-height: 140%;
    font-weight: 400;
}

.articles__img {
    margin-left: auto;

}
.articles__img picture img{
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 0.3s;
}
.articles__img picture source {
    opacity: 1;
    transition: 0.3s;
}
.articles__img img {
    border-radius: 0 8px 8px 0;
}

/*ABOUT-LINK*/
.about-link {
    padding: 241px 0 192px 0;
    background-color: #1F1F1F;
    color: #FFFFFF;
}
.white-about-link{
    background-color: #FFFFFF;
    color: #1F1F1F;
}

.about-link__wrapper {
    max-width: 773px;
    margin: 0 auto;
}

.about-link__title {
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;

}

.about-link__desc {
    font-size: 18px;
    line-height: 140%;
    max-width: 597px;
    margin-bottom: 28px;
    text-transform: none;
    font-family: "Montserrat-Light" , sans-serif;
}
.white-about-link  .about-link__desc{
    max-width: 788px;

}

.about-link__link {
    font-size: 15px;
    line-height: 140%;
    color: #B3B3B3;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: 0.3s;
}
.about-link__link svg{
    transition: 0.3s;
}
.about-link__link:hover{
    color: #FFFFFF;
}
.about-link__link:hover svg path{
    fill: #FFFFFF;
}

.footer {
    background-color: #F4F4F4;
    padding: 84px 0 70px 0;
}

.footer .container {
    display: flex;
    flex-direction: column;
    gap: 124px;
}

.footer-top {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__navigation {
    display: flex;
    gap: 40px;
    max-width: 593px;
}

.footer__navigation-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 158px;
}

.footer__navigation-item-name {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.footer__navigation-item-name img{
    display: none;
}
.footer__navigation-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-navigation-list-link {
    font-size: 14px;
    color: #5B5B5B;
    transition: color 0.3s ease;
}

.footer-navigation-list-link:hover {
    color: #1F1F1F;
}

.footer-bottom {
    justify-self: center;
    align-self: center;
}

.footer__policy {
    font-size: 14px;
    line-height: 17px;
    color: #B3B3B3;
}

.footer__actions {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer__actions .subscription{
   width: 335px;
}
.footer__actions .subscription-input {
    background-color: #fff;
}
.footer__actions .subscription-success{
    transform: translateX(-500%);
}


.popup-parts{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    padding: 56px;
    opacity: 0;
    transform: translateX(200%);
    transition: 0.3s ease;
}
.popup-parts.open{
    opacity: 1;
    transform: translateX(0);
}
.popup-parts__content{
    width: 743px;
    height: calc(100vh - 112px);
    display: flex;
    flex-direction: column;
    position: relative;

    overflow-y: auto;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
}
.popup-parts__content::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.popup-title{
    text-align: left;
    font-family: 'Montserrat-Regular',sans-serif;
    font-size: 32px;
}
.popup-parts-button-close{
    position: absolute;
    top: 8px;
    right: 0;
}
.popup-parts__actions{
    align-self: center;

    width: max-content;
    border-radius: 8px;
    padding: 8px;
    background-color: #F4F4F4;
    display: flex;
    gap: 4px;
    margin-bottom: 32px;
}
.popup-parts__button{
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;

    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 15px;
    color: #5B5B5B;
    border-radius: 6px;
    transition: 0.3s;
}
.popup-parts__button:hover {
    color: #1F1F1F;
    background-color: #fff;
}

.popup-parts__button.active {
    color: #1F1F1F;
    background-color: #fff;
}
.popup-parts__button.popup-parts__button-dolyami img{
    margin-top: 9px;
}

.popup-parts__info{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.popup-parts__info-item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.popup-parts__info-item h3{
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 20px;
}
.popup-parts__info-item ul, ol{
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 16px;
    text-transform: none;
}
.popup-parts__info-name{
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 20px;
}
.popup-parts__info-text{
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 16px;
    text-transform: none;
}
.popup-parts__payment-block{
    margin-top: 24px;
    display: flex;
    gap: 12px;
    border-radius: 8px;
    background-color: #F4F4F4;
    padding: 22px;
    width: 100%;
}
.popup-parts__payment-block-left{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.popup-parts__payment-block-left-line{
    border-radius: 8px;
    max-width: 381px;
    width: 100%;
    height: 16px;
    background-color: #B3B3B3;
}
.popup-parts__payment-block-name{
    font-size: 12px;
    color: #5B5B5B;
    margin-bottom: 4px;
    margin-top: 10px;
}
.popup-parts__payment-block-cost {
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 20px;
}
.popup-parts__payment-block-right{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.popup-parts__payment-block-lines{
    display: flex;
    gap: 9px;
}
.popup-parts__payment-block-line{
    max-width: 115px;
    width: 100%;
    height: 16px;
    border-radius: 8px;
    background-color: #DBDBDB;
}
.popup-parts__info-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}
.popup-parts__info-list-item {
    position: relative;
    padding-left: 24px;
    font-family: 'Montserrat-Regular', sans-serif;
}
.popup-parts__info-bullet-list .popup-parts__info-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: black;
    border-radius: 50%;
}

.popup-parts__info-number-list .popup-parts__info-list-item::before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: black;
}

.popup-parts__info-number-list {
    counter-reset: item;
}
.main-label{
    font-size: 14px;
    color: #1F1F1F;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.main-label span{
    padding-left: 18px;
}
.main-input{
    font-size: 20px;
    color: #1F1F1F;
    padding: 19px 18px;
    width: 100%;
    background-color: #F4F4F4;
    border-radius: 12px;
    text-transform: none;
}
.main-input.error{
    border: 1px solid red;
}
.main-input::placeholder{
    text-transform: uppercase;
    color: #B3B3B3;
    font-size: 16px;
}
.main-textarea{
    font-size: 20px;
    color: #1F1F1F;
    padding: 19px 18px;
    width: 100%;
    background-color: #F4F4F4;
    border-radius: 12px;
    text-transform: none;
    resize: none;
}
.main-textarea::placeholder{
     text-transform: uppercase;
     color: #B3B3B3;
     font-size: 16px;
 }

.label__error-message{
    display: none;
    font-size: 14px;
    color: #FF8E8E;
    text-transform: none;
    padding-left: 0 !important;

}



.order-product{
    display: flex;
    gap: 15px;
    padding: 24px;
    background-color: #F4F4F4;
    border-radius: 12px;
    position: relative;
}

.order-product__image-wrapper{
    position: relative;
}
.order-product__image-wrapper .basket__product-label{
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    border-radius: 3px;
}
.order-product__image img{
    border-radius: 8px;
    width: auto;
    height: 256px;
}
.order-product__info{
    width: 100%;
    position: relative;
}
.order-product__info-top{
    display: flex;
    justify-content: space-between;

}
.order-product__info-name{
    font-size: 18px;
    margin-bottom: 11px;
}
.order-product__info-price{
    font-size: 18px;
    margin-bottom: 24px;
}
.order-product__info-price-old{
    text-decoration: line-through;
    color: #B3B3B3;
    margin-right: 8px;
}
.order-product__info-price-new{
    color: inherit;
}
.order-product__info-actions{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 281px;
}
.popup-order-button-delete{
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.order-product-item-input__box{
    position: relative;
    width: 100%;
    background-color:#fff ;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 18px;
    cursor: pointer;
}
.order-product__item-input__box-name{
    font-size: 14px;
    color: #B3B3B3;
    cursor: pointer;
}
.order-product-item-input__box-dropdown.item-input__box-dropdown{
    background-color: #FFFFFF;
    width: 100%;
}
.order-product-item-input__box.opened-dropdown{
    border-radius: 8px 8px 0 0 ;
}
.order-product-item-input__box-dropdown-list-item{
    cursor: pointer ;
    transition: 0.2s;
}
.order-product-item-input__box-dropdown-list-item:hover{
    background-color: #DBDBDB;
}
.order-product-item-input__box-dropdown-list-item:hover:first-child{
    border-radius: 8px 8px 0 0 ;
}
.order-product-item-input__box-dropdown-list-item:hover:last-child{
    border-radius: 0 0 8px 8px ;
}
.order-product-item-input__box-dropdown-list-item.selected:first-child{
    border-radius: 8px 8px 0 0 ;
}
.order-product-item-input__box-dropdown-list-item.selected:last-child{
    border-radius: 0 0 8px 8px ;
}
.order-product__amount-wrapper{
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 11px;
}
.order-product__amount-btn{
    width: 33px;
    height: 33px;

}
.popup{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
    padding: 56px;
    opacity: 0;
    transform: translateX(200%);
    transition: 0.3s ease;
}
.popup.open{
    opacity: 1;
    transform: translateX(0);
}

.popup-order__content{
    width: 926px;
    height: calc(-112px + 100vh);
    display: flex;
    flex-direction: column;

    position: relative;
    overflow-y: auto;
    scrollbar-width: none;
}
.popup-order-button-close{
    position: absolute;
    top: 4px;
    right: 0;
}
.popup-order__product-wrapper{
    margin-bottom: 48px;
}
.popup-order__form-name{
    font-size: 24px;
    font-family: 'Montserrat-medium', sans-serif;
}
.popup-order__form{
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 32px;
}

.popup-order__form-btn{
    grid-column: 1/3;
}
.popup-order__form-agree{
    font-size: 10px;
    color: #B3B3B3;
    grid-column: 1/3;
    margin-top: -24px;
    text-align: center;
}
.popup-order-form-error{
    margin-bottom: 32px;
}
.popup-order__content-success{
    max-width: 394px;
    /*align-self: center;*/
    flex-direction: column;
    text-align: center;

    display: none;
    text-transform: none;
    font-size: 18px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-order__content-success-name{
    margin-bottom: 16px;
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}
.popup-order__content-success-text{
    width: 100%;
    margin-bottom: 60px;
    text-transform: none;
}
.popup-order__content-success-link{
    text-transform: uppercase;
    font-size: 15px;
}
.popup-parts__name{
    text-align: center;
}


.item-input__box-dropdown {
    position: absolute;
    top: 99%;
    left: 0;
    display: none;
    z-index: 2;
    text-transform: none;
    background-color: #F4F4F4;
}
.catalog-item-input__box-dropdown{

    border-radius: 8px;
    width: 245px;
    /*height: 200px;*/
}
.catalog-item-input__box-dropdown .item-input__box-dropdown-list{
    max-height: 250px;
    overflow-y: auto;

    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,.35) transparent;
}
.catalog-item-input__box-dropdown .item-input__box-dropdown-list::-webkit-scrollbar{
    width: 6px;
}

.catalog-item-input__box-dropdown .item-input__box-dropdown-list::-webkit-scrollbar-track{
    background: transparent;
}

.catalog-item-input__box-dropdown .item-input__box-dropdown-list::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,.35);
    border-radius: 3px;
}

.catalog-item-input__box-dropdown .item-input__box-dropdown-list::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,.5);
}
.item-input__box-dropdown-list-item{
    font-size: 14px;
    color: #1F1F1F;
    padding: 16px 19px;
}
.item-input__box-dropdown-list-item:hover{
    background-color: #DBDBDB;
}
.item-input__box-dropdown-list-item:hover{
    background-color: #DBDBDB;
}
.item-input__box-dropdown-list-item:active{
    background-color: #DBDBDB;
}
.item-input__box-dropdown-list-item.selected{
    background-color: #DBDBDB;
}
.item-input__box-dropdown.open {
    display: block;
}
.model-details__item-favorite-btn svg {

    display: block;
    position: relative;
    z-index: 1;
}
.model-details__item-favorite-btn svg path{
    transition: all .2s;
}
.model-details__item-favorite-btn svg:hover path {
    stroke: #5B5B5B;
}

.model-details__item-favorite-btn .heart-fill {
    clip-path: inset(100% 0 0 0); /* Скрываем заливку сверху вниз */
    transition: clip-path 0.4s ease;
    fill: #B3B3B3;
}

.model-details__item-favorite-btn.active .heart-fill {
    clip-path: inset(0 0 0 0); /* Показываем всю заливку */
}

.breadcrumbs{
    display: flex;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
    margin-right: -20px;
    flex-wrap: nowrap;
    gap: 6px;
}
.breadcrumbs-link{
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 130%;
    color: #B3B3B3;
    transition: 0.3s;
    display: flex;
}
.breadcrumbs-link::after {
    content: " / ";
    padding-left: 3px;
}
.breadcrumbs-link:last-child::after {
    content: "";
}
.breadcrumbs-link:hover{
    color: #5B5B5B;
}

.breadcrumbs-link:last-child{
    padding-right: 20px;
}
.breadcrumbs-link span{
    font-size: 12px;
    margin-right: 8px;
    margin-left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.not-found{
    padding: 120px 0;
}
.not-found__container{
    width: 553px;
    margin: 0 auto;
    text-align: center;
}
.not-found__big-title{
    font-family: 'Montserrat-light', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 230px;
    color: #1F1F1F;
}
.not-found__title {
    font-family: 'Montserrat-semibold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    margin-bottom: 60px;
}
.not-found__subtitle{
    font-size: 18px;
    color: #5B5B5B;
    margin-bottom: 32px;
}
.not-found__actions{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-login{
    padding: 30px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-login-content{
    position: relative;
    /*height: calc(100vh - 500px);*/
    scrollbar-width: none;
    overflow-y: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}
.popup-login-body{
    align-self: center;
    width: 447px;
    display: flex;
    flex-direction: column;
    padding-top: 250px;
}
.popup-login-prev-btn{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;

}
.popup-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
.popup-login-title{
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 447px;
}
.popup-login-categories{
    display: flex;
    justify-content: space-between;
    gap: 4px;
    border-radius: 8px;
    background-color: #F4F4F4;
    padding: 8px;
    width: 352px;
    align-self: center;
    margin-bottom: 40px;
}
.popup-login-category{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 15px;
}
.popup-login-category.active{
    background-color: #FFFFFF;
}
.popup-login-form{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.input-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popup-login-label{
    width: 100%;
}
.popup-login-input{
    width: 100%;
}
.popup-login-btn{
    margin-bottom: 20px;
}
.popup-login__text{
    font-size: 18px;
    text-align: center;
    text-transform: none;
    margin-bottom: 12px;
    max-width: 315px;
    align-self: center;
}
.popup-login-policy{
    font-size: 10px;
    color: #B3B3B3;
    margin-bottom: 20px;
    display: none;
    text-align: center;
    margin-top: -12px;
}
.popup-login-policy a{
    font-weight: 600;
}
.popup-login-login{
    font-size: 13px;
    text-align: center;
    color: #5B5B5B;
    display: none;
    margin-bottom: 12px;
}

.popup-login-support{
    font-size: 13px;
    text-align: center;
    color: #5B5B5B;
    padding-bottom: 20px;
}
.popup-login-form-error{

    margin-bottom: 20px;
    line-height: 12.5px;

}
.popup-login-form-info{
    text-align: center;
    font-size: 12px;
}
.popup-login-form-info-top{
    max-width: 289px;
}
.popup-login-container{
    max-width: 318px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.code-input-container {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 40px;
}

.code-input {
    width: 56px;
    height: 56px;
    font-size: 24px;
    text-align: center;
    background-color:#F4F4F4 ;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s;
}

.code-input:focus {
    border-color: #9f9f9f;
}

.error-notification{
    padding: 12px 15px;


    border-radius: 8px;
    color: #FFFFFF;
    background-color: #FF8181;
    font-size: 12px;
    width: 447px;

}

.popup-notification{
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    position: absolute;
    top: 5px;
}
.popup-notification.visible {
    opacity: 1;
    pointer-events: auto;
}

.popup__error{
    font-size: 12px;
    font-family: Montserrat-Medium, sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 129, 129);
    width: 100%;
    display: none;
    padding: 14px 20px 13px;
    border-radius: 8px;
}

.catalog__pagination {
    align-items: center;
    display: flex;
    gap: 34px;
    align-self: center;
    justify-content: center;
    margin-top: 32px;
}
.catalog__pagination-pages{
    display: flex;
    gap: 8px;
    align-items: center;
}
.catalog__pagination .page-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}
.catalog__pagination .page-btn:hover {
    background-color: #F4F4F4;
    border-radius: 8px;
    color: #5B5B5B;
}

.catalog__pagination .page-btn.active {
    border-radius: 8px;
    background: #F4F4F4;
    color: #5B5B5B;
}

.catalog__pagination .dots {
    padding-top: 11px;
    color: #888;
}
.catalog__pagination .page-btn-next svg path,
.catalog__pagination .page-btn-prev svg path {
    transition: 0.3s;
}
.catalog__pagination .page-btn-next:hover svg path,
.catalog__pagination .page-btn-prev:hover svg path {
    fill: #5B5B5B;
}


.popup__content{
    max-width: unset;
    height: calc(100vh - 112px);
    display: flex;
    flex-direction: column;
    position: relative;

    overflow-y: auto;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
}
.popup__content::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}


.plug{
    width: 100%;
    padding: 50%;
    background: #aaa;
}

.header__body-mobile-basket {
    display: none;
}
.header__body-mobile-menu {
    display: none;
}
.header__bottom-top-close {
    position: absolute;
    right: 20px;
    top: 15px;
}

#SDEK_sign span {
    font-size: 12px;
}

.smart-captcha {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 1217px) {
    .footer{
        padding: 40px 0 90px 0;
    }
    .footer .container{
        gap: 60px;
    }
    .footer-top{
        flex-direction: column;
        align-items: center;
        gap: 60px;
        max-width: 605px;
        align-self: center;
    }
    .footer__logo svg{
        width: 262px;
        height: 58px;
    }
    .footer__navigation{
        gap: 60px;
        max-width: unset;
        width: 100%;
    }
    .footer__navigation-item{
        gap: 12px;
    }
    .footer__navigation-item-name{
        font-size: 14px;
    }
    .footer__navigation-list{
        gap: 8px;
    }
    .footer-navigation-list-link{
        font-size: 12px;
    }
    .footer__actions{
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
    }
    .footer__policy{
        font-size: 12px;
    }
}



@media screen and (max-width: 1036px) {
    .header__search-close{
        font-size: 12px;
    }
    .popup-order.popup{
        top: unset;
        left: 0;
        right: 0;
        height: 70%;
        bottom: 0;
        width: 100%;
        padding: 40px 20px;
        overflow-y: auto;
        scrollbar-width: none;
        border-radius:8px 8px 0 0  ;
    }
    .order-product__info{
        display: flex;
        flex-direction: column;
    }
    .popup-order__content{
        height: 100%;
        width: unset;
    }
    .popup-order-button-close{
        top: 0;
    }
    .popup-order-button-close svg{
        width: 15px;
        height: 15px;
    }
    .order-product{
        padding: 12px;
    }
    .order-product__image img{
        width: auto;
        height: 165px;
    }
    .order-product__info-name{
        font-size: 12px;
        margin-bottom: 8px;
    }
    .order-product__info-price{
        font-size: 12px;
    }
    .order-product__info-actions{
        margin-top: auto;
        width: 127px;
        gap: 8px;
    }
    .order-product-item-input__box{
        padding: 10px 18px;
        border-radius: 8px;
        height: 32px;
    }
    .order-product__item-input__box-name{
        font-size: 10px;
    }
    .order-product__amount-wrapper{
        padding: 0;
        justify-content: space-around;
        border-radius: 8px;
        height: 32px;
    }
    .order-product__amount-btn{
        font-size: 12px;
    }
    .order-product__amount-display{
        font-size: 12px;
    }
    .popup-order-button-delete{
        display: block;
        right: 7px;
        bottom: 12px;
        cursor: pointer;
    }
    .popup-order__form-name{
        font-size: 18px;
    }
    .popup-order__form{
        row-gap: 24px;
    }
    .popup-order__form-agree{
        margin-top: -16px;
    }
}


@media screen and (max-width: 998px) {
    .header__body-mobile-basket {
        display: block;
        position: relative;
        z-index: 0;
    }
    .header__body-mobile-menu {
        display: block;
        margin-left: 0;
    }
    .header__body-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .header__body-mobile-menu .header__body-menu-button {
        display: block;
    }
    .banners{
        margin-bottom: 20px;
    }
    .btn-black{
        padding: 17px 0;
        font-size: 12px;
    }
    .header-navigation__level-two {
        display: none;
    }

    .header-navigation__level-three {
        display: none;
    }
    .header__body {
        align-items: center;
    }
    .header__bottom {
        display: flex;
        justify-content: center;
        z-index: 101;
    }
    .breadcrumbs-link{
        font-size: 10px;
    }

    .header__body-menu-button {
        display: none;
    }

    .header__body-nav-category {
        display: none;
    }

    .header-navigation__actions {
        display: none;
    }

    .header__body-actions {
        display: none;
    }

    .header-navigation.menu-bottom-open {
        transform: translateX(0);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 54px;
        padding-top: 15px;
        gap: 19px;
        overflow-y: auto;
    }

    .header-navigation.menu-bottom-open .header__body-nav-category-hidden {
        display: block;
    }

    .header-navigation.menu-bottom-open .header__body-logo-hidden {
        display: block;
        margin-bottom: 6px;
    }

    .header-line {
        display: none;
    }

    .header-navigation {
        z-index: 1;
        transform: translateX(-300%);
    }

    .header-navigation__body {
        max-width: 504px;
        padding: 40px 0;
        gap: 80px;
        /*padding-left: 60px;*/
        /*margin-left: -60px;*/
    }

    /*.header-navigation__lists{*/
    /*    margin-left: -60px;*/
    /*}*/
    /*.header-navigation-bottom{*/
    /*    margin-left: -60px;*/
    /*}*/
    .header-navigation__lists {
        flex-direction: row;
        max-width: 504px;
        flex-wrap: wrap;
        position: relative;
    }

    .header-navigation__list {
        max-width: 233px;
        width: 100%;
    }

    .header-navigation__list-bottom {
        max-width: 504px;
        width: 100%;
    }

    .header-navigation-bottom {
        flex-direction: row;
    }
    .header-navigation__level-two-body {
        border-left: none;
        padding-left: 0;
    }
    .header__search{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: unset;
        flex-direction: column;
        gap: 30px;
        justify-content: flex-start;
        padding: 30px 20px;
        overflow-y: auto;
    }
    .header__search-top{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header__search-close{
        display: none;
    }
    .header__search-title{
        font-weight: 400;
        font-size: 20px;
    }
    .header__search-content{
        max-width: unset;
    }
    .header__search-input-wrapper{
        padding-bottom:8px ;
    }
    .header__search-input-close{
        width: 15px;
        height: 15px;
    }
    .header__search-found-name{
        font-size: 14px;
    }
    .header__search-found-wrapper{
        max-height: unset;
        overflow-y: unset;
        padding-bottom: 0;
        height: 80vh;
    }

    .socials {
        align-self: flex-end;
    }

    .header__navigation-link svg {
        display: none;
    }

    .header-navigation__item-hover-arrow:hover .header__navigation-link svg {
        display: flex;
    }

    .banners__info {
        top: 48px;
        left: 49px;
        gap: 0;
    }

    .banners-img {
        height: 369px;
    }

    .banners__info-title {
        font-size: 24px;
    }

    .banners__controls {
        left: 43px;
        bottom: 33px;
    }

    .banners__info-date {
        font-size: 16px;
    }

    .banners__controls .slick-prev {;
        left: 0;
    }

    .banners__controls .slick-next {
        left: 40px;
    }

    .section-title {
        font-size: 20px;
    }

    .popular-category {
        padding: 40px 0 40px 0;
    }

    .popular-category__slide {
        width: 160px;
        gap: 4px;
    }

    .popular-category__img {
        max-width: 160px;
        flex: 0 0 160px;
        height: 160px;
    }

    .popular-category__img img {
        height: 100%;
        border-radius: 8px;
    }

    .popular-category__img .plug {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 160px;
        height: 160px;
    }


    .popular-category__slider {
        gap: 12px;
    }

    .popular-category__arrow svg {
        width: 32px;
        viewBox: 0 0 32 12;
    }

    .popular-category__name {
        font-size: 12px;
    }

    .actual__img {
        width: 335px;
        height: 335px;
    }

    .actual__name {
        font-size: 17px;
    }

    .actual__subname {
        font-size: 12px;
    }

    .category__buttons {
        gap: 3px;
        padding: 4px;
        border-radius: 8px;
        margin-bottom: 24px;
    }

    .category {
        padding: 40px 0;
    }

    .category__button {
        padding: 12px 17px;
        font-size: 11px;
        letter-spacing: -0.06em;
        height: 37px;
    }

    .category__products {
        column-gap: 3.5%;
        row-gap: 18px;
        margin-bottom: 24px;
    }

    .product {
        width: 31%;
    }

    /*.product__img-wrapper {*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*}*/

    .product__img-wrapper {
        height: 360px;
    }
    .product__img-wrapper .slick-initialized .slick-slide{
        height: 360px;
    }
    .product__img{
        height: 360px;

    }

    .product__info {
        max-width: 185px;
    }

    .product__name {
        font-size: 11px;
    }

    .product__price-wrapper {
        font-size: 11px;
    }

    .product__favorites-btn {
        width: 14px;
        height: 12px;
        top: 10px;
        right: 10px;
    }

    .product__category-tag {
        font-size: 6px;
        bottom: 10px;
        right: 16px;
    }

    .product__sub-price {
        display: none;
    }

    .product__colors {
        display: none;
    }

    .product__sizes {
        display: none;
    }

    .product__basket {
        display: none;
    }

    .button-more {
        font-size: 10px;
        height: 50px;
    }

    .articles__list {
        padding-right: 20px;
        margin-bottom: 24px;
    }

    .articles__item {
        flex-direction: column-reverse;
        width: 335px;
        height: 422px;
        justify-content: flex-end;
    }

    .articles__item:last-child::after {
        content: '';
        display: none;
    }

    .articles__img img {
        border-radius: 8px 8px 0 0;
    }

    .articles__info {
        padding: 15px 31px 15px 19px;
    }

    .articles__name {
        font-size: 18px;
    }

    .articles__desc {
        font-size: 11px;
    }

    .articles__date {
        font-size: 10px;
        bottom: 12px;
        right: 19px;
        left: unset;
    }

    .articles__teg {
        font-size: 12px;
    }
    .articles__arrow.left {
        left: 50px;
    }

    .articles__arrow.right {
        right: 50px;
    }

    .about-link {
        padding: 160px 0;
    }

    .about-link__wrapper {
        max-width: 506px;
    }

    .about-link__title {
        font-size: 32px;
    }

    .about-link__desc {
        max-width: 506px;
        font-size: 14px;
    }

    .about-link__link {
        font-size: 12px;
    }
    .popup-title{
        font-size: 20px;
    }

    .popup-parts{
        left: 0;
        right: 0;
        height: 70%;
        bottom: 0;
        top: unset;
        width: 100%;
        padding: 40px 20px;
    }
    .popup-parts__content{
        width: 100%;
        height: 100%;
    }
    .popup-parts__name{
        text-align: left;
    }
    .popup-parts__actions{
        align-self: flex-start;
        max-width: 322px;
        margin-bottom: 20px;
    }
    .popup-parts__button{
        padding: 12px 8px;
        font-size: 11px;
        height: 37px;
    }
    .popup-parts__payment-block-left-line{
        height: 8px;
    }
    .popup-parts__payment-block-line{
        height: 8px;
    }
    .popup-parts__payment-block-name{
        font-size: 10px;
    }
    .popup-parts__payment-block-cost{
        font-size: 18px;
    }
    .popup-parts__info-name{
        font-size: 18px;
    }
    .popup-parts__info-item h3{
        font-size: 18px;
    }
    .popup-parts__info-item ul, ol{
        font-size: 14px;
        line-height: 16px;
    }
    .popup-parts__info-text{
        font-size: 14px;
        line-height: 16px;
    }
    .popup-parts-button-close{
        top: 2px;
    }
    .popup-parts-button-close svg{
        width: 15px;
        height: 15px;
    }
    .popup-parts__button-podeli img{
        width: 77px;
        height: 13px;
    }
    .popup-parts__button-dolyami img{
        width: 100px;
        height: 25px;
    }
    .popup-parts__button-split img{
        width: 80px;
        height: 40px;
    }
    .popup-parts__info-item{
        gap: 12px;
    }
    .popup-parts__actions{
        padding: 4px;
    }
    .popup-parts__payment-block-left{
        width: 40%;
    }
    .popup-parts__payment-block-right{
        width: 60%;
    }
    .main-label{
        font-size: 12px;
    }
    .main-input{
        font-size: 14px;
    }

    .main-textarea{
        font-size: 14px;
    }
    .main-textarea::placeholder{
        font-size: 12px;

    }
    .main-input::placeholder{
        font-size: 10px;
    }
    .popup-order__content-success{
        max-width: 462px;

    }
    .popup-order__content-success-name{
        margin-bottom: 12px;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 20px;
    }
    .popup-order__content-success-text{
        text-transform: none;
        font-size: 18px;
        margin-bottom: 40px;
    }
    .popup-order__content-success-link{
        text-transform: uppercase;
        font-size: 12px;
    }

    .item-input__box-dropdown-list-item{
        font-size: 10px;
        padding: 10px 13px;
    }
    .item-input__box-dropdown{
        width: 150px;
    }
    .model-details__item-favorite-btn svg{
        width: 18px;
        height: 16px;
    }
    .not-found{
        padding: 160px 0;
    }
    .not-found__container{
        width: 375px;
    }
    .not-found__big-title{
        font-size: 150px;
    }
    .not-found__title {
        font-size:24px;
    }
    .not-found__subtitle{
        font-size: 14px;
    }
    .not-found__btn{
        font-size: 12px;
    }
    .popup{
        left: 0;
        right: 0;
        height: 70%;
        bottom: 0;
        top: unset;
        width: 100%;
        padding: 40px 20px;
        border-radius: 8px 8px 0 0;
        transform: translateY(200%);
    }
    .add-address-popup{
        padding: 40px 20px 0 20px;
    }
    .edit-address-popup{
        padding: 40px 20px 0 20px;
    }
    .popup.open{
        transform: translateY(0);
    }
    .popup-parts{
        transform: translateY(200%);
    }
    .popup-parts.open{
        transform: translateY(0);
    }

    .popup-login.popup{
        padding: 0;
        height: max-content;
        border-radius:8px 8px 0 0 ;
    }
    .popup-login-content{
        padding: 80px 20px 80px 20px;
    }
    .popup-close{
        top: 25px;
        right: 25px;
    }
    .popup-login-prev-btn{
        top: 25px;
        left: 25px;
    }
    .popup-login-prev-btn svg{

        width: 41px;
    }
    .popup-login-close svg{
        width: 15px;
        height: 15px;
    }
    .popup-login-body{
        align-self: unset;
        padding-top: 0;
        width: 336px;
    }
    .popup-login-title{
        font-size: 20px;
    }
    .popup-login-categories{
        padding: 4px;
        gap: 3px;
        width: 214px;
        margin-bottom: 32px;
    }
    .popup-login-category{
        font-size: 11px;
        padding: 12px 16px;
        letter-spacing: -0.5px;
    }
    .popup-login-support, .popup-login-login{
        font-size: 12px;
    }
    .popup-login-form-error{
        font-size: 10px;
    }
    .popup-notification{
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        top: 29px;
        width: 80%;
        max-width: 693px;
        font-size: 10px;
        z-index: 12 ;
    }
    .popup-login-container{
        max-width: 336px;
    }
    .popup-login__text{
        font-size: 14px;
    }
    .popup__error{
        font-size: 10px;
    }
    .catalog__pagination{
        gap: 16px;
    }
    .catalog__pagination .page-btn{
        font-size: 12px;
        width: 32px;
        height: 32px;
    }
    .btn-gray{
        font-size: 10px;
    }
    .articles__img picture img{
        width: 100%;
        max-height: 216px;
    }
    .articles__img{
        margin-left: unset;
    }
    .base-articles__img-large{
        height: 251px;
    }
}

@media screen and (max-width: 850px){
    .product__img-wrapper {
        height: 300px;
    }
    .product__img-wrapper .slick-initialized .slick-slide{
        height: 300px;
    }
    .product__img{
        height: 300px;
    }
}


@media screen and (max-width: 834px) {
    .notify{
        left: 20px;
        right: 20px;
        font-size: 10px;
        text-transform: none;
        padding: 12px 0;
    }
}


@media screen and (max-width: 632px) {
    .footer__logo svg {
        width: 189px;
        height: 42px;
    }

    .footer__navigation {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer__navigation-item {
        max-width: 158px;
        text-align: center;
    }

    .footer__actions {
        flex-direction: column;
        justify-content: center;
    }

    .footer__actions .subscription {
        justify-content: center;
    }

    .footer__actions .subscription-name {
        align-self: center;
    }

    .footer__actions .socials {
        align-self: center;
    }

    .footer__navigation-list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .footer__navigation-list.active {
        max-height: 500px;
    }

    .footer__navigation-item-name {
        display: flex;
        align-self: center;
        gap: 12px;
    }

    .footer__navigation-item-name img {
        display: block;
        transition: transform 0.3s ease;
        transform: rotate(-180deg);
    }

    .footer__navigation-item-name.open img {
        transform: rotate(-360deg);
    }
    .product__img-wrapper {
        height: 246px;
    }
    .product__img-wrapper .slick-initialized .slick-slide{
        height: 246px;
    }
    .product__img{
        height: 246px;
    }
}
@media screen and (max-width: 572px) {
    h1{
        font-family: 'Montserrat-Light', sans-serif;
        font-size: 32px;
        line-height: 120%;
    }
    h2{
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 24px;
        line-height: 120%;
    }
    h3{
        font-family: 'Montserrat-SemiBold', sans-serif;
        font-size: 20px;
        line-height: 120%;
    }
    .header-navigation__mobile {
        width: 215px;
        display: flex;
        align-self: center;
    }

    .header-navigation__body {
        padding: 20px 0;
        gap: 60px;
    }

    .header-navigation.menu-bottom-open {
        gap: 17px;
    }

    .header-navigation__list-bottom {
        max-width: 307px;
        width: 100%;
    }

    .header-navigation__lists {
        align-self: center;
        max-width: 264px;
        width: 100%;
        gap: 20px;
    }

    /*.header-navigation__list{*/
    /*    max-width: 307px;*/
    /*    width: 100%;*/
    /*}*/
    .header-line {
        display: block;
    }

    .header-navigation-bottom {
        flex-direction: column;
    }

    .header-navigation__body {
        width: 335px;
        padding-bottom:100px;
    }

    .socials {
        align-self: flex-start;
    }

    .header-navigation__item {
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    }

    .header__bottom {
        padding: 0 21px;
    }

    .header__bottom-container {
        width: 100%;
        max-width: 496px;
        gap: 30px;
    }

    .section-padding {
        padding: 20px 0;
    }

    .banners__info {
        top: 30px;
        left: 38px;
        gap: 0;
    }

    .banners-img {
        height: 503px;
    }

    .banners__controls {
        position: unset;
    }

    .banners__controls .slick-prev {
        top: 91%;
        left: 16px;
    }

    .banners__controls .slick-next {
        top: 91%;
        left: unset;
        right: 10px;
    }

    .banners__controls .slick-dots {
        bottom: 6px;
        left: 12px;
    }

    .popular-category__wrapper {
        overflow-x: hidden;
        margin-right: 0;
    }

    .popular-category__slider {
        flex-wrap: wrap;
        justify-content: center;
    }
    .popular-category__slide {
        width: 31%;
        height:auto;
    }
    .popular-category__img {
        height: auto;
        width: 100%;
        flex: unset;
    }
    .popular-category__img img, .popular-category__img .plug{
        width: 100%;
        height: auto;
    }

    .popular-category__arrow {
        display: none;
    }

    .actual__wrapper {
        overflow: hidden;
        margin-right: 0;
    }

    .actual__list {
        flex-wrap: wrap;
        flex-direction: column;
        justify-self: center;
        align-content: center;

    }

    .actual__item:last-child {
        padding-right: 0;
    }

    .category__products {
        row-gap: 15px;
        margin-bottom: 20px;
        justify-content: space-between;
    }


    .product__info {
        max-width: 160px;
    }
    .product {
        width: 47%;
    }
    .product__img-wrapper {
        /*width: 160px;*/
        height: 246px;

        width: 100%;
        /*height: auto;*/
    }

    .product__img-wrapper .slick-initialized .slick-slide{
        height: 246px;
    }
    .product__img{
        height: 246px;
    }


    .articles__arrow {
        display: none;
    }

    .articles__list {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        padding-right: 0;
    }

    .about-link__title {
        max-width: 230px;
        line-height: 140%;
        margin-bottom: 12px;
    }
    .popup-parts__payment-block{
        gap: 5px;
    }
    .popup-parts__payment-block-lines{
        gap: 4px;
    }
    .popup-parts__name{
        max-width: 263px;
    }
    .popup-parts-button-close{
        top: 5px;
    }
    .popup-order.popup{
        padding: 20px 20px 40px 20px;
    }
    .order-product__info-name{
        max-width: 125px;
    }
    .popup-order__form{
        display: flex;
        flex-direction: column;
    }
    .popup-order__content-success{
        max-width: 335px;
    }
    .main-label{
        gap: 4px;
    }
    .not-found{
        padding: 120px 0 200px 0;
    }
    .not-found__container{
        width: 335px;
    }
    .popup-notification{
        top: 19px;
    }
    .actual__img{
        width: 100%;
        /*height: 320px;*/
        height: unset;
    }
    .actual__item:hover .actual__img img {
        opacity: 1;
    }
    .articles__img{
        width: 100%;
        height: 100%;
        max-height: 216px;
    }
    .popular-category__slide:last-child{
        padding-right: 0;
    }
    .base-articles__item-large{
        display: flex;
        gap: 0;
        width: 100%;
    }
    /*.articles__img img{*/
    /*    border-radius: 0;*/
    /*}*/
    .base-articles__img-large{
        position: relative;
        overflow: hidden;
        height: 251px;
        display: flex;
        justify-content: center;
        margin: 0;
        border-radius: 8px 8px 0 0 ;
    }
    .base-articles__img-large::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: var(--blur-bg);;
        background-size: cover;
        background-position: center;
        filter: blur(10px);
        z-index: 1;
        opacity: 0.7;
    }
    .base-articles__img-large picture {
        position: relative;
        z-index: 2;

    }

    .header__search-found-wrapper{
        flex-direction: column;
        gap: 39px;
    }
    .header__search-found{
        gap: 39px;
    }
    .product__is-available-button{
        padding: 15px;
    }
    .popup-login-support{
        padding-bottom: 75px;
    }
}

@media screen and (max-width: 400px) {
    .header-navigation__lists {
        align-self: center;
        width: 307px;
    }

    .header__bottom-container {
        width: 100%;
        max-width: 496px;
        gap: 23px;
    }
    .product__img-wrapper {
        height: 212px;

    }

    .product__img-wrapper .slick-initialized .slick-slide{
        height: 212px;
    }
    .product__img{
        height: 212px;
    }

}


@media screen and (max-width: 383px) {
    .popular-category__slide {
        width: 48%;
        height: auto;
    }
}

@media screen and (max-width: 376px) {
    .articles__img picture img{
        border-radius: 8px 8px 0 0 !important;
    }
    .base-articles__img-large::before{
        content: none;
    }
}