.dark-theme .main__block-top{
    border: 1px solid #fff;
}
.dark-theme .main__block-header{
    background-color: #4E4E4E;
}
.dark-theme .main__block-content{
    background-color: #4E4E4E;
}
.dark-theme .product__top-article,
.dark-theme .product__item-name,
.dark-theme .product__reviews-num,
.dark-theme .product__item-price--new{
    color: #fff;
}
.dark-theme .main .product__top-article,
.dark-theme .main .product__item-name,
.dark-theme .main .product__reviews-num,
.dark-theme .main .product__item-price--new{
    color: #2E2E2E;
}
.dark-theme .main .product__item-block .product__icon-link + .product__icon-link svg path{
    stroke: #6E6E6E;
}
.dark-theme .comparison__block{
    background-color: #4E4E4E;
}
.dark-theme .comparison__name,
.dark-theme .comparison__descr{
    color: #fff;
    background-color: #2E2E2E;
}
.dark-theme .main .product__item{
    background-color: #fff;
}
.dark-theme .main .product__item::after{
    background: #fff;
}
.dark-theme .main .product__item-prod{
    background-color: #fff;
}
.dark-theme .main .product__item .product__add-block svg path{
    stroke: #2E2E2E;
}
.dark-theme .product__item-block .product__icon-link + .product__icon-link svg path{
    stroke: #fff;
}
.dark-theme .main__link + .main__link::before {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.209376 9.76983C-0.0777189 9.47125 -0.0684094 8.99647 0.230169 8.70937L4.16792 5L0.230169 1.29062C-0.0684099 1.00353 -0.0777193 0.528747 0.209376 0.230167C0.496471 -0.0684109 0.971253 -0.0777207 1.26983 0.209374L5.76983 4.45937C5.91689 4.60078 6 4.79599 6 5C6 5.20401 5.91689 5.39922 5.76983 5.54062L1.26983 9.79062C0.971254 10.0777 0.496471 10.0684 0.209376 9.76983Z" fill="%23EFF1F2"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -30px;
    pointer-events: none;
}


.main{
    margin-top: 174px;
}

.main__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 10px 0;
    margin-bottom: 20px;
    overflow: auto;
}
.main__links::-webkit-scrollbar {
    display: none;
}

.main__link{
    font-size: 16px;
    color: var(--color-text-main);
    position: relative;
    text-wrap: nowrap;
}
.main__link + .main__link::before{
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.209376 9.76983C-0.0777189 9.47125 -0.0684094 8.99647 0.230169 8.70937L4.16792 5L0.230169 1.29062C-0.0684099 1.00353 -0.0777193 0.528747 0.209376 0.230167C0.496471 -0.0684109 0.971253 -0.0777207 1.26983 0.209374L5.76983 4.45937C5.91689 4.60078 6 4.79599 6 5C6 5.20401 5.91689 5.39922 5.76983 5.54062L1.26983 9.79062C0.971254 10.0777 0.496471 10.0684 0.209376 9.76983Z" fill="%236E6E6E"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -30px;
    pointer-events: none;
}
.main__link.active{
    text-decoration: underline;
}
.main__title{
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
    margin-bottom: 37px;
}

.main__block{
    width: calc(33% - 14px) !important;
    min-width: 301px;
    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__block-top{
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #2E2E2E;
    padding: 20px;
    cursor: pointer;
}
.main__block-bottom{
    position: relative;
}
.main__block-header{
    border-radius: 4px;
    background-color: #2E2E2E;
    padding: 20px 30px;
    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;
    cursor: pointer;
}
.main__block-name,
.main__block-item{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.main__block-content{
    border-radius: 4px;
    background-color: #2E2E2E;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 77;
}
.main__block-bottom.active .main__block-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main__block-bottom.active .main__block-header svg{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}


.main__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.main__product{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}


.main__comparison{
    width: 100%;
}
.main__comparison-box{
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comparison__block{
    width: calc(27% - 42px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    background: #EFF1F2;
    padding: 20px 10px;
}
.comparison__block:first-child{
    border-radius: 4px 0px 0px 4px;
    padding-left: 20px;
}
.comparison__block:last-child{
    padding-right: 20px;
    border-radius: 0px 4px 4px 0px ;
}
.comparison__block-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: 10px;
}
.comparison__name,
.comparison__descr{
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-break: break-all;
    padding: 10px 20px;
    border-radius: 4px;
    background: #FFF;
    color: #6E6E6E;
    font-size: 16px;
    line-height: 150%;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.comparison__descr{
    color: #2E2E2E;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.comparison__block-name{
    max-width: 305px !important;
    min-width: 305px;
}
.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;
}













.product__item-comparison{
    width: calc(33% - 10px) !important;
    position: relative;
}

.product__item-delete{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    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;
}


.personally{
    margin-top: 86px;
}
.personally__title{
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
}

.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;
    margin-right: 25px;
}

.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;
}


























.list{
    margin-top: 140px;
}
.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;
}







