.dark-theme .categories__link{
    background-color: #4E4E4E;
    border-color: #4E4E4E;
}
.dark-theme .product__item{
    background-color: var(--background-color);
}
.dark-theme .product__add-block svg path{
    stroke: #fff;
}
.dark-theme .viewed__help-top{
    border-bottom: 1px solid #EFF1F2;
}
.dark-theme .viewed__help-item{
    background-color: #6E6E6E;
}
.dark-theme  .repair__item,
.dark-theme  .repair__content{
    background-color: #4E4E4E;
}
.dark-theme .categories__link:last-child svg path{
    stroke: #fff;
    fill: #fff;
}
.dark-theme .product__item-block .product__icon-link + .product__icon-link svg path{
    stroke: #fff;
}
.dark-theme .viewed__help-item{
    color: #fff;
}
















.main{
    margin-top: 174px;
}
.main__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.categories__links{
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px
}
.categories__link{
    width: 20%;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    background: #FFF;
    padding: 19px;
    text-align: center;
}   
.categories__link:last-child{
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
}

.main__slider-block{
    width: 100%;
    height: 576px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}
.main__slider-img{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.main__slider-img::after{
    position: absolute;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
}
.main__slider-block .swiper-slide img{
    -o-object-fit: fill;
       object-fit: fill;
}
.main__slider{
    height: 100%;
}
.main__slider-block .swiper-buttons{
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
}

.main__slider-next,
.main__slider-prev{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.main__slider-content{
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.main__slider-title{
    font-size: 39px;
    line-height: 100%;
    max-width: 380px;
    color: #FFF;
    margin-bottom: 40px;  
    font-weight: 400;  
}
.main__slider-btn {
    display: inline-block;
    padding: 23px 48px;
    outline: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 12px;
    color: #2E2E2E;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}
.viewed{
    margin-top: 60px;
}
.viewed__title{
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.product__slider-content{
    position: relative;
}
.product__block{
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.product__block.swiper{
    overflow-y: visible !important;
    overflow: visible;
    overflow-x: clip;
}
.product__slider-content .swiper-buttons {
    position: absolute;
    top: -66px;
    right: 0;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}
.product__block-prev,
.product__block-next{
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}
.product__item{
    border-radius: 11px;
    border: 1px solid var(--border-color);
    background: var(--background-color);
    padding: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    z-index: 1;
    width: calc(25% - 15px);
}
.product__item::after{
    position: absolute;
    content: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: -80px;
    border-radius: 11px;
    background:var(--background-color);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.product__item:hover::after{
    content: '';
    border: 1px solid var(--border-color);
}
.product__item:hover{
    border-radius: 11px;
    background:none;
    border: none;
    z-index: 3;
}
.product__item-prod{
    position: relative;
    background-color: var(--background-color);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 3;
    top: 0;
}
.product__item:hover .product__item-prod{
    top: 32px;
}
.product__item-top{
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}
.product__top-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.product__top-article{
    font-size: 12px;
    text-align: right;
}

.product__item-content{
    margin-top: 9px;
}
.product__item-attention{
    color: #FFF;
    font-size: 12px;
    border-radius: 8px;
    padding: 3px 25px;
    display: inline-block;
}
.product__item-attention ~ .product__item-block{
    margin-top: 25px;
}
.product__item-attention.sales{
    background-color: #FF3F3F;
}
.product__item-attention.hit{
    background-color: #5EC8FF;
}
.product__item-attention.new{
    background-color: #11CC5C;
}
.product__item-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    margin-top: 57px;
}
.product__icon-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 2px;
    width: 24px;
    height: 24px;
}
.product__item-name{
    max-width: 285px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;
}
.product__item-image{
    border-radius: 12px;
    max-width: 100%;
    height: 245px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
}
.product__item-img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.product__item-reviews{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 7px;
}
.product__reviews-num{
    font-size: 14px;
}
.product__reviews-descr{
    font-size: 14px;
    color: #6E6E6E;
}

.product__item-price{
    font-size: 16px;
    color: #6E6E6E;
    margin-bottom: 5px;
}
.product__item-price--old{
    font-size: 16px;
    color: #6E6E6E;
    margin-bottom: 5px;
    text-decoration: line-through;
    text-transform: uppercase;
}
.product__item-price--new{
    font-size: 24px;
    text-transform: uppercase;
}

.product__item-bottom{
    z-index: 23;
    position: absolute;
    bottom: -70px;
    left: 20px;
    right: 20px;
    margin-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.product__item:hover .product__item-bottom{
    pointer-events: all;
    opacity: 1;
}
.product__item-btn{
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 10px;
    width: 100%;
    text-align: center;
    height: 44px;
}
.product__item-link{
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    width: 24px;
    height: 24px;
}

.product__add-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
}





.viewed__help-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 20px 0;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    position: relative;
    background-color: #fff;
}
.viewed__help-name{
    font-size: 18px;
    color: #2E2E2E;
}

.viewed__help-content{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid var(--border-color);
    z-index: 10;
}
.viewed__help-block.active .viewed__help-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.viewed__help-block.active .viewed__help-icon{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.viewed__help-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 13px 20px;
    border-bottom: 1px solid var(--border-color);
    background: #FFF;
    cursor: pointer;
}
.viewed__help-icon{
    background-color: #FCB603;
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.viewed__help-item{
    padding: 19px 0;
    border-bottom: 1px solid var(--border-color);
    color: #2E2E2E;
    text-align: center;

}
.viewed__help-item:hover{
    background: #FCB603;
}






.better{
    margin-top: 20px;
}
.better__slider-block .swiper-buttons {
    display: none;
}
.better__title{
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.better__select{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 10px;
}
.better__select-item{
    border: none;
    outline: none;
    border-radius: 4px;
    background: #F4F6F8;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    padding: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 25%;
    color: #2E2E2E;
}

.better__select-item.active{
    background: #FCB603;
}
.better__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.better__more-btn{
    display: inline-block;
    padding: 22px 48px;
    outline: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 12px;
}

.better__slider .swiper-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.blog{
    margin-top: 40px;
}

.blog__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.blog__item{
    position: relative;
    height: 384px;
    width: calc(50% - 10px);
    overflow: hidden;
    border-radius: 4px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog__item:first-child{
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70))), url('../img/main/blog/1.webp'), lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/blog/1.webp'), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/blog/1.webp'), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
}
.blog__item:nth-child(2){
    background: url('../img/main/blog/2.webp');
    background-size: cover;
    background-position: center;
}
.blog__item:nth-child(3){
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70))), url('../img/main/blog/3.webp'), lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/blog/3.webp'), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/blog/3.webp'), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
}
.blog__item:nth-child(4){
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70))), url('../img/main/blog/4.webp'), lightgray -159.622px -244px / 147.648% 171.68% no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/blog/4.webp'), lightgray -159.622px -244px / 147.648% 171.68% no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/blog/4.webp'), lightgray -159.622px -244px / 147.648% 171.68% no-repeat;
    background-size: 1080px;
    background-position: right bottom;
}

