

/* Start:/local/templates/nle/components/bitrix/news.list/banner_main/style.css?17389092077389*/
#bnews_slider,
#bnews_slider_mobile,
#bnews_slider2_mobile,
#bnews_slider2{
    opacity: 0;
    transition: opacity 0.5s;
}
#bnews_slider.slick-initialized,
#bnews_slider_mobile.slick-initialized,
#bnews_slider2_mobile.slick-initialized,
#bnews_slider2.slick-initialized
{
    opacity: 1;
}
/*
.carbox {
    margin: 0 -5px 80px;
    overflow: hidden;
    padding: 0 5px;
}

.carbox .slick-slider {
    margin: 0 -15px;
}

.carbox .slick-slide {
    outline: none;
}

.carbox .slick-slide > div {
    margin: 10px 15px 5px;
}

.carbox .product {
    margin: 0;
    border-radius: 15px;
}

.carbox .owl-dots, .carbox .slick-dots {
    margin: 25px 0 0;
    text-align: center;
}
*/
.bignews .owl-dots,
.bignews .slick-dots {
    /*
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    */
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.slick-dots {
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.bignews .slick-arrow {
    top: 9.6%;
    bottom: 7%;
    right: 0px;
    height: auto;
    opacity: 0.9;
    transition: 0.1s;
    background-color: #ffffff00;
    box-shadow: none;
    border-radius: 0 5px 5px 0;
    background-position: center;
    background-size: 15px;
    z-index: 1;
    width: 55px;
}

.bignews .slick-arrow:hover {
    opacity: 1;
    transform: scale(1);
    background-color: #ffffff11;
}

.bignews .slick-arrow.slick-prev {
    top: 3.6%;
    border-radius: 5px 0 0 5px;
    left: 0;
    right: auto;
}

.bignews .slider__button {
    position: absolute;
    display: inline-block;
    left: 9.5%;
    bottom: 11%;
    border-radius: 10px;
    background: black;
    font-size: var(--font-size-small-2);
    color: white;
    text-align: center;
    padding: 15px 20px;
    line-height: 20px;
    min-width: 180px;
    z-index: 1000;
}
.bignews #bnews_slider .slider__button {
    bottom: 11%;
}

.bignews .slider__button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bignews .slider__button.slider_button__color_red {
    background: var(--color-red);
    color: white;
}
.bignews .slider__button.slider_button__color_white {
    background: white;
    color: var(--color-black);
}

/* ****************************************************************************************************************** */

.banner_item_wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    display: block !important;
    max-height: 440px;
}

.bignews_item {
    display: block;
    text-decoration: none;
    position: relative;
}

.banner_item_wrapper img {
    border: 0;
    max-width: 100%;
}

.banner_item_wrapper .label_wrapp {
    overflow: hidden;
}

.banner_item_wrapper.device_pc {
    display: block;
}

.banner_item_wrapper.device_mobile {
    display: none;
}

.banner_item_wrapper.place_under_h1 {
    margin: 0 0 20px;
}

.banner_item_wrapper.place_catalog_element_under_h1 {
    margin: -20px 0 20px;
}

.bignews_text {
    display: none; /* !!!!!!!!!!!!!!!!!! */

    background: rgba(0, 0, 0, 0.5) url('/images/new_template/pattern.png') repeat;
    padding: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ****************************************************************************************************************** */


.bignews_name {
    font-weight: 900;
    font-size: var(--font-size-large-4);
    display: block;
    line-height: 42px;
}

.bignews_name a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.block_sliders {
    display: flex;
    justify-content: space-between;
}

.block_sliders__left {
    width: 1040px;
}

.block_sliders__right {
    width: 320px;
}

/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/*
BREAKPOINTS:
1440
1022
750
500
400
355
*/
@media (max-width: 1440px) {
    .block_sliders__left {
        width: 74.9%;
    }

    .block_sliders__right {
        width: 23.3%;
    }

    .bignews_name {
        font-size: var(--font-size-large-3);
        line-height: 20px;
    }
    .bignews .slick-arrow {
        right: -5px;
    }
    .bignews .slick-arrow.slick-prev {
        left: -5px;
        right: auto;
    }

}

@media (max-width: 1022px) {
    .bignews_name {
        font-size: var(--font-size-large-1);
        line-height: 20px;
    }

    .bignews .slider__button {
        left: 6%;
        bottom: 10%;
        min-width: 100px;
        padding: 7px 12px;
        font-size: var(--font-size-small-4);
    }

}

@media (max-width: 750px) {
    .bignews_name {
        font-size: var(--font-size-normal);
        line-height: 17px;
    }

    .bignews .slider__button {
        left: 6%;
        bottom: 10%;
        min-width: 100px;
        padding: 7px 12px;
        font-size: var(--font-size-small-5);
    }

    .bignews_text {
        padding: 10px;
    }

    .banner_item_wrapper.device_pc {
        display: none;
    }

    .banner_item_wrapper.device_mobile {
        display: block;
    }

    .bignews .slick-arrow {
        width: 28px;
        height: 28px;
        background-size: 40%;
        background-position: center;
    }

    .bignews .slick-arrow.slick-next {
        background-position: 64% center;
    }

    .bignews .slick-arrow.slick-prev {
        background-position: 43% center;
    }

}

@media (max-width: 500px) {
    .bignews .slider__button {
        left: 10%;
        right: auto;
        bottom: 5.8%;
        min-width: 150px;
        padding: 16px 13px;
        font-size: var(--font-size-small-2);
    }

    .block_sliders {
        flex-wrap: wrap;
    }

    .block_sliders__left {
        width: 100%;
    }

    .block_sliders__right {
        width: 100%;
    }

    a .catmain_box {
        width: 98%;
    }

    #spec_slider .catalog_item__item__card {
        padding: 20px;
        margin: 10px 4px;
    }
    #bnews_slider2_mobile .bignews_item {
        max-height: initial;
    }
}

