

/* Start:/local/templates/.default/components/bitrix/catalog.section/products-viewed/style.css?17522370942509*/
.products-viewed {
    padding: 60px 0;
    background: #F6F6FA;
}

.products-viewed .swiper-slide {
    height: auto;
}

.products-viewed .product-item {
    height: 100%;
}

.catalog-block-header {
    font-size: 40px;
    line-height: 48px;
    color: #1D1D1B;
    margin-bottom: 44px;
}

.catalog-section {
    position: relative;
}

.catalog-section .swiper-nav {
    position: absolute;
    top: -65px;
    right: 0;
    width: 98px;
}

.catalog-section .swiper-nav a {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    position: absolute;
    left: -100px;
    top: 50%;
    transition: .3s;
}

.catalog-section .swiper-nav a:hover {
    color: #40BBED;
    text-decoration: underline;
}

.catalog-section .swiper-nav button {
    display: inline-block;
    width: 28px;
    height: 13px;
    margin: 0 11px;
    outline: none;
    border: none;
    padding: 0;
}

.catalog-section .swiper-nav button.swiper-button-prev {
    margin-left: 0;
    background: url(/local/templates/.default/images/best_slide_left.png) no-repeat top center;
}

.catalog-section .swiper-nav button.swiper-button-next {
    margin-right: 0;
    background: url(/local/templates/.default/images/best_slide_right.png) no-repeat top center;
}

.catalog-section .swiper-nav button:hover {
    background-position: bottom center;
}

.catalog-section .swiper-nav button.swiper-button-prev.swiper-button-disabled,
.catalog-section .swiper-nav button.swiper-button-next.swiper-button-disabled {
    background-position: top center;
    opacity: 0.5;
    cursor: default;
}

@media (max-width: 992px) {
    .catalog-block-header {
        font-size: 35px;
        line-height: 43px;
    }
}

@media (max-width: 768px) {
    .catalog-section .swiper-nav button.swiper-button-next {
        left: 50px;
    }

    .popular_product .catalog-section .swiper-nav {
        top: -70px;
    }
}

@media (max-width: 767px) {
    .catalog-block-header {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .catalog-section .swiper-nav {
        bottom: -20px;
        top: auto;
        left: -8px;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .catalog-section .swiper-nav a {
        right: 0;
        left: auto;
    }

    .popular_product .catalog-section .swiper-nav {
        left: -8px;
        top: auto;
    }
}

@media (max-width: 576px) {
    .catalog-block-header {
        font-size: 25px;
        line-height: 30px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section/products-viewed/style.css?17522370942509 */
