

/* Start:/local/templates/nle/components/bitrix/catalog/catalog/style.css?175915615828365*/
.catalog_section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 1400px;
}

.catalog_section__white_box {
    background: white;
    border-radius: 10px;
}

.catalog_section__white_box.p0 {
    padding: 0px;
}

.catalog_section__left_panel {
    flex: 0 0 335px;
    margin-right: 20px;
}

.catalog_section__right_panel {
    flex: 0 0 74.5%;
    overflow: hidden;

}
.catalog_section .catalog_item__item__card .product_bottom.has_retail_price{
    min-height: 50px;
}
@media(max-width: 1080px){
    .catalog_section__right_panel {
        flex: 0 1 74.5%
    }
}

.catalog_section__block_title {
    font-weight: 600;
    font-size: var(--font-size-large-1);
    color: var(--color-gray-darker2);
    padding-left: 20px;
    margin-bottom: 15px;
}
.catalog_section__spacer{
    height: 20px;
}

.catalog_section_banner a img{
    transform: scale(1);
    transition: 0.3s;

}
.catalog_section_banner a:hover img{
    transform: scale(1.02);
}

.catalog_section__view{
    display: flex;
}
.catalog_section__view > *{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: center no-repeat;
    transition: 0.3s;
    opacity: 0.45;
    cursor: pointer;
}

.catalog_section__view > .catalog_section__view_box{
    background-image: url("/local/templates/nle/components/bitrix/catalog/catalog/img/view_tiles_gray_dark.svg");
}
.catalog_section__view > .catalog_section__view_list{
    background-image: url("/local/templates/nle/components/bitrix/catalog/catalog/img/view_list_gray_dark.svg");
}

.catalog_section__view > .catalog_section__view_box:hover,
.catalog_section__view > .catalog_section__view_list:hover
{
    opacity: 0.7;
}
.catalog_section__view > .catalog_section__view_box.active,
.catalog_section__view > .catalog_section__view_list.active
{
    opacity: 1;
}

@media(max-width: 1400px){
    .catalog_section__left_panel {
        flex: 1 0 250px;
        margin-right: 20px;
    }
}

@media(max-width: 800px){
    .catalog_section__catalog_menu{
        display: none;
    }
    /*
    .catalog_section__catalog_filter{
        display: none;
    }
    */
    .catalog_section__left_panel {
        display: block;
        margin-right: 0;
    }
    .catalog_section__spacer{
        display: none;
    }
    .catalog_section__right_panel .catalog_section__spacer{
        display: none;
    }
    body.pop_filter_active{
        height: 100%;
        overflow: hidden;
    }
    body.pop_filter_active .catalog_section__catalog_filter{
        top:0px;
        left: 0;
        margin-left: 0px;
        right: 0px;
        bottom: 0;
        display: block;
        position: fixed;
        max-height: 100%;
        padding: 10px 10px 100px 10px;
        box-sizing: border-box;
        background: white;
        box-shadow: 0 0 15px #00000099;
        overflow-y: auto;
        z-index: 1000;
    }
}
@media(max-width: 700px){
    .catalog_section {
        display: block;
    }
}

.catalog_section_sorting_block{
overflow: hidden;
}
.catalog_section__catalog_tags_wrapper,
.catalog_section__chosen_filters_wrapper
{
    position: relative;
}
.catalog_section__catalog_tags_wrapper .fog1
{
    position: absolute;
    top:10px;
    bottom: 10px;
    left: 0;
    right: auto;
    width: 10px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
}
.catalog_section__catalog_tags_wrapper .fog2
{

    position: absolute;
    top:10px;
    bottom: 10px;
    left: auto;
    right: 0;
    width: 30px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}

.catalog_section__chosen_filters_wrapper .fog1
{
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0;
    right: auto;
    width: 30px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
}

.catalog_section__chosen_filters_wrapper .fog2
{

    position: absolute;
    top:0px;
    bottom: 0px;
    left: auto;
    right: 0;
    width: 30px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
}




.catalog_section__catalog_tags{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    border-bottom: 1px solid var(--main-color-gray);
    padding: 20px 10px 20px 20px;
}

.catalog_section__catalog_tags .item{
    padding: 0 0 0 0px;
}

.catalog_section__catalog_tags .slick-list,
.catalog_section__chosen_filters .slick-list
{
    border-radius: 0px;
}

.catalog_section__catalog_tags a{
    font-size: var(--font-size-small-4);
    display: inline-block;
     border: 1px solid var(--color-gray-dark2);
     color: var(--color-gray-dark2) !important;
    border-radius: 20px;
    padding: 2px 10px;
    margin-right: 10px;
    font-weight: 600;
 }
.catalog_section__catalog_tags a:hover {
    background: var(--color-gray-light);
    color: var(--main-color-gray-darker);
    border: 1px solid var(--color-gray-light);
}
.catalog_section__catalog_tags .btn.btn-grey-reverse.btn-sm:hover{
    border: 1px solid var(--color-red);
    color: var(--color-red) !important;
}


.catalog_section__sorting{
    padding: 10px 0 20px;
}
.catalog_section__sorting_line1{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.catalog_section__sorting_line2{

}

.catalog_section__chosen_filters{
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.catalog_section__chosen_filter_item_wrapper{
    padding-left: 10px;
}
.catalog_section__chosen_filter{
    display: inline-block;
    background: var(--color-gray-light);
    color: var(--main-color-gray-darker);
    font-size: var(--font-size-small-4);
    display: inline-block;
    border-radius: 20px;
    padding: 6px 23px 6px 10px;
    line-height: 1.1;
    font-weight: 600;
    position: relative;
}
.catalog_section__chosen_filter .delete_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center no-repeat url("/local/templates/nle/components/bitrix/catalog/catalog/img/cross.svg");
    cursor: pointer;
    border-radius: 20px;
    position: absolute;
    top:3px;
    right: 2px;
}
.catalog_section__chosen_filter .delete_icon:hover {
    background-color: white;
 }

.catalog_section__sorting_select_block{
    display: flex;
    align-items: center;
    gap: 10px;
}
.catalog_section__sorting_select_title{
    color: var(--color-gray-darker);
    font-size: var(--font-size-small-4);
}
.catalog_section__sorting_select_title:before{
    content: "";
    display: none;
    width: 30px;
    height: 30px;
    background: center no-repeat url("/local/templates/nle/components/bitrix/catalog/catalog/img/sorting.svg");
}
.catalog_section__sorting_select{
    border: none;
    background: #ffffff;
    color: var(--color-blue3);
    font-size: var(--font-size-small-4);
    cursor: pointer;
    outline: none;
}
.catalog_section__sorting_select option{
    color: var(--color-gray-darker);
    background: white;
    cursor: pointer;
}
.catalog_section__sorting_filter_button__mobile{
    display: none;
    cursor: pointer;
    align-items: center;
}
.catalog_section__sorting_filter_button__mobile:before{
    content: "";
    width: 30px;
    height: 30px;
    background: center no-repeat url("/local/templates/nle/components/bitrix/catalog/catalog/img/filter.svg");
}

@media(max-width: 800px){
    .catalog_section__chosen_filters_wrapper .fog1,
    .catalog_section__chosen_filters_wrapper .fog2
    {
        display: none;
    }
    .catalog_section__catalog_tags a {
        margin: 0 5px;
    }
    .catalog_section__catalog_tags .item{
        padding: 0 1px 0 0;
    }
    .catalog_section__catalog_tags{
        display: block;
        padding-left: 10px;
    }
    /*
    .catalog_section__chosen_filters {
        display: block;
        margin-left: 0;
    }
    */

    .catalog_section__view{display: none}
    .catalog_section__sorting_filter_button__mobile{
        display: flex;
    }
    .catalog_section__sorting_select_title{
        display: none;
    }
    .catalog_section__sorting_icon{
        display: inline-block;
        width: 30px;
        height: 30px;
        background: center no-repeat url("/local/templates/nle/components/bitrix/catalog/catalog/img/sorting.svg");
        margin-right: -10px;
    }
}
.catalog_section_product_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
    padding: 20px 0;
    transition: 0.3s;
}

.catalog_section_product_list__item {
    background: white;
    padding: 20px 20px 60px 20px;
    border-radius: 10px;
    width: 32%;
    position: relative;
}

.catalog_section_product_list__item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    transition: 0.2s;
}

.catalog_section_product_list__item .product_badges {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 80%;
    z-index: 3;
    padding-right: 25px;
}
.catalog_section_product_list__item .product_badges.unfold {
    flex-direction: column;
}

.catalog_section_product_list__item .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;
}

.catalog_section_product_list__item .catalog_item__item__card .product_image.blur {
    position: relative;
    overflow: hidden;
}

.catalog_section_product_list__item .catalog_item__item__card .product_image.blur::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 2;
}

.catalog_section_product_list__item .catalog_item__item__card .product_image.blur img,
.catalog_section_product_list__item .catalog_item__item__card .product_image.blur .second_pic {
    position: relative;
    z-index: 1;
    filter: blur(0); /* Отменяем размытие у изображений */
}














.catalog_section_product_list__item .catalog_item__item__card img {
    max-width: 100%;
    max-height: 220px;
}

.catalog_section_product_list__item .catalog_item__item__card .product_name {
    height: 70px;
    margin: 10px 0 12px 0;
    overflow: hidden;
    position: relative;
}

.catalog_section_product_list__item .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);
}

.catalog_section_product_list__item .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%);
}

.catalog_section_product_list__item .catalog_item__item__card .product_type {
    display: none;
}

.catalog_section_product_list__item .catalog_item__item__card .product_avail {
    margin: 9px 0 9px;
    color: var(--color-gray-darker2);
    font-weight: bold;
    display: flex;
    font-size: var(--font-size-small-4);
}

.catalog_section_product_list__item .catalog_item__item__card .product_avail.ok::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 2px;
    display: block;
    background: center url("/local/templates/nle/components/bitrix/catalog/catalog/img/Icon Check.svg") no-repeat;
}

.catalog_section_product_list__item .catalog_item__item__card .product_avail.no::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 2px;
    display: block;
    background: center url("/local/templates/nle/components/bitrix/catalog/catalog/img/Icon Cross.svg") no-repeat;
}

.catalog_section_product_list__item .catalog_item__item__card .product_absolute_bottom_block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog_section_product_list__item .catalog_item__item__card .product_bottom.readmore .product_buy_block{
    position: absolute;
    bottom: 22px;
    right: 20px;
    width: calc(100% - 40px);
    left: auto;
    z-index: 10;
}

.catalog_section_product_list__item .block_extra_buttons {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}

.catalog_section_product_list__item .to_favorite {
    background: center/contain url("/local/templates/nle/components/bitrix/catalog/catalog/img/Icon Like.svg") no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    top: auto;
    right: auto;
}

.catalog_section_product_list__item .to_compare {
    background: center/contain url("/local/templates/nle/components/bitrix/catalog/catalog/img/Icon Compare.svg") no-repeat;
    display: block;
    width: 26px;
    height: 26px;
}

.catalog_section_product_list__item .to_compare.active {
    background-image: url("/local/templates/nle/components/bitrix/catalog/catalog/img/Icon Compare-red.svg");
}
.catalog_section_product_list__item .to_compare:hover {
    transform: scale(1.1);
    transition: 0.1s;
}


.catalog_section_product_list__item .to_favorite.active{
    background-image: url("/local/templates/nle/components/bitrix/catalog/catalog/img/Icon Like-red.svg");
}
.catalog_section_product_list__item .to_favorite:hover{
    transform: scale(1.1);
    transition: 0.1s;
}

.catalog_section_product_list__item .to_compare:active,
.catalog_section_product_list__item .to_favorite:active
{
    transform: scale(0.8);
    transition: 0.2s;
}



.catalog_section_product_list__item .catalog_item__item__card .product_priceBlockLeft {
    color: var(--color-gray-darker);
}

.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;
}

.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;
}
.component_catalog_element .block_product_amount {
    border: none;
}

.block_product_amount .minus,
.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;
}

.block_product_amount .minus {
    margin-right: -10px;
}

.block_product_amount .plus {
    margin-left: -10px;
}


.block_product_amount input.current_number::-webkit-outer-spin-button,
.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 */
}

.block_product_amount input.current_number {
    -moz-appearance: textfield; /* Firefox */
}

.catalog_section_product_list__item.banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog_section_product_list__item.banner a {
    display: block;
}

.catalog_section_product_list__item.banner img {
    max-width: 100%;
    height: auto;
    transition: 0.1s;
}

.catalog_section_product_list__item.banner a:hover img {
    transform: scale(1.04);
}

.catalog_section_bottom_block {
    padding: 0;
}

.catalog_section_bottom_block_button_load_more {
    text-align: center;
    padding: 15px;
    font-size: var(--font-size-normal);
    color: var(--color-gray-dark2);
    border-radius: 10px;
    background: white;
    font-weight: 500;
    margin: 0px 0 10px;
    transition: 0.3s;
}

.catalog_section_bottom_block_button_load_more:hover {
    color: var(--color-red);
    cursor: pointer;
}