@media (max-width: 500px) {
    .bignews .slider__button {
        left: 10%;
        right: auto;
        bottom: 5.8%;
        min-width: 100px;
        padding: 8px 10px;
        font-size: var(--font-size-small-2);
    }
}

/*
.owl-dot {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #d8d8d8;
    margin: 0 3px;
}

.owl-dot.active {
    background: #de7b76;
}
*/
/*.banner_image {
    overflow: hidden;
}

.banner_image a {
    display: block;
}

.banner_image a:hover {
    transition: 0.2s;
    transform: scale(1.05);
}

.banner_image img {
    max-width: 100%;
}*/

/* End */


/* Start:/local/templates/nle/components/bitrix/news.list/banner_main_small/style.css?17479022907043*/
/*
.carbox {
    margin: 0 -5px 80px;
    overflow: hidden;
    padding: 0 5px;
}

.carbox .slick-slider {
    margin: 0 -15px;
}

.carbox .slick-slide {
    outline: none;
}

.carbox .slick-slide > div {
    margin: 10px 15px 5px;
}

.carbox .product {
    margin: 0;
    border-radius: 15px;
}

.carbox .owl-dots, .carbox .slick-dots {
    margin: 25px 0 0;
    text-align: center;
}
*/
.bignews .owl-dots,
.bignews .slick-dots {
    /*
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    */
    margin-top: 20px;
    position: relative;
    text-align: center;
}

/*
.slick-dots {
    margin-top: 20px;
    position: relative;
    text-align: center;
}
*/

.bignews .slick-arrow {
    top: 64px;
    bottom: 80px;
    right: 0px;
    height: auto;
    opacity: 0.9;
    transition: 0.1s;
    box-shadow: none;
    border-radius: 0 5px 5px 0;
    background-position: center;
    background-size: 15px;
    z-index: 1;
    width: 55px;
}
.bignews .slick-arrow.slick-next {

}

.bignews .slick-arrow:hover {
    opacity: 1;
    transform: none ;
    box-shadow: none;
    background-color: #ffffff00;
    transform: scale(1.1);
}

.bignews .slick-arrow.slick-prev {
    top: 64px;
    border-radius: 5px 0 0 5px;
    left: 0;
    right: auto;
}

.bignews .slider__button {
    position: absolute;
    display: inline-block;
    left: 11.4%;
    bottom: 6%;
    border-radius: 10px;
    background: black;
    font-size: var(--font-size-small-2);
    color: white;
    text-align: center;
    padding: 15px 20px;
    line-height: 20px;
    min-width: 180px;
    z-index: 1000;
}

.bignews .slider__button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


/* ****************************************************************************************************************** */

.banner_item_wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    display: block !important;
    max-height: 650px;
}
@media(max-width: 500px){
    #bnews_slider2 .banner_item_wrapper {
    max-height: 650px;
}
}

.bignews_item {
    display: block;
    text-decoration: none;
    position: relative;
    max-height: 440px;
}

#bnews_slider .bignews_item {
    max-height: 440px;
}


.banner_item_wrapper img {
    border: 0;
    max-width: 100%;
}

.banner_item_wrapper .label_wrapp {
    overflow: hidden;
}

.banner_item_wrapper.device_pc {
    display: block;
}

.banner_item_wrapper.device_mobile {
    display: none;
}

.banner_item_wrapper.place_under_h1 {
    margin: 0 0 20px;
}

.banner_item_wrapper.place_catalog_element_under_h1 {
    margin: -20px 0 20px;
}

.bignews_text {
    display: none; /* !!!!!!!!!!!!!!!!!! */

    background: rgba(0, 0, 0, 0.5) url('/images/new_template/pattern.png') repeat;
    padding: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ****************************************************************************************************************** */


.bignews_name {
    font-weight: 900;
    font-size: var(--font-size-large-4);
    display: block;
    line-height: 42px;
}

.bignews_name a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.block_sliders {
    display: flex;
    justify-content: space-between;
}

.block_sliders__left {
    width: 1050px;
}

.block_sliders__right {
    width: 330px;
}

/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/*
BREAKPOINTS:
1440
1022
750
500
400
355
*/
@media (max-width: 1440px) {
    .block_sliders__left {
        width: 74.9%;
    }

    .block_sliders__right {
        width: 23.3%;
    }

    .bignews_name {
        font-size: var(--font-size-large-3);
        line-height: 20px;
    }

    .bignews .slick-arrow {
        right: -5px;
    }

    .bignews .slick-arrow.slick-prev {
        left: -5px;
        right: auto;
    }

}

@media (max-width: 1022px) {
    .bignews_name {
        font-size: var(--font-size-large-1);
        line-height: 20px;
    }

    .bignews .slider__button {
        left: 6%;
        bottom: 10%;
        min-width: 100px;
        padding: 7px 12px;
        font-size: var(--font-size-small-4);
    }

}

@media (max-width: 750px) {
    .bignews_name {
        font-size: var(--font-size-normal);
        line-height: 17px;
    }

    .bignews .slider__button {
        left: 6%;
        bottom: 10%;
        min-width: 100px;
        padding: 7px 12px;
        font-size: var(--font-size-small-5);
    }

    .bignews_text {
        padding: 10px;
    }

    .banner_item_wrapper.device_pc {
        display: none;
    }

    .banner_item_wrapper.device_mobile {
        display: block;
    }

    .bignews .slick-arrow {
        width: 28px;
        height: 28px;
        background-size: 40%;
        background-position: center;
    }

    .bignews .slick-arrow.slick-next {
        background-position: 64% center;
    }

    .bignews .slick-arrow.slick-prev {
        background-position: 43% center;
    }
    #bnews_slider .bignews_item {
        max-height: none;
    }

}

