.content .product .recommendations {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    margin-top: 40px;
}
.recommendations .productcarousel {
    padding: 0;
}
.recommendations .productcarousel .productcarousel__head .productcarousel__title {
    text-transform: none;
    width: max-content;
}
.productcarousel__carousel:has(.carousel__arrow) {
    padding: 0 110px;
}
@media (max-width: 1440px) {
    .productcarousel__carousel:has(.carousel__arrow) {
        padding: 0 62px;
    }
}
@media (max-width: 1024px) {
    .productcarousel__carousel:has(.carousel__arrow) {
        padding: 0 42px;
    }
}
@media (max-width: 767px) {
    .recommendations .productcarousel .productcarousel__head .productcarousel__title {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .content .product .recommendations {
        margin-top: 24px;
    }
    .productcarousel__carousel {
        padding: 0 0px;
    }
}

/* Стрелки */
.carousel__arrow {
    font-weight: 700;
}
.carousel__arrow.carousel__arrow--next {
    right: -50px;
} 
.carousel__arrow.carousel__arrow--prev {
    left: -50px;
}
@media (min-width: 1025px) {
    .carousel__arrow.carousel__arrow--next {
        right: -70px;
    }
    .carousel__arrow.carousel__arrow--prev {
        left: -70px;
    }
}