.dark-theme .main__content-aricle{
    color: #fff;
}
.dark-theme .main__top-box svg path{
    stroke: #fff;
}
.dark-theme .quantity-name,
.dark-theme .price-last{
    color: #EFF1F2;
}
.dark-theme .quantity-content{
    background-color: #FCB603;
}
.dark-theme .quantity-content svg path{
    stroke: #fff;
}
.dark-theme .descr__item{
    background-color: #4E4E4E;
}
.dark-theme .descr__text{
    color: #fff;
}
.dark-theme .descr__details{
    color: #fff;
}
.dark-theme .about__title{
    background-color: #4E4E4E;
    color: #fff;
}
.dark-theme .about__title.active{
    color: #2E2E2E;
}
.dark-theme .characteristic__block{
    background-color: #4E4E4E;
    color: #fff;
}
.dark-theme .text-color-1{
    color: #fff;
}
.dark-theme .characteristic__item{
    background-color: #2E2E2E;
}
.dark-theme .characteristic__name{
    color: #fff;
}
.dark-theme .characteristic__product{
    background-color: #4E4E4E;
}
.dark-theme .reviews__content-item{
    background-color: #2E2E2E;
}
.dark-theme .reviews__content{
    background-color: #4E4E4E;
    padding: 10px;
    border-radius: 4px;
}
.dark-theme .reviews__sort-name{
    color: #fff;
}
.dark-theme .reviews__sort-item{
    background-color: #2E2E2E;
    border: 1px solid #6E6E6E;  
    color: #fff;
}
.dark-theme .reviews__title{
    color: #fff;
}
.dark-theme .reviews__reviews-num {
    color: #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;
}
.dark-theme .reviews__form-input,
.dark-theme .reviews__form-textarea{
    background-color: #4E4E4E;
    color: #FFFFFF;
}
.dark-theme .reviews__form-input::-webkit-input-placeholder, .dark-theme .reviews__form-textarea::-webkit-input-placeholder{
    color: #fff;
}
.dark-theme .reviews__form-input::-moz-placeholder, .dark-theme .reviews__form-textarea::-moz-placeholder{
    color: #fff;
}
.dark-theme .reviews__form-input:-ms-input-placeholder, .dark-theme .reviews__form-textarea:-ms-input-placeholder{
    color: #fff;
}
.dark-theme .reviews__form-input::-ms-input-placeholder, .dark-theme .reviews__form-textarea::-ms-input-placeholder{
    color: #fff;
}
.dark-theme .reviews__form-input::placeholder,
.dark-theme .reviews__form-textarea::placeholder{
    color: #fff;
}



.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;
    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__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.main__content-left{
    width: 100%;
}

.main__product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
}
.main__product-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
}
.main__product-item{
    width: 95px;
    height: 85px;
    border-radius: 12px;
    border: 1px solid #EFF1F2;
    overflow: hidden;
    padding: 10px;
    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;
    background-color: #fff;
}
.main__product-img{
    width: 100%;
    border-radius: 4px;
}



.main__product-top{
    position: relative;
    border-radius: 12px;
    border: 1px solid #EFF1F2;
    padding: 20px;
    width: 555px;
    height: 491px;
    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;    
    background-color: #fff;
}
.main__product-top.new:after{
    position: absolute;
    content: 'Новинка';
    top: 13px;
    left: 20px;
    background-color: red;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    background: #11CC5C;
    color: #FFF;
    font-size: 12px;
}
.main__top-img{
    width: 100%;
}