@media (max-width: 500px) {
    .bignews .slider__button {
        left: 7.5%;
        right: auto;
        bottom: 5.8%;
        min-width: 150px;
        padding: 16px 13px;
        font-size: var(--font-size-small-2);
    }

    .block_sliders {
        flex-wrap: wrap;
    }

    .block_sliders__left {
        width: 100%;
    }

    .block_sliders__right {
        width: 100%;
    }

    a .catmain_box {
        width: 98%;
    }

    #spec_slider .catalog_item__item__card {
        padding: 20px;
        margin: 10px 4px;
    }
}

@media (max-width: 500px) {
    .bignews .slider__button {
        left: 7.5%;
        right: auto;
        bottom: 5.8%;
        min-width: 100px;
        padding: 8px 10px;
        font-size: var(--font-size-small-2);
    }
}

/*
.owl-dot {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #d8d8d8;
    margin: 0 3px;
}

.owl-dot.active {
    background: #de7b76;
}
*/
/*.banner_image {
    overflow: hidden;
}

.banner_image a {
    display: block;
}

.banner_image a:hover {
    transition: 0.2s;
    transform: scale(1.05);
}

.banner_image img {
    max-width: 100%;
}*/

/* End */


/* Start:/local/templates/nle/components/bitrix/catalog.section.list/popular_main/style.css?17084181014189*/
.catmain a .catmain_box{
    position: relative;
    width: 74.5%;
    height: 124px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    background: white;
    padding: 20px;
    box-sizing: content-box;
    margin: 11px auto;
    border-radius: 10px;
    overflow: hidden;
}
.catmain a:hover .catmain_box{
    transform: scale(1.02);
    transition: 0.4s;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/*.catmain a .catmain_box:before{
    content: "";
    position: absolute;
    left: 20px;
    bottom: 15px;
    width: 35px;
    height: 25px;
    box-sizing: border-box;
    display: block;
    background: center/60% auto url("/images/new_template/Icon Arrow Right.svg") no-repeat;
    border: 1px solid var(--color-gray-darker);
    border-radius: 10px;
}*/

.catmain a .catmain_box .catmain_img{
    position: absolute;
    bottom: 5px;
    right: 15px;
}
.catmain a .catmain_box .catmain_img img{
    height: 70px;
    width: auto;
}
.catmain a .catmain_box .catmain_name{
    font-size: var(--font-size-normal);
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-gray-darker2);
}

#slider_catmain .slick-slide > div {
    height: auto;
}

@media (max-width: 1440px) {
    .catmain a .catmain_box {
        margin: 14px auto;
    }
}
@media (max-width: 1366px) {
    .catmain a .catmain_box {
        margin: 13px auto;
    }
}
@media (max-width: 1280px) {
    .catmain a .catmain_box {
        margin: 12px auto;
    }
}
@media (max-width: 1200px) {
    .catmain a .catmain_box {
        margin: 16px auto;
    }
}
@media (max-width: 1170px) {
    .catmain a .catmain_box {
        margin: 15px auto;
    }
}

@media (max-width: 1150px) {
    .catmain a .catmain_box {
        margin: 14px auto;
    }
}
@media (max-width: 1100px) {
    .catmain a .catmain_box {
        margin: 13px auto;
    }
}
@media (max-width: 1080px) {
    .catmain a .catmain_box {
        margin: 12px auto;
    }
}
@media (max-width: 1050px) {
    .catmain a .catmain_box {
        margin: 12px auto;
    }
}


@media (max-width: 1022px) {
    .catmain a .catmain_box {
        width: 70%;
        margin: 16px auto;
    }
    .catmain a .catmain_box .catmain_name {
        font-size: var(--font-size-small-2);
        font-weight: bold;
    }
}
@media (max-width: 950px) {
    .catmain a .catmain_box {
        margin: 14px auto;
    }
}
@media (max-width: 828px) {
    .catmain a .catmain_box {
        margin: 12px auto;
    }
}
@media (max-width: 800px) {
    .catmain a .catmain_box {
        margin: 10px auto;
    }
}

@media (max-width: 750px) {
    .catmain a .catmain_box {
        width: 70%;
    }
    .catmain a .catmain_box::before {
        display: none;
    }
    .catmain a .catmain_box {
        margin: 16px auto;
    }

}
@media (max-width: 700px) {
    .catmain a .catmain_box {
        width: 70%;
        margin: 12px auto;
    }
}
@media (max-width: 600px) {
    .catmain a .catmain_box {
        width: 78%;
        margin: 10px auto;
    }
}
@media (max-width: 500px) {
    .catmain a .catmain_box .catmain_name {
        font-size: var(--font-size-normal);
    }
    .catmain a .catmain_box {
        width: 81%;
        height: 150px;
        padding: 15px 10px;
        margin: 14px auto;
    }
}
@media (max-width: 450px) {
    .catmain a .catmain_box {
        margin: 10px auto;
    }
}

@media (max-width: 400px) {
    .catmain a .catmain_box .catmain_name {
        font-size: var(--font-size-small-3);
        font-weight: normal;
    }
    .catmain a .catmain_box {
        height: 120px;
        padding: 15px 10px;
        width: 78%;
        margin: 8px auto;
    }


}
@media (max-width: 360px) {
    .catmain a .catmain_box .catmain_name {
        font-size: var(--font-size-small-3);
    }
    .catmain a .catmain_box .catmain_img img {
        height: 50px;
        width: auto;

    }
    .catmain_img img {
        max-width: none !important;
    }
    #slider_catmain .catmain_img {
        width: auto;
    }
    .catmain .slick-list {
        padding: 0 10% 0 0;
    }
    .catmain a .catmain_box {
        height: 100px;
        padding: 15px 10px;
        width: 78%;
        margin: 8px auto;
    }
}

/* End */


/* Start:/local/templates/nle/components/bitrix/news.list/actions_main/style.css?17092925505045*/
#action_slider .item {
    display: block;
    color: white;
    text-decoration: none;
}

#action_slider .item .item_inner {
    margin: 15px 10px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background: #bbbbbb;
}
#action_slider .slick-dots {
    margin-top: 5px;
    position: relative;
    text-align: center;
}

