.section-products .products-carousel .products-carousel_init.slick-slider {
    max-width: 100%;
    /*float: left;*/
}

/*.section-products .products-carousel .products-carousel_init.slick-slider.catalog-element_slider {
    max-width: 100%;
}*/

.section-products .products-carousel .products-carousel_init .slick-list {
    overflow: hidden;
}

.section-products {
    position: relative;
    padding: 30px 0 0px;
    margin-bottom: 45px;
    overflow: hidden
}

@media screen and (max-width: 992px) {
    .section-products {
        padding-top: 10px
    }
}

.section-products:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 140px;
    z-index: -1
}

@media screen and (max-width: 992px) {
    .section-products:before {
        min-height: 180px
    }
}

.section-products_green:before {
    background: #8AE4AF
}

.section-products_orange:before {
    background: #FCB887
}

.section-products_blue:before {
    background: #CBE4FF
}

@media screen and (max-width: 992px) {
    /*.section-products .section-title_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .section-products .section-title {
        margin-bottom: 0
    }*/

    .section-products {
        padding-bottom: 80px
    }
}

.section-products .section-title_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0 31px 0;
    align-items: center;
}
.section-products .section-title {
    color: #004B9F;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 0;
}

.section-products.section-products_green .section-title {
    color: #fff;
}

.wrapper .section-title_wrapper .link {
    color: #0069BD;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.4s all;
}

.wrapper .section-products.section-products_green .section-title_wrapper .link {
    color: #fff;
}

.wrapper .section-title_wrapper .link .icon {
    font-size: 10px;
    margin: 2px 5px 0 12px;
    font-weight: bold;
}
.wrapper .section-title_wrapper .link .icon:before {
    color: #0069BD;
}

.wrapper .section-products.section-products_green .section-title_wrapper .link .icon:before {
    color: #fff;
}

.wrapper .section-products.section-products_green .section-title_wrapper .link:hover,
.wrapper .section-products.section-products_green .section-title_wrapper .link:hover .icon:before {
    color: #f5f5f5;
}
.wrapper .section-title_wrapper .link:hover,
.wrapper .section-title_wrapper .link:hover .icon:before {
    color: #1CA0FF;
}

/*.section-products .products-items {
    overflow: hidden;
}*/

.section-products .products-items .products-carousel_init {
    display: flex;
    gap: 0 16px;
    width: 100%;
}

.section-products .products-items .slick-track {
    gap: 0 16px;
}

/*.section-products .products-carousel_init .products-items {
    display: initial;
}*/

.section-products .products-items .product-item {
    border: none;
}
.section-products .product-item:hover:after {
    visibility: hidden;
}

.section-products .products-items .product-item.hide {
    display: none;
}

.section-products .product-item_last {
    padding: 0;
    width: 15%;
    background: #FFF;
    position: relative;
}

/*@media screen and (max-width: 992px) {*/
/*    .product-item_last {*/
/*        display: none !important;*/
/*    }*/
/*}*/

.section-products .product-item {
    padding: 0;
}

.section-products .product-item .product-item_content .product-item_labels {
    top: 16px;
    left: 16px;
    flex-direction: row;
    width: 90%;
}

.section-products .product-item .product-item_content .product-images {
    position: relative;
    height: 20rem;
    padding: 0 10px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.section-products .product-item .product-item_content .product-image img {
    margin: 0 auto;
    padding: 10px 0;
}

.section-products .product-item .product-item_content .product-images .product-images_dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s opacity,.4s visibility;
}

.section-products .product-item .product-item_content .product-data_actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: unset;
}

.section-products .product-item .product-item_content .product-item_stickers {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: auto;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.section-products .product-item .product-item_content .product-item_stickers.product-item_labels--bottom {
    bottom: 10px;
    top: auto;
}

.section-products .product-item .product-item_content .product-item_stickers.product-item_labels--right {
    right: 5px;
    left: auto;
}

.section-products .product-item .product-item_content .product-action_buttons {
    top: 0;
    right: 5px;
    gap: 9px;
}

.section-products .product-item .product-item_content .product-data {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 20rem);
    justify-content: space-between;
    /*justify-content: flex-start;*/
    padding: 0 20px 10px;
}

.section-products .product-item .product-item_content .product-data .product-data_stat {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 12px;
    opacity: 1;
    gap: 8px;
}

.section-products .product-item .product-item_content .product-data .product-data_stat:hover {
    opacity: 1;
}

.section-products .product-item .product-item_content .product-data .product-data_stat .product-data_rating {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.section-products .product-item .product-item_content .product-data .product-data_title {
    text-align: left;
    font-size: 14px;
    line-height: 140%;
    color: #2D354D;
    margin-bottom: 0;
    height: 42px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.section-products .product-item .product-item_content .product-data .product-price_old {
    width: fit-content;
}

.section-products .product-item .product-item_content .product-price {
    font-size: 20px;
}

.section-products .btn {
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 24px;
    display: inline-block;
    position: relative;
    font-family: "Roboto",sans-serif;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: normal;
    -webkit-appearance: none;
    transition: .4s background,.4s color;
    white-space: nowrap;
}

@media screen and (max-width: 1600px) {
    .section-products .product-item .product-item_content .product-images {
        height: 16rem;
    }

    .section-products .product-item .product-item_content .product-image img {
        height: 15.5rem;
    }

    .section-products .product-item .product-item_content .product-data {
        height: calc(100% - 16rem);
    }

}

@media screen and (max-width: 1500px) {
    .section-products .product-item .product-item_content .product-price {
        font-size: 18px;
    }
}

@media screen and (max-width: 1420px) {
    .section-products .product-item .product-item_content .product-data {
        padding: 0 10px 10px 10px;
    }
}

@media screen and (max-width: 1350px) {
    .section-products .product-item .product-item_content .product-price {
        font-size: 20px;
    }
}

.section-products .product-item_last .product-item_content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-between;*/
    height: 100%;
    border-left: 1px solid #E9E9EC;
}

.product-item_last img {
    margin-top: 80px;
    width: 140px;
    max-width: 100%;
}

.product-item_last .products-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px;
    width: 60%;
    min-width: 145px;
    margin-right: 10px;
    margin-bottom: 14px;
}

.product-item_last .products-more span {
    white-space: nowrap;
}

.section-products .slick-arrow {
    width: 50px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0 0 9px rgba(45, 53, 77, 0.2);
    border-radius: 8px;
    position: absolute;
    top: 35%;
    z-index: 3;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.section-products .slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.section-products .slick-slider .slick-arrow:hover path {
    stroke: #fff;
}

.section-products .slick-arrow.slick-prev {
    left: -15px;
}

.section-products .slick-arrow.slick-next {
    right: -15px;
}

/*@media screen and (max-width: 1366px) {*/
/*    .section-products {padding: 30px 0 50px;}*/
/*}*/

.single-product .products-items.products-carousel .product-item {
    width: 100%;
    max-width: unset;
}