

/* Start:/local/templates/.default/components/project/catalog/catalog/style.css?17085792582093*/
#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?1689744520389*/
.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/system.pagenavigation/catalog/style.css?1706089485138*/
.pagination__container {
    display: flex;
}

.left__nav {
    margin-right: 1rem;
}

.left_double_arrow {
    transform: scale(-1, 1);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog.main/style.css?1701241235102*/
@media (max-width: 650px){
    .popup-card__price span{
        font-size: 1.6rem !important;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/catalog.main.grid/style.css?17012412352033*/
.input-decrement,
.input-increment {
    height: 4.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input-decrement,
.input-increment {
    display: inline-block;
    width: 2rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    line-height: 4.2rem;
    position: absolute
}

.input-decrement {
    left: 0
}

.input-increment {
    right: 0;
    top: 0;
}

.card-list .card__actions .quantity .input-decrement,
.card-list .card__actions .quantity .input-increment {
    line-height: 3.8rem
}

@media (max-width: 1024px) {
    .single-card__actions .quantity .input-decrement,
    .single-card__actions .quantity .input-increment {
        line-height: 4.8rem;
        width: 2.5rem
    }
    .card__parameters{
        display:none;
    }
}

.card__price--big--old {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 2.6rem;
}


.bold {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    line-height:1.8rem !important;
    display:block !important;
    margin-bottom:0 !important;
    letter-spacing:0.05rem !important;
}

.card__slider {
    position: relative;
    display: block;
}

.card__hover-area-wrapper {
    display: none;
    right: 1.1rem;
    left: 1.1rem;
    justify-content: center;
    margin-top: 1.7rem;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
}

.card__hover-area {
    width: 6rem;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    position: relative;
}

.card__hover-area::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (min-width: 1025px) {
    .card__hover-area-wrapper {
        display: flex;
    }

    .arrow_active{
        transform: rotate(180deg);
    }
}


@media (max-width: 1025px) {
    .arrow_active{
        transform: rotate(180deg);
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/catalog.main.grid.swiperCard/style.css?16995277851999*/
.input-decrement,
.input-increment {
    height: 4.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input-decrement,
.input-increment {
    display: inline-block;
    width: 2rem;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    line-height: 4.2rem;
    position: absolute
}

.input-decrement {
    left: 0
}

.input-increment {
    right: 0
}

.card-list .card__actions .quantity .input-decrement,
.card-list .card__actions .quantity .input-increment {
    line-height: 3.8rem
}

@media (max-width: 1024px) {
    .single-card__actions .quantity .input-decrement,
    .single-card__actions .quantity .input-increment {
        line-height: 4.8rem;
        width: 2.5rem
    }
}

.card__price--big--old {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 2.6rem;
}

@media (max-width: 650px) {
    .card__actions .quantity {
        width: 100%;
        margin-right: 0.7rem;
    }

    .card__actions .quantity input {
        width: 100%;
    }
}

.bold {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    line-height:1.8rem !important;
    display:block !important;
    margin-bottom:0 !important;
    letter-spacing:0.05rem !important;
}

.card__slider {
    position: relative;
    display: block;
}

.card__hover-area-wrapper {
    display: none;
    right: 1.1rem;
    left: 1.1rem;
    justify-content: center;
    margin-top: 1.7rem;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
}

.card__hover-area {
    width: 6rem;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    position: relative;
}

.card__hover-area::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (min-width: 1025px) {
    .card__hover-area-wrapper {
        display: flex;
    }
}


/* End */


/* Start:/local/components/project/shortlink.page.info/templates/.default/style.css?16243834981811*/
.advice_content_articles {
    margin: 16px 0 16px 0;
}
.article__item {
    float: left;
    width: calc(100% - 22px);
    height: 122px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.article__img-box {
    float: left;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
}
.article__img {
    width: 100%;
}
.article__desc {
    float: left;
    width: calc(100% - 120px);
    margin-top: 10px;
    height: 100%;
    overflow: hidden;
}
.article__link {
    display: block;
    font-size: 11px;
}
.article__desc-text {
    font-size: 11px;
    overflow: hidden;
}
.article__img-box {
    width: 100px;
    height: 100px;
}
.pagenation__items{
    margin-left: -8px;
}
@media (max-width: 1260px ) {
    .article__item {
        height: 157px;
    }

    .article__desc-text {
        max-height: 112px;
    }
    .article__img-box {
        width: 75px;
        height: 75px;
    }
    .article__desc {
        width: calc(100% - 95px);
    }
}

@media (max-width: 991px ) {
    .article__item {
        width: calc(100% - 22px);
        height: 140px;
    }

    .article__item:nth-child(even) {
        margin-left: 0;
    }
    .article__desc-text {
        max-height: 82px;
    }
}
@media (max-width: 767px) {
    .article__desc {
        width: calc(100% - 120px);
    }
    .article__item {
        height: 150px;
    }
    .article__desc-text {
        max-height: 82px;
    }
    .article__img-box {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 479px) {
    .article__item {
        height: 250px;
    }
    .article__desc {
        width: 100%;
        height: calc(100% - 110px);
    }
    .article__img-box {
        float: none;
    }
    .article__desc-text {
        max-height: 96px;
    }
}
/* End */
/* /local/templates/.default/components/project/catalog/catalog/style.css?17085792582093 */
/* /local/templates/.default/components/bitrix/iblock.vote/pass-through-rating/style.css?1689744520389 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/catalog/style.css?1706089485138 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog.main/style.css?1701241235102 */
/* /local/templates/.default/components/bitrix/catalog.item/catalog.main.grid/style.css?17012412352033 */
/* /local/templates/.default/components/bitrix/catalog.item/catalog.main.grid.swiperCard/style.css?16995277851999 */
/* /local/components/project/shortlink.page.info/templates/.default/style.css?16243834981811 */
