.collections {
    padding: 40px 0;
}
.banner-collections {
    box-sizing: content-box;
    visibility: hidden;
}
.collections-slider {
    max-width: 100%;
    padding: 0 12px;
}
.collections-slider_title {
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.separate-collections .collections-slider + .collections-slider {
    padding-top: 80px;
}
.collections > .slick-list {
    overflow: unset;
}
.collections-slider_header {
    font-family: 'ProbaMedium';
    font-size: 30px;
    line-height: 32px;
    padding-left: 8px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.collections-slider_content {
    position: relative;
}
.collections-slider_content .product-element {
    position: relative;
    padding: 0 1px;
}
.collections-slider_content .slick-arrow {
    position: absolute;
    top: -38px;
    right: 8px;
    display: block;
    width: 41px;
    height: 19px;
    background-color: transparent;
    transition: all .3s;
    outline: none;
    cursor: pointer;
}
.collections-slider_content .slick-arrow.slick-disabled {
    opacity: .3;
}
.collections-slider_content .slick-prev {
    right: 70px;
    transform: scaleX(-1);
    background-position-x: -629px;
    background-position-y: -174px;
}
.collections-slider_content .slick-next {
    background-position-x: -629px;
    background-position-y: -174px;
}
/* for card element (ONLY MAIN PAGE) */
.collections .label-favorite {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}
.collections .product-element:hover .label-favorite {
    opacity: 1;
    visibility: visible;
}
/*end for card element*/
/* ADAPTIVE */
@media (max-width: 1440px) {
    .collections-slider_content .slick-arrow {
        top: -34px;
    }
}
@media (max-width: 1024px) {
    .collections-slider_title {
        font-size: 24px;
    }
    .collections > .slick-list {
        overflow: hidden;
    }
    .collections .collections-slider_content {
        margin-left: -25px;
    }
    .collections {
        padding: 40px 0 30px 11px;
    }
    .separate-collections .collections-slider + .collections-slider {
        padding-top: 40px;
    }
    .collections-slider {
        padding: 0;
        overflow: hidden;
    }
    .collections .label-favorite {
        opacity: 1;
        visibility: visible;
        transition: none;
    }
}
@media (max-width: 540px) {
    .collections-slider_title {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 15px;
    }
}