.sale-page h1 {
    font-size      : 32px;
    font-weight    : normal;
    color          : #1c1c1c;
    text-align     : center;
    margin-bottom  : 40px;
    text-transform : none;
}

.sale-page h2 {
    font-weight    : normal;
    font-size      : 24px;
    color          : #1c1c1c;
    text-transform : none;
    margin-bottom  : 30px;
}

.sale-banner {
    text-align    : center;
    margin-bottom : 40px;
}

.sale-banner img {
    max-width : 100%;
}

.sale-block {
    position : relative;
}

.sale-block__link {
    position       : absolute;
    right          : 0px;
    text-transform : uppercase;
    color          : #00a7b8;
    font-weight    : 500;
    bottom         : -35px;
    border-bottom  : 2px solid #00a7b8;
    white-space    : nowrap;
}

.sale-block__link:hover {
    color         : #f58233;
    border-bottom : 2px solid #f58233;
}

.sale-block .main-items {
    margin-bottom : 120px;
}

.sale-block .pagination-arrow {
    bottom : -40px;
    top    : unset;
    right  : calc((100% - 320px) / 2);
}

.sale-block .pagination-arrow-left {
    left : calc((100% - 320px) / 2);
}

.sale-block .pagination-arrow svg {
    stroke : #e5e5e5;
    width  : 16px;
    height : 14px;
}

.sale-block .pagination-arrow--main:hover svg {
    stroke : #000000 !important;
}

.sale-block .main-carousel__dots {
    bottom : -32px;
}

.sale-block .pagination-arrow {
    width  : 16px;
    height : 14px;
}

.sale-block .item-block {
    border-radius         : 8px;
    -moz-border-radius    : 8px;
    -o-border-radius      : 8px;
    -webkit-border-radius : 8px;
    position              : relative;
}

.sale-block .item-block:hover {
    box-shadow : 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.sale-block .item-block__name {
    line-height : 1.4;
    min-height  : 56px;
}

.sale-block .item-block__cart,
.sale-block .item-block__price {
    font-weight : bold;
}

.sale-block .article-block__title {
    font-size   : 16px;
    font-weight : 500;
    line-height : 1.4;
    margin-top  : 4px;
}


@media (max-width : 1024px) {
    .sale-page .wrap {
        padding : 0 16px;
    }

    .sale-block .main-items {
        margin-bottom : 132px;
    }

    .sale-banner {
        /* height: 220px; */
        width : 100%;
    }

    /*
        .sale-banner img{
            object-fit: cover;
            height: 220px;
        }
     */

    .sale-block__link {
        right             : 50%;
        transform         : translateX(50%);
        -webkit-transform : translateX(50%);
        -moz-transform    : translateX(50%);
        bottom            : -84px;
        font-size         : 13px;
    }
}

@media (max-width : 1000px) {
    .breadcrumbs {
        display : block;
        margin  : 16px 0;
    }

    .wrap_breadcrumb {
        margin : 0;
    }
}

@media (max-width : 750px) {
    .page__content .wrap_breadcrumb {
        display : block !important;
    }

    .sale-page h1 {
        font-size     : 24px;
        margin-bottom : 30px;
    }

    .sale-page h2 {
        font-size  : 20px;
        text-align : center;
    }
}

@media (max-width : 365px) {
    .sale-block .pagination-arrow {
        right : 8px;
    }

    .sale-block .pagination-arrow-left {
        left : 8px;
    }

}