.main__content-top{
    margin-bottom: 23px;
    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;
}
.main__content-aricle{
    color: #6E6E6E;
    font-size: 14px;
}
.main__top-btn{
    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;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.main__top-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main__content-title{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
}
.main__content-available{
    padding: 11px 20px;
    border-radius: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
}
.available__name{
    color: #11CC5C;
    font-size: 16px;
    line-height: 150%;
}
.main__content-available.stock .available__name{
    color: #11CC5C;
}
.main__content-available.stock{
    background: #E2FFD8;
}

.main__content-box{
    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;
}
.main__reviews-icon{
    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__content-reviews{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    padding: 11px 20px;
    border-radius: 4px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #FFF4D8;
}
.main__reviews-num,
.reviews__reviews-num{
    font-size: 14px;
    color: #2E2E2E;
}
.main__reviews-quantity,
.reviews__reviews-quantity{
    font-size: 14px;
    color: #6E6E6E;
}
.main__content-video{
    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: 11px 20px;
    border-radius: 4px;
    background: #FFD8D8;
    font-size: 14px;
    max-width: 325px;
    color: #2E2E2E;
}
.main__content-block{
    margin-bottom: 40px;
}
.quantity-name{
    color: #6E6E6E;
    font-size: 16px;
    margin-bottom: 4px;
}
.quantity-content{
    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;
    border-radius: 4px;
    border: 1px solid #FCB603;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 20px;
    margin-bottom: 6px;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    width: 116px;
}
#main-quantity{
    font-size: 16px;
    line-height: 150%;
}
.quantity-btn{
    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;
}

.price-last{
    color: #6E6E6E;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: line-through;
}
.price-new{
    font-size: 24px;
    text-transform: uppercase;
}
.main__content-btns{
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.btn-buy{
    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;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 13px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 50px;
    width: 100%;
}
.credit-btn{
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 3px;
    background-color: #11CC5C;
    border-radius: 4px;
    width: 50%;
    text-wrap: nowrap;
}

.credit-span{
    display: block;
    font-size: 12px;
    color: var(--color-text-main);
}

.buy-one-click{
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #33BCDA;
    border-radius: 4px;
    width: 50%;
    text-wrap: nowrap;
}
















.descr{
    padding-top: 40px;
}

.descr__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.descr__item{
    width: 33.33%;
    min-height: 262px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    border-radius: 12px;
    background: #EFF1F2;
}


.descr__name{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.descr__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}
.descr__text{
    color: #6E6E6E;
    font-size: 14px;
    line-height: 150%; 
}
.descr__details{
    color: #2E2E2E;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-underline-position: under;
}
.descr__item-images{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.descr__item-img{
    width: 34px;
}

.about{
    padding-top: 40px;
}
.about__inner{
    padding: 20px 0px 40px;
}

.about__blocks{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.about__title{
    width: 100%;
    padding: 19px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #EFF1F2;
    border: none;
    outline: none;
    cursor: pointer;
}
.about__title.active{
    background-color: #FCB603;
}
.about__item-message{
    font-size: 16px;
    line-height: 150%; 
}
.about__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: 20px;
}
.about__item-content{
    display: none;
}
.about__item-content.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


.characteristic__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding: 20px;
    border-radius: 4px;
    background: #EFF1F2;
}
.about__item-characteristic.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
}
.characteristic__item{
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    border-radius: 4px;
    background: #FFF;
    padding: 18px 20px;
    height: -webkit-fill-available;
}
.characteristic__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;
    width: 100%;
}
.characteristic-left{
    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;
    width: 100%;
}
.characteristic__name{
    color: #6E6E6E;
    font-size: 16px;
    line-height: 150%;
}
.characteristic__descr{
    font-size: 16px;
    line-height: 150%;
}

.characteristic__product-buy{
    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;
    border: none;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    padding: 13px;
    width: 100%;
    border-radius: 4px;
}
.characteristic__product-name{
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
}
.characteristic__product{
    border-radius: 4px;
    background: #EFF1F2;
    padding: 20px;
}
.characteristic__product-image{
    height: 325px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}






.reviews__content{
    margin-top: 43px;
    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;
}
.reviews__content-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    border-radius: 4px;
    background: #F4F6F8;
}

.reviews__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.reviews__title{
    color: #2E2E2E;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}
.reviews__top-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    text-wrap: nowrap;
}

