

/* Start:/local/templates/nle/components/bitrix/catalog/catalog/style.css?175526077024739*/
.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%;
}

.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 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;
}

@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);
    }

}

@media (max-width: 500px) {
    .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%;
    }


}

@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%;
    }

    .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/components/nle/catalog.compare.result/templates/catalog/style.css?173453038625448*/
.component_compare {
    overflow: hidden;
}

.component_compare__nothing_to_compare {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 200px 0 50px;
    background: center 40px url("/local/components/nle/catalog.compare.result/templates/catalog/images/nothing_to_compare.svg") no-repeat;
}

.component_compare__nothing_to_compare_text {
    color: var(--color-gray-dark2);
    max-width: 400px;
    font-size: var(--font-size-large-3);
    text-align: center;
}

.component_compare__nothing_to_compare_text:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center url("/local/components/nle/catalog.compare.result/templates/catalog/images/icon_compare.svg") no-repeat;
    margin-left: 10px;
}

.component_compare__tabs_titles {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0px;
    flex-direction: row-reverse; /* == Это важно для наложеня вкладок! == */
}

.component_compare__tabs_title {
    color: var(--color-gray-darker);
    background: var(--color-gray-light);
    border: 1px solid var(--color-gray);
    border-bottom: none;
    padding: 0px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    cursor: pointer;
    user-select: none;
    margin-right: 0.5vw;
    font-size: var(--font-size-small-1);
    line-height: 1.1;
    overflow: hidden;
    min-width: 70px;
}
.component_compare__tabs_title .component_compare__section_name{
    display: block;
    overflow: hidden; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis; /* Добавляем многоточие */
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 50px;
}
.component_compare__tabs_title_wrapinn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}
.component_compare__tabs_title.active .component_compare__tabs_title_wrapinn {
    justify-content: flex-start;
}

.component_compare__tabs_title.active .component_compare__section_name {
    text-align: left;
}

.component_compare__section_icon {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    width: 40px;
    height: 50px;
}

.component_compare__tabs_title:not(.shrink, .active) .component_compare__section_icon {
    display: none;
}

.component_compare__tabs_title.shrink .component_compare__section_name {
    display: none;
}

.component_compare__tabs_title.shrink .component_compare__section_icon {
    margin-right: 0;
}

.component_compare__section_name.truncate {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap; /* Текст не переносится */
    overflow: hidden; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis; /* Добавляем многоточие */
}


.component_compare__tabs_title.shrink {
    box-shadow: 0 0 3px #00000011;
}


.component_compare__section_icon img {
    max-width: 40px;
    max-height: 35px;
    opacity: 0.6;
    display: block;
    margin: auto;
}

.component_compare__tabs_title.active {
    color: var(--color-gray-darker2);
    background: white;
    border: 1px solid var(--color-gray-light);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 0px 5px;
    box-shadow: 0 -2px 3px #00000011;
    position: relative;
    z-index: 3;
}
.component_compare__tabs_title.active .component_compare__section_icon img,
.component_compare__tabs_titles.shink3 .component_compare__section_icon img
{
    opacity: 1;
}


.component_compare__tabs_title:first-child {
    margin-left: -1px;
}

.component_compare__tabs_titles {
    position: relative;
    z-index: 2;
    width: 97%;
}
.component_compare__tabs_titles.shink3{
    width: 100%;
}

.component_compare__tabs_items {
    position: relative;
    z-index: 1;
    padding: 15px 30px 30px 30px;
    background: #FFFFFF;
    box-shadow: 0 -1px 4px #00000022;
    border-radius: 0 10px 10px 10px;
}