/** LIST **************************************************************************************************************/
.catalog_section_product_list.view_list .catalog_section_product_list__item {
    padding: 20px 20px 20px 20px;
    width: 100%;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item .product {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item .catalog_item__item__card .product_desc {
    height: 100%;
    margin: 0px 40px 0px 20px;
    display: block;
    text-align: left;
    flex: 0 0 530px;
    position: relative;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item .catalog_item__item__card .product_desc .badge {
    display: inline-block;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item .product_badges {
    display: none;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item .catalog_item__item__card .product_name {
    display: block;
    max-height: 90px;
    margin: 0;
}

.catalog_section_product_list .catalog_section_product_list__item .catalog_item__item__card .product_badges_view_list {
    display: none;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item .catalog_item__item__card .product_badges_view_list {
    display: block;
    height: 35px;
    margin-bottom: 5px;
    margin-top: -10px;
}


.catalog_section_product_list.view_list .catalog_section_product_list__item .catalog_item__item__card .product_image {
    height: 90px;
    padding: 0px;
    overflow: hidden;
    flex-shrink: 0;
    width: 120px;
    position: relative;
    margin-top: 10px;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item .catalog_item__item__card .product_bottom {
    margin-right: 80px;
    width: 270px;
    position: relative;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item .catalog_item__item__card .product_absolute_bottom_block {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.catalog_section_product_list .catalog_section_product_list__item.banner img.for_view_box {
    display: block;
}

.catalog_section_product_list .catalog_section_product_list__item.banner img.for_view_list {
    display: none;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item.banner img.for_view_list {
    display: block;
}

.catalog_section_product_list.view_list .catalog_section_product_list__item.banner img.for_view_box {
    display: none;
}

.product_badges .nl-badge-unfold-button{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: white;
    border: 1px solid var(--color-gray-darker);
    border-radius: 7px;
    position: relative;
    cursor: pointer;
    margin: 2px 5px 2px 0;
}
.product_badges .nl-badge-unfold-button:before{
    content: '';
    display: block;
    width: 2px;
    height: 9px;
    transform: rotate(-50grad);
    position: absolute;
    left: 13px;
    top: 6px;
    background: var(--color-gray-darker);
}
.product_badges .nl-badge-unfold-button:after{
    content: '';
    display: block;
    width: 2px;
    height: 9px;
    transform: rotate(50grad);
    position: absolute;
    left: 13px;
    top: 12px;
    background: var(--color-gray-darker);
}
.product_badges .nl-badge-unfold-button:hover{
    border: 1px solid var(--color-gray-darker2);
    background: var(--color-gray-darker2);
}
.product_badges .nl-badge-unfold-button:hover:before,
.product_badges .nl-badge-unfold-button:hover:after
{
    background: white;
}

.product_badges.many_badges .nl-badge{
    display: none;
}
.product_badges.many_badges .nl-badge:first-child{
    display: inline-block;
}
.product_badges.many_badges.unfold .nl-badge{
    display: inline-block;
}
.product_badges.many_badges.unfold .nl-badge-unfold-button{
    transform: rotate(180deg);
}



@media (max-width: 1400px) {
    .catalog_section_product_list {
        gap: 20px 2%;
    }

    .catalog_section_product_list__item {
        padding: 20px 15px 60px 15px;
        width: 32%;
    }

    .catalog_section_product_list__item .catalog_item__item__card .product_name a {
        line-height: 1.1;
        font-size: var(--font-size-small-1);
    }

}

@media (max-width: 1000px) {
    .catalog_section_product_list {
        gap: 20px 3%;
    }

    .catalog_section_product_list__item {
        padding: 20px 15px 60px 15px;
        width: 48.5%;
    }

    .catalog_section_product_list__item .catalog_item__item__card .product_name a {
        line-height: 1.1;
        font-size: var(--font-size-small-1);
    }
    .catalog_item__item__card .product_badges {
        padding-right: 25px;
    }

}

@media (max-width: 500px) {
    .catalog_section .catalog_section_product_list__item .nl-badge {
        padding: 0px 4px;

        white-space: nowrap;      /* Запрещаем перенос строк */
        overflow: hidden;         /* Скрываем выходящий за границы текст */
        text-overflow: ellipsis;  /* Добавляем многоточие */
    }
    .catalog_item__item__card .product_badges {
        padding-right: 25px;
        top: 12px;
    }
    .catalog_section .catalog_item__item__card .product_badges {
        top: 12px;
    }



    .catalog_section_product_list__item .catalog_item__item__card .product_bottom.readmore .product_buy_block{
        right: 10px;
        bottom: 13px;
        width: calc(100% - 20px);
    }

    .catalog_section_product_list__item {
        padding: 20px 8px 80px 8px;

    }
    .catalog_section_product_list__item .catalog_item__item__card .product_name a {
        display: block;
        line-height: 1.2;
        font-size: var(--font-size-small-4);
    }
    .catalog_section_product_list__item .catalog_item__item__card .product_priceBlockLeft,
    .catalog_section_product_list__item .catalog_item__item__card .product_priceBlockRight,
    .catalog_section_product_list__item .catalog_item__item__card .packaging.small,
    .catalog_section_product_list__item .catalog_item__item__card .product_avail {
        font-size: var(--font-size-small-5);
    }

    .catalog_section_product_list__item .catalog_item__item__card .product_absolute_bottom_block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        bottom: 20px;
        right: 5px;
        left: 8px;
        height: 65px;
    }

    .catalog_section .catalog_section_product_list__item .btn {
        padding: 0 14px;
    }

    .block_product_amount input.current_number {
        font-size: 12px;
        padding: 0px 0px;
    }

    .block_product_amount .minus, .block_product_amount .plus {
        width: 24px;
        height: 21px;
        line-height: 18px;
    }
    .catalog_section_product_list__item .block_product_amount {
        padding: 5px 2px;
    }

    .catalog_section .product_button_block {
        width: 100%;
    }
    .catalog_section .catalog_section_product_list__item .btn {
        padding: 0 14px;
        font-size: var(--font-size-small-6);
        width: 100%;
    }
    .catalog_section .catalog_section_product_list__item .nl-badge {
        padding: 0px 5px;
        white-space: nowrap;      /* Запрещаем перенос строк */
        overflow: hidden;         /* Скрываем выходящий за границы текст */
        text-overflow: ellipsis;  /* Добавляем многоточие */
    }
    .catalog_section .catalog_section_product_list__item .nl-badge.--font-bigger {
        font-size: 10px;
        line-height: 18px;
        height: 21px;
    }

}

@media (max-width: 400px) {

    .catalog_section_product_list__item {
        padding: 10px 5px 80px 8px;
        width: 48.5%;
    }

    .catalog_section_product_list__item .catalog_item__item__card .product_name a {
        display: block;
        line-height: 1.2;
        font-size: var(--font-size-small-5);
    }

    .catalog_section .catalog_section_product_list__item .product_badges {
        left: 10px;
        top: 10px;
        max-width: 80%;
        padding-right: 25px;
    }

    .catalog_section .catalog_section_product_list__item .badge {
        border-radius: 7px;
        padding: 3px 8px;
    }

    .catalog_section_product_list__item .block_extra_buttons {
        right: 10px;
        top: 10px;
    }

    .catalog_section_product_list__item .catalog_item__item__card .product_image {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 160px;
        padding-top: 40px;
    }

    .catalog_section_product_list__item .catalog_item__item__card .product_priceBlockLeft,
    .catalog_section_product_list__item .catalog_item__item__card .product_priceBlockRight,
    .catalog_section_product_list__item .catalog_item__item__card .packaging.small,
    .catalog_section_product_list__item .catalog_item__item__card .product_avail {
        font-size: var(--font-size-small-5);
    }

    .catalog_section_product_list__item .catalog_item__item__card .product_absolute_bottom_block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        bottom: 10px;
        right: 5px;
        left: 8px;
        height: 65px;
    }

    .catalog_section .catalog_section_product_list__item .btn {
        padding: 0 14px;
    }

    .block_product_amount input.current_number {
        font-size: 12px;
        padding: 0px 0px;
    }

    .block_product_amount .minus, .block_product_amount .plus {
        width: 24px;
        height: 21px;
        line-height: 18px;
    }

    .catalog_section_product_list__item .to_favorite {
        width: 22px;
        height: 22px;
    }

    .catalog_section_product_list__item .to_compare {
        width: 22px;
        height: 22px;
    }
    .catalog_section_product_list__item .catalog_item__item__card img {
        max-height: 120px;
    }
    .catalog_section_product_list__item .catalog_item__item__card .product_image {
        padding-top: 0px;
        height: 120px;
    }
    .catalog_section_product_list__item .catalog_item__item__card .product_image a{
        height: 110px;
        overflow: hidden;
        display: block;
        margin-top: -10px;
    }

}

@media(max-width: 360px){
    .catalog_section .catalog_item__item__card .product_bottom.has_retail_price{
        padding-left: 5px;
    }

    .catalog_section_product_list__item .catalog_item__item__card .product_name {
        height: 38px;
    }
    .catalog_section_product_list__item .catalog_item__item__card .product_name a {
        line-height: 1.1;
        font-size: var(--font-size-small-4);
    }
    .catalog_section_product_list__item .product_priceBlock {
        margin-bottom: 5px;
        flex-wrap: wrap;
        gap: 1px 20px;
    }
    .catalog_section_product_list__item {
        padding: 10px 5px 72px 5px;
    }
    .catalog_section_product_list__item .catalog_item__item__card .product_avail {
        margin: 9px 0 4px;
    }
    .catalog_section_product_list__item .catalog_item__item__card img {
        max-height: 100px;
    }
    .catalog_section_product_list__item .catalog_item__item__card .product_image {
        padding-top: 0px;
        height: 90px;
    }
    .catalog_section_product_list__item .catalog_item__item__card .product_image a{
        height: 95px;
        overflow: hidden;
        display: block;
        margin-top: -10px;
    }

}
/* End */


/* Start:/local/templates/nle/components/bitrix/catalog.element/catalog_element_personal/style.css?176278742966999*/
.complect_wrapper .instruction {
    font-weight: normal;
    font-size: var(--font-size-small-2);
    color: #525252;
    text-transform: none;
    margin-bottom: 20px;
    line-height: 1.4;
}

.complect_wrapper .note {
    font-weight: normal;
    font-size: var(--font-size-small-2);
    text-transform: none;
    line-height: 1.4;
    margin: 25px 0;
}

.complect_chosen_positions {
    display: none;
}

.complect_chosen_positions_value {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    float: right;
    margin: 0;
    position: relative;
}

.buy_block_badge_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 20px 0;
}

.buy_block_badge {
    border-radius: 6px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    padding: 1px 15px 0;
}

.buy_block_badge.--violet {
    background-color: var(--color-violet);
    color: white;
}

.buy_block_badge.--blue {
    background-color: var(--color-blue3);
    color: white;
}

.buy_block_price_block {
    margin: 20px 0;
}

.buy_block_price_block__line1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.buy_block_price_block__old_price {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-gray-dark);
    text-decoration: line-through;
}

.buy_block_price_block__discount {
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;

    color: #FFFFFF;
    background-color: var(--color-red);
    border-radius: 6px;
    padding: 1px 5px 0;
}

.buy_block_price_block__actual_price {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-gray-darker2);
}

.block_delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: var(--color-gray-darker2);
    padding: 15px;
}

.block_delivery__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.block_delivery__item_title {
    flex: 0 0 100%;
}

.block_delivery__item_available {
    font-weight: 600;
}

.block_delivery__item_available.--not-available {
    color: var(--color-gray-dark2);
}


.block_delivery__item_icon {
    display: inline-block;
    flex: 0 0 20px;
    width: 20px;
    height: 16px;
}

.block_delivery__item_icon.--icon1 {
    background: center no-repeat url("/local/templates/nle/components/bitrix/catalog.element/catalog_element_personal/images/icon-delivery-truck.svg");
}

.block_delivery__item_icon.--icon2 {
    background: center no-repeat url("/local/templates/nle/components/bitrix/catalog.element/catalog_element_personal/images/icon-shopping-house.svg");
}

.block_delivery__item_icon.--icon3 {
    background: center no-repeat url("/local/templates/nle/components/bitrix/catalog.element/catalog_element_personal/images/icon-shopping-cart.svg");
}

@media (max-width: 600px) {
    #anchor_choose_set h4 {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

.component_catalog_element .complect a {
    margin-bottom: 7px;
    display: block;
    color: var(--main-color-blue);
}

.component_catalog_element .input-box-text.notop {
    /*top: -20px;*/
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0px;
    font-size: var(--font-size-small-2);
    line-height: 1;
    margin: 0;
    position: relative;
    display: block;
}

.component_catalog_element .input-box-text.notop::before {
    content: '';
    display: none;
    position: absolute;
    left: 0px;
    border: 5px solid transparent;
    border-bottom: 0px solid #e2e2e2;
    top: 0px;
}

.component_catalog_element .card-notlog .input-box-text.notop {
    top: 0;
    margin: 15px 0 25px;
}

.component_catalog_element .availability {
    font-size: var(--font-size-small-2);
    line-height: 1;
    color: #000;
    font-weight: 900;
    float: right;
    margin: 0;
    position: relative;
}

.component_catalog_element .availability span {
    padding: 0;
}

.component_catalog_element .typemin.typemin-traceble {
    position: relative;
}

.component_catalog_element .typemin.typemin-traceble {
    background: #ffffff00;
    color: var(--main-color-blue2);
    border: 1px solid var(--main-color-blue2);
    width: 230px;
    margin-right: 30px;
}

.component_catalog_element .typemin.typemin-traceble .typemin-traceble-question {
    position: absolute;
    right: -24px;
    top: -1px;
    background: #ffffff00;
    border: 1px solid var(--main-color-blue2);
    border-radius: 4px;
    width: auto;
    height: auto;
    padding: 2px 6px 2px;
    color: var(--main-color-blue2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.component_catalog_element .typemin.typemin-traceble .typemin-traceble-question:hover {
    color: #fff;
    background: var(--main-color-blue2);
}

#catalog_element_pop_window {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

#catalog_element_pop_window.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

#catalog_element_pop_window .wrapinn {
    display: flex;
    background: #c9e4ff;
    padding: 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    max-width: 1170px;
    width: 100%;
    position: relative;
    height: 98%;
    overflow: hidden;
}

#catalog_element_pop_window .wrapinn .close_button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: transparent;
    border-radius: 20px;
}

#sm_map {
    height: 96.5%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    margin: 15px 10px 15px 10px;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;

}

#catalog_element_pop_window .wrapinn .close_button::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 15px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy43ODcgMUw1IDMuNzg3IDIuMjEzIDEgMSAyLjIxMyAzLjc4NyA1IDEgNy43ODcgMi4yMTMgOSA1IDYuMjEzIDcuNzg3IDkgOSA3Ljc4NyA2LjIxMyA1IDkgMi4yMTMiIGZpbGw9IiM5OTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}

#catalog_element_pop_window .wrapinn .content {
    width: 100%;
    height: 100%;
}

#catalog_element_pop_window .wrapinn .block_choose_sm {
    height: 100%;
}

#catalog_element_pop_window .wrapinn .block_main {
    height: 89%;
}

#catalog_element_pop_window .wrapinn .block_main > * {
    height: 100%;
    overflow: auto;
}