.reviews__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
.reviews__add{
    border: none;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    padding: 20px;
    width: 210px;
    border-radius: 4px;
    background: #FCB603;
}
.reviews__sort{
    width: 210px;
    position: relative;
}
.reviews__sort-name{
    font-size: 16px;
    color: #6E6E6E;
}
.reviews__sort-header{
    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;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #6E6E6E;
    padding: 15px;
    min-height: 60px;
}
.reviews__sort-block{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.reviews__sort.active .reviews__sort-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reviews__sort.active .reviews__sort-header > svg{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.reviews__sort-item{
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #EFF1F2;
    padding: 20px;
    background-color: #fff;
    z-index: 23;
    font-size: 16px;
    color: #6E6E6E;
}

.reviews__item-top{
    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;
    margin-bottom: 20px;
}
.reviews__item-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.reviews__item-message{
    font-size: 16px;
    line-height: 150%;
}

.reviews__item-name{
    font-size: 16px;
    line-height: 150%;
}

.reviews__item-stars{
    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;
}
.reviews__item-date{
    color: #6E6E6E;
    font-size: 16px;
    line-height: 150%;
}









.list{
    margin-top: 40px;
}
.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;
}









.reviews__add-block{
    display: none;
    margin-top: 90px;
}
.reviews__add-block.active{
    display: block;
}

.star {
    fill: none;
    stroke: none;
    cursor: pointer;
}
.star path{
    fill: none;
    stroke: #FCB603;
}
.star.active {
    fill: #FCB603;
    stroke: none;
}
.star.active path{
    fill: #FCB603;
}

.reviews__add-block-name{
    color: var(--color-text-main);
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 40px;
}
.reviews__add-form{
    display: flex;
    flex-direction: column ;
    gap: 20px;
}

.reviews__form-name{
    color: var(--color-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.reviews__form-block{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 20px;
}

.reviews__form-grade,
.reviews__form-grade label{
    display: flex;
    align-items: center;
    justify-content: center;
}


.reviews__form-textarea{
    max-height: 180px;
}
.reviews__form-input,
.reviews__form-textarea{
    padding: 20px;
    color: #6E6E6E;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    border-radius: 4px;
    border: 1px solid #EFF1F2;
    background:#F4F6F8;
    outline: none;
    min-height: 60px;
}
.reviews__form-input::-webkit-input-placeholder
.reviews__form-textarea::-webkit-input-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.reviews__form-input::-moz-placeholder
.reviews__form-textarea::-moz-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.reviews__form-input:-ms-input-placeholder
.reviews__form-textarea:-ms-input-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.reviews__form-input::-ms-input-placeholder
.reviews__form-textarea::-ms-input-placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.reviews__form-input::placeholder
.reviews__form-textarea::placeholder{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}

.reviews__form-textarea {
    resize: none;
}
.reviews__form-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 8px;
}




.btn{
    background: #FFE8AD;
}
.btn:hover{
    background: #FCB603;
}
.btn:active{
    background: #C18C03;
}
.text-color-1{
    color: #2E2E2E;
}


@media (max-width: 1140px){
    .main{
        margin-top: 164px;
    }
}
@media (max-width: 1060px){
    .main__link{
        font-size: 14px;
    }

    .list{
        margin-top: 20px;
    }
    .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;
    }
    .main__product{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    .main__product-block{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 20px;
    }
    .main__product{
        width: 100%;
        max-width: 382px;
    }
    .main__product-top{
        width: 382px;
        height: 247px;
        overflow: hidden;
    }
    .main__product-item{
        height: 52px;
        width: 100%;
    }
    .main__product-top.new:after{
        top: 20px;
    }
    .main__content-box{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 20px;
        text-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .available__name,
    .main__reviews-num,
    .main__reviews-quantity,
    .main__content-video{
        font-size: 12px;
    }
    .main__content-video{
        width: 100%;
        padding: 12px 10px;
    }
    .main__content-reviews{
        padding: 10px 6px;
        width: 100%;
    }
    .main__content-available{
        width: 100%;
        padding: 11px 5px;
    }
    .quantity-content{
        padding: 7px;
        width: 140px;
    }
    .characteristic-right{
        display: none;
    }


    .btn-buy,
    .credit-btn,
    .buy-one-click{
        font-size: 12px;
        text-align: left;
    }
    .credit-span{
        color: #6E6E6E;
    }
    .descr__inner{
        gap: 10px;
    }
    .descr__text,
    .descr__details{
        font-size: 12px;
    }
    .about{
        padding-top: 20px;
    }
    .about__item-message{
        font-size: 14px;
    }
    .main__product-item{
        border-radius: 4px;
    }
}

@media (max-width: 930px){
    .reviews__add-block-name {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .main__link{
        font-size: 14px;
    }
    .main{
        margin-top: 82px;
    }
    .list__inner{
        padding: 105px 40px;
    }
    .list__form{
        max-width: 100%;
    }
    .list__form-input{
        padding: 32px 166px 32px 64px;
    }
    .main__product-item{
        border-radius: 8px;
    }
    

    .main__content{
        gap: 11px;
    }
    .main__content-left{
        max-width: 246px;
    }
    .main__content-box{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
    }
    .main__content-video{
        width: 100%;
        max-width: 100%;
    }
    .main__content-reviews,
    .main__content-available{
        width: calc(50% - 5px);
    }
    .main__content-btns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .credit-btn{
        width: 100%;
        text-align: center;
    }
    .buy-one-click{
        width: 100%;
        text-align: center;
    }
    .main__content-box--price{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
    }
    .main__content-top{
        margin-bottom: 20px;
    }
    .main__content-aricle{
        font-size: 12px;
    }
    .main__content-title{
        font-size: 20px;
    }
    .quantity-name{
        font-size: 14px;
    }
    .quantity-content{
        margin-bottom: 0;
        width: 112px;
    }
    .price-last{
        font-size: 12px;
    }
    .price-new{
        font-size: 20px;
    }
    .main__content-btns{
        gap: 10px;
    }
    .btn-buy{
        min-height: auto;
        height: 40px;
        padding: 8px;
    }
    .btn-buy, .credit-btn, .buy-one-click {
        min-height: auto;
        height: 40px;
    }
    .main__product-top{
        width: 100%;
        height: 100%;
    }
    .main__product{
        max-width: 100%;
        gap: 10px;
    }
    .main__content-block{
        margin-bottom: 20px;
    }
    .main__content-reviews{
        padding: 10px 2px;
    }
    .main__content{
        max-height: 459px;
    }
    .main__content-top,
    .main__content-block,
    .main__content-title{
        margin-bottom: 22px;
    }
    .descr__name{
        font-size: 18px;
    }
    .descr__text{
        font-size: 14px;
    }
    .descr__details{
        font-size: 14px;
    }
    .about__title{
        font-size: 16px;
    }
    .characteristic__block{
        gap: 20px;
    }
    .about__item-message{
        font-size: 14px;
    }
    .main__product-item{
        border-radius: 4px;
    }
    .characteristic__name,
    .characteristic__descr,
    .reviews__item-date,
    .reviews__item-name,
    .reviews__item-message{
        font-size: 14px;
    }
    .reviews__title{
        font-size: 20px;
    }
}




@media (max-width: 600px){
    .main__links{
        margin-bottom: 30px;    
        gap: 30px;
    }
    .main__link + .main__link::before {
        left: -25px;
    }
    .main{
        margin-top: 82px;   
    }
    .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;
    }
    .main__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        gap: 5px;
    }
    .main__content-left{
        max-width: 100%;
    }

    .main__content-top, .main__content-block, .main__content-title {
        margin-bottom: 20px;
    }
    .descr__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .descr__item{
        width: 100%;
        min-height: 192px;
    }
    .about__title{
        font-size: 12px;
        padding: 12px;
    }
    .about__blocks{
        gap: 10px;
    }
    .characteristic__block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }
    .reviews__add{
        font-size: 12px;
        padding: 12px;
        width: 175px;
        min-height: 40px;
    }
    .reviews__sort{
        width: 175px;
    }
    .reviews__sort-name{
        font-size: 12px;
        text-wrap: nowrap;
    }
    .reviews__sort-header{
        min-height: 40px;
        padding: 10px;
    }
    .reviews__sort-item{
        font-size: 12px;
        min-height: 40px;
        padding: 10px;
    }
    .reviews__sort-block {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .main__link {
        font-size: 12px;
    }

    .main__product-top{
        min-height: 359px;
    }




}