.component_compare__tabs_item__fog_right {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    width: 20px;
    background: linear-gradient(to right, #ffffff00, #FFFFFF);

}

.component_compare__tabs_item__fog_left {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 20px;
    background: linear-gradient(to left, #ffffff00, #FFFFFF);
}


.component_compare__tabs_item {
    display: none;
}

.component_compare__cards {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    transition: margin-left 1s;
}

.component_compare__card {
    background: #ffffff;
    flex: 0 0 264px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #00000033;
    margin: 0px;
    padding: 15px;
    border-radius: 10px;
    position: relative;

}
.component_compare__card.absent:after{
    content: "";
    display: block;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffffaa center/contain url("/local/components/nle/catalog.compare.result/templates/catalog/images/product_absent.png") no-repeat;
    border-radius: 10px;
}

.component_compare__tabs_item.active {
    display: block;
}

.component_compare__card_picture_wrapper {

}

.component_compare__card_picture {
    display: block;
    background: center/contain no-repeat;
    width: 100%;
    height: 150px;
}

.component_compare__card_name {
    display: block;
    color: var(--color-black);
    font-size: var(--font-size-small-2);
    font-weight: 500;
    line-height: 1.2;
    margin: 10px 0 10px;
    height: 52px;
    overflow: hidden;
}

.component_compare__card_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font-size-small-4);
    white-space: nowrap;
}

.component_compare__tabs_item_line1_top_buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.component_compare .jq-number__field input {
    font-size: var(--font-size-small-2) !important;
}

/*
.component_compare .number_wrapper {
    width: 70px;
}
.component_compare .jq-number__field {
    width: 48px;
}
*/
.component_compare__card_buttons_left {
    display: flex;
    gap: 10px;
}

.component_compare .component_compare__button_add_to_favorites {
    background: center/25px url("/images/catalog_icons/favorite-gray.svg") no-repeat;
    display: inline-block;
    height: 30px;
    width: 25px;
    font-size: var(--font-size-small-5);
}

.component_compare .component_compare__button_add_to_favorites.active,
.component_compare .component_compare__button_add_to_favorites:hover {
    background: center/25px url("/images/catalog_icons/favorite-red.svg") no-repeat;
}

.component_compare__line2_block_buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    user-select: none;
}

.component_compare .component_compare__button_delete_item {
    background: center url("/local/components/nle/catalog.compare.result/templates/catalog/images/trash2.svg") no-repeat;
    display: inline-block;
    height: 30px;
    width: 20px;
    font-size: var(--font-size-small-5);
}

.component_compare .component_compare__button_delete_item:hover {
    background: center url("/local/components/nle/catalog.compare.result/templates/catalog/images/trash-red.svg") no-repeat;
}

.component_compare__tabs_item_line1_top_buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 2px;
}

.component_compare__button_delete_list {
    display: inline-block;

}

.component_compare__button_delete_list {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--font-size-small-1);
    cursor: pointer;
    color: var(--color-gray-dark2);
}

.component_compare__button_delete_list:hover {
    color: var(--color-red);
}

.component_compare__button_delete_list::before {
    flex: 0 0 20px;
    content: '';
    display: block;
    background: center/14px url("/local/components/nle/catalog.compare.result/templates/catalog/images/trash.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.component_compare__button_delete_list:hover::before {
    background: center/14px url("/local/components/nle/catalog.compare.result/templates/catalog/images/trash-red.svg") no-repeat;
}
/**/
.component_compare__button_delete_all_lists_wrapper{
    display: flex;
    justify-content: flex-end;
    width: 250px;
    margin: -30px 0 10px auto;
    padding-right: 30px;
    position: relative;
    z-index: 100;
}

.component_compare__button_delete_all_lists {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--font-size-small-1);
    cursor: pointer;
    color: var(--color-gray-dark2);
}

.component_compare__button_delete_all_lists:hover {
    color: var(--color-red);
}

.component_compare__button_delete_all_lists::before {
    flex: 0 0 20px;
    content: '';
    display: block;
    background: center/14px url("/local/components/nle/catalog.compare.result/templates/catalog/images/trash.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.component_compare__button_delete_all_lists:hover::before {
    background: center/14px url("/local/components/nle/catalog.compare.result/templates/catalog/images/trash-red.svg") no-repeat;
}


/**/
.component_compare__title h2 {
    margin: 30px 0 10px;

}

.component_compare__table {
    width: 100%;
    margin-top: 20px;
    font-size: var(--font-size-small-2);
    background: #ffffff;
    transition: margin-left 1s;
}

.component_compare__table_row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0px;
}

.component_compare__table_row:hover .component_compare__table_cell {
    background-color: var(--color-gray-light);
}

.component_compare__table_row:last-child .component_compare__table_cell {
    border-bottom: 1px solid var(--color-gray);
}

