.product-item_component.product-item {
    padding: 0;
    position: relative;
    z-index: 4;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: flex;
    flex-direction: column;
}

.product-item_component.product-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 5
}

.product-item_component.product-item:hover .product-item_inner {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.product-item_component.product-item:hover .product-item_wrapper--hover {
    opacity: 1;
    visibility: visible
}

.product-item_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    width: 100%;
}

.product-item_inner .product-item_image {
    position: relative;

}

.product-item_inner .listcat_prdimgwrap {
    overflow: hidden;
}

.product-item_inner .listcat_prdimgwrap video {
    width: 100%;
    object-fit: cover;
    border: 0;
    background: #f1f1fa;
    height: auto;
    /*какая то черная полоса на видео, скрываем*/
    margin-left: -1px;
}

.product-item_inner .listcat_prdimgwrap img.hoverPhoto {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;

}

.product-item_inner .listcat_prdimgwrap img.hoverPhoto {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-item_inner .listcat_prdimgwrap img {
    background: #F1F1FA;
    border: 0;
    max-height: 100%;
}

.product-item_inner .product-item_wrapper {
    display: flex;
    width: 100%;
}


.product-item_inner .product-item_image .swiper-pagination {
    bottom: 5px !important;
}

.product-item_inner .product-item_image .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 3px !important;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .1;
}

.product-item_inner .product-item_image .swiper-pagination-bullet-active {
    opacity: 0.5 !important;
    background: #000;
}

.product-item_inner .product-item__bottom .btn_w {
    background: #fff !important;
    color: #252b31 !important;
    border: 1px solid #252b31 !important;
    border-radius: 4px;
    padding: 0;
    width: 100%;
    height: 40px;
    max-width: unset;
}

.product-item_inner .product-item__bottom .btn_w:hover {
    background: #fff !important;
    color: #252b31 !important;
    text-decoration: underline;
}

.product-item_inner .product-item__bottom .product-item_wrapper {
    margin-top: 0;
}

.product-item_inner .product-item__bottom {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 20px;
}

.product-item_inner .product-item__bottom_l {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    padding-right: 10px;
}

.product-item_inner .product-item__bottom_r {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 150px;
    width: 150px;
}

.product-item_inner .product-item {
    padding: 0;
    position: relative;
    z-index: 4;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}


.product-item_inner .product-item_image {
    max-width: none;
    max-height: none;
    background: rgba(0, 0, 0, 0);
    width: 100%
}

.product-item_inner .product-item_image img {
    width: 100%;
    max-width: 100%;
    display: block
}


.product-item_inner,
.product-item_wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}


.product-item a:hover {
    text-decoration: unset;
}

.product-item_wrapper .product__name,
.product-item_inner .catalog-price {
    line-height: 150%;
}


.product-item_color-group span.fz20 {
    font-family: apercu;
    color: #2c1f28;
    font-weight: 700
}

/*SLIDER*/
.product.catalog_slider .container-column-catalog_slider {
    max-width: unset;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.product.catalog_slider .product-wrapper {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.catalog_slider .product-item {
    flex-grow: 0;
    flex-shrink: 0;
}

.catalog_slider .product-wrapper {
    padding-bottom: 0;
}

.catalog_slider .product-item:hover .product-item_inner {
    box-shadow: unset;
}

.catalog_slider .product-item_inner {
    padding: 0;
}

.catalog_slider .listcat_prdimgwrap {
    max-width: unset;
    max-height: unset;
}

.catalog_slider .product-item_inner .product-item__bottom {
    margin-top: 10px;
}

.catalog_slider .product-item_inner .product-item__bottom_l {
    font-weight: 500;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    width: 100%;
    padding-right: 0;
}

.catalog_slider .product-item_inner .product-item__bottom_r {
    display: none;
}


.catalog_slider .product__name, .catalog_slider .catalog-price {
    font-weight: 500;
}

.catalog_slider .product__name {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    text-transform: uppercase;
}

.catalog_slider .product-item {
    max-width: 306px;
}

.catalog_slider .title h2 {
    font-size: 24px !important;
    font-weight: 400;
}

.catalog_slider .product-item_wislist {
    top: 0;
    right: 0;
}
.catalog_slider.catalog_slider_swiper .product-item {
    width: unset !important;
    flex-basis: unset !important;
}

@media screen and (max-width: 1366px) {
    .product-item_inner .product-item__bottom_r {
        flex-basis: 100px;
        width: 100px;
    }
}

@media screen and (min-width: 1024px) {
    .product-item_inner .listcat_prdimgwrap.active img.hoverPhoto,
    .product-item_inner .listcat_prdimgwrap:hover img.hoverPhoto {
        opacity: 1;
    }
}

@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px) {
    .product-item_inner {
        padding: 0;
        padding-top: 15px;
    }

    .product.catalog_slider .container-column-catalog_slider {
        padding-left: 10px;
    }



    .product.catalog_slider .product-wrapper {
        margin-left: 0;
        padding-top: 15px;
    }

    .catalog_slider .title h2 {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    .catalog_slider .title {
        padding-left: 10px;
        flex-direction: column;
    }

    .catalog_slider .container-column {
        padding-left: 0;
    }

    .category .product-item_image a {
        max-width: unset;
        max-height: unset;
    }

    .product-item {
        width: 100%;
        overflow: hidden;
        font-size: 12px !important;
    }

    .product-wrapper .fz16 {
        font-size: 12px !important;
    }

    .product-item_inner .product-item__bottom {
        flex-wrap: wrap;
        flex-basis: unset;
        margin-top: 10px;
    }

    .product-item_inner .product-item__bottom_l {
        flex-basis: 100%;
        width: 100%;
        padding-right: 0;
    }

    .catalog_slider .product-item_inner .product-item__bottom_l,
    .catalog_slider .product-item_inner .product-item__bottom_r,
    .product-item_inner .product-item__bottom_r {
        flex-basis: 100%;
        width: 100%;
    }

    .product-item_inner .product-item_wrapper a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 120%;
        margin-bottom: 5px;
    }

}