.blog__title{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    max-width: 500px;
}
.blog__btn{
    color: #fff;
    padding: 20px;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 4px;
    background: transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #fff;
}
.blog__btn:hover{
    background-color: #FCB603;
    color: var(--color-text-main);
    border: 1px solid #FCB603;
}



.list{
    margin-top: 80px;
}
.list__inner{
    border-radius: 4px;
    padding: 80px 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70))), url('../img/main/list/list.webp'), lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/list/list.webp'), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/list/list.webp'), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
}
.list__title{
    color: #fff;
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 734px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.list__form{
    position: relative;
    max-width: 590px;
}

.list__form-icon{
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.list__form-btn{
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    outline: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.list__form-input{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
    padding: 40px 166px 40px 64px;
    border-radius: 4px;
    background: #FFF;
    outline: none;
    border: none;
    width: 100%;
}
.list__form-input::-webkit-input-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}
.list__form-input::-moz-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}
.list__form-input:-ms-input-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}
.list__form-input::-ms-input-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}
.list__form-input::placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
}

.news{
    margin-top: 91px;
}
.news__title{
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.news__block{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    display: flex;
}

.news__block::-webkit-scrollbar {
    display: none;
}

.news__item{
    max-width: 325px;
}
.news__item-image{
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    pointer-events: none;
}
.news__item-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}
.news__item-date{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #6E6E6E;
}
.news__item-name{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.news__item-descr{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.news__more{
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.news__more-btn{
    display: inline-block;
    padding: 22px 48px;
    outline: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 4px;
    width: 231px;
    text-align: center;
}



.banner{
    margin-top: 80px;
}
.banner__inner{
    border-radius: 12px;
    padding: 195px 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70))), url('../img/main/banner/banner.webp'), lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/banner/banner.webp'), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/banner/banner.webp'), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
}
.banner__title{
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 39px */
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
}
.banner__descr{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    color: #fff;
    text-align: center;
}



