

/* Start:/local/templates/nle/components/bitrix/catalog/catalog/style.css?174435085124745*/
.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: 5px 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: 8px 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: 5px 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?175456979261250*/
.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;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    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;
    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_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: center;
    margin-top: -5px;
}

.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: 48%;
}

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

.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 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

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

.component_catalog_element .block_descriptions_expand_button .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.94), #ffffff);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

}

.component_catalog_element .block_descriptions_expand_button .triangle {
    position: absolute;
    background-image: url("/images/arr-down-green.svg");
    width: 13px;
    height: 9px;
    bottom: 10px;
    left: 50%;
    margin-left: -1px;
    z-index: 2;
}

.component_catalog_element .block_descriptions.expanded .block_descriptions_expand_button .triangle {
    background-image: url("/images/arr-up-green.svg");
}

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

.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: 1200px) {
    .component_catalog_element .gallery_big {
        width: 510px;
    }

    .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: 350px;
    }

    .component_catalog_element .gallery_big a {
        height: 320px;
        width: 90%;
        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 .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 .gallery_big {
        margin: 0 auto;
    }


    /**/
    .component_catalog_element .block_descriptions_expand_button {
        display: none;
    }

    .component_catalog_element .block_descriptions {
        position: relative;
        display: flex;
        justify-content: space-between;
        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: 47%;
        box-sizing: border-box;
        padding: 10px;
        position: absolute;
        top: 0;
        left: 50%;
        border-radius: 10px;
        cursor: pointer;
        user-select: none;
        text-align: left;
        z-index: 100;
        font-weight: bold;
        font-size: var(--font-size-normal);
        margin: 10px 0 0 0;

    }

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

    .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;
    }

    .component_catalog_element .block_descriptions .block_description {
        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: 0px 15px 15px 15px;
    }

    .component_catalog_element .block_descriptions .block_description.active {
        display: block;
        padding: 0px 15px 15px 15px;
    }

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

    .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-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/catalog.section/in-element2/style.css?17479022905800*/
#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;
}
.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?174435064030846*/
.catalog_item__item__card .product_image a.two_pics  {
	position: relative;
}
.catalog_item__item__card .product_image a.two_pics .second_pic {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	opacity: 0;
	background: #ffffff center/cover no-repeat;
	transition: 0.6s;
}
.catalog_item__item__card:hover .product_image a.two_pics .second_pic {
	opacity: 1;
}
.catalog_item__item__card:hover .product_image a:not(.two_pics) img {
	transition: 0.2s;
	transform: scale(1.1);
}

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.badgeProp {
	position: absolute;
	 background: #f2ff00;
	 border-radius: 25px;
	 padding: 4px 10px 1px 10px;
	 z-index: 9;
 
 }
 
 .product_priceBlockLeftRed{
 
 color: #f20f2a;
	 font-weight: bold;
	 max-width: 150px;
 }
 
 .btn.btn-orange-reverse{
	 background: 0;
	 color: #f20f2a;
	 border: 1px solid #f20f2a;
	 box-shadow:none;
 }
 .btn.btn-orange-reverse:hover{
	
	 color: #fff;
	 background: #f20f2a;
	 border-color: #f20f2a;
 }

.product_priceBlock .old-price {
	color: rgba(0,0,0,.46);
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}
/*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;
    }
}

@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?174435085124745 */
/* /local/templates/nle/components/bitrix/catalog.element/catalog_element_personal/style.css?175456979261250 */
/* /local/templates/nle/components/bitrix/catalog.section/in-element2/style.css?17479022905800 */
/* /local/templates/nle/components/bitrix/catalog.item/in-element3/style.css?174435064030846 */