#action_slider .item:hover .item_inner {
    transform: scale(1.01);
    transition: 0.4s;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
}

#action_slider .image {
    display: block;
    width: 100%;
    height: 322px;
    background: center/cover no-repeat;
}

#action_slider .badge_holder {
    position: absolute;
    top: 20px;
    left: 25px;
}

#action_slider .texts {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    position: absolute;
    top: 60px;
    left: 25px;
    right: 25%;
    bottom: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}

#action_slider .text_big {
    font-weight: bold;
    font-size: var(--font-size-large-3);

    line-height: 1.2;
}

#action_slider .text_small {
    margin-top: 15px;
    font-weight: normal;
    font-size: var(--font-size-normal);
}


#action_slider.slick-slider .product .typemin {
}

#action_slider.slick-slider .product .product_desc {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 30px;
    right: 40%;
    display: flex;
    justify-content: left;
    align-items: center;
}

#action_slider.slick-slider .product .product_desc .product_name a {
    font-size: var(--font-size-large-3);
    line-height: 1.2;
    color: #ffffff;
    display: block;
}

#action_slider.slick-slider .product .btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 8px;
    transition: 0.2s;
}

#action_slider.slick-slider .product .btn:hover {
    border: 1px solid var(--color-red);
    color: var(--color-red);
    padding: 5px 10px;
    border-radius: 8px;
}

#action_slider.slick-slider .product .product_bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


#action_slider.slick-slider .product img {
    width: 100%;
    height: auto;
}


#action_slider .slick-arrow {
    top: 8%;
    bottom: 13%;
    right: -38px;
    height: auto;
    opacity: 0.9;
    transition: 0.2s;
    background-color: #ffffff05;
    box-shadow: none;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: 15px;
    z-index: 1;
    width: 65px;

}

#action_slider .slick-arrow:hover {
    transform: scale(1);
    opacity: 1;
    background-color: #f8f8fa99;
    box-shadow: none;
}

#action_slider .slick-arrow.slick-prev {
    right: auto;
    left: -38px;
    border-radius: 8px 0 0 8px;
}


@media (max-width: 1440px) {
    #action_slider .slick-arrow {
        right: 0;
    }

    #action_slider .slick-arrow.slick-prev {
        right: auto;
        left: 0;
    }
}

@media (max-width: 1400px) {
    #action_slider .image {
        height: 300px;
    }

}

@media (max-width: 1300px) {
    #action_slider .image {
        height: 270px;
    }
}

@media (max-width: 1200px) {
    #action_slider .image {
        height: 250px;
    }
}

@media (max-width: 1022px) {
    #action_slider .slick-list {
        padding: 0 40% 0 0;
    }

    #action_slider .image {
        height: 240px;
    }

    #action_slider .texts {
        height: auto;
        top: 40px;
        left: 25px;
        right: 15%;
    }

}


@media (max-width: 750px) {
    #action_slider .text_big {
        font-weight: bold;
        font-size: var(--font-size-large-2);
        line-height: 1.2;
    }

    #action_slider .slick-list {
        padding: 0 30% 0 0;
    }
    #action_slider .slick-dots {
        margin-top: 5px;
        position: relative;
        text-align: center;
    }
}

@media (max-width: 501px) {
    #action_slider .item .item_inner {
        margin: 15px 15px;
    }

    #action_slider .slick-list {
        padding: 0 0 0 0;
    }

    #action_slider .image {
        height: 155px;
        background: center/cover no-repeat;
    }

    #action_slider .text_big {
        font-size: var(--font-size-small-2);
    }

    #action_slider .texts {
        height: auto;
        top: 30px;
        left: 15px;
        right: 25%;
        bottom: 0;
    }

    #action_slider .text_small {
        margin-top: 15px;
        font-weight: normal;
        font-size: var(--font-size-small-3);
    }

    #action_slider .badge_holder {
        top: 10px;
        left: 15px;
    }

    #action_slider .badge {
        border-radius: 13px;
        padding: 3px 7px;
        font-size: var(--font-size-small-5);
    }

}

@media (max-width: 370px) {
    #action_slider .item .item_inner {
        margin: 0px 7px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?15889543432530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/nle/components/bitrix/catalog.section/top_main/style.css?17552606229104*/
#spec_slider .catalog_item__item__card {
    background: #ffffff;
    padding: 20px 20px 80px 20px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
    margin: 3px 5px 10px;

}

#spec_slider .catalog_item__item__card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    transition: 0.2s;
}

#spec_slider .catalog_item__item__card img {
    max-width: 100%;
    max-height: 220px;
}

#spec_slider .catalog_item__item__card .product_name {
    height: 70px;
    overflow: hidden;
    position: relative;
}
#spec_slider .catalog_item__item__card .product_name .fog{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

#spec_slider .catalog_item__item__card .product_image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    padding-top: 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#spec_slider .catalog_item__item__card .product_name a {
    color: var(--color-gray-darker2);
    font-weight: bold;
    line-height: 1.2;
    font-size: var(--font-size-normal);
}

#spec_slider .catalog_item__item__card .product_type {
    display: none;
    color: var(--color-gray-darker);
    line-height: 1;
    font-size: var(--font-size-small-4);
    margin-top: 10px;
}

#spec_slider .catalog_item__item__card .product_priceBlock {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#spec_slider .catalog_item__item__card .product_priceBlockLeft {
    color: var(--color-gray-darker);
}

#spec_slider .catalog_item__item__card .product_priceBlockRight {
    font-size: var(--font-size-small-2);
    font-weight: bold;
}

#spec_slider .catalog_item__item__card .product_buyButtonBlock {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#spec_slider .catalog_item__item__card .product_buyButtonBlock .btn {
    min-width: 77px;
}

#spec_slider .catalog_item__item__card .product_bottom {
    font-size: var(--font-size-small-4);
}

#spec_slider .catalog_item__item__card .product_badges {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 80%;
}

