/*!!!!НЕ ЗАТИРАТЬ!!!!*/
.product-images .product-image {
    width: 100%;
}
/*!!!!НЕ ЗАТИРАТЬ!!!!*/

.product-price_old {
    /*text-decoration: line-through;*/
    font-size: 14px;
    line-height: 160%;
    color: #767C8B;
    margin-bottom: -4px;
    position: relative;
    text-align: center;
}
.old-price_line {
    width: 100%;
    border-top: 1px solid;
    position: absolute;
    transform: rotate(354deg);
    top: 10px;
    margin-bottom: 0px;
}
.section-products .product-price {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #2D354D;
}

.section-products .product-item_labels .product-label {
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 12px;
    margin-right: 5px;
    margin-bottom: 0;
}

.section-products .product-item_labels .product-label:last-child {
    margin-right: 0;
}

.section-products .product-item_labels .product-label.product-label_hit {
    background-color: #00E394;
}

.section-products .product-item_labels .product-label.product-label_sale {
    background-color: #FF3A33;
}

.section-products .product-item_labels .product-label.product-label_new {
    background-color: #0094FF;
}

.section-products .product-action_buttons .product-action {
    background: #F6F6F6;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin: 0;
}

/*.product-action_buttons .product-action a {

}

.product-action_buttons .product-action:last-child {
    margin-right: 0;
}*/

.section-products .product-action_buttons .product-action .js-action {
    width: 100%;
    height: 100%;
    display: flex;
    /*background: #F4F4F6;*/
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .4s background;
    border-radius: 4px;
}
.section-products .product-action_buttons .product-action .js-action:hover {
    background: #EDF8FF;
}
.section-products .product-action_buttons .product-action .js-action.active {
    background: #EDF8FF;
}
.section-products .product-action_buttons .product-action .js-action.compare-icon.active rect {
    fill: #0069BD;
}
.section-products .product-action_buttons .product-action .js-action.wishlist-icon.active path {
    fill: #F77C56;
}

.section-products .product-item .product-images_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.section-products .product-item .product-images_hover .product-image_hover {
    flex: 0 0 22px;
}

.section-products .product-item .product-images_dots .product-images_dot {
    width: 20px;
    height: 2px;
    background: #8FBCE8;
}

.section-products .product-item .product-images_dots .product-images_dot.active, .product-images_dots .product-images_dot:hover {
    background: #0069BD;
}


.section-products .product-item .product-data .product-data_rating .rating-box {
    background: none;
    width: auto;
    display: flex;
    justify-content: flex-start;
    margin-right: 0;
    align-items: center;
    gap: 4px;
}

.section-products .product-item .product-data_rating .rating-box .rating-counter {
    background: none;
    color: #FFA6A6;
    position: inherit;
    margin: 0;
}

.section-products .product-item .product-data_reviews .reviews-counter {
    margin-left: 4px;
    font-size: 14px;
    color: #888888;
}

.section-products .promo-price-block {
    display: flex;
    align-items: center;
}

.section-products .promo-price {
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 5px;
    height: 23px;
    margin-right: 6px;
    padding: 4px 6px;
    font-size: 15px;
    background: #0094FF;
}

.section-products .product-actions_buy .promo-price {
    height: 34px;
    margin-right: 10px;
    margin-bottom: 6px;
    padding: 5px 9px;
    font-weight: 700;
    font-size: 22px;
}

.section-products .promo-price-title {
    font-weight: 600;
    font-size: 13px;
    color: #0094FF;
    line-height: 12px;
    /*width: 75px;*/
    text-align: start;
}

.section-products .product-actions_buy .promo-price-title {
    font-weight: 700;
    font-size: 14px;
}

.section-products .product-item .product-item_content .product-price {
    font-weight: 700;
    line-height: 120%;
    font-size: 22px;
    color: #2D354D
}

.product-prices.promo .product-price{
    font-weight: 700;
    line-height: 20px;
    flex: 1;
}

.section-products .product-actions_buy .product-prices.promo .product-price{
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #2D354D
}

.section-products .space-block{
    flex: 1
}

.section-products .product-item .product-item_content .product-data_actions .product-prices {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 5px;
}

.section-products .product-item .product-item_content .product-data .product-price_old {
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: -1px;
}

@media screen and (max-width: 1440px) {
    .section-products .product-item .product-item_content .product-data_actions .product-prices .old-price_line {
        top: 9px;
    }
}


@media screen and (max-width: 1200px) {
    .section-products .product-item .product-item_content .product-data_actions .product-prices {
        flex-direction: row;
        margin-bottom: 10px
    }
    .section-products .promo-price-block {
        justify-content: center;
    }
}