.repair{
    margin-top: 80px;
}
.repair__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.repair__block{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.repair__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 20px;
    width: calc(50% - 10px);
    background-color: #fff;
    border-radius: 4px;
}
.repair__item-icon{
    border-radius: 4px;
    background: #FCB603;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: 64px;
    min-width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.repair__item-descr{
    font-size: 16px;
    line-height: 150%;
}
.repair__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}
.repair__title{
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; 
    margin-bottom: 20px;
}
.repair__descr{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.repair__content-btn{
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 20px;
}

.join{
    margin-top: 100px;
}
.join__inner{
    border-radius: 4px;
    padding: 132px 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70))), url('../img/main/join/join.webp'), lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/join/join.webp'), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../img/main/join/join.webp'), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
}
.join__title{
    font-size: 39px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 400;
}
.join__descr{
    font-size: 18px;
    line-height: 150%; 
    color: #fff;
    margin-bottom: 60px;
    max-width: 513px;
}
.join__btn{
    border-radius: 4px;
    background: #FCB603;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    padding: 20px 49px;
    width: 231px;
    display: block;
}




@media (max-width: 1457px){
    .news__block{
        overflow: auto;
    }
}
@media (max-width: 1140px){
    .main{
        margin-top: 164px;
    }
}
@media (max-width: 1060px){
    .viewed__help-item{
        font-size: 16px;
        padding: 10px 0;
    }
    .product__item{
       width: calc(33.33% - 14px);
    }
    .categories__block{
        width: 301px;
        min-width: 301px;
    }
    .categories__block-item{
        width: 100%;
    }
    .categories__item-content{
        width: 301px;
        right: -301px;
    }
    .header__menu-catalog {
        top: 95px;
    }
    .categories__item-name{
        font-size: 12px;
    }
    .categories__item-last{
        font-size: 12px;
    }
    .main__slider-content{
        top: 24px;
        left: 24px;
        bottom: 40px;
    }
    .main__slider-title{
        font-size: 29px;
        margin-bottom: 20px;
    }
    .main__slider-sub{
        margin-left: 20px;
    }
    .main__slider-btn{
        font-size: 14px;
    }
    .categories__link{
        font-size: 16px;
    }
    .viewed__title,
    .better__title,
    .news__title,
    .repair__title{
        font-size: 31px;
        line-height: 100%;
    }
    .viewed__help-block{
        padding: 5px 0;
    }
    .viewed__help-name{
        font-size: 16px;
    }
    .viewed__help-item{
        font-size: 16px;
    }
    .viewed__help-content {
        top: 50px;
    }
    .better__select-item{
        font-size: 16px;
    }
    .better__select{
        margin-top: 30px;
    }

    .btn{
        font-size: 14px;
    }
    .blog__title{
        font-size: 18px;
    }
    .blog__btn{
        font-size: 14px;
    }
    .list{
        margin-top: 40px;
    }
    .list__inner{
        padding: 96px 40px;
    }
    .list__title{
        font-size: 31px;
        max-width: 590px;
        margin-bottom: 20px;
    }
    .list__form-input{
        font-size: 14px;
    }
    .list__form-input::-webkit-input-placeholder{
        font-size: 14px;    
    }
    .list__form-input::-moz-placeholder{
        font-size: 14px;    
    }
    .list__form-input:-ms-input-placeholder{
        font-size: 14px;    
    }
    .list__form-input::-ms-input-placeholder{
        font-size: 14px;    
    }
    .list__form-input::placeholder{
        font-size: 14px;    
    }
    .list__form-btn{
        font-size: 14px;
    }
    .banner{
        margin-top: 71px;
    }
    .banner__inner{
        padding: 171px 40px;
    }
    .banner__title{
        font-size: 31px;
        margin-bottom: 40px;
    }
    .banner__descr{
        font-size: 16px;
    }
    .repair__item-descr{
        font-size: 14px;
    }
    .repair__item{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .repair__descr{
        font-size: 16px;
    }
    .repair__content-btn{
        font-size: 14px;
    }
    .join__inner{
        padding: 160px 40px;
    }
    .join__title{
        font-size: 31px;
    }
    .join__descr{
        font-size: 16px;
    }
    .better__more-btn{
        font-size: 16px;
    }
    .news__block{
        margin-top: 20px;
    }
    .news__more-btn{
        font-size: 16px;
    }
}

@media (max-width: 930px){
    .main .categories__block{
        display: none;
    }
    .main .container{
        max-width: 100%;
        padding: 0;
    }
    .categories__links{
        display: none;
    }
    .main{
        margin-top: 0;   
        padding-top: 92px;
    }

    .main__slider-content {
        top: 55px;
        left: 20px;
        bottom: 40px;
    }

    .main__slider-block .swiper-buttons {
        bottom: 20px;
        right: 20px;
    }
    .main__slider-next, .main__slider-prev {
        width: 40px;
        height: 40px;
    }

    .viewed {
        margin-top: 40px;
    }

    .product__block-prev, .product__block-next {
        width: 40px;
        height: 40px;
    }
    .product__block .swiper-buttons{
        top: -55px;
    }
    .better__select-item{
        padding: 20px 3px;
    }
    .product__item{
        width: calc(50% - 10px);
    }
    .product__block{
        gap: 20px 11px;
    }
    .blog__title{
        font-size: 16px;
    }
    .blog__block{
        gap: 20px 11px;
    }
    .list__inner{
        padding: 105px 40px;
    }
    .list__form{
        max-width: 100%;
    }
    .list__form-input{
        padding: 32px 166px 32px 64px;
    }

    .news {
        margin-top: 40px;
    }
    .banner__inner {
        padding: 153px 40px;
    }
    .repair__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .repair__block{
        width: 100%;
    }
    .repair__content{
        width: 100%;
    }
    .repair__descr{
        margin-bottom: 47px;
    }
    .repair__item{
        width: 100%;
        gap: 20px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    .repair__block{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        gap: 14px;
    }
    .join{
        margin-top: 40px;
    }
    .repair {
        margin-top: 40px;
    }
}




@media (max-width: 600px){
    .main__slider-logo{
        display: none;
    }
    .main__slider-content {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }
    .main__slider-title{
        font-size: 31px;
    }
    .main__slider-btn{
        padding: 10px 10px;
        width: 185px;
        margin: 0 auto;
    }
    .main__slider-block .swiper-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        left: 5px;
        right: 5px;
        bottom: initial;
        top: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 10;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .viewed__title, .better__title, .news__title, .repair__title{
        font-size: 25px;
    }
    .product__slider-content .swiper-buttons {
        pointer-events: none;
        position: absolute;
        top: 35%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: -5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: -5px;
        z-index: 6;
        display: flex;
        gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;

    }
    .product__block-prev, .product__block-next{
        border-radius: 4px;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
                box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
        pointer-events: all;
    }
    .product__item{
        padding: 10px;
    }
    .product__item-bottom{
        left: 10px;
        right: 10px;
    }
    .product__item-btn {
        padding: 5px;
    }
    .product__item-image{
        max-width: 155px;
    }
    .product__item-content {
        margin-top: 5px;
    }
    .product__item-attention ~ .product__item-block {
        margin-top: 5px;
    }
    .product__item-block {
        margin-bottom: 5px;
        margin-top: 33px;
    }
    .product__item-name{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .product__reviews-num,
    .product__reviews-descr,
    .product__top-article{
        font-size: 10px;
    }
    .product__top-block{
        gap: 0px;
    }
    .product__icon-link svg{
        width: 18px;
    }
    .product__icon-link {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 5px 2px;
        width: 18px;
        height: 18px;
    }
    .product__reviews-icon svg{
        width: 100%;
    }
    .product__reviews-icon{
        width: 15px;
    }
    .product__item-btn svg{
        width: 15px;
    }
    .product__item-btn{
        font-size: 10px;
        gap: 5px;
    }
    .product__item-bottom{
        gap: 10px;
    }
    .product__item-link{
        width: 15px;
    }
    .product__add-block{
        gap: 10px;
    }
    .product__item-reviews{
        margin-bottom: 10px;
    }
    .product__item-price,
    .product__item-price--old,
    .product__item-price--new{
        font-size: 12px;
    }
    .viewed__help-name{
        font-size: 14px;
    }
    .viewed__help-block{
        padding: 10px;
        border-radius: 8px;
    }
    .viewed__help-top{
        padding: 11px 0;
    }
    .better__title{
        display: none;
    }
    .better__select{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }
    .better__select-item{
        width: 100%;
        padding: 16px 0;
    }
    .blog__block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 14px;
    }
    .blog__item{
        width: 100%;
        height: 192px;
    }
    .better__slider .swiper-wrapper{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        gap: 0;
    }
    .better__more-btn{
        width: 100%;
        text-align: center;
    }
    .better__slider.swiper{
        margin-bottom: 40px;
    }
    .blog__item{
        padding: 20px;
    }
    .blog__title{
        max-width: 313px;
    }
    .list {
        margin-top: 20px;
    }
    .list__inner{
        padding: 42px 20px;
    }
    .list__title{
        font-size: 25px;
    }
    .list__form{
        background-color: #fff;
        border-radius: 4px;
    }
    .list__form-btn{
        position: initial;
        width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .list__form-input {
        padding: 20px;
        width: 90%;
        font-size: 12px;
    }
    .list__form-input::-webkit-input-placeholder{
        font-size: 12px;    
    }
    .list__form-input::-moz-placeholder{
        font-size: 12px;    
    }
    .list__form-input:-ms-input-placeholder{
        font-size: 12px;    
    }
    .list__form-input::-ms-input-placeholder{
        font-size: 12px;    
    }
    .list__form-input::placeholder{
        font-size: 12px;    
    }
    .list__form{
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .list__form-icon{
        width: 10%;
        position: initial;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .list__form-btn{
        font-size: 12px;
    }
    .news__more-btn{
        padding: 17px;
        width: 100%;
    }
    .banner {
        margin-top: 60px;
    }
    .banner__inner {
        padding: 71px 40px;
    }
    .banner__title{
        font-size: 25px;
    }
    .banner__descr{
        font-size: 14px;
    }
    .repair__descr{
        font-size: 14px;
        margin-bottom: 17px;
    }
    .repair__inner{
        gap: 10px;
    }
    .repair__block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .repair__item{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .join__inner {
        padding: 129px 20px;
    }
    .join__title {
        text-align: center;
        font-size: 25px;
    }
    .join__descr{
        text-align: center;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .join__btn{
        width: 100%;
    }

    .viewed__help-item{
        font-size: 12px;
        padding: 12px 0;
    }
    .better__slider-block .swiper-buttons {
        position: absolute;
        top: 45%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        left: 0;
        z-index: 6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-user-select:none;
           -moz-user-select:none;
            -ms-user-select:none;
                user-select:none;
        pointer-events: none;
    }
    .better__slider-prev,
    .better__slider-next{
        pointer-events: all;
        background-color: #fff;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
                box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
        border-radius: 4px;
    }
}
@media (max-width: 313px){
    .product__item-bottom{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
    }
    .product__add-block{
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .product__item-bottom,
    .product__item::after{
        bottom: -117px;
    }
}