#catalog_element_pop_window .wrapinn .block_second input[type=text] {
    margin: 15px 0;
}

#catalog_element_pop_window .wrapinn .block_second input[type=text] {
    background: var(--main-color-gray-light);
    border: none;
    padding: 5px 8px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#catalog_element_pop_window .block_main {
    display: flex;
    justify-content: space-between;
}

#catalog_element_pop_window .block_main .left {
    width: 35%;
    height: 100%;
    overflow: auto;
    position: relative;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 5px;
}

#catalog_element_pop_window .block_main .left > div {
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
}

#catalog_element_pop_window .block_main .right {
    width: 65%;
    height: 102% !important;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.block_choose_sm .block_top {
    font-weight: bold;
    font-size: larger;
    margin: 0 0 0px;
    background: var(--main-color-gray-light);
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;

}

.block_choose_sm .block_second {
    background: #ffffff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0 10px;
}

.block_choose_sm .item {
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
    position: relative;
}

.block_choose_sm .item.current {
    border: 2px solid var(--main-color-red);
}

.ymaps-b-balloon__content-body .address,
.ymaps-b-balloon__content-body .data_phone,
.ymaps-b-balloon__content-body .data_time,
.ymaps-b-balloon__content-body .data_available {
    margin: 5px 0;
    font-size: smaller;
    line-height: 1.5;
}

.ymaps-b-balloon__content-body .address span:first-child,
.ymaps-b-balloon__content-body .data_phone span:first-child,
.ymaps-b-balloon__content-body .data_time span:first-child,
.ymaps-b-balloon__content-body .data_available span:first-child {
    display: inline-block;
    min-width: 100px;
}

.ymaps-b-balloon__content-body .button_choose_sm {
    margin: 5px 0;
}

.ymaps_baloon_wrapinn {
    position: relative;
}

.ymaps_baloon_wrapinn .data_available {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.block_choose_sm .item.hidden {
    display: none;
}

.block_choose_sm .item span:first-child {
    font-weight: bold;
    font-size: smaller;
    min-width: 80px;
    display: inline-block;
}

.block_choose_sm .item span:nth-child(2) {
    min-width: 20px;
}

.block_choose_sm .item .data_title {
    font-weight: bold;
    font-size: larger;
    margin-bottom: 15px;
}

.block_choose_sm .item .data_address,
.block_choose_sm .item .data_time {
    margin: 7px 0;
    display: flex;
}

.block_choose_sm .item .data_button {
    margin: 15px 0 0;
}

.block_choose_sm .item .data_available {
    /*
    position: absolute;
    bottom: 19px;
    right: 20px;
    */
    color: #009900;
}

.block_choose_sm .item .data_available span:first-child {
    color: #000000;
}

/*
.block_choose_sm .item.current .data_available {
    position: relative;
    bottom: auto;
    right: auto;
    padding-right: 15px;
    color: #009900;
    text-align: right;
}
*/


#anchor_recommended {
    padding: 10px;
}

.component_catalog_element_wrapper {
    margin: 30px 0;
}

.component_catalog_element__line1 {
    border-bottom: 1px solid var(--main-color-gray-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.component_catalog_element__line1 .right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.to_favorite_link {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    padding-left: 20px;
    color: var(--color-gray-darker2);
    padding-left: 0;
    height: 24px;
}

.to_favorite_link::before {
    content: '';
    display: block;
    background: center/22px url('/images/catalog_icons/favorite-gray.svg') no-repeat;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin: 1px 3px -1px;
}

.to_favorite_link.active::before {
    background-image: url('/images/catalog_icons/favorite-red.svg');
}


.to_compare_link {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: var(--color-gray-darker2);
}

.component_catalog_element__line1 .to_compare_link {
    margin-bottom: 0;
    white-space: nowrap;
    align-items: center;
    height: 24px;
    display: inline-flex;
}

.to_compare_link::before {
    content: '';
    display: block;
    background: left center/22px url('/local/templates/nle/components/bitrix/catalog.element/catalog_element_personal/images/Icon Compare.svg') no-repeat;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin: -1px 3px 1px 0;
}

.to_compare_link.active::before {
    background-image: url('/local/templates/nle/components/bitrix/catalog.element/catalog_element_personal/images/Icon Compare-red.svg');
}

#card_btn_message .error_message {
    color: var(--main-color-red);
    margin: 15px 0;
}

.component_catalog_element_wrapper .badge {
    user-select: none;
    box-shadow: none;
    width: auto;
    line-height: 15px;
    color: var(--main-color-blue);
    text-align: center;
    font-size: var(--font-size-small-2);
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 10px 2px;
    margin: 0 5px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--main-color-blue);
    border-radius: 5px;
}

.component_catalog_element_wrapper .badge.typemin-colorchick {
    border: 1px solid #000000;
    color: #000000;
}

.component_catalog_element_wrapper .badge.badge-hot {
    border: 1px solid var(--main-color-red);
    color: var(--main-color-red);
}

.component_catalog_element .gallery {
    display: flex;
    justify-content: flex-start;
    margin-top: -5px;
    gap: 45px;
}

.component_catalog_element__line2 {
    display: flex;
    align-content: space-between;
    margin-top: 15px;
}

.component_catalog_element__line2 > .left {
    width: 65.5%;
}

.component_catalog_element__line2 > .right {
    width: 34.5%;
}

.component_catalog_element .gallery_big {
    width: 700px;
    border-color: transparent;
    margin: 0;
}

.component_catalog_element .block_availability {
    font-size: var(--font-size-small-2);
    width: 100%;
}

.component_catalog_element .block_availability__line1 {
    display: flex;
    width: 100%;
    gap: 30px;
}

.component_catalog_element .block_availability__line1 > div:first-child {
    flex: 1 1 50%;
    width: auto;
}

.component_catalog_element .block_availability__line1 > div:nth-child(2) {
    flex: 1 1 50%;
    width: auto;
    text-align: right;
}

.component_catalog_element .block_availability__line2 {
    margin-top: 5px;
    display: flex;
    width: 100%;
    gap: 10px;
}

.component_catalog_element .block_availability > div > span:first-child {
    display: flex;
}

.component_catalog_element .rests_shop_title,
.component_catalog_element .rests_trs_title {
    margin-right: 5px;
}

.component_catalog_element .block_availability .red {
    color: var(--color-red);
    font-weight: bold;
}

.component_catalog_element .block_availability .green {
    color: var(--color-green);
    font-weight: bold;
}

.component_catalog_element .block_availability .choose_sm_button {
    width: 100%;
    max-width: none;
}

.block_availability__choose_sm_button_wrapper {
    margin: 15px 0;
}

.component_catalog_element .block_availability .current_city_value {
    color: var(--color-blue3);
    font-weight: bold;
}

.component_catalog_element .gallery_thumbs {
    width: 130px;
}

.component_catalog_element .gallery.num_images_1 .gallery_thumbs {
    width: 0px;
    margin: 0;
}

.component_catalog_element .gallery.num_images_1 .gallery_big {
    width: 730px;
}

.component_catalog_element .gallery_big a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
    width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

.component_catalog_element .gallery_big img {
    max-height: 450px;
    max-width: 500px;
    border-radius: 10px;
    /*   box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1);*/
    /*    margin-top: 5px;*/
}

.component_catalog_element .gallery_big_item span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 30px 10px;
    box-sizing: border-box;
}