.component_compare__table_cell {
    flex: 0 1 20%;
    min-width: 268px;
    box-sizing: border-box;
    border-left: 1px solid var(--color-gray);
    border-top: 1px solid var(--color-gray);
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
}

.component_compare__table_cell:last-child {
    border-right: 1px solid var(--color-gray);
}

.component_compare__table_cell .field_title {
    color: var(--color-gray-darker);
    opacity: 0;
}

.component_compare__table_cell .field_value {
    color: var(--color-black);
}

.component_compare__table_cell.position1 .field_title,
.component_compare__table_cell.current .field_title
{
    transition: 1s;
    opacity: 1;
}

.component_compare__tabs_item__arrow {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    z-index: 10;
    top: 164px;
    left: 5px;
    background: #ffffff99 center/14px no-repeat;
    box-shadow: 0 0 5px #DEDEDE;
    border: 1px solid #33333333;
    cursor: pointer;
}

.component_compare__tabs_item__arrow.--left {
    background-image: url("/local/components/nle/catalog.compare.result/templates/catalog/images/Slider Arrow Left-black2.svg");
    background-position: 10px 8px;
}

.component_compare__tabs_item__arrow.--right {
    left: auto;
    right: 5px;
    background-image: url("/local/components/nle/catalog.compare.result/templates/catalog/images/Slider Arrow Right-black2.svg");
    background-position: 14px 8px;
}
.component_compare__tabs_item__arrow:hover {
    transition: 0.1s;
    transform: scale(1.2);
}

.tab_title_mobile {
    display: block;
    font-size: var(--font-size-large-2);
    font-weight: 700;
    color: var(--color-gray-darker2);
    line-height: 1.2;
}

.tab_title_mobile:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 12px;
    background: center/20px url("/local/components/nle/catalog.compare.result/templates/catalog/images/arrow-left-gray.svg") no-repeat;
    margin-right: 2px;
}

.tab_title_mobile:hover:before {
    background: center bottom/24px url("/local/components/nle/catalog.compare.result/templates/catalog/images/arrow-left-red.svg") no-repeat;
}

.sticked_panel.fixed .component_compare__tabs_item_line1 {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-left: -30px;
}
.sticked_panel.fixed .component_compare__back_panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 100;
    box-shadow: 0 0 20px #00000055;
    background: #f8f8f8;
}


.sticked_panel.fixed .component_compare__tabs_item_line1__wrapinn {
    margin: auto;
}

.sticked_panel.fixed .component_compare__card_picture_wrapper {
    width: 40px;
    display: flex;
    align-items: center;
}

.sticked_panel.fixed .component_compare__card {
    padding: 5px 5px;
}

.sticked_panel.fixed .component_compare__card_picture {
    display: block;
    background: center/contain no-repeat;
    width: 40px;
    height: 50px;
}

.sticked_panel.fixed .component_compare__card {
    display: flex;
    gap: 5px;
    align-items: center;
}


.sticked_panel.fixed .component_compare__card_name {
    height: auto;
    margin: 0;
}


.sticked_panel.fixed .component_compare__card_buttons,
.sticked_panel.fixed .component_compare__tabs_item_line1_top_buttons {
    display: none;
}


/* media **************************************************************************************************************/

@media (min-width: 481px) {
    .tab_title_mobile {
        display: none;
    }
}
.component_compare__tabs_titles.shink1 .component_compare__section_name {
    display: inline-block;
    max-width: 200px;
    min-width: 60px;
    white-space: nowrap; /* Текст не переносится */
    overflow: hidden; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis; /* Добавляем многоточие */
    padding-left: 5px;

}
.component_compare__tabs_titles.shink1 .component_compare__tabs_title.active .component_compare__section_name {
    max-width: 300px;
    min-width: 70px;
    text-align: left;
}

