

/* 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 */


/* Start:/local/templates/.default/components/bitrix/catalog.item/main_item/style.css?17525685793831*/
.product-item._narrow {
    padding-bottom: 45px;
    background: #fff;
    position: relative;
    max-width: 270px;
    margin: 0 auto;
}

.product-item__image {
    display: block;
    margin-bottom: 31px;
    min-height: 210px;
    position: relative;
}

.product-item__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.product-item__percent {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #ED6B5C;
    background-image: url(/local/templates/.default/images/percent.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
    top: 21px;
}

.product-item__articul {
    font-size: 14px;
    line-height: 22px;
    color: #8F8E95;
    text-align: center;
}

.product-item__name {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #1D1D1B;
    padding: 0 13px;
    margin-top: 8px;
    min-height: 66px;
}

.product-item__name a {
    color: #1D1D1B;
    text-decoration: none;
}

.product-item__price-block {
    text-align: center;
    margin-top: 25px;
}

.product-item__old-price {
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    color: #B8B8B8;
    margin: 0 5px;
    text-decoration: line-through;
}

.product-item__price {
    display: inline-block;
    font-size: 23px;
    line-height: 25px;
    color: #1D1D1B;
    margin: 0 5px;
}

.product-item__botton-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 10px 25px rgba(41, 38, 83, 0.07);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    cursor: pointer;
}

.product-item:hover .product-item__botton-block {
    opacity: 1;
}

.product-item__botton-block a {
    display: block;
    width: 174px;
    font-size: 15px;
    line-height: 21px;
    color: #ED6B5C;
    border: 1px solid #ED6B5C;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.product-item__botton-block a:hover {
    background: #F63A40;
    border-color: #F63A40;
    color: #F5F5F6;
}


.product-item-bottom a {
    display: block;
    width: 174px;
    font-size: 15px;
    line-height: 21px;
    color: #ED6B5C;
    border: 1px solid #ED6B5C;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}

.product-item:hover .product-item-bottom a,
.product-item:hover .product-item-bottom .text-show-crm-form {
    opacity: 1
}

.product-item-bottom a:hover {
    background: #ED6B5C;
    border-color: #ED6B5C;
    color: #F5F5F6;
}

.text-show-crm-form {
    display: block;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    color: var(--blue);
    opacity: 0;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.section/products-viewed/style.css?17522370942509 */
/* /local/templates/.default/components/bitrix/catalog.item/main_item/style.css?17525685793831 */