.component_catalog_element .gallery_thumbs_item span {
    background-color: #ffffff;
    border: 2px solid transparent;
    border-radius: 10px;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 3px 12px 3px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.component_catalog_element .gallery_thumbs_item span img {
    max-width: 100px;
    max-height: 90px;
}

.component_catalog_element .slick-dots {
    text-align: center;
}

.component_catalog_element .gallery_thumbs .slick-current span {
    border-color: var(--main-color-red-light);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.component_catalog_element .block_buy {
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.component_catalog_element .block_buy_description {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}

.component_catalog_element .btn.buy-item,
.component_catalog_element .btn.choose_sm,
.component_catalog_element .btn.choose_set,
.component_catalog_element .btn.buy-complect {
    display: block;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 600;
    padding: 0px 0px;
    text-align: center;
    width: 100%;
    max-width: none;
    height: 56px;
    line-height: 56px;
}

.catalog_element_personal.component_catalog_element .btn.buy-item {
    padding: 0px 0px;
    height: 56px;
    line-height: 56px;
}

.catalog_element_personal .on_delete {
    opacity: 0.3;
    background: #ffeeee;
}

.catalog_element_personal__price_opt_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog_element_personal__price_opt {
    font-weight: 700;
    font-size: 20px;
}

.catalog_element_personal .block_availability__not_available_text {
    color: var(--color-red);
    font-size: 14px;
    font-weight: 500;
}

.catalog_element_personal .not_authorized_notify {
    background: var(--color-red-light2);
    border-radius: 15px;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 20px;
}

.catalog_element_personal .not_authorized_notify a {
    color: var(--color-blue-gray);
}

.component_catalog_element .cardFeat li {
    border-top: none;
    font-size: var(--font-size-small-2);
    line-height: 1.3;
    padding: 10px 0;
}

.component_catalog_element .block_buy .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.component_catalog_element .block_buy .flex.articul {
    padding: 0px 0 5px;
    margin-top: 0;
}

.component_catalog_element .block_buy hr {
    background: var(--color-gray);
    height: 1px;
    border: none;
    padding: 0;
    margin: 10px 0 10px;
    clear: both;
}

.component_catalog_element .block_buy .field_name {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
}

.component_catalog_element .block_buy .field_value {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
}

.component_catalog_element .cardFeat li:first-child {
    border-top: none;
}

.component_catalog_element .cardFeat li.card_price_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.component_catalog_element .cardFeat li.card_price_li span {
    flex: 1 1 100%;
    display: block;
    padding: 0;
    display: block;
    width: 100%;
}

.component_catalog_element .cardFeat li.card_price_li .card_price {
    flex: 1 1 100%;
    padding: 0;
    display: block;
    width: 100%;
    text-align: right;
}

.component_catalog_element .cardFeat li.card_price_li .card_price.--zapros {
    font-size: var(--font-size-normal);
}


.component_catalog_element .card-notlog .cardFeat li:last-child {
    border-bottom: none;
}

.buy-item_wrapper.not_available_in_chosen_sm,
.buy-item_wrapper.hide {
    display: none;
}

.component_catalog_element .card_btn {
    text-align: center;
    margin: 20px 0 20px;
}

.component_catalog_element .amountbox_row {
    display: block;
    margin: 20px 0;
}

.component_catalog_element .block_buy__extra_buttons {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin: 15px 0;
}

.component_catalog_element .block_buy__extra_buttons > div[class*="_button"] {
    font-size: var(--font-size-small-2);
    color: var(--color-blue3);
    border-bottom: 1px dashed var(--color-blue3);
    background: none;
    padding: 0px;
    border-radius: 0;
    width: auto;
    display: flex;
    align-items: center;
    line-height: 1.4286;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

.component_catalog_element .block_buy__extra_buttons > div[class*="_button"]:hover {
    color: var(--color-red);
    border-bottom: 1px dashed var(--color-red);
}

.component_catalog_element .block_buy__extra_buttons .block_related_products_button,
.component_catalog_element .block_buy__extra_buttons .block_similar_products_button {
    display: none;
}

.component_catalog_element .block_buy__extra_buttons .block_related_products_button.active,
.component_catalog_element .block_buy__extra_buttons .block_similar_products_button.active {
    display: flex;
}

.component_catalog_element .jq-number__spin {
    background: var(--main-color-blue);
    position: absolute;
    top: 0;
    display: block;
    font-size: 20px;
    width: 22px;
    height: 29px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
}

.component_catalog_element .jq-number__spin:hover {
    background: #134495;
}

.component_catalog_element .block_descriptions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
    padding: 20px 30px 0px;
    border-radius: 15px;
    margin-top: 1rem;
}

.component_catalog_element .block_descriptions.EMPTY_DETAIL_TEXT {
    display: block;
}

.component_catalog_element .block_middle .block_left,
.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_left {
    width: 100%;
}

.component_catalog_element .block_middle .block_right,
.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_right {
    width: 100%;
}

.component_catalog_element .block_descriptions.EMPTY_DETAIL_TEXT .block_right {
    width: 100%;
}

.component_catalog_element .jq-number__field input {
    border: 0;
    width: 100%;
    text-align: center !important;
    height: 27px;
    font-size: 13px;
    padding: 5px 2px;
    background: #dedede;
    color: #000000;
    box-shadow: none;
    margin: 0;
    outline: none;
    outline: 0;
    border: 0;
    -webkit-appearance: textfield;
    overflow: hidden;
}

.component_catalog_element .jq-number__field input:focus {
    border: 0;
    outline: 0;
}

.component_catalog_element .block_title {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 1rem;
}

.component_catalog_element .block_features .feature {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    gap: 30px;
}

.component_catalog_element .block_features .feature b {
    flex: 1 0 40%;
}

.component_catalog_element .block_features .feature span {
    flex: 1 1 50%;
    padding-right: 15px;
    text-align: left;
}


.component_catalog_element .block_features .feature:last-child {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: navajowhite;
}

.component_catalog_element .block_features .feature b {
    font-weight: normal;
}

.component_catalog_element .block_features br:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #e5e5e5;
    height: 1px;
}

.component_catalog_element .block_descriptions {
    position: relative;
    height: 250px;
    overflow: hidden;
    padding-bottom: 40px;
    background: #ffffff;
}

.component_catalog_element .block_descriptions.expanded {
    height: fit-content;
}

.component_catalog_element.is_complect .block_descriptions {
    /*height: fit-content;*/
}

.component_catalog_element .block_descriptions.expanded {
    height: available;
    transition: 1s;
    padding-bottom: 40px;
}

.component_catalog_element .block_descriptions_expand_button, .component_catalog_element .reviews_expand {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.component_catalog_element .block_descriptions_expand_button.hide {
    display: none !important;
}

.component_catalog_element .block_descriptions_expand_button.show {
    display: flex;
}

.component_catalog_element .card-notlog .cardFeat {
    margin: 0 0 0 0;
    border-top: none;
}

.component_catalog_element .block_descriptions_expand_button .fog, .component_catalog_element .reviews_expand .fog {
    background: rgba(255, 255, 255, 0.9);
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.98), #ffffff, #ffffff);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.component_catalog_element .block_descriptions_expand_button .triangle, .component_catalog_element .reviews_expand .triangle {
    position: absolute;
    background: #ffffff 90% 10px url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L6.2381 7L1 1' stroke='%23484848' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
    /*width: 150px;*/
    height: 28px;
    bottom: 10px;
    left: 50%;
    margin-left: -66px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 0px 2px #00000022;
    padding: 0px 30px 0px 15px;
    box-sizing: border-box;
    transition: 0.2s;
}

.component_catalog_element .block_descriptions_expand_button .triangle:hover, .component_catalog_element .reviews_expand .triangle:hover {
    background-color: #f9fafb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}

.component_catalog_element .block_descriptions_expand_button .triangle:before, .component_catalog_element .reviews_expand .triangle:before {
    content: 'Показать ещё';
    color: var(--color-gray-darker);
    font-size: 14px;
    line-height: 14px;
}

.component_catalog_element .block_descriptions.expanded .block_descriptions_expand_button .triangle {
    margin-left: -66px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8L6.2381 2L1 8' stroke='%23484848' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: 90% 50%;
}

.component_catalog_element .block_descriptions.expanded .block_descriptions_expand_button .triangle:before {
    content: 'Свернуть';
}

.component_catalog_element .block_descriptions:not('.expanded') .reviews_expand.full .triangle {
    margin-left: -66px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8L6.2381 2L1 8' stroke='%23484848' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: 90% 50%;
}

.component_catalog_element .block_descriptions.expanded .reviews_expand.full .triangle {
    margin-left: -66px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8L6.2381 2L1 8' stroke='%23484848' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: 90% 50%;
}

.component_catalog_element .block_descriptions.expanded .reviews_expand.full .triangle:before {
    content: 'Свернуть';
}

.component_catalog_element .block_descriptions.expanded .block_descriptions_expand_button {
    height: 20px;
}

.component_catalog_element .block_descriptions.expanded .reviews_expand .triangle:before {
    height: auto;
}

.catalog_item__item__card .product_avail,
.catalog_item__item__card .is_set .product_avail {
    /*
    position: absolute;
    bottom: 25px;
    left: 18px;
    margin: 0;
    */
}

/*
.catalog_item__item__card .is_set .product_avail {
    position: absolute;
    bottom: 20px;
    left: 18px;
    margin: 0;
    min-height: auto;
}
*/

.product_avail {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    min-height: var(--font-size-small-2);
    color: #000;
}

.product_avail.ok:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/local/templates/nle/images/sprite.png");
    background-position: -175px -74px;
    width: 13px;
    height: 10px;
    left: 0;
    top: 1px;
}

.product_avail.no:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/local/templates/nle/images/sprite.png");
    background-position: -164px -86px;
    width: 9px;
    height: 9px;
    left: 0;
    top: 1px;
}

.product_avail.order:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/local/templates/nle/images/sprite.png");
    background-position: -175px -75px;
    width: 12px;
    height: 9px;
    left: 0;
    top: 1px;
}

/*//////////////////*/


.badgeProp {
    position: absolute;
    background: #f2ff00;
    border-radius: 25px;
    padding: 4px 10px 1px 10px;
    z-index: 9;
    top: 10px;
    left: 25px;
}

.card_price_li_red b {
    color: var(--main-color-red);
    font-weight: bold;
    max-width: 150px;
    display: inline-block;
}

.amountline.info {
    color: var(--main-color-red);
    position: absolute;
    font-size: smaller;
    top: 0;
}

.red-info {
    color: var(--main-color-red);
}


#catalog_element_order_form_slot {
    color: #000000;
    font-size: var(--font-size-small-2);
    width: 100%;
}

.catalog_element_form_order {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog_element_form_order .button_order {
    padding: 15px 70px;
    margin: 0 auto 0px;
    border-radius: 10px;
    font-size: larger;
}

.catalog_element_form_order .button_choose_sm {
    padding: 15px 70px;
    margin: -35px auto 25px;
    border-radius: 10px;
    font-size: larger;
}

.card-notlog .catalog_element_form_order .button_choose_sm {
    margin: 0px auto 25px;
}

.card-notlog .catalog_element_form_order .button_order {
    margin: 0px auto 0px;
}

.catalog_element_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: auto;
}

.catalog_element_form.active {
    display: flex;
}

.catalog_element_form_wrapinn {
    width: auto;
    height: auto;
    background: #fff;
    padding: 100px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 15px;
    overflow: hidden;
}

.catalog_element_form_wrapinn .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--main-color-red) center/cover no-repeat;
    background-image: url("/images/bg-red2.png");
    text-align: center;
    color: #ffffff;
    padding: 18px 5px 27px 5px;
    font-size: larger;
    user-select: none;
}

.catalog_element_form_wrapinn .title h2 {
    font-size: 23px;
    font-weight: normal;
    margin: 10px;
}


.catalog_element_form_wrapinn .button_close {
    display: block;
    background: var(--main-color-red) url('/images/krestik.png');
    background-position: center;
    width: 23px;
    height: 23px;

    position: absolute;
    top: 11px;
    right: 10px;
}

.catalog_element_form .item {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog_element_form .item span.require {
    color: var(--main-color-red);
    font-weight: bold;
}


.catalog_element_form .item .button_order_send {
    margin: 0 auto;
}

.catalog_element_form .item label {
    width: 140px;
    user-select: none;
}

.catalog_element_form input[type=text] {
    min-width: 300px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 5px 10px;
    font-size: var(--font-size-small-2);
    font-family: 'Inter', sans-serif;
    border-radius: 4px;

}

.catalog_element_form textarea {
    min-width: 300px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: var(--font-size-small-2);
    font-family: 'Inter', sans-serif;

}

.catalog_element_form .message {
    padding: 40px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    font-size: larger;
    line-height: 1.6;
}

.catalog_element_form input.error,
.catalog_element_form textarea.error {
    border-color: var(--main-color-red);
}


.amountline .small {
    color: rgb(49, 49, 49);
    font-size: smaller;
    margin-left: 10px;
}

.amountline_outer {
    position: relative;
}

.amountline_outer2 {
    height: 80px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    padding-top: 27px;
    box-sizing: border-box;
}

.amountbox_row.current_user_is_person .amountline_outer2 {
    height: auto;
    overflow: visible;
    padding-top: 10px;
}

.current_user_is_person .amountline_outer2 {
    overflow: visible;
    padding-top: 10px;
}

.current_user_is_person .amountline_outer2 .amountline.info {
    display: none;
}

.amountline_outer2.show {
    height: auto;
}

.button_expand_wrapper {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 2px;
}

.button_expand_wrap1 {
    display: flex;
    align-items: center;
    color: #000000;
    padding-left: 10px;
}

.button_expand {
    background: rgba(255, 255, 255, 0.7);
    background-image: url("/local/templates/nle/images/sprite.png");
    background-position: -163px -116px;
    width: 12px;
    height: 8px;
    margin-right: 13px;
    margin-left: 3px;
}

.amountline_outer2 {

}

.amountline_outer2 .amountline:has(.checked) {
    position: absolute;
    top: 0;
}

/* .popup-window-buttons .btn:nth-child(1) {
    background-color: #949393;
    border: 1px solid #949393;
    color: #ffffff;
}

.popup-window-buttons .btn:nth-child(1):hover {
    background-color: #747373;
    border: 1px solid #747373;
}

.popup-window-buttons .btn:nth-child(2) {
    background-color: var(--main-color-blue);
    border: 1px solid var(--main-color-blue);
    color: #ffffff;
}

.popup-window-buttons .btn:nth-child(2):hover {
    background-color: var(--main-color-blue-dark);
    border: 1px solid var(--main-color-blue-dark);
} */

#slot_for_buttons {
    overflow: hidden;
}

#slot_for_buttons .slot_for_buttons__wrapinn {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

#slot_for_buttons .basket_link {

    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 0px;
    transition: 0.2s;
    margin-left: 10px;
    height: 56px;
}

#slot_for_buttons .basket_link span {
    font-weight: normal;
    font-size: smaller;
}

#slot_for_buttons .basket_link:hover {
    background: #ffffff;
    color: var(--color-gray-darker2);
}

#slot_for_buttons .block_product_amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
    flex: 0 0 130px;
}

#slot_for_buttons .block_product_amount .minus,
#slot_for_buttons .block_product_amount .plus {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    border: 1px solid var(--color-gray-darker);
    user-select: none;
    cursor: pointer;
    transition: 0.2s;
}

#slot_for_buttons .block_product_amount .minus:hover,
#slot_for_buttons .block_product_amount .plus:hover {
    background: var(--main-color-gray);
}

#slot_for_buttons .block_product_amount .current_number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 20px;
    font-weight: 600;
    width: 45px;
    border: none;
    color: var(--color-gray-darker2);
    text-align: center;
}

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

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


.block_choose_sm .block_choose_sm__lining {
    display: none;
}

.component_catalog_element .complect_wrapper {
    margin-right: 30px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--main-color-gray);
}

.component_catalog_element .complect_group {
    border-bottom: 1px solid var(--main-color-gray);
    padding: 1rem 0;
    margin-bottom: 10px;
}

.component_catalog_element .complect_group:last-child {
    margin-bottom: 30px;
}

.component_catalog_element .complect_group .complect_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.component_catalog_element .complect_group .complect_title .title {
    flex: 2;
    color: var(--main-color-gray-darker2);
}

.component_catalog_element .complect_group .complect_title .message {
    color: var(--main-color-red);
    font-weight: normal;
    padding-right: 15px;
}

.component_catalog_element .complect_group .complect_title .message2 {
    color: var(--main-color-grreen-light);
    font-weight: normal;
    padding-right: 15px;
}

.component_catalog_element .complect_group.choosing_done .complect_title .message {
    display: none;
}

.component_catalog_element .complect_group .complect_title .message2 {
    display: none;
}

.component_catalog_element .complect_group.choosing_done .complect_title .message2 {
    display: block;
    color: var(--main-color-green-light);
}


.component_catalog_element .complect_group .complect_item {
    display: none;
    transition: 0.5s;
}

.component_catalog_element .complect_group.opened .complect_item {
    display: flex;
}

.component_catalog_element .complect_group.choosing_done .complect_item.chosen {
    display: flex;
}