@media (max-width: 1280px) {

    .component_compare__section_name {
        display: inline-block;
        max-width: 200px;
        white-space: nowrap; /* Текст не переносится */
        overflow: hidden; /* Обрезаем всё за пределами блока */
        text-overflow: ellipsis; /* Добавляем многоточие */
    }

    .component_compare__tabs_title {
        padding: 0px 10px;
        min-width: 60px;
        border-radius: 20px 20px 0 0;
    }

    .component_compare__tabs_title.active {
        border-radius: 20px 20px 0 0;
    }

    .component_compare__tabs_title .component_compare__section_icon {
        height: 40px;
    }

    .component_compare__tabs_title_wrapinn {
        height: 35px;
    }

    .wrap_content .component_compare__tabs_title:not(.active) .component_compare__section_icon img {
        max-width: 90%;
        height: auto;
        display: block;
        margin: auto;
    }
}

@media (max-width: 1024px) {
    .component_compare__tabs_title {
        padding: 0px 5px;
        min-width: 60px;
        border-radius: 20px 20px 0 0;
    }
}
.component_compare__tabs_titles.shink1 .component_compare__tabs_title:not(.shrink, .active) .component_compare__section_icon {
    display: none;
}
.component_compare__tabs_titles.shink2 .component_compare__tabs_title:not(.shrink, .active) .component_compare__section_icon {
    display: flex;
    margin-right: 0;
}


.component_compare__tabs_titles.shink2 .component_compare__tabs_title:not(.active) .component_compare__section_name{
    display: none;
}

/* shink3 */
.component_compare__tabs_titles.shink3 {
    flex-wrap: wrap;
    gap: 0px;
    margin: 0 0 10px;
    flex-direction: column-reverse;
}
.component_compare__tabs_titles.shink3 .component_compare__tabs_title,
.component_compare__tabs_titles.shink3 .component_compare__tabs_title.active {
    width: 100%;
    background: white;
    border: 1px solid var(--color-gray-light);
    border-radius: 10px;
    text-align: left;
    padding: 5px 10px;
    box-shadow: 0 0 3px #00000011;
    z-index: 3;
    margin: 3px 0;
}
.component_compare__tabs_titles.shink3 .component_compare__tabs_title_wrapinn {
    justify-content: flex-start;
}
.component_compare__tabs_titles.shink3 .component_compare__tabs_title:not(.shrink, .active) .component_compare__section_icon {
    display: flex;
}
.component_compare__tabs_titles.shink3 .component_compare__tabs_title .component_compare__section_name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 50px;
    max-width: max-content;

}
.component_compare__tabs_titles.shink3 .component_compare__tabs_title.active .component_compare__section_name {
    max-width: max-content;
    font-size: 16px;
    font-weight: 500;
}
/* end shink3 */