/*
#spec_slider .catalog_item__item__card .product_badges .typemin {
    font-size: var(--font-size-small-3);
    margin: 5px;
    padding: 5px 10px 4px 10px;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    border-radius: 10px;
}

#spec_slider .catalog_item__item__card .product_badges .typemin.typemin-colorchick {
    border: 1px solid var(--color-gray-darker2);
    color: var(--color-gray-darker2);
}
*/



#spec_slider .catalog_item__item__card .product_image a.two_pics .second_pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #ffffff center/contain no-repeat;
    transition: .6s;
}

#spec_slider .catalog_item__item__card .product_image:hover a.two_pics .second_pic {
    opacity: 1;
}
#spec_slider .catalog_item__item__card .product_image:hover a.two_pics > img {
    opacity: 0;
}

#spec_slider .catalog_item__item__card .product_avail {
    margin: 9px 0 9px;
    color: var(--color-gray-darker2);
    font-weight: bold;
    display: flex;
}

#spec_slider .catalog_item__item__card .product_avail.ok:before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 2px;
    display: block;
    background: center url("/images/new_template/Icon Check.svg") no-repeat;
}

#spec_slider .catalog_item__item__card .product_avail.no:before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 2px;
    display: block;
    background: center url("/images/new_template/Icon Cross.svg") no-repeat;
}


.catalog_item__item__card .jq-number {
    background: #fff;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 18px;

    border: 1px solid var(--color-red);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 77px;
    height: 30px;
}

.catalog_item__item__card .jq-number__field {
    width: auto;
    border: 0;
}

.catalog_item__item__card .jq-number__field input {
    border: 0 !important;
    box-sizing: border-box;
    width: 94%;
    text-align: center !important;
    height: 20px;
    font-size: var(--font-size-normal);
    font-weight: 600;
    padding: 15px 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.catalog_item__item__card .jq-number input {
    -moz-appearance: textfield;
    text-align: left;
}

.catalog_item__item__card .jq-number input::-webkit-outer-spin-button,
.catalog_item__item__card .jq-number input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.catalog_item__item__card .jq-number__spin {
    position: absolute;
    top: 0;
    display: block;

    font-weight: bold;
    line-height: 19px;
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #000;
    line-height: 30px;
    background: 0;
}

.catalog_item__item__card .jq-number__spin.minus {
    left: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.catalog_item__item__card .jq-number__spin.plus {
    right: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.catalog_item__item__card .jq-number__spin.minus::after {
    content: '-';
    font-size: var(--font-size-large-2) !important;
    font-weight: bold;
}

.catalog_item__item__card .jq-number__spin.plus::after {
    content: '+';
    font-size: var(--font-size-large-2) !important;
    font-weight: bold;
}

#spec_slider .slick-arrow {
    top: 7.2%;
    bottom: 2.2%;
    right: -23px;
    height: auto;
    opacity: 0.9;
    transition: 0.1s;
    background-color: #00000000;
    box-shadow: none;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: 15px;
    z-index: 1;
    width: 53px;
}

#spec_slider .slick-arrow:hover {
    transform: scale(1);
    opacity: 1;
    background-color: #f8f8fa44;
    box-shadow: none;

}

#spec_slider .slick-arrow.slick-prev {
    right: auto;
    left: -23px;
    border-radius: 8px 0 0 8px;
}

#spec_slider .slick-arrow.slick-prev:hover {

}

@media (max-width: 1024px) {
    #spec_slider .catalog_item__item__card {
        width: 300px;
    }
    #spec_slider .slick-list {
        padding: 0 30% 0 0;
    }
    #spec_slider .catalog_item__item__card .product_name {
        height: 80px;
        overflow: hidden;
        position: relative;
    }
    #spec_slider .catalog_item__item__card .product_name a {
        font-size: var(--font-size-small-1);
    }

}

@media (max-width: 750px) {
    #spec_slider .slick-dots {
        margin-top: 10px;
        position: relative;
        text-align: center;
    }
}

@media (max-width: 500px) {
    #spec_slider .slick-list {
        padding: 0 20% 0 0;
    }

    #spec_slider .catalog_item__item__card {
        margin: 10px 11px;
    }

    #spec_slider {
        margin-left: -10px;
    }

    #spec_slider .catalog_item__item__card .product_name a {
        font-size: var(--font-size-small-3);
    }

    #spec_slider .catalog_item__item__card .product_type {
        font-size: var(--font-size-small-5);
    }

    #spec_slider .catalog_item__item__card .product_bottom {
        font-size: var(--font-size-small-5);
    }

    #spec_slider .catalog_item__item__card .product_bottom {
        margin-top: 5px;
    }

    #spec_slider .catalog_item__item__card .product_priceBlockRight {
        font-size: var(--font-size-small-4);
        font-weight: bold;
    }

    #spec_slider .catalog_item__item__card .product_buyButtonBlock .btn {
        padding: 0px 10px;
        border-radius: 12px;
    }
    #spec_slider .catalog_item__item__card .product_name {
        height: 70px;
    }

}
@media (max-width: 400px) {
    #spec_slider .slick-list {
        padding: 0 10% 0 0;
    }
    #spec_slider .catalog_item__item__card {
        width: 95%;
        max-width: 270px;
        margin: 10px 10px;
    }
    #spec_slider .catalog_item__item__card .product_name {

    }

}



/* End */


/* Start:/local/templates/nle/components/bitrix/catalog.item/item_top/style.css?173442825432095*/
.catalog_item__item__card .product_image a.two_pics  {
	position: relative;
}
.catalog_item__item__card .product_image a.two_pics .second_pic {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	opacity: 0;
	background: #ffffff center/cover no-repeat;
	transition: 0.6s;
}
.catalog_item__item__card:hover .product_image a.two_pics .second_pic {
	opacity: 1;
}
.catalog_item__item__card:hover .product_image a:not(.two_pics) img {
	transition: 0.2s;
	transform: scale(1.1);
}

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.badgeProp {
	position: absolute;
	 background: #f2ff00;
	 border-radius: 25px;
	 padding: 4px 10px 1px 10px;
	 z-index: 9;
 
 }
 
 .product_priceBlockLeftRed{
 
 color: #f20f2a;
	 font-weight: bold;
	 max-width: 150px;
 }
 
 .btn.btn-orange-reverse{
	 background: 0;
	 color: #f20f2a;
	 border: 1px solid #f20f2a;
	 box-shadow:none;
 }
 .btn.btn-orange-reverse:hover{
	
	 color: #fff;
	 background: #f20f2a;
	 border-color: #f20f2a;
 }