.component_catalog_element .complect_group.choosing_done.opened .complect_item {
    display: flex;
}


.component_catalog_element .complect_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #ffffff00;
}

.component_catalog_element .complect_item:last-child {
    margin-bottom: 0;
}

.component_catalog_element .complect_item:hover,
.component_catalog_element .complect_item.chosen {
    background: var(--main-color-gray-light);
    border: 1px solid #00000000;
}

.component_catalog_element .complect_item input[type=radio] {
    cursor: pointer;
}

.component_catalog_element .complect_item .complect_image_wrapper > *:first-child {
    width: 100px;
}

.component_catalog_element .complect_item .name {
    flex: 2;
}

.component_catalog_element .complect_item .quantity_label {
    color: var(--main-color-gray-darker);
    font-size: 12px;
}

.component_catalog_element .complect_item .quantity_value {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
}

.component_catalog_element .complect_item .quantity_value.hidden {
    display: none;
}

.component_catalog_element .complect_item a {
    color: var(--main-color-blue3);
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: underline;
}

.component_catalog_element .complect_item a:hover {
    text-decoration: underline;
}

.component_catalog_element .complect_item .complect_image_wrapper {
    width: 65px;
    height: 50px;
}

.component_catalog_element .complect_item .image {
    width: 50px;
    height: 50px;
    display: block;
    background: #ffffff center no-repeat;
    border-radius: 8px;
}

.complect_group .complect_title:hover {
    cursor: pointer;
}

.component_catalog_element .complect_group .complect_title .button_up_down {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: center 0 no-repeat url("/images/template/icon-plus-gray.svg");
    font-size: 0;
    vertical-align: middle;
    line-height: 11px;
    /* border-bottom: 1px dotted; */
    overflow: hidden;
    text-indent: -9999px;
}

.component_catalog_element .complect_group.opened .complect_title .button_up_down {
    background: center -3px no-repeat url("/images/template/icon-cross-gray.svg");
}

.component_catalog_element .cardFeat {
    margin: 0;
}

/**********************************************************************************************************************/
.complect_item input[type=radio] {
    display: none;
}

.complect_item label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 18px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
}

.complect_item label:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 19px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: url('/images/template/icon-radio-unchecked.svg') 0 0 no-repeat;
}

/* Checked */
.complect_item input[type=radio]:checked + label:before {
    background: url('/images/template/icon-radio-checked.svg') 0 0 no-repeat;
}

/* Hover */
.complect_item label:hover:before {
    filter: brightness(120%);
}

/* Disabled */
.complect_item input[type=radio]:disabled + label:before {
    filter: grayscale(100%);
}


.component_catalog_element .slick-track {
    display: block;
}


#ajax_complect_message {
    display: none;
}

#ajax_complect_message.active {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #00000055;
}

#ajax_complect_message__content {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 20px;
    width: 90%;
    max-width: 380px;
    color: #000000;
    font-size: var(--font-size-normal);
    border-radius: 10px;
    box-shadow: 0 0 5px #00000055;
}

#ajax_complect_message__content a {
    color: var(--color-red);
    text-decoration: underline;
}

#ajax_complect_message__content .button_close {
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY0MV80MDcpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjUyODcxOCAwLjUyNjEzMkMtMC4xNzUzMTQgMS4yMzAxNiAtMC4xNzUzMTMgMi4zNzE2MyAwLjUyODcxOSAzLjA3NTY2TDkuNDUwOCAxMS45OTc3TDAuNTI2MDcxIDIwLjkyMjVDLTAuMTc3OTYxIDIxLjYyNjUgLTAuMTc3OTYyIDIyLjc2OCAwLjUyNjA3MSAyMy40NzJDMS4yMzAxIDI0LjE3NiAyLjM3MTU2IDI0LjE3NiAzLjA3NTYgMjMuNDcyTDEyLjAwMDMgMTQuNTQ3M0wyMC45MjQ5IDIzLjQ3MTlDMjEuNjI5IDI0LjE3NTkgMjIuNzcwNCAyNC4xNzU5IDIzLjQ3NDQgMjMuNDcxOUMyNC4xNzg1IDIyLjc2NzggMjQuMTc4NSAyMS42MjY0IDIzLjQ3NDQgMjAuOTIyM0wxNC41NDk5IDExLjk5NzdMMjMuNDcxOCAzLjA3NTc5QzI0LjE3NTggMi4zNzE3NiAyNC4xNzU4IDEuMjMwMyAyMy40NzE4IDAuNTI2MjY1QzIyLjc2NzggLTAuMTc3NzY3IDIxLjYyNjMgLTAuMTc3NzY3IDIwLjkyMjMgMC41MjYyNjVMMTIuMDAwMyA5LjQ0ODIxTDMuMDc4MjQgMC41MjYxMzJDMi4zNzQyMSAtMC4xNzc5IDEuMjMyNzUgLTAuMTc3OSAwLjUyODcxOCAwLjUyNjEzMloiIGZpbGw9IiM5MDkwOTAiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF82NDFfNDA3Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") center/50% no-repeat;
    box-shadow: 0 0 5px rgba(0, 0, 0, .27);
    position: absolute;
    top: 0px;
    left: auto;
    right: -30px;
    bottom: auto;
    z-index: 1001;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: scale(.9);
    transition: .2s;
}

#ajax_complect_message__content .button_close:hover {
    transform: scale(1);
}

.block_description a {
    color: var(--color-red);
    text-decoration: none;
    border-bottom: 1px dashed var(--color-red);
}

.block_description a:hover {
    color: var(--color-red);
    text-decoration: none;
    border-bottom: 1px solid var(--color-red);
}

.block_description a.link_injected {
    color: var(--color-gray-darker2);
    text-decoration: none;
    border-bottom: 1px dashed var(--color-gray-darker2);
}

.block_description a.link_injected:hover {
    color: var(--color-red);
    border-bottom: 1px dashed var(--color-red);
    text-decoration: none;
}

.block_description ul {
    padding-left: 10px;
}

.block_description ul li {
    margin: 5px;
    list-style: disc;
}


/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
@media (max-width: 1440px) {
    .component_catalog_element .gallery {
        gap: 1vw;
    }

    .component_catalog_element .gallery_big {
        width: calc(100% - 160px);
    }
}


@media (max-width: 1200px) {
    .component_catalog_element .gallery_big {
        width: calc(100% - 160px);
    }

    .component_catalog_element .gallery_big a {
        /*
        max-width: 480px;
        */
    }

    .component_catalog_element .gallery_big img {
        max-width: 420px;
    }

}

@media (max-width: 1022px) {
    #catalog_element_pop_window .block_main .left {
        padding-left: 0px;
    }

    .block_choose_sm .item {
        margin: 5px 5px 5px 5px;
        padding: 10px 5px;
    }

    #sm_map {
        margin-left: 5px;
    }

    .component_catalog_element .gallery_thumbs {
        width: 0px;
        display: none;
    }

    .component_catalog_element .gallery_big {
        width: 95%;
    }

    .component_catalog_element .gallery_big a {
        height: 320px;
        width: 95%;
        margin: 0 auto;
    }

    .component_catalog_element .gallery_big img {
        max-height: 320px;
        max-width: 90%;
        margin: 0 auto;
    }

    .component_catalog_element__line2 > .left {
        width: 50%;
    }

    .component_catalog_element__line2 > .right {
        width: 50%;
    }

    .component_catalog_element .block_middle .block_left {
        width: 40%;
    }

    .component_catalog_element .block_middle .block_right {
        width: 60%;
    }

    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_left {
        width: 46%;
    }

    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_right {
        width: 46%;
    }

    .component_catalog_element .gallery_big .slick-list {
        height: 354px;
    }

    .component_catalog_element .gallery_big .slick-arrow {
        position: absolute;
        top: 138px;
        margin-top: -12px;
        z-index: 500;
    }

    .component_catalog_element .gallery_big .slick-prev {
        left: -20px;
    }

    .component_catalog_element .gallery_big .slick-next {
        left: auto;
        right: -20px;
    }
}

@media (max-width: 860px) {
    .component_catalog_element__line2 {
        flex-wrap: wrap;
    }

    .component_catalog_element__line2 > .left,
    .component_catalog_element__line2 > .right {
        width: 100%;
    }

    .component_catalog_element .complect_wrapper {
        margin-right: 0px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .component_catalog_element .gallery_big img {
        max-height: none;
        max-width: 100%;
        max-height: 300px;
    }
}

@media (max-width: 750px) {
    .block_choose_sm .item span:first-child {
        min-width: 55px;
    }

    .component_catalog_element .gallery_big {
        margin: 0 auto;
    }
}

/* табы */
.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_right {
    width: auto;
}

.component_catalog_element .block_descriptions {
    display: block;
}

.component_catalog_element .block_middle .block_left,
.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_left {
    margin-right: 0;
    width: auto;
}

.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_left.hide {
    display: none !important;
}

.component_catalog_element .block_descriptions {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 55px 0 0;
    max-height: none !important;
}

.component_catalog_element .block_descriptions.hide_detail,
.component_catalog_element .block_descriptions.hide_props {
    padding-top: 0px;
    margin-top: 0;
}

.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_title {
    color: var(--color-gray-dark);
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 33%;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    text-align: left;
    z-index: 100;
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0 0 0;

}

.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_left .block_title {
    left: 15px;
    margin-left: 5px;
}

.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_md .block_title {
    left: 14%;
    margin-left: 5px;
}

.component_catalog_element .block_descriptions.detail_is_hid:not(.hide_detail):not(.hide_props) .block_md .block_title {
    left: 20px;
    margin-left: 0;
}

.component_catalog_element .block_descriptions.detail_is_hid:not(.hide_detail):not(.hide_props) .block_title {
    left: 28%;
}

.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_title:hover {
    color: var(--color-black);
    transition: 0.2s;
}

.component_catalog_element .block_descriptions .block_title.description {
    left: 10px;
}

.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_title.active {
    background: none;
    font-weight: bold;
    color: var(--color-gray-darker2);
    cursor: initial;
}

.component_catalog_element .block_descriptions:not(.hide_detail) .block_features {
    display: none;
    font-size: 14px;
}

.component_catalog_element .block_descriptions .block_description {
    display: none;
    font-size: 14px;
}

.component_catalog_element .block_descriptions .block_reviews {
    display: none;
}

.component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_right {
    width: 100%;
}

.component_catalog_element .block_descriptions .block_features.active {
    display: block;
    padding: 10px 30px 30px 30px;
}

.component_catalog_element .block_descriptions .block_reviews.active {
    display: block;
    padding: 10px 30px 30px 30px;
}

.component_catalog_element .block_descriptions .block_description.active {
    display: block;
    padding: 10px 30px 30px 30px;
}

.component_catalog_element .block_descriptions {
    height: 400px;
}

.component_catalog_element .block_descriptions > div {
    width: 100%;
}

.component_catalog_element .block_middle .block_left,
.component_catalog_element .block_descriptions .block_left {
    width: 100%;
}

.component_catalog_element .block_middle .block_right,
.component_catalog_element .block_descriptions .block_right {
    width: 100%;
}

.component_catalog_element .block_buy__extra_buttons > .block_related_products_button.active,
.component_catalog_element .block_buy__extra_buttons > .block_similar_products_button.active,
.component_catalog_element .block_buy__extra_buttons > .block_related_products_button,
.component_catalog_element .block_buy__extra_buttons > .block_similar_products_button {
    display: none !important;
}

@media (max-width: 1300px) {
    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_title {
        font-size: calc(10px + 1vw);
    }
}

@media (max-width: 1000px) {
    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_md .block_title {
        left: 19%;
    }

    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_title {
        left: 43%;
    }
}

@media (max-width: 767px) {
    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_md .block_title {
        left: 20%;
    }

    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_title {
        left: 47%;
    }
}

@media (max-width: 600px) {
    .component_catalog_element .block_descriptions .block_title {
        width: fit-content !important;
        font-size: 16px !important;
    }

    .component_catalog_element .block_descriptions:not(.detail_is_hid):not(.hide_detail):not(.hide_props) .block_md .block_title {
        left: 50%;
        transform: translateX(-50%);

        text-align: center;
    }

    .component_catalog_element .block_descriptions.detail_is_hid:not(.hide_detail):not(.hide_props) .block_title {
        left: 48%;
    }

    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_title {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 450px) {
    .component_catalog_element .block_descriptions.detail_is_hid:not(.hide_detail):not(.hide_props) .block_title {
        left: auto;
        right: 20px;
    }

    .component_catalog_element .block_descriptions .block_title {
        font-size: 14px !important;
    }

    .component_catalog_element .block_descriptions div.active {
        padding: 0px 15px 30px 15px !important;
    }

    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_left .block_title {
        left: 0px;
        margin-left: 5px;
    }

    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_title {
        left: auto;
        right: 10px;
    }
}

/**/

@media (max-height: 650px) {
    #sm_map {
        height: 80%;
    }
}

@media (max-width: 650px) {


    .component_catalog_element .block_buy__extra_buttons {
        gap: 15px;
    }

    .component_catalog_element__line1 .to_favorite_link {
        overflow: hidden;
        text-indent: -9000px;
    }

    .component_catalog_element__line1 .to_compare_link {
        overflow: hidden;
        text-indent: -9000px;
    }

    .breadcrumbs .pagetitle {
        margin: 15px 0 0;
    }

    #catalog_element_pop_window .wrapinn .close_button {
        top: 5px;
    }

    .block_choose_sm .block_top {
        font-weight: bold;
        font-size: var(--font-size-small-2);
        padding: 5px 20px;
    }

    #catalog_element_pop_window .wrapinn .block_second input[type="text"] {
        width: 100%;
    }

    #catalog_element_pop_window .block_main .left {
        width: 100%;
        margin-top: 0;
    }

    #catalog_element_pop_window .block_main .right {
        width: 100%;
        display: none;
        height: 100% !important;
    }

    #sm_map {
        margin-left: 0;
    }

    #catalog_element_pop_window .wrapinn .block_main {
        align-items: flex-start;
    }

    .block_choose_sm .block_second {
        padding-top: 55px;
    }

    #catalog_element_pop_window .wrapinn .block_second input[type="text"] {
        margin: 15px 0 10px;
    }

    .block_choose_sm .block_choose_sm__lining {
        position: absolute;
        top: 40px;
        left: 10px;
        right: 10px;
        background: var(--main-color-gray-light);
        border-radius: 10px;
        height: 50px;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .block_choose_sm .block_choose_sm__lining > div {
        width: 47%;
        box-sizing: border-box;
        padding: 5px 10px;
        border-radius: 10px;
        cursor: pointer;
        user-select: none;
        text-align: center;
    }

    .block_choose_sm .block_choose_sm__lining > div.active {
        background: #ffffff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        cursor: initial;
    }

    .block_choose_sm .block_choose_sm__lining > div:not(.active):hover {
        background: rgba(0, 0, 0, 0.05);
        transition: 0.2s;
    }

    /*    .component_catalog_element .block_descriptions {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            box-shadow: none;
            padding: 20px 0px 0px;
            border-radius: 15px;
            margin-top: 0;
        }*/
    .component_catalog_element .block_descriptions__lining {
        /*        position: absolute;
                top: 4px;
                left: 0;
                width: 100%;
                background: var(--main-color-gray-light);
                border-radius: 10px;
                height: 53px;
                box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.07);*/
    }


}