@media (max-width: 1060px){
    .main {
        margin-top: 164px;
    }
    .main__link {
        font-size: 14px;
    }
    .product__item{
       width: calc(33.33% - 14px);
    }
    .list__inner{
        padding: 96px 40px;
    }
    .list__title{
        max-width: 100%;
        margin-bottom: 24px;
    }
    .main__product{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .product__item-comparison {
        width: calc(50% - 10px) !important;
    }
    .comparison__block{
        width: 100%;
    }
}
@media (max-width: 930px){
    .main__block-top{
        text-align: center;
        font-size: 14px;
    }
    .main {
        margin-top: 92px;
    }
    .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;
    }
    .list__inner{
        padding: 179px 20px;
    }
    .list__form{
        max-width: 100%;
    }
    .list__form-input{
        padding: 32px 166px 32px 64px;
    }
    .main__title{
        font-size: 25px;
    }
    .main__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main__block{
        width: 100% !important;
        min-width: 100%;
        gap: 19px;
    }
    .main__block-content{
        position: initial;
        margin-top: 10px;
    }
    .product__item-comparison {
        width: calc(33.33% - 14px) !important;
    }
    .product__item{
        padding: 10px;
    }
    .product__item-name,
    .product__reviews-descr,
    .product__reviews-num,
    .product__item-price{
        font-size: 12px;
    }
    .product__item-content {
        margin-top: 5px;
    }
    .product__item-attention ~ .product__item-block {
        margin-top: 5px;
    }
    .product__item-block{
        margin-top: 33px;
        margin-bottom: 5px;
    }
    .product__item-reviews{
        margin-bottom: 5px;
    }
    .product__item-price--old{
        font-size: 14px;
    }
    .product__item-price--new{
        font-size: 18px;
    }
    .product__item-bottom{
        left: 10px;
        right: 10px;
    }
    .main__comparison-box{
        padding: 25px 10px 10px;
    }
    .comparison__name, .comparison__descr{
        font-size: 14px;
    }
    .comparison__block-name {
        max-width: 35% !important;
        min-width: 35%;
    }
    .comparison__block{
        padding: 25px 5px;
    }
    .comparison__block{
        gap: 20px;
    }
    .list{
        margin-top: 120px;
    }
    .personally__title{
        font-size: 24px;
    }
    .personally {
        margin-top: 46px;
    }
    .main__block-name, .main__block-item{
        font-size: 14px;
    }
}


@media (max-width: 600px){
    .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;
    }
    .list {
        margin-top: 60px;
    }
    .list__inner{
        padding: 149px 10px;
    }
    .list__title{
        font-size: 25px;
        text-align: center;
    }
    .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: 2px 20px;
        width: 90%;
    }
    .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;
    }
    .main {
        margin-top: 82px;
    }
    .main__links{
        margin-bottom: 30px;
    }
    .main__title{
        margin-bottom: 20px;
    }
    .main__block-top{
        padding: 10px;
        min-height: 40px;
    }
    .main__block{
        gap: 25px;
    }
    .main__content{
        gap: 15px;
    }
    .product__item-comparison{
        width: 100% !important;
    }
    .product__item-image{
        max-width: 100%;
    }
    .main__product .product__item-image{
        height: 192px;
    }
    .product__item-img {
        width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .product__item-delete{
        top: 17px;
        right: 20px;
    }
    .comparison__descr{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    .comparison__name, .comparison__descr{
        padding: 10px;
        font-size: 10px;
    }
    .comparison__block {
        gap: 10px;
    }
    .comparison__block{
        padding: 10px 5px;
    }
    .comparison__block:first-child{
        padding-left: 10px;
    }
    .comparison__block:last-child{
        padding-right: 10px;
    }
}

@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;
    }
}