@media (max-width: 767px) {
    .component_compare__button_delete_all_lists_wrapper{
        margin: -40px 0 40px auto;
        padding-right: 15px;
    }
    .component_compare {
        margin: 0px 0 30px;
    }

    .component_compare__section_icon img
    {
        opacity: 1;
    }

    .component_compare__tabs_titles{
        width: 100%;
    }

    .component_compare__tabs_title {
        margin-right: -1vw;
    }
    .component_compare__tabs_titles.shink3 .component_compare__tabs_title.active {
        background: none;
        border: none;
        box-shadow: none;
    }
    .component_compare__section_icon {
        display: flex;
        margin: auto;
    }
    .component_compare__section_name {
        display: none;
    }

    .component_compare__tabs_title.active .component_compare__section_name {
        text-align: left;
        display: block;
        margin-top: 3px;
        font-size: 16px;
        font-weight: bold;
    }

    .component_compare__tabs_title:not(.shrink, .active) .component_compare__section_icon {
        display: flex;
    }
    .component_compare__tabs_items {
        padding: 15px 0px 30px 0px;
        background: #FFFFFF;
        box-shadow: 0 0 3px #00000022;
        border-radius: 10px;
    }

    .component_compare__tabs_titles {
        flex-wrap: wrap;
        gap: 0px;
        margin: 0 0 10px;

    }

    .component_compare__section_name,
    .component_compare__tabs_title.shrink .component_compare__section_name {
        display: block;
    }

    .component_compare__section_name {
        display: inline-block;
        max-width: none;
        white-space: nowrap; /* Текст не переносится */
        overflow: hidden; /* Обрезаем всё за пределами блока */
        text-overflow: ellipsis; /* Добавляем многоточие */
    }

    .component_compare__tabs_title, .component_compare__tabs_title.active {
        width: 100%;
        background: white;
        border: 1px solid var(--color-gray-light);
        border-radius: 10px;
        text-align: left;
        padding: 0;
        box-shadow: 0 0 3px #00000011;
        z-index: 3;
        margin: 3px 0;
    }

    .component_compare__section_icon {
        margin-right: 0;
        margin-left: 0;
    }

    .component_compare__tabs_title.active {
        border: none;
        box-shadow: none;
        padding: 0;
        background: none;
    }
    .component_compare__tabs_title.active .component_compare__tabs_title_wrapinn:before{
        content: "";
        display: inline-block;
        width: 16px;
        height: 13px;
        margin-right: 2px;
        background: 0 bottom/16px url("/images/arrow-left-gray.svg") no-repeat;
    }
    .component_compare__tabs_title.active .component_compare__section_icon{
        display: none;
    }


    .component_compare__tabs_title_wrapinn {
        justify-content: flex-start;
        height: 50px;
        padding-left: 5px;
    }
    .component_compare__tabs_item_line2 .component_compare__title{
        padding-left: 15px;
    }
    .component_compare__tabs_item_line2 .component_compare__line2_block_buttons{
        padding-left: 15px;
    }
    .component_compare__tabs_item_line1_top_buttons {
        padding: 0 15px;
    }

    .component_compare__tabs_title.mobile_deleting {
        background: 96% center var(--color-red) url("/local/components/nle/catalog.compare.result/templates/catalog/images/trash-white.svg") no-repeat;
    }

    .component_compare__tabs_title.mobile_deleting .component_compare__tabs_title_wrapinn {
        width: 100%;
        background: #FFFFFF;
        border-radius: 8px;
        margin: 0 0 0 -46px;
    }

    .component_compare__tabs_title.mobile_deleting.--stage40 .component_compare__tabs_title_wrapinn {
        margin: 0 0 0 -40%;
    }

    .component_compare__tabs_title.mobile_deleting.--stage70 .component_compare__tabs_title_wrapinn {
        margin: 0 0 0 -70%;
    }


}

@media (min-width: 481px) {
    .mobile_hidden {
        display: block;
    }
    .pc_hidden {
        display: none;
    }
}

@media (max-width: 480px) {
    .component_compare__tabs_item__arrow.--left {
        left: 0;
    }
    .component_compare__tabs_item__arrow.--right {
        right: 0;
    }
    .component_compare__button_delete_all_lists_wrapper{
        margin: 0 0 10px;
        padding-right: 15px;
        justify-content: flex-start;
    }
    .pc_hidden {
        display: block;
    }
    .mobile_hidden {
        display: none;
    }
    .component_compare {
        padding: 0px;
    }
    .component_compare__tabs_titles {
        width: 100%;
    }
    .component_compare__tabs_item_line1_top_buttons {
        padding: 0 10px;
    }

    .component_compare__card {
        min-width: 262px;
    }

    .component_compare__tabs_item__fog_left,
    .component_compare__tabs_item__fog_right {
        display: none;
    }


    .component_compare__nothing_to_compare_text {
        padding: 0 0 0 10px;
        font-size: calc(14px + 1vw);
    }

    .component_compare__nothing_to_compare {
        background: center 30px/80px url("/local/components/nle/catalog.compare.result/templates/catalog/images/nothing_to_compare.svg") no-repeat;
        padding: 150px 0 50px;
    }


    .component_compare__tabs_title.shrink .component_compare__section_icon {
        margin-right: 5px;
        margin-left: 0;
    }

    .component_compare__tabs_title:not(.shrink, .active) .component_compare__section_icon {
        margin-left: 0;
    }

}

@media (max-width: 415px) {
    .component_compare__tabs_titles {
        padding: 0 15px;
    }

    .sticked_panel.fixed .component_compare__tabs_item_line1 {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .component_compare {
        overflow: hidden;
        padding: 10px;
        margin: 0 -25px 0;
    }
}


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

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

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

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

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

}
/* new cart popup */
/* End */
/* /local/templates/nle/components/bitrix/catalog/catalog/style.css?175526077024739 */
/* /local/components/nle/catalog.compare.result/templates/catalog/style.css?173453038625448 */