.product_priceBlock .old-price {
	color: rgba(0,0,0,.46);
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}


/* new cart popup */
.popup-window.cart_widget_small{
    width: 390px;
    box-sizing: border-box;
    padding: 15px 15px;
    box-shadow: 0 1px 5px #00000055;
    border-radius: 12px;
    background: #FFFFFF;
}
.cart_widget_small__line{
    margin: 10px 0;
}
.cart_widget_small__top{
    padding: 15px 0 7px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BAC2CA;
}
.cart_widget_small__gray_text{
    color: var(--color-black);
}
.cart_widget_small__small_text{
    font-size: var(--font-size-small-4);
}
.cart_widget_small__bold_text{
     font-weight: 600;
 }
.product_item__name{
    font-weight: 600;
    font-size: var(--font-size-small-2);
    line-height: 1.2;
    color: var(--color-black);
}
.product_item__articul{
    font-weight: 100;
    font-size: var(--font-size-small-4);
    color: var(--color-gray-darker);
    margin-top: 7px;
}
.product_item__badge{
    color: var(--color-red);
    border-radius: 20px;
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    font-size: var(--font-size-small-4);
}
.product_item__badge{

}
.cart_widget_small__available{
    font-weight: 600;
    font-size: var(--font-size-small-4);
}
.cart_widget_small__close{
     font-weight: 400;
     font-size: var(--font-size-small-4);
 }
.product_item__image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_item__image img{
    max-width: 80px;
    height: auto;
 }
.cart_widget_small__product_item{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
}
.product_item__line3 > div{
    margin: 10px 0;

}
.product_item__price{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 600;
    font-size: var(--font-size-small-2);
    color: var(--color-black);
}
.product_item__balls{
     display: flex;
     width: 100%;
     justify-content: space-between;
     font-weight: 400;
     font-size: var(--font-size-small-4);
     color: var(--color-gray-darker);
 }
.cart_widget_small__button.btn {
    background: var(--color-red-dark);
    border: 1px solid var(--color-red-dark);
    border-radius: 10px;
    color: white;
    font-size: var(--font-size-normal);
    font-weight: 600;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-top: 10px;
}

.cart_widget_small__button.btn:hover {
    background: white;
    border: 1px solid var(--color-red-dark);
    border-radius: 10px;
    color: var(--color-red-dark);
    font-size: var(--font-size-normal);
    font-weight: 600;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-top: 10px;
}

@media(max-width: 450px){
    .cart_widget_small__product_item {
        gap: 10px;
    }
    .cart_widget_small{
        width: 100%;
        max-width: 390px;
        box-sizing: border-box;
        padding: 0 15px 15px;
        box-shadow: 0 1px 5px #00000055;
        border-radius: 12px;
        background: #FFFFFF;
    }
    .product_item__left{
        flex: 1 0 30%;
    }
    .product_item__name {
        font-size: var(--font-size-small-4);
        line-height: 1.2;
    }
}
@media(max-width: 360px){
    .cart_widget_small__product_item {
        gap: 10px;
    }
    .product_item__left{
        flex: 1 0 25%;
    }

}
/* new cart popup */

/*qtty block*/
.item_top .clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item_top .block_product_amount input.current_number {
	border: 0 !important;
	width: 50px;
	text-align: center !important;
	font-size: 14px;
	padding: 5px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: var(--font-size-normal);
	font-weight: 500;
}

.item_top .block_product_amount {
	border: 1px solid var(--color-gray);
	border-radius: 8px;
	padding: 0px 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.item_top .block_product_amount .minus,
.item_top .block_product_amount .plus {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
	user-select: none;
	font-size: var(--font-size-normal);
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.item_top .block_product_amount .minus {
	margin-right: -10px;
}

.item_top .block_product_amount .plus {
	margin-left: -10px;
}


.item_top .block_product_amount input.current_number::-webkit-outer-spin-button,
.item_top .block_product_amount input.current_number::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.item_top .block_product_amount input.current_number {
	-moz-appearance: textfield; /* Firefox */
}
@media (max-width: 500px) {
	.item_top .block_product_amount input.current_number {
		font-size: 12px;
		padding: 0px 0px;
	}

	.item_top .block_product_amount .minus, .item_top .block_product_amount .plus {
		width: 24px;
		height: 21px;
		line-height: 18px;
	}
}

@media (max-width: 400px) {
	.item_top .block_product_amount input.current_number {
		font-size: 12px;
		padding: 0px 0px;
	}

	.item_top .block_product_amount .minus, .item_top .block_product_amount .plus {
		width: 24px;
		height: 21px;
		line-height: 18px;
	}
}

/** COMPARE **/
.product .to_compare {
	background: center/contain url("/local/templates/nle/components/bitrix/catalog.item/item_top/img/Icon Compare.svg") no-repeat;
	display: block;
	width: 26px;
	height: 26px;
}

.product .to_compare.active,
.product .to_compare:hover {
	background-image: url("/local/templates/nle/components/bitrix/catalog.item/item_top/img/Icon Compare-red.svg");
}
/* End */


/* Start:/local/templates/nle/components/bitrix/news.list/news_main/style.css?173651702310623*/
.component_news_list_on_mainpage {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.component_news_list_on_mainpage > div.left {
    flex: 0 1 49.25%;
    padding-right: 24px;
}

.component_news_list_on_mainpage > div.right {
    flex: 1 0 49.25%;
}

.component_news_list_on_mainpage .item {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    color: var(--color-gray-darker2);
    width: 100%;
    box-sizing: border-box;
    transition: 0.4s;
}

.component_news_list_on_mainpage .title {
    font-size: var(--font-size-large-3);
    margin: 0px 0 10px 0;
    font-weight: bold;
}

.component_news_list_on_mainpage .anons {
    position: relative;
    margin: 10px 0 10px 0;
    color: var(--color-gray-darker);
    line-height: 1.3;
    font-size: var(--font-size-small-2);
    height: 60px;
    overflow: hidden;
}
.component_news_list_on_mainpage .anons .fog{
}


.component_news_list_on_mainpage .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid white;
    color: white;
    border-radius: 13px;
    font-size: var(--font-size-small-2);
}


.component_news_list_on_mainpage > div.left .item {
    width: 100%;
    min-height: 644px;
}

.component_news_list_on_mainpage > div.right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.component_news_list_on_mainpage > div.right .item {
    display: block;
    width: 48.4%;
    margin-bottom: 23px;
    min-height: 310px;
}

.component_news_list_on_mainpage div.right .title {
    font-size: var(--font-size-normal);
    line-height: 1.2;
    margin: 0;
    font-weight: bold;
    height: 65px;
    overflow: hidden;
}


.component_news_list_on_mainpage .left .image {
    width: 100%;
    box-sizing: content-box;
    background: center/cover no-repeat;
}

.component_news_list_on_mainpage .image {
    width: 100%;
}

.component_news_list_on_mainpage .item:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);

}


