

/* Start:/local/templates/.default/components/project/catalog/catalog/style.css?17555166242093*/
#slides {
    position: relative;
    height: 10rem;
    padding: 0px;
    margin: 0 0 2.5rem 0;
    list-style-type: none;
}

@media (max-width: 650px) {
    #slides {
        height: 9rem;
        margin-bottom: 2.5rem;
    }
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.slide {
    font-size: 40px;
    box-sizing: border-box;
    color: #fff;
}

.h3-catalog{
    margin-left: 1.5rem;
    color: #E45637;
}
.wrapper {
    position: relative;
}

.wrapper {
    position: relative;
}

.arrows_wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
}

.arrow_btn {
    z-index: 10 !important;
    height: 25px;
    width: 25px;
    position: relative;
    border: 0 solid black;
    border-radius: 50%;
    color: rgba(228,86,55,255);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow_btn:hover {
    cursor: pointer;
}

.left_arrow_btn {
    margin-left: 6px;
}

.right_arrow_btn {
    margin-left: auto;
    margin-right: 6px;
}

.arrow {
    width: 9px;
    height: 9px;
    border-top: 2px solid rgba(228,86,55,255);
    border-right: 2px solid rgba(228,86,55,255);
    border-radius: 1px;
}

.left_arrow {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.right_arrow {
    transform: rotate(45deg);
    margin-right: 3px;
}

@media (min-width: 1025px){
    .tablet-img {display:none;}
    .mob-img {display:none;}
    .desktop-img {
        height: 98px;
        width: auto;
    }

    .wrapper:hover .arrow_btn {
        opacity: 1;
    }
}

@media (min-width: 646px) and (max-width: 1025px){
    .desktop-img {display:none;}
    .mob-img {display:none;}
    .tablet-img {
        height: 90px;
        width: auto;
    }

    .arrows_wrapper {display: none;}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/iblock.vote/pass-through-rating/style.css?1758615491389*/
.rating-block__bg {
    position: relative;
    z-index: 101;
    background: url(/static/dist/images/dist/sprite.svg#star) repeat-x;
    background-size: contain;
    width: 253px;
    height: 24px;
    margin: 0 auto;
}

.rating-block__pvalue {
    position: relative;
    background: #ffd24d;
    margin: 0 auto;
}

.none_point_button_stars{
    pointer-events:none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.products.viewed/.default/style.css?175551662489*/
.last-view__inner .last-view__price {
    text-decoration: none;
    font-weight: bold;
}
/* End */
/* /local/templates/.default/components/project/catalog/catalog/style.css?17555166242093 */
/* /local/templates/.default/components/bitrix/iblock.vote/pass-through-rating/style.css?1758615491389 */
/* /local/templates/.default/components/bitrix/catalog.products.viewed/.default/style.css?175551662489 */