@media (max-width: 500px) {
    .component_catalog_element .typemin.typemin-traceble {
        width: auto;

    }

    .component_catalog_element .block_availability__line1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        gap: 5px;
        margin-bottom: 7px;
    }

    .component_catalog_element .block_availability__line1 > div:nth-child(2) {

        text-align: left;
    }

    .component_catalog_element .block_availability__line2 {
        justify-content: flex-start;
        gap: 15px;
    }

    .component_catalog_element .block_availability > div > span:first-child {
        flex: 1 1 50%;
        width: auto;
    }

    .component_catalog_element .block_availability > div > span:nth-child(2) {
        flex: 1 1 50%;
        width: auto;
    }

    .component_catalog_element .input-box-text.notop {
        top: 0px;
        margin: 10px 0 25px;
        font-size: 13px;
    }

    .catalog_element_form_order .button_order {
        padding: 15px 30px;
        margin: 0px auto 0px;
    }

    .component_catalog_element_wrapper {
        margin: 0;
    }

    .component_catalog_element .card_price {
        font-size: 22px;
    }

    .component_catalog_element .cardFeat li {
        font-size: 13px;
        line-height: 22px;
    }

    .component_catalog_element__line1 {
        border-bottom: none;
        align-items: stretch;
    }

    .component_catalog_element__line1 {
        flex-wrap: wrap;
        gap: 15px;
    }

    .component_catalog_element__line1 .left {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        flex-wrap: wrap;
    }

    .component_catalog_element__line1 .right {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 5px;
        margin-bottom: 0;
    }

    .component_catalog_element_wrapper .badge,
    .component_catalog_element .typemin.typemin-traceble .typemin-traceble-question {
        color: var(--main-color-blue2);
        font-size: 11px;
        padding: 2px 7px 1px;
    }

    .component_catalog_element .block_buy {
        padding: 15px 15px 15px;

    }

    .component_catalog_element .card_btn {
        margin: 0px 0 10px;
    }

    .component_catalog_element .cardFeat {
        margin: 0;
    }

    .catalog_element_form_wrapinn .title {
        padding: 5px 5px 10px 5px;
    }

    .catalog_element_form textarea,
    .catalog_element_form input[type=text] {
        min-width: 140px;
    }

    .catalog_element_form textarea {
        min-height: 64px;
        height: auto;
    }

    #ajax_complect_message__content {
        width: 80%;
        font-size: var(--font-size-small-2);
        padding: 20px 10px 20px 20px;
        margin-left: -20px;
        text-align: left;
    }

}

@media (max-width: 415px) {
    .block_delivery {
        flex-wrap: wrap;
        justify-content: flex-start;

    }

    .component_catalog_element .complect_wrapper {
        margin-right: 0;
        padding: 0px;
        border: none;
    }

    .component_catalog_element .gallery_big .slick-arrow {
        width: 19px;
    }

    .component_catalog_element .slick-prev {
        background-position: 3px center;
    }

    .component_catalog_element .gallery_big .slick-prev {
        left: 0px;
    }

    .component_catalog_element .gallery_big .slick-next {
        width: 19px;
        background-position: 5px center;
        left: auto;
        right: 0px;
    }

    .component_catalog_element .slick-dots li button {
        width: 15px;
    }

    .block_delivery {
        font-size: 14px;
        gap: 20px;
        margin: 5px 0;
    }

    .block_delivery > * {
        flex: 1 1 100%;
    }

    .block_delivery__item_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 30px;
    }

    .buy_block_price_block__actual_price {
        font-size: 24px;
    }

    .buy_block_price_block__old_price {
        font-size: 16px;
    }

    .buy_block_price_block {
        margin: 20px 0;
    }

    #slot_for_buttons .block_product_amount .minus, #slot_for_buttons .block_product_amount .plus {
        width: 46px;
        height: 46px;
        box-sizing: border-box;
        font-size: 26px;
    }

    #slot_for_buttons .basket_link {
        height: 46px;
    }

    .catalog_element_personal.component_catalog_element .btn.buy-item,
    .component_catalog_element .block_availability .choose_sm_button {
        padding: 0px 0px;
        height: 46px;
        line-height: 46px;
        font-size: 12px;
        border-radius: 8px;
    }

    .component_catalog_element .card_price {
        font-size: 16px;
        font-weight: 600;
    }

    .catalog_element_personal__price_opt {
        font-weight: 600;
        font-size: 16px;
    }

}

@media (max-width: 360px) {
    .component_catalog_element .block_descriptions:not(.hide_detail):not(.hide_props) .block_title {
        font-size: var(--font-size-small-2);
    }
}

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

/**/

.catalog_element_personal .catalog_tags {
    margin-top: 15px;
    margin-bottom: 0px;
}

.catalog_element_personal .catalog_tags_right {
    text-align: right;
}

.catalog_element_personal .catalog_tags a {
    margin-right: 10px;
    margin-bottom: 10px;
}

.catalog_element_personal .catalog_tags.catalog_tags_right a {
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.catalog_element_personal .catalog_tags.catalog_tags_right a,
.catalog_element_personal .catalog_tags.catalog_tags_right a.btn {
    width: fit-content;
    font-weight: normal;
    font-size: 13px;
    padding: 0px 10px;
    background-color: transparent;
}


/**********************************************************************************************************************/


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


/* Start:/local/templates/nle/components/bitrix/system.pagenavigation/nle2/style.css?17320045561337*/
.system-nav-nle2 {
    color: var(--color-gray-darker2);
    font-size: var(--font-size-small-2);
    user-select: none;
    margin: 10px 0 20px;
}
.system-nav-nle2 .nav-pages {
    margin: 10px 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.system-nav-nle2 .nav-pages a,
.system-nav-nle2 .nav-current-page {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px;
    min-width: 35px;
    text-align: center;
}

.system-nav-nle2 .nav-current-page {
    color: white;
    background-color: var(--color-red);
    font-weight: bold;
    border: 1px solid var(--color-red);
}

.system-nav-nle2 .nav-pages a {
    color: var(--color-gray-darker2);
    background: #ffffff;
    border: 1px solid var(--color-gray-dark);
    font-weight: normal;
}
.system-nav-nle2 .nav-pages a:hover {
    color: #ffffff ;
    background: var(--color-gray-darker2);
    border: 1px solid var(--color-gray-darker2);
    font-weight: normal;
}

@media (max-width: 750px){
    .system-nav-nle2 .nav-pages a,
    .system-nav-nle2 .nav-current-page {
        padding: 4px 6px;
        font-size: var(--font-size-small-3);
        min-width: 30px;
    }
}
@media (max-width: 480px){
    .system-nav-nle2 .nav-pages {

    }
    .system-nav-nle2 .nav-pages a,
    .system-nav-nle2 .nav-current-page {
        margin: 0;
    }
}

/* End */


/* Start:/local/templates/nle/components/bitrix/news.list/reviews/style.css?176278742926664*/
.component_news_list_reviews {
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 100px;
}

.component_news_list_reviews__items_block {
    flex: 0 0 60%;
}

.component_news_list_reviews__items_block.noreviews {
    flex: 0 0 100%;
    width: 100%;
}

/* Заголовок "Отзывы" */
.section_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.section_title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Блок сортировки */
.catalog_section__sorting_select_block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.catalog_section__sorting_select_block .sorter_title {
    color: #848484;
}

.select-sort {
    padding: 6px 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
}

/* Отзыв */
.component_news_list_reviews__items_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#reviews-list .item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 0px;
}
#reviews-list .item.hidden {
    display: none;
}

/* Блок с звёздами, именем, датой, источником */
.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

#reviews b {
    font-weight: 600;
}

#reviews p {
    margin: 2px 0 !important;
}

.review-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.review-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.no_reviews_block{
    padding: 30px 0 0px;
    text-align: center;

}
.no_reviews_block__text{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}


/* Звезды — динамические, без цифр */

span.stars {
    margin-top: 2px;
    margin-bottom: -2px;
}

.stars .star {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 0;
    background-position: center;
}

.stars .star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23FF4246'/></svg>") no-repeat center;
    background-size: contain;
}
.no_reviews_block .stars .star
{
    width: 32px;
    height: 32px;
}
@media(max-width: 450px) {
    .no_reviews_block {
        padding: 10px;

    }
    .no_reviews_block .stars .star {
        width: 18px;
        height: 18px;
    }
    .no_reviews_block__text {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
    }
}

.stars .item.rating-0 .star,
.item.rating-0 .star {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23D1D1D1'/></svg>") no-repeat center;
    background-size: contain;
}


.item.rating-1 .star:nth-child(1) {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23FF4246'/></svg>") no-repeat center;
    background-size: contain;
}

.item.rating-1 .star:nth-child(n+2) {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23D1D1D1'/></svg>") no-repeat center;
    background-size: contain;
}

.item.rating-2 .star:nth-child(-n+2) {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23FF4246'/></svg>") no-repeat center;
    background-size: contain;
}

.item.rating-2 .star:nth-child(n+3) {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23D1D1D1'/></svg>") no-repeat center;
    background-size: contain;
}

.item.rating-3 .star:nth-child(-n+3) {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23FF4246'/></svg>") no-repeat center;
    background-size: contain;
}

.item.rating-3 .star:nth-child(n+4) {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23D1D1D1'/></svg>") no-repeat center;
    background-size: contain;
}

.item.rating-4 .star:nth-child(-n+4) {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23FF4246'/></svg>") no-repeat center;
    background-size: contain;
}

.item.rating-4 .stars .star:nth-child(5) {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23D1D1D1'/></svg>") no-repeat center;
    background-size: contain;
}

.item.rating-5 .review-header > span.stars .star {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23FF4246'/></svg>") no-repeat center;
    background-size: contain;
}

/* Имя/ID пользователя */
.review-header span.review-name {
    line-height: 16px;
    font-weight: 600;
}

/* Дата */
.review-header span.review-date {
    line-height: 16px;
    color: #777;
}