.component_news_list_on_mainpage .texts {
    padding: 10px 15px;
    /*
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    */
    background: #ffffff;
    min-height: 70px;
    height: auto;
}

.component_news_list_on_mainpage > div.left .texts {
    min-height: 150px;
    height: auto;
    padding: 20px 15px;
}


.component_news_list_on_mainpage .bottom_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.component_news_list_on_mainpage .bottom_block .data {
    color: var(--color-gray-darker);
    font-size: var(--font-size-small-4);
    font-weight: bold;
}

.component_news_list_on_mainpage .bottom_block .button {
    width: 35px;
    height: 25px;
    box-sizing: border-box;
    display: block;
    background: center/60% auto url("/images/new_template/Icon Arrow Right.svg") no-repeat;
    border: 1px solid var(--color-gray-darker);
    border-radius: 10px;
}

#slider_news_list_on_mainpage {
    margin-left: -6px;
    margin-right: -6px;
}

.component_news_list_on_mainpage_mobile .item_wrapinn {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    color: var(--color-gray-darker2);
    width: 100%;
    box-sizing: border-box;
}


.component_news_list_on_mainpage_mobile .image {
    width: 100%;
    height: auto;
    background: #eeeeee center/cover no-repeat;
}

.component_news_list_on_mainpage_mobile > div .item {
    position: relative;
    display: block;
    width: 100%;
}

.component_news_list_on_mainpage_mobile .item {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.component_news_list_on_mainpage_mobile .badge {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid white;
    color: white;
    border-radius: 4px;
    font-size: var(--font-size-small-2);
}

.component_news_list_on_mainpage_mobile .texts {
    padding: 15px;
    /*
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    */
    background: #ffffff;
    min-height: 70px;
    height: auto;
}


.component_news_list_on_mainpage_mobile .bottom_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.component_news_list_on_mainpage_mobile .bottom_block .data {
    color: var(--color-gray-darker);
    font-size: var(--font-size-small-4);
    font-weight: bold;
}

.component_news_list_on_mainpage_mobile .slick-dots {
    position: relative;
    text-align: center;
}
.component_news_list_on_mainpage_mobile .anons .fog,
.component_news_list_on_mainpage .anons .fog
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}


/***************/

@media (max-width: 1350px) {
    .component_news_list_on_mainpage .title {
        font-size: var(--font-size-large-3);
        line-height: 1.2;
    }
    .component_news_list_on_mainpage > div.left {
        flex-shrink: 0;
        padding-right: 24px;
    }

    .component_news_list_on_mainpage > div.right {
        flex-grow: 1;
    }

    .component_news_list_on_mainpage > div.left .item {
        min-height: 623px;
    }

    .component_news_list_on_mainpage > div.right .item {
        min-height: 300px;
    }

}

@media (max-width: 1300px) {
    .component_news_list_on_mainpage > div.left .texts {
        padding: 10px 15px;
        line-height: 1.2;
    }

    .component_news_list_on_mainpage > div.left .item {
        min-height: 603px;
    }

    .component_news_list_on_mainpage > div.right .item {
        min-height: 290px;
    }

}

@media (max-width: 1200px) {
    .component_news_list_on_mainpage > div.left .item {
        min-height: 583px;
    }

    .component_news_list_on_mainpage > div.right .item {
        min-height: 280px;
    }
}
@media (max-width: 1150px) {
    .component_news_list_on_mainpage > div.left .item {
        min-height: 543px;
    }

    .component_news_list_on_mainpage > div.right .item {
        min-height: 260px;
    }
}

@media (max-width: 1100px) {
    .component_news_list_on_mainpage > div.left {
        width: 55%;
        flex: auto;
    }

    .component_news_list_on_mainpage > div.right {
        flex: auto;
        width: 45%;
        flex-shrink: 1;
        flex-grow: 1;
    }

    .component_news_list_on_mainpage > div.left .item {
        min-height: 524px;
    }

    .component_news_list_on_mainpage > div.right .item {
        min-height: 250px;
    }

    .component_news_list_on_mainpage .title {
        font-size: var(--font-size-large-2);
        line-height: 1.2;
    }
    .component_news_list_on_mainpage div.right .title {
        font-size: var(--font-size-small-2);
        line-height: 1.2;
    }

}