/* Логотип маркетплейса */
.review-header span.marketplace.ozon {
    display: inline-block;
    width: 70px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,<svg width='46' height='10' viewBox='0 0 46 10' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_4060_21126)'><path d='M4.95712 -0.00195312C2.22756 -0.00195312 0 2.20291 0 4.90463C0 7.60636 2.22756 9.81122 4.95712 9.81122C7.71805 9.81122 9.91424 7.60636 9.91424 4.90463C9.91424 2.20291 7.71805 -0.00195312 4.95712 -0.00195312ZM4.95712 7.54426C3.48253 7.54426 2.29031 6.36418 2.29031 4.90463C2.29031 3.44508 3.48253 2.26501 4.95712 2.26501C6.43171 2.26501 7.62392 3.44508 7.62392 4.90463C7.62392 6.36418 6.43171 7.54426 4.95712 7.54426ZM27.8289 -0.00195312C23.9698 -0.00195312 20.8638 2.20291 20.8638 4.90463C20.8638 7.60636 23.9698 9.81122 27.8289 9.81122C31.6879 9.81122 34.7939 7.60636 34.7939 4.90463C34.7939 2.20291 31.6565 -0.00195312 27.8289 -0.00195312ZM27.8289 7.54426C25.1621 7.54426 23.1855 6.14682 23.1855 4.93567C23.1855 3.72457 25.1621 2.32712 27.8289 2.32712C30.4957 2.32712 32.4723 3.72457 32.4723 4.93567C32.4723 6.14682 30.4643 7.54426 27.8289 7.54426ZM44.426 0.215428C43.7982 0.215428 43.2649 0.743349 43.2649 1.36444V5.21518L36.9901 0.277536C36.7705 0.0912099 36.4567 0.246482 36.4567 0.525971V8.44482C36.4567 9.06591 36.9901 9.59386 37.6176 9.59386C38.2451 9.59386 38.7785 9.06591 38.7785 8.44482V4.62516L45.0534 9.56278C45.2728 9.74911 45.5867 9.59386 45.5867 9.31435V1.36444C45.5867 0.743349 45.0533 0.215428 44.426 0.215428ZM19.0441 7.32689H15.091L20.1108 0.743349C20.2677 0.525971 20.1108 0.215428 19.8598 0.215428H12.581C11.9536 0.215428 11.4202 0.743349 11.4202 1.36444C11.4202 1.98553 11.9536 2.51345 12.581 2.51345H15.8753L10.8241 9.09699C10.6672 9.31435 10.8241 9.62489 11.1064 9.62489H19.0441C19.6716 9.62489 20.205 9.09699 20.205 8.47589C20.205 7.8548 19.6716 7.32689 19.0441 7.32689Z' fill='%23005CFE'/></g><defs><clipPath id='clip0_4060_21126'><rect width='45.7948' height='9.81317' fill='white'/></clipPath></defs></svg>") no-repeat center;
    background-size: 46px 10px;
    background-position: center right;
}

.review-header span.marketplace.wb {
    display: inline-block;
    width: 70px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,<svg width='66' height='10' viewBox='0 0 66 10' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_4060_21018)'><path d='M27.5816 2.88972C26.8358 2.88972 26.1685 3.11185 25.6058 3.47772V0.0672872H24.0226V6.35242C24.0226 8.26018 25.6189 9.80206 27.5685 9.80206C29.518 9.80206 31.1405 8.27324 31.1405 6.33936C31.1405 4.40547 29.5704 2.88972 27.5816 2.88972ZM19.3908 2.99425C17.6375 3.16412 16.1983 4.64067 16.1983 6.40469C16.1983 8.26018 17.8338 9.82819 19.7441 9.82819C21.6544 9.82819 23.2899 8.27324 23.2899 6.40469C23.2899 5.60761 23.0021 4.88894 22.518 4.314L19.0245 0.080354H16.9833L19.3908 2.99425ZM7.18324 6.79669L5.73089 3.13799H4.61873L3.17947 6.79669L1.72712 3.13799H0L2.53834 9.59299H3.6505L5.18136 5.75135L6.71221 9.59299H7.82437L10.3496 3.13799H8.63559L7.18324 6.79669ZM35.4321 2.90279C33.4564 2.90279 31.8601 4.3924 31.8601 6.28709C31.8601 8.16871 33.2601 9.82819 35.3405 9.82819C36.5835 9.82819 37.591 9.24019 38.3106 8.24711L37.0807 7.2671C36.7274 7.89431 36.034 8.26018 35.3536 8.26018C34.4639 8.26018 33.5872 7.64604 33.5218 6.74443H38.6901V6.27402C38.677 4.28787 37.3293 2.90279 35.4321 2.90279ZM55.5818 2.90279C53.6061 2.90279 52.0229 4.3924 52.0229 6.36549C52.0229 8.22098 53.4229 9.81513 55.4902 9.81513C56.7332 9.81513 57.7407 9.22712 58.4603 8.23404L57.3744 7.33243C56.9949 7.90737 56.3014 8.24711 55.4641 8.24711C54.6397 8.24711 53.7369 7.63297 53.6715 6.73136H58.8136V6.19562C58.8136 4.28787 57.479 2.90279 55.5818 2.90279ZM61.1034 5.01961C61.1034 4.61454 61.666 4.30093 62.3987 4.30093C63.1314 4.30093 63.9426 4.65374 64.466 5.22868L65.4212 4.09186C64.5053 3.30786 63.5894 2.90279 62.438 2.90279C60.9987 2.90279 59.5202 3.54306 59.5202 5.01961C59.5202 6.8359 61.1295 6.96656 62.438 7.0711C63.1707 7.12336 63.8249 7.17563 63.8249 7.64604C63.8249 8.15564 63.0791 8.39085 62.438 8.39085C61.6006 8.39085 60.8024 8.01191 60.266 7.37163L59.2454 8.43005C60.0566 9.39699 61.2342 9.81513 62.3856 9.81513C63.8249 9.81513 65.4081 9.14872 65.4081 7.6199C65.4081 5.89508 63.7856 5.72522 62.5426 5.60761C61.7445 5.51615 61.1034 5.45081 61.1034 5.01961ZM41.0714 4.60147V3.13799H39.4882V9.57993H41.0714V6.84896C41.2808 5.33321 42.5238 4.71907 43.963 4.71907V3.13799H43.806C42.5892 3.13799 41.6994 3.56919 41.0714 4.60147ZM46.0827 4.60147V3.13799H44.4995V9.57993H46.0827V6.84896C46.292 5.13721 47.8098 4.71907 48.9743 4.71907V3.13799H48.8042C47.6004 3.13799 46.7107 3.55613 46.0827 4.60147ZM13.8169 9.57993H15.4001V0.080354H13.8169V9.57993ZM19.7441 8.27324C18.6581 8.27324 17.7684 7.4239 17.7684 6.36549C17.7684 5.30708 18.645 4.44467 19.731 4.44467C20.8039 4.44467 21.7198 5.29401 21.7198 6.36549C21.7198 7.43697 20.8432 8.27324 19.7441 8.27324ZM27.5816 8.27324C26.5087 8.27324 25.6058 7.43697 25.6058 6.35242C25.6058 5.26788 26.4563 4.44467 27.5816 4.44467C28.7068 4.44467 29.5704 5.29401 29.5704 6.35242C29.5704 7.41083 28.6676 8.27324 27.5816 8.27324ZM11.0823 9.57993H12.6655V3.13799H11.0823V9.57993ZM49.6416 9.57993H51.2248V3.13799H49.6416V9.57993ZM11.8543 0.00195312C11.2132 0.00195312 10.6767 0.524626 10.6767 1.17797C10.6767 1.84437 11.2394 2.30171 11.8543 2.30171C12.5347 2.30171 13.0581 1.73984 13.0581 1.15183C13.0581 0.550759 12.5085 0.00195312 11.8543 0.00195312ZM50.4266 0.00195312C49.7855 0.00195312 49.236 0.524626 49.236 1.17797C49.236 1.83131 49.7593 2.30171 50.4528 2.30171C51.1463 2.30171 51.6173 1.84437 51.6173 1.2041C51.6173 0.563826 51.0808 0.00195312 50.4266 0.00195312ZM53.8547 5.45081C54.1164 4.81054 54.679 4.44467 55.5033 4.44467C56.3276 4.44467 56.8379 4.83667 57.0472 5.45081H53.8547ZM33.6919 5.45081C33.9536 4.81054 34.5162 4.44467 35.3274 4.44467C36.1517 4.44467 36.6882 4.83667 36.8975 5.45081C36.9106 5.45081 33.6919 5.45081 33.6919 5.45081Z' fill='%23E313BF'/></g><defs><clipPath id='clip0_4060_21018'><rect width='65.4212' height='9.81317' fill='white'/></clipPath></defs></svg>") no-repeat center;
    background-size: 100% auto;
    background-position: center right;
}

/* Текст отзыва */
.item > span:last-child {
    font-size: 14px;
    color: #444;
    margin-top: 5px;
    line-height: 1.5;
}

/* Скрыть пустые span */
.item > span:empty {
    display: none;
}
.reviews-blur {
    opacity: 0.1; /* опционально, для визуального эффекта загрузки */
    pointer-events: none; /* необязательно, но полезно — блокирует взаимодействие */
    /*
    filter: blur(4px);
    transition: filter 0.2s ease, opacity 0.2s ease;
    */
}

/* Блок статистики рейтинга */
.catalog_section__statustic_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 260px;
}

/* Рейтинг и звёзды */
.rating-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-header .rating-value {
    font-size: 40px;
    font-weight: 700;
}

.rating-header .rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 0;
}

.rating-header .rating-stars .star {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23FF4246'/></svg>") no-repeat center;
    background-size: contain;
}

/*
.rating-header .rating-stars .star:nth-child(n+2) {
    background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23D1D1D1'/></svg>") no-repeat center;
    background-size: contain;
}
*/

.rating-header .review-count {
    font-size: 14px;
    color: #666;
}

/* Стилизация кастомного селекта */
.select-sort {
    position: relative;
    display: inline-block;
    width: auto;
    cursor: pointer;
    font-size: 14px;

    /* Скрываем стандартную стрелку */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Стили как у текста */
    background: #ffffff;
    border: none;
    outline: none;
    color: #1967D2;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;




    /* Фоновая стрелка — ваш SVG */
    background-image: url("data:image/svg+xml;utf8,<svg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.703125 0.699219L4.9349 5.77735C5.3347 6.25711 6.07155 6.25711 6.47135 5.77735L10.7031 0.699218' stroke='%231967D2' stroke-width='1.4' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 7px;
}

/* Отображаемый элемент */
.select-display {
    padding: 6px 20px 6px 0px;
    border-radius: 4px;
    background: transparent;
    color: #1967D2;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.custom-select.select-open .select-display {
    border: none;
}

/* Панель с опциями */
.select-sort-choose-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    z-index: 1000;
    background: white;
    border-radius: 10px;
    border-top: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 10px 0;
}

.custom-select.open .select-sort-choose-panel {
    display: block;
}

/* Опции */

.select-sort-choose-panel .option {
    padding: 3px 15px;
    background: white;
    color: #3f3f3f;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.select-sort-choose-panel .option:hover {
    background: #1967D211;
}

.select-sort-choose-panel .option[data-selected="true"] {
    padding-right: 20px;
}

.select-sort-choose-panel .option[data-selected="true"]::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 9px;
    margin-left: 10px;
    background: url("data:image/svg+xml;utf8,<svg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.4433 0.246499C11.3658 0.168392 11.2736 0.106396 11.1721 0.0640889C11.0705 0.0217817 10.9616 0 10.8516 0C10.7416 0 10.6327 0.0217817 10.5311 0.0640889C10.4296 0.106396 10.3374 0.168392 10.2599 0.246499L4.0516 6.46317L1.44327 3.8465C1.36283 3.7688 1.26788 3.7077 1.16384 3.6667C1.05979 3.6257 0.948688 3.60559 0.836871 3.60752C0.725053 3.60946 0.614712 3.6334 0.512147 3.67798C0.409582 3.72255 0.316801 3.7869 0.239102 3.86733C0.161403 3.94777 0.100308 4.04272 0.0593049 4.14676C0.0183016 4.25081 -0.00180712 4.36191 0.000127432 4.47373C0.00206199 4.58555 0.0260018 4.69589 0.0705797 4.79845C0.115158 4.90102 0.179501 4.9938 0.259935 5.0715L3.45994 8.2715C3.53741 8.34961 3.62957 8.4116 3.73112 8.45391C3.83267 8.49622 3.94159 8.518 4.0516 8.518C4.16161 8.518 4.27053 8.49622 4.37208 8.45391C4.47363 8.4116 4.5658 8.34961 4.64327 8.2715L11.4433 1.4715C11.5279 1.39346 11.5954 1.29875 11.6415 1.19334C11.6877 1.08792 11.7115 0.974084 11.7115 0.858999C11.7115 0.743914 11.6877 0.630076 11.6415 0.52466C11.5954 0.419244 11.5279 0.324534 11.4433 0.246499Z' fill='%23FF4246'/></svg>") no-repeat center;
    background-size: contain;
}


/* График оценок */
.rating-chart {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    max-width: 300px;
}

.rating-chart-item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin-left: -5px;
}

.rating-chart-item span {
    color: #777;
}

.rating-chart-item span:first-child {
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

.rating-chart-bar {
    flex: 1;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.rating-chart-bar-fill {
    height: 100%;
    background: #ff6b6b;
    border-radius: 4px;
}

/* Сортировка */
.sorting-container {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #666;
}

.sorting-container .sort-label {
    font-weight: 600;
}

.sorting-container .sort-select {
    color: #007bff;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sorting-container .sort-select::after {
    content: '▼';
    font-size: 10px;
}


/* Рейтинг и звёзды */
.rating-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.component_catalog_element__line1 .rating-header{
    margin-right: 10px;
    cursor: pointer;
}
.component_catalog_element__line1 .rating-header .rating-stars .star {
    width: 20px;
    height: 18px;
}



.component_catalog_element__line1 .rating-header > span{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--color-gray-darker2);
}
.component_catalog_element__line1 .rating-header .review-count {
    font-size: 14px;
    color: var(--color-gray-darker2);
    white-space: nowrap;
}



.rating-header .rating-value {
    font-size: 40px;
    font-weight: 700;
}

.rating-header .rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 0;
}

.rating-header .rating-stars .star {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rating-header .rating-stars .star-full {
    background-image: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23FF4246'/></svg>");
}

.rating-header .rating-stars .star-empty {
    background-image: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23D1D1D1'/></svg>");
}

.rating-header .rating-stars .star-half {
    background-image: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.22192 0L8.22151 3.78992L12.4438 4.52049L9.45732 7.59336L10.0673 11.8348L6.22192 9.94402L2.37656 11.8348L2.98652 7.59336L0 4.52049L4.22234 3.78992L6.22192 0Z' fill='%23D1D1D1'/><path d='M6.22192 0L8.22151 3.78992L6.22192 7.35988L3.88812 11.0912L6.22192 9.94402L2.37656 11.8348L2.98652 7.59336L0 4.52049L4.22234 3.78992L6.22192 0Z' fill='%23FF4246'/></svg>");
}

.rating-header .review-count {
    font-size: 14px;
    color: #666;
}


/* Адаптивность */
@media (max-width: 1200px) {
    .component_news_list_reviews {
        gap: 5%;
    }

    .component_news_list_reviews__items_block {
        flex: 1 1 70%;
    }

    .catalog_section__statustic_block {
        flex: 1 1 25%;
    }
}

@media (max-width: 767px) {

    .component_news_list_reviews {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
    }

    .catalog_section__sorting_select_block {
        gap: 0px;
        padding: 0px 0;
        margin-bottom: 10px;
    }

    .catalog_section__statustic_block {
        flex: 1 1 100%;
        gap: 0px;
        padding-left: 10px;
    }

    .component_news_list_reviews__items_block {
        flex: 1 1 100%;
    }

    .section_title {
        font-size: 20px;
    }


    .review-header {
        gap: 8px;
        flex-wrap: wrap;
    }

    .review-header > span:nth-child(2) {
        font-size: 13px;
    }

    .review-header > span:nth-child(3),
    .review-header > span:nth-child(4) {
        font-size: 11px;
    }

    .review-header > span:nth-child(4) {
        width: 40px;
        height: 14px;
    }

    .review-header > span:first-child {
        gap: 1px;
    }

    .review-header > span:first-child .star {
        width: 14px;
        height: 14px;
    }

    .item > span:last-child {
        font-size: 13px;
    }
}

@media (max-width: 450px) {
    .review-header-left {
        flex-direction: column-reverse;
        display: flex;
        align-items: flex-start;
        gap: 1px;
    }
    .component_news_list_reviews {
        font-size: 13px;
    }
    .review-header span.review-date {
        font-size: 13px;
    }
    .review-header span.review-name {
        line-height: 14px;
    }
    .review-header-left .stars .star {
        display: inline-block;
        width: 13px;
        height: 16px;
        background: url("data:image/svg+xml;utf8,<svg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.2218 0L8.22139 3.78992L12.4437 4.52049L9.4572 7.59336L10.0672 11.8348L6.2218 9.94402L2.37644 11.8348L2.9864 7.59336L-0.000118732 4.52049L4.22222 3.78992L6.2218 0Z' fill='%23FF4246'/></svg>") no-repeat center;
        background-size: contain;
    }
    .section_title {
        font-size: 18px;
    }

    .catalog_section__sorting_select_block {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .catalog_section__statustic_block {
        padding-left: 0px;
    }


    .component_news_list_reviews__items_block .item {
        padding: 10px 0;
    }
    .review-header {
        gap: 10px;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .review-header span.stars {
        margin-top: 2px;
        margin-bottom: -3px;
    }
    .review-header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: nowrap;
    }
    .review-header span.marketplace.ozon {
        width: 46px;
    }
    .review-header > span:first-child .star {
        width: 12px;
        height: 12px;
    }

    .review-header > span:nth-child(2) {
        font-size: 12px;
    }

    .review-header > span:nth-child(3),
    .review-header > span:nth-child(4) {
        font-size: 10px;
    }

    .review-header > span:nth-child(4) {
        width: 35px;
        height: 12px;
    }

    .item > span:last-child {
        font-size: 12px;
    }
}

/* End */


/* Start:/local/templates/nle/components/bitrix/catalog.section/in-element2/style.css?17591561586082*/
#recommended_products .product .typemin ,
.recommended_products__in_element2 .product .typemin
{
    position: absolute;
    left: 10px;
    top: 10px;
}
#related_products .product .typemin {
    position: absolute;
    left: 10px;
    top: 10px;
}


.recommended_products__in_element2 {
    position: relative;
}

.recommended_products__in_element2 .slick-list {
    padding-top: 10px;
    display: flex !important;
}
.recommended_products__in_element2 .product_image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    margin: 0 0 22px;
    position: relative;
}
.recommended_products__in_element2 .product_image img {
    display: block;
    max-height: 220px;
    max-width: 260px;
}
.recommended_products__in_element2 .product_type {
    min-height: 14px;
    margin-top: 5px;
}
.recommended_products__in_element2 .slick-track {
    display: flex !important;
}

.recommended_products__in_element2 .product.is_set .product_bottom{
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.recommended_products__in_element2 .product {
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
    position: relative;
    padding: 10px 20px 55px;
    margin: 3px 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
}

.recommended_products__in_element2 .slick-prev {
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -22px;
    background-size: auto 74%;
    background-position: 8px center;
}

.recommended_products__in_element2 .slick-next {
    position: absolute;
    top: 50%;
    right: -22px;
    margin-top: -23px;
    background-size: auto 74%;
    background-position: 11px center;
}

.recommended_products__in_element2 .image_link {
    width: 100%;
    height: 220px;
    background: center/contain no-repeat;
    transition: 0.2s;
}

.recommended_products__in_element2 .image_link:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.recommended_products__in_element2 .product_avail {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;

    color: #000;
}

.recommended_products__in_element2 .slick-dots {
    margin: 0 0;
    text-align: center;
}

.product_name {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    height: 54px;
    margin: 0 0 12px;
}

.product_name a,
.product_name a:active,
.product_name a:visited
{
    color: #221f1f;
    display: block;
    text-decoration: none;
}
.product_buy_block{
    width: 100%;
    min-height: 60px;
    /*
    display: flex;
    align-items: center;
    justify-content: space-between;
    */
}
.product_priceBlock {
    margin-bottom: 10px;
    clear: both;
}
div:not(.catalog_section) .product_priceBlock {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.slick-slider .catalog_item__item__card .product_buyButtonBlock {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
}


.product_name a:hover {
    color: var(--main-color-red);
}

.product_type {
    color: #7e7979;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 18px;
}


.recommended_products__in_element2 .typemin {
    background: rgba(255,255,255,0.5);
    box-shadow: none;
    width: auto;
    line-height: 15px;
    color: var(--color-blue3);
    text-align: center;
    font-size: var(--font-size-small-4);
    display: inline-block;
    text-transform: initial;
    padding: 6px 15px 6px;
    margin: 0px 5px 10px 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--color-blue3);
    border-radius: 13px;
}

.recommended_products__in_element2 .typemin-new {
    color: var(--color-blue3);
    border-color: var(--color-blue3);
}

.recommended_products__in_element2 .typemin-traceble {
    background: #ffffff;
    border-color: var(--main-color-blue3);
    color: var(--main-color-blue3);
    width: 210px;
}

.recommended_products__in_element2 .typemin-hot {
    color: var(--main-color-red);
    border-color: var(--main-color-red);
}

.recommended_products__in_element2 .typemin-sale {
    background: #ffffff;
    color: var(--main-color-red);
    border-color: var(--main-color-red);
}

.recommended_products__in_element2 .typemin-spec {
    background: #ff8b17 url(/local/templates/nle/components/bitrix/catalog.section/in-element2/../images/thumbs-up-hand-symbol.svg) center center no-repeat;
    background-size: 14px 14px;
}
.recommended_products__in_element2 .product_avail.ok::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/local/templates/nle/images/sprite.png");
    background-position: -175px -74px;
    width: 13px;
    height: 10px;
    left: 0;
    top: 1px;
}
.recommended_products__in_element2 .product_avail.no::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("/local/templates/nle/images/sprite.png");
    background-position: -164px -86px;
    width: 9px;
    height: 9px;
    left: 0;
    top: 1px;
}

@media(max-width: 415px){
    div:not(.catalog_section) .product_priceBlock {
        gap: 5px;
    }
    div:not(.catalog_section) .product_priceBlock .product_priceBlockRight{
        white-space: nowrap;
    }

}
@media(max-width: 360px){
    div:not(.catalog_section) .product_priceBlock {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }


}
/* End */


/* Start:/local/templates/nle/components/bitrix/catalog.item/in-element3/style.css?175915615833059*/
.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;
}
.catalog_item__item__card  .product_badges {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	position: absolute;
	left: 20px;
	top: 14px;
	max-width: 90%;
	z-index: 3;
	padding-right: 35px;
}
.catalog_item__item__card .product_badges.unfold {
	flex-direction: column;
}
.product_badges.many_badges .nl-badge {
	display: none;
}
.product_badges.many_badges .nl-badge:first-child{
	display: inline-block;
}
.product_badges.many_badges.unfold .nl-badge{
	display: inline-block;
}
.product_badges.many_badges.unfold .nl-badge-unfold-button{
	transform: rotate(180deg);
}

.catalog_item__item__card .product_image.blur::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 2;
}



.in_element_3 .catalog_item__item__card .product_image.blur::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 2;
	border-radius: 20px;
}



.product_badges .nl-badge-unfold-button {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: white;
	border: 1px solid var(--color-gray-darker);
	border-radius: 7px;
	position: relative;
	cursor: pointer;
	margin: 2px 5px 2px 0;
}
.product_badges .nl-badge-unfold-button::before {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(-50grad);
	position: absolute;
	left: 13px;
	top: 6px;
	background: var(--color-gray-darker);
}
.product_badges .nl-badge-unfold-button::after {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(50grad);
	position: absolute;
	left: 13px;
	top: 12px;
	background: var(--color-gray-darker);
}

@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;
}
/*qtty block*/
.in_element_3 .clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in_element_3 .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;
}

.in_element_3 .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;
}

.in_element_3 .block_product_amount .minus,
.in_element_3 .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;
}

.in_element_3 .block_product_amount .minus {
    margin-right: -10px;
}

.in_element_3 .block_product_amount .plus {
    margin-left: -10px;
}


.in_element_3 .block_product_amount input.current_number::-webkit-outer-spin-button,
.in_element_3 .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 */
}

.in_element_3 .block_product_amount input.current_number {
    -moz-appearance: textfield; /* Firefox */
}

@media (max-width: 1022px) {
	.slick-slider .catalog_item__item__card {
		width: 300px;
	}
	.slick-slider .catalog_item__item__card .product_name{
		min-height: 60px;
	}
}
@media (max-width: 650px) {
	.slick-slider .catalog_item__item__card {
		max-width: 300px;
	}
	.slick-slider .catalog_item__item__card .product_name{
		min-height: 60px;
	}
}
@media (max-width: 550px) {
	.slick-slider .catalog_item__item__card {
		max-width: 300px;
	}
	.slick-slider .catalog_item__item__card .product_name{
		min-height: 65px;
	}
}
@media (max-width: 415px) {
	.slick-slider .catalog_item__item__card {
		width: 270px;
	}
	.catalog_section_product_list .catalog_item__item__card {
		width: 100%;
		max-width: 100%;
	}
	.slick-slider .catalog_item__item__card .product_name{
		min-height: 70px;
	}
}

@media (max-width: 500px) {
    .in_element_3 .block_product_amount input.current_number {
        font-size: 12px;
        padding: 0px 0px;
    }

    .in_element_3 .block_product_amount .minus, .in_element_3 .block_product_amount .plus {
        width: 24px;
        height: 21px;
        line-height: 18px;
    }
	.product_badges .nl-badge-unfold-button {
		display: inline-block;
		width: 21px;
		height: 21px;
	}
	.product_badges .nl-badge-unfold-button::before {
		left: 9px;
		top: 3px;
	}
	.product_badges .nl-badge-unfold-button::after {
		left: 9px;
		top: 8px;
	}
}

@media (max-width: 400px) {
    .in_element_3 .block_product_amount input.current_number {
        font-size: 12px;
        padding: 0px 0px;
    }

    .in_element_3 .block_product_amount .minus, .in_element_3 .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/in-element3/img/Icon Compare.svg") no-repeat;
	display: block;
	width: 26px;
	height: 26px;
}

.product .to_compare.active
{
	background-image: url("/local/templates/nle/components/bitrix/catalog.item/in-element3/img/Icon Compare-red.svg");
}
 .product .to_compare:hover {
	 transform: scale(1.1);
	 transition: 0.1s;

 }
/* End */
/* /local/templates/nle/components/bitrix/catalog/catalog/style.css?175915615828365 */
/* /local/templates/nle/components/bitrix/catalog.element/catalog_element_personal/style.css?176278742966999 */
/* /local/templates/nle/components/bitrix/system.pagenavigation/nle2/style.css?17320045561337 */
/* /local/templates/nle/components/bitrix/news.list/reviews/style.css?176278742926664 */
/* /local/templates/nle/components/bitrix/catalog.section/in-element2/style.css?17591561586082 */
/* /local/templates/nle/components/bitrix/catalog.item/in-element3/style.css?175915615833059 */