@media (max-width: 1022px) {
    .component_news_list_on_mainpage .left .image {

    }

    .component_news_list_on_mainpage > div.left {
        width: 69%;
    }
    .component_news_list_on_mainpage > div.left .item{
        min-height: 558px;
    }

    .component_news_list_on_mainpage > div.right {
        width: 31%;
    }
    .component_news_list_on_mainpage > div.right .item {
        width: 100%;
        min-height: 267px;
    }


    .component_news_list_on_mainpage > div.right .item:nth-child(3),
    .component_news_list_on_mainpage > div.right .item:nth-child(4) {
        display: none;
    }
    .component_news_list_on_mainpage div.right .title {
        font-size: var(--font-size-small-2);
        line-height: 1.2;
    }
}
@media (max-width: 900px) {
    .component_news_list_on_mainpage > div.left .item {
        min-height: 543px;
    }
    .component_news_list_on_mainpage > div.right .item {
        min-height: 260px;
    }
}
@media (max-width: 850px) {
    .component_news_list_on_mainpage div.right .title {
        font-size: var(--font-size-small-2);
        line-height: 1.2;
    }
    .component_news_list_on_mainpage > div.left .item{
        min-height: 518px;
    }
    .component_news_list_on_mainpage > div.right .item {
        min-height: 247px;
    }
}

@media (max-width: 750px) {
    .component_news_list_on_mainpage_mobile .title {
        font-size: var(--font-size-small-2);
        line-height: 1.2;
        margin: 0px 0 10px 0;
        font-weight: bold;
        height: 37px;
        overflow: hidden;
    }

    .component_news_list_on_mainpage_mobile .anons {
        line-height: 1.2;
        height: 47px;
        overflow: hidden;
        position: relative;
    }


    .component_news_list_on_mainpage_mobile > div .item {
        margin-bottom: 2px;
        padding: 0 6px;
    }

    #slider_news_list_on_mainpage .slick-dots {
        margin-top: 20px;
        position: relative;
        text-align: center;
    }

    .component_news_list_on_mainpage_mobile .bottom_block {
        margin-top: 15px;
    }


    .component_news_list_on_mainpage > div.left {
        width: 48%;
    }

    .component_news_list_on_mainpage > div.right {
        width: 48%;
    }

    .component_news_list_on_mainpage > div.left .item {
        height: 300px;
    }

    .component_news_list_on_mainpage .left .image {
        height: auto;
        min-height: 50%;
    }

    .component_news_list_on_mainpage .left .texts {
        font-size: var(--font-size-small-3);
    }

    .component_news_list_on_mainpage .title {
        font-size: var(--font-size-small-1);
        line-height: 1.1;
        margin: 0px 0 5px 0;
    }

    .component_news_list_on_mainpage > div.right .item:nth-child(2) {
        display: none;
    }
}
@media (max-width: 500px) {
    #slider_news_list_on_mainpage .slick-list {
        padding: 0 30% 0 0;
    }
    .component_news_list_on_mainpage_mobile .title {
        height: auto;
    }

}
@media (max-width: 415px) {
    #slider_news_list_on_mainpage .slick-list {
        padding: 0 15% 0 0;
    }
}
@media (max-width: 340px) {
    #slider_news_list_on_mainpage .slick-list {
        padding: 0 0 0 0;
    }
}






/* End */


/* Start:/local/templates/nle/components/bitrix/news.list/partners_main/style.css?17084181012049*/
.slider_partners {
    margin: 30px 0;
}


#partner_slider .slick-list {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;

}

.slider_partners img {
    max-height: 100px;

}

.slider_partners .partner img {
    max-height: 120px;
    max-width: 210px;
    width: auto;
    margin: 0 auto;
}

.slider_partners .item {
    height: 100%;
}

.slider_partners .item .partner {
    height: 100%;
}

.slider_partners .partner span {
    display: flex;
    align-items: center;
    height: 100%;
}

.slider_partners .partner span a {
    background: #ffffff;
    padding: 0px 10px;
    width: 92.7%;
    margin: 15px 10px;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

#partner_slider .slick-arrow{
    top: 8%;
    bottom: 1.8%;
    right: -23px;
    height: auto;
    opacity: 0.9;
    transform: scale(1);
    transition: 0.2s;
    background-color: #ffffff05;
    box-shadow: none;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: 15px;
    z-index: 1;
    width: 55px;

}
#partner_slider .slick-arrow:hover {
    transform: scale(1);
    opacity: 1;
    background-color: #f8f8fa88;
    box-shadow: none;

}
#partner_slider .slick-arrow.slick-prev{
    right: auto;
    left: -23px;
    border-radius: 8px 0 0 8px;
}

@media (max-width: 1200px) {
    .slider_partners .partner img {
        max-width: 90%;
    }
    .slider_partners .partner span a {
        min-height: 110px;
    }

}

@media (max-width: 501px) {
    .slider_partners .partner span a {
        background: white;
        overflow: hidden;
        border-radius: 10px;
    }

    #partner_slider .slick-list {
        background: none;
        border-radius: 0;
        overflow: visible;
    }

    .slider_partners .partner span a {
        padding: 0px 20px;
        margin: 0 4px;
    }

    .slider_partners .partner a img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
}
/* End */
/* /local/templates/nle/components/bitrix/news.list/banner_main/style.css?17389092077389 */
/* /local/templates/nle/components/bitrix/news.list/banner_main_small/style.css?17479022907043 */
/* /local/templates/nle/components/bitrix/catalog.section.list/popular_main/style.css?17084181014189 */
/* /local/templates/nle/components/bitrix/news.list/actions_main/style.css?17092925505045 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?15889543432530 */
/* /local/templates/nle/components/bitrix/catalog.section/top_main/style.css?17552606229104 */
/* /local/templates/nle/components/bitrix/catalog.item/item_top/style.css?173442825432095 */
/* /local/templates/nle/components/bitrix/news.list/news_main/style.css?173651702310623 */
/* /local/templates/nle/components/bitrix/news.list/partners_main/style.css?17084181012049 */
