

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


/* Start:/local/templates/nle/components/bitrix/catalog.section/main_banner2/style.css?177885418135323*/
.main_slider .catalog_item__item__card {
    background: #ffffff;
    padding: 13px 20px 60px 20px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.13);
    margin: 3px;
    height: 440px;
}
.main_slider .catalog_item__item__card .packaging.small {
    display: none;
}
.section_main_banner{
    margin-top: 0;
    margin-bottom: 86px;
}
.main_slider .catalog_item__item__card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    transition: 0.2s;
}

.main_slider .catalog_item__item__card img {
    max-width: 100%;
    height: auto;          /* ← главное исправление */
    max-height: 190px;
    width: auto;           /* на случай, если где-то задана фикс. ширина */
    display: block;
}

.main_slider .catalog_item__item__card .product_name {
    height: 76px;
    overflow: hidden;
    position: relative;
}
.main_slider .catalog_item__item__card .product_name .fog{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.main_slider .catalog_item__item__card .product_image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    padding-top: 20px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.main_slider .catalog_item__item__card .product_name a {
    color: var(--color-gray-darker2);
    font-weight: 500;
    line-height: 1.2;
    font-size: 16px;
}

.main_slider .catalog_item__item__card .product_type {
    display: none;
    color: var(--color-gray-darker);
    line-height: 1;
    font-size: var(--font-size-small-4);
    margin-top: 10px;
}

.main_slider .catalog_item__item__card .product_priceBlock {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.main_slider .product_buy_block {
    width: 100%;
    min-height: auto;
}

.main_slider .catalog_item__item__card .product_priceBlockLeft {
    color: var(--color-gray-darker);
}

.main_slider .catalog_item__item__card .product_priceBlockRight {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}
.main_slider .catalog_item__item__card .product_priceBlockRight {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}
.main_slider .catalog_item__item__card .product_priceBlockRight .old-price {
    color: rgba(0,0,0,.46);
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}

.main_slider.slick-slider .catalog_item__item__card .product_buyButtonBlock {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    display: block;
    justify-content: space-between;
    align-items: center;
}

.main_slider .catalog_item__item__card .product_buyButtonBlock .btn.btn-buy {
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 40px;
}
.main_slider .catalog_item__item__card .product_buyButtonBlock .btn.btn-buy .icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: center/24px no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.0022 6H7.05219L5.94219 2.68C5.8751 2.48138 5.74729 2.30887 5.57682 2.18685C5.40634 2.06482 5.20183 1.99946 4.99219 2H1.99219V4H4.27219L7.81219 14.63C7.94465 15.0291 8.19954 15.3763 8.54064 15.6223C8.88173 15.8682 9.29167 16.0004 9.71219 16H17.3022C17.7091 15.9993 18.1062 15.8745 18.4403 15.6422C18.7744 15.4099 19.0298 15.0812 19.1722 14.7L21.9322 7.35C22.0422 7.04 22.0022 6.7 21.8222 6.43C21.7303 6.29754 21.6077 6.18925 21.465 6.11438C21.3222 6.03951 21.1634 6.00027 21.0022 6ZM17.3122 14H9.72219L7.72219 8H19.5622L17.3122 14ZM10.0022 18C9.47175 18 8.96305 18.2107 8.58797 18.5858C8.2129 18.9609 8.00219 19.4696 8.00219 20C8.00219 20.5304 8.2129 21.0391 8.58797 21.4142C8.96305 21.7893 9.47175 22 10.0022 22C10.5326 22 11.0413 21.7893 11.4164 21.4142C11.7915 21.0391 12.0022 20.5304 12.0022 20C12.0022 19.4696 11.7915 18.9609 11.4164 18.5858C11.0413 18.2107 10.5326 18 10.0022 18ZM17.0022 18C16.4718 18 15.963 18.2107 15.588 18.5858C15.2129 18.9609 15.0022 19.4696 15.0022 20C15.0022 20.5304 15.2129 21.0391 15.588 21.4142C15.963 21.7893 16.4718 22 17.0022 22C17.5326 22 18.0413 21.7893 18.4164 21.4142C18.7915 21.0391 19.0022 20.5304 19.0022 20C19.0022 19.4696 18.7915 18.9609 18.4164 18.5858C18.0413 18.2107 17.5326 18 17.0022 18Z" fill="white"/></svg>');
}


.main_slider .catalog_item__item__card .product_bottom {
    font-size: var(--font-size-small-4);
}

.main_slider .catalog_item__item__card .product_badges {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    position: absolute;
    left: 20px;
    top: 55px;
    max-width: 90%;
    padding-right: 0px;
}
.main_slider .catalog_item__item__card .product_card_title{
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
}
.main_slider .catalog_item__item__card .product_card_icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: center/contain no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg width="61" height="61" viewBox="0 0 61 61" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_8014_5162)"><path d="M31.8284 5.38594C32.3784 4.81837 33.1302 4.49077 33.9203 4.4743L53.3583 4.06935C55.138 4.03227 56.5583 5.54396 56.4104 7.31783L54.7782 26.9049C54.7193 27.612 54.4116 28.2753 53.9099 28.7771L27.3031 55.3838C26.1336 56.5534 24.238 56.5556 23.0656 55.3889L4.95801 37.3684C3.79465 36.2106 3.77762 34.3329 4.9198 33.1543L31.8284 5.38594Z" fill="%238B2000"/><path d="M31.7975 4.92613C32.3634 4.33457 33.1465 4 33.9652 4L50.8973 4C52.6618 4 54.0452 5.51542 53.8849 7.27261L52.1837 25.9162C52.1197 26.6171 51.8114 27.2732 51.3126 27.7697L25.3843 53.5795C24.212 54.7465 22.3162 54.7444 21.1465 53.5747L4.87868 37.3068C3.72539 36.1536 3.70478 34.2902 4.83227 33.1116L31.7975 4.92613Z" fill="%23DE0E3B"/><path d="M48.6894 13.5C48.6894 15.9853 46.6747 18 44.1894 18C41.7041 18 39.6894 15.9853 39.6894 13.5C39.6894 11.0147 41.7041 9 44.1894 9C46.6747 9 48.6894 11.0147 48.6894 13.5Z" fill="white"/></g><path d="M32.1934 32.749C33.85 32.7493 35.1933 34.0924 35.1934 35.749C35.1934 37.4057 33.85 38.7488 32.1934 38.749C30.5365 38.749 29.1934 37.4059 29.1934 35.749C29.1934 34.0922 30.5365 32.749 32.1934 32.749ZM33.7578 24.8408C33.8571 24.7448 34.0153 24.7474 34.1113 24.8467C34.2071 24.9459 34.2046 25.1043 34.1055 25.2002L21.2832 37.6016C21.184 37.6976 21.0257 37.6949 20.9297 37.5957C20.8337 37.4965 20.8363 37.3382 20.9355 37.2422L33.7578 24.8408ZM23.4453 23.5C25.1022 23.5 26.4453 24.8431 26.4453 26.5C26.4453 28.1569 25.1022 29.5 23.4453 29.5C21.7885 29.5 20.4453 28.1569 20.4453 26.5C20.4453 24.8431 21.7885 23.5 23.4453 23.5Z" stroke="white" stroke-width="1.5"/><defs><filter id="filter0_d_8014_5162" x="0" y="0" width="60.4219" height="60.2617" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_8014_5162"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_8014_5162" result="shape"/></filter></defs></svg>');
}
.main_slider .catalog_item__item__card .product_card_icon.icon_fallback{
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.66769 7.63722C6.56082 8.77722 6.48582 10.7947 7.15894 11.6535C7.15894 11.6535 6.84207 9.43722 9.68269 6.6566C10.8264 5.53722 11.0908 4.01472 10.6914 2.87285C10.4646 2.22597 10.0502 1.6916 9.69019 1.31847C9.48019 1.0991 9.64144 0.737222 9.94707 0.750347C11.7958 0.832847 14.7921 1.3466 16.0652 4.5416C16.6239 5.9441 16.6652 7.39347 16.3989 8.86722C16.2302 9.80847 15.6302 11.901 16.9989 12.1578C17.9758 12.3416 18.4483 11.5653 18.6602 11.0066C18.7483 10.7741 19.0539 10.716 19.2189 10.9016C20.8689 12.7785 21.0096 14.9891 20.6683 16.8922C20.0083 20.571 16.2827 23.2485 12.5814 23.2485C7.95769 23.2485 4.27707 20.6028 3.32269 15.8141C2.93832 13.881 3.13332 10.056 6.11457 7.35597C6.33582 7.15347 6.69769 7.33347 6.66769 7.63722Z" fill="url(%23paint0_radial_3465_6141)"/><path d="M14.2708 14.5194C12.5664 12.3256 13.3295 9.82251 13.7476 8.82501C13.8039 8.69376 13.6539 8.57001 13.5358 8.65063C12.8026 9.14938 11.3008 10.3231 10.6014 11.975C9.6545 14.2081 9.722 15.3013 10.2826 16.6363C10.6201 17.4406 10.2283 17.6113 10.0314 17.6413C9.84013 17.6713 9.66388 17.5438 9.52325 17.4106C9.11878 17.0222 8.8305 16.5287 8.69075 15.9856C8.66075 15.8694 8.50888 15.8375 8.4395 15.9331C7.9145 16.6588 7.64263 17.8231 7.6295 18.6463C7.58825 21.1906 9.69013 23.2531 12.2326 23.2531C15.437 23.2531 17.7714 19.7094 15.9301 16.7469C15.3958 15.8844 14.8933 15.32 14.2708 14.5194Z" fill="url(%23paint1_radial_3465_6141)"/><defs><radialGradient id="paint0_radial_3465_6141" cx="0" cy="0" r="1" gradientTransform="matrix(-13.2351 -0.0574402 -0.094366 21.7161 11.6656 23.3068)" gradientUnits="userSpaceOnUse"><stop offset="0.314" stop-color="%23FF9800"/><stop offset="0.662" stop-color="%23FF6D00"/><stop offset="0.972" stop-color="%23F44336"/></radialGradient><radialGradient id="paint1_radial_3465_6141" cx="0" cy="0" r="1" gradientTransform="matrix(-0.139872 13.8474 10.4212 0.105251 12.4089 10.1391)" gradientUnits="userSpaceOnUse"><stop offset="0.214" stop-color="%23FFF176"/><stop offset="0.328" stop-color="%23FFF27D"/><stop offset="0.487" stop-color="%23FFF48F"/><stop offset="0.672" stop-color="%23FFF7AD"/><stop offset="0.793" stop-color="%23FFF9C4"/><stop offset="0.822" stop-color="%23FFF8BD" stop-opacity="0.804"/><stop offset="0.863" stop-color="%23FFF6AB" stop-opacity="0.529"/><stop offset="0.91" stop-color="%23FFF38D" stop-opacity="0.209"/><stop offset="0.941" stop-color="%23FFF176" stop-opacity="0"/></radialGradient></defs></svg>');
}





.main_slider .catalog_item__item__card .product_badges .nl-badge{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 210px;
}

/*
.main_slider .catalog_item__item__card .product_badges .typemin {
    font-size: var(--font-size-small-3);
    margin: 5px;
    padding: 5px 10px 4px 10px;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    border-radius: 10px;
}

.main_slider .catalog_item__item__card .product_badges .typemin.typemin-colorchick {
    border: 1px solid var(--color-gray-darker2);
    color: var(--color-gray-darker2);
}
*/



.main_slider .catalog_item__item__card .product_image a.two_pics .second_pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #ffffff center/contain no-repeat;
    transition: .6s;
}

.main_slider .catalog_item__item__card .product_image:hover a.two_pics .second_pic {
    opacity: 1;
}
.main_slider .catalog_item__item__card .product_image:hover a.two_pics > img {
    opacity: 0;
}

.main_slider .catalog_item__item__card .product_avail {
    margin: 9px 0 9px;
    color: var(--color-gray-darker2);
    font-weight: bold;
    display: none;

}

.main_slider .catalog_item__item__card .product_avail.ok:before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 2px;
    display: block;
    background: center url("/images/new_template/Icon Check.svg") no-repeat;
}

.main_slider .catalog_item__item__card .product_avail.no:before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 2px;
    display: block;
    background: center url("/images/new_template/Icon Cross.svg") no-repeat;
}


.catalog_item__item__card .jq-number {
    background: #fff;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 18px;

    border: 1px solid var(--color-red);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 77px;
    height: 30px;
}

.catalog_item__item__card .jq-number__field {
    width: auto;
    border: 0;
}

.catalog_item__item__card .jq-number__field input {
    border: 0 !important;
    box-sizing: border-box;
    width: 94%;
    text-align: center !important;
    height: 20px;
    font-size: var(--font-size-normal);
    font-weight: 600;
    padding: 15px 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.catalog_item__item__card .jq-number input {
    -moz-appearance: textfield;
    text-align: left;
}

.catalog_item__item__card .jq-number input::-webkit-outer-spin-button,
.catalog_item__item__card .jq-number input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.catalog_item__item__card .jq-number__spin {
    position: absolute;
    top: 0;
    display: block;

    font-weight: bold;
    line-height: 19px;
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #000;
    line-height: 30px;
    background: 0;
}

.catalog_item__item__card .jq-number__spin.minus {
    left: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.catalog_item__item__card .jq-number__spin.plus {
    right: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.catalog_item__item__card .jq-number__spin.minus::after {
    content: '-';
    font-size: var(--font-size-large-2) !important;
    font-weight: bold;
}

.catalog_item__item__card .jq-number__spin.plus::after {
    content: '+';
    font-size: var(--font-size-large-2) !important;
    font-weight: bold;
}

.main_slider .slick-arrow {
    top: 7.2%;
    bottom: 2.2%;
    right: -23px;
    height: auto;
    opacity: 0.9;
    transition: 0.1s;
    background-color: #00000000;
    box-shadow: none;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: 15px;
    z-index: 1;
    width: 53px;
}

.main_slider .slick-arrow:hover {
    transform: scale(1);
    opacity: 1;
    background-color: #f8f8fa44;
    box-shadow: none;

}

.main_slider .slick-arrow.slick-prev {
    right: auto;
    left: -23px;
    border-radius: 8px 0 0 8px;
}

.main_slider .slick-arrow.slick-prev:hover {

}

@media (max-width: 1024px) {
    .main_slider .catalog_item__item__card .product_name {
        height: 80px;
        overflow: hidden;
        position: relative;
    }
    .main_slider .catalog_item__item__card .product_name a {
        font-size: var(--font-size-small-1);
    }

}


@media (max-width: 500px) {

}
@media (max-width: 400px) {
    .main_slider .slick-list {
        padding: 0 10% 0 0;
    }
    .main_slider .catalog_item__item__card {
        width: calc(100% - 6px);
        max-width: 270px;
        margin: 3px;
    }
    .main_slider .catalog_item__item__card .product_name {

    }

}

.bignews.main_banner_news{
    width: 1045px;
    overflow: hidden;
}


/* main banner + product linked sliders */
.section_main_banner .block_sliders {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.section_main_banner .block_sliders__left {
    flex: 0 1 100%;
    height: 446px;
    max-width: 100%;
}

.section_main_banner .block_sliders__right {
    flex: 0 0 341px;
    height: 446px;
    width: 341px;
}

.section_main_banner .main_banner_news .slick-dots,
.section_main_banner .main_banner_products .slick-dots {
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.section_main_banner .main_banner_news .slick-arrow {
    top: 50%;
    margin: -30px 0 0;
    bottom: auto;
    left: 12px;
    right: auto;
    height: auto;
    opacity: 0.9;
    transition: 0.1s;
    background-color: #ffffff66;
    box-shadow: none;
    border-radius: 7px;
    background-position: 6px center;
    background-size: 19px 19px;
    z-index: 1;
    width: 36px;
    height: 36px;
    background-image: url('data:image/svg+xml;utf8,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 14L2 7.19048L8 1" stroke="%23000000" stroke-width="2" stroke-linecap="round"/></svg>');
}
.section_main_banner .main_banner_news .slick-arrow.slick-next {
    background-image: url('data:image/svg+xml;utf8,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 14L7 7.19048L1 1" stroke="%23000000" stroke-width="2" stroke-linecap="round"/></svg>');
    left: auto;
    right: 12px;
    background-position: 9px center;
}


.section_main_banner .main_banner_news .slick-arrow:hover {
    opacity: 1;
    background-color: #ffffffee;
}

.section_main_banner .main_banner_news .slick-arrow.slick-prev {
    left: 12px;
    right: auto;
}

.section_main_banner .main_banner_news .slider__button {
    position: absolute;
    display: inline-block;
    left: 9.5%;
    bottom: 11%;
    border-radius: 10px;
    background: black;
    font-size: var(--font-size-small-2);
    color: white;
    text-align: center;
    padding: 15px 20px;
    line-height: 20px;
    min-width: 180px;
    z-index: 1000;
}

.section_main_banner .main_banner_news .slider__button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.section_main_banner .main_banner_news .slider__button.slider_button__color_red {
    background: var(--color-red);
    color: white;
}

.section_main_banner .main_banner_news .slider__button.slider_button__color_white {
    background: white;
    color: var(--color-black);
}

.section_main_banner .banner_item_wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    display: block !important;
    max-height: 440px;
}

.section_main_banner .bignews_item {
    margin-top: 3px;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;

}
.section_main_banner .slick-slide{
    cursor: grab;
}

.section_main_banner .PRINT_RATIO_PRICE{
    white-space: nowrap;
    font-size: 28px;
}
.section_main_banner .PRINT_RATIO_PRICE.--smaller{
    font-size: 24px;
}

.section_main_banner .banner_item_wrapper picture {
    display: block;
}

.section_main_banner .banner_item_wrapper img.desktop-img {
    border: 0;
    display: block;
    width: 1050px;
    max-width: none;
}

.section_main_banner .banner_item_wrapper .label_wrapp {
    overflow: hidden;
}

.section_main_banner .bignews_text {
    display: none;
    background: rgba(0, 0, 0, 0.5) url('/images/new_template/pattern.png') repeat;
    padding: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section_main_banner .bignews_name {
    font-weight: 900;
    font-size: var(--font-size-large-4);
    display: block;
    line-height: 42px;
}

.section_main_banner .bignews_name a {
    color: #fff;
    text-decoration: none;
    display: block;
}

#main_slider_banners:not(.slick-initialized) .banner_item_wrapper:not(:first-child) {
    display: none !important;
}

#main_slider_products:not(.slick-initialized) .list_item:not(:first-child) {
    display: none !important;
}


@media (max-width: 1440px) {

    .section_main_banner .bignews_name {
        font-size: var(--font-size-large-3);
        line-height: 20px;
    }

}




@media (max-width: 1022px) {
    .section_main_banner .bignews_name {
        font-size: var(--font-size-large-1);
        line-height: 20px;
    }

    .section_main_banner .main_banner_news .slider__button {
        left: 6%;
        bottom: 10%;
        min-width: 100px;
        padding: 7px 12px;
        font-size: var(--font-size-small-4);
    }
}


/* Адаптивные баннеры: переключение по ширине 500px */
.section_main_banner .banner_item_wrapper img.desktop-img {
    display: block;
    width: 1050px;
}
.section_main_banner .banner_item_wrapper img.mobile-img {
    display: none;
}
.section_main_banner .banner_item_wrapper img.tablet-img {
    display: none;
}

.main_slider .catalog_item__item__card .product_priceBlockRight .old-price {
    font-size: 16px;
}


@media (max-width: 1440px){
    .bignews.main_banner_news{
        width: calc(100vw - 400px);
    }
}
@media (max-width: 1100px) {
    .section_main_banner .banner_item_wrapper img.desktop-img {
        display: none;
    }
    .section_main_banner .banner_item_wrapper img.tablet-img {
        display: block;
        width: 700px;
        max-width: none;
    }
}
@media (max-width: 1100px) {
    .section_main_banner .slick-slider .catalog_item__item__card {
        width: 336px;
    }

}
@media (max-width: 900px) {
    .main_slider .catalog_item__item__card .product_priceBlockRight .old-price {
        margin-top: -10px;
        display: block;
        min-height: 15px;
    }

    .main_slider .catalog_item__item__card .product_priceBlockRight {
        flex-direction: column-reverse;
        gap: 10px;
        align-items: flex-start;
    }

    .section_main_banner .slick-slider .catalog_item__item__card {
        width: 280px;
    }
    .bignews.main_banner_news {
        width: calc(100vw - 340px);
    }
    .section_main_banner .block_sliders__right {
        flex: 0 0 286px;
        width: 286px;
    }
}
@media (max-width: 750px) {
    .main_slider .slick-dots {
        margin-top: 10px;
        position: relative;
        text-align: center;
    }
    .main_slider .catalog_item__item__card .product_badges {
        width: 250px;
        padding-right: 0px;
    }

    .section_main_banner .bignews_name {
        font-size: var(--font-size-normal);
        line-height: 17px;
    }

    .section_main_banner .main_banner_news .slider__button {
        left: 6%;
        bottom: 10%;
        min-width: 100px;
        padding: 7px 12px;
        font-size: var(--font-size-small-5);
    }

    .section_main_banner .bignews_text {
        padding: 10px;
    }

    .section_main_banner .main_banner_news .slick-arrow {
        width: 28px;
        height: 28px;
        background-size: 40%;
        background-position: center;
    }

    .section_main_banner .main_banner_news .slick-arrow.slick-next {
        background-position: 64% center;
    }

    .section_main_banner .main_banner_news .slick-arrow.slick-prev {
        background-position: 43% center;
    }


    .main_slider .catalog_item__item__card .product_card_title {
        font-size: 16px;
        line-height: 1;
    }
    .main_slider .catalog_item__item__card .product_priceBlockRight {
        font-size: 20px;
    }
    .section_main_banner .slick-slider .catalog_item__item__card {
        width: 200px;
        padding: 13px 10px 60px 10px;
    }
    .bignews.main_banner_news {
        width: calc(100vw - 260px);
    }
    .section_main_banner .block_sliders__right {
        flex: 0 0 206px;
        width: 206px;
    }
    .main_slider .catalog_item__item__card .product_badges {
        max-width: calc(100% - 10px);
        padding-right: 10px;
        left: 10px;
    }
    .main_slider .catalog_item__item__card .product_badges .nl-badge {
        max-width: 142px;
    }

}


@media (max-width: 700px){
    .section_main_banner {
        margin-top: 0;
        margin-bottom: 46px;
    }
    .main_slider.slick-slider .catalog_item__item__card .product_buyButtonBlock {
        display: block;
        left: 50%;
    }
    .main_slider .product .btn {
        float: none;
        margin: 0;
        width: 100%;
    }
    .main_slider .catalog_item__item__card {
        height: 400px;
    }
    .main_slider .catalog_item__item__card .product_card_title {
        font-size: 28px;
        line-height: 1;
    }
    .main_slider .catalog_item__item__card .product_priceBlockRight {
        font-size: 28px;
    }

    .bignews.main_banner_news {
        width: calc(100vw - 40px);
    }
    .section_main_banner .banner_item_wrapper img {
        border: 0;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .section_main_banner .block_sliders__right {
        flex: 0 0 100%;
        height: auto;
        width: 100px;
    }

}



@media (max-width: 700px) {
    .section_main_banner .main_banner_news .slick-dots, .section_main_banner .main_banner_products .slick-dots {
        margin-top: -17px;
    }
    .section_main_banner .slick-dots li button {
        width: calc(18px + 1vw);
        border-radius: 3px;
    }
    .section_main_banner .banner_item_wrapper img.desktop-img {
        display: none;
    }
    .section_main_banner .banner_item_wrapper img.tablet-img {
        display: none;
    }
    .section_main_banner .banner_item_wrapper img.mobile-img {
        display: block;
    }
    .section_main_banner .block_sliders {
        flex-wrap: wrap;
    }
    .section_main_banner .block_sliders__left {
        width: 100%;
        height: auto;
    }

    .section_main_banner .block_sliders__right {
        width: 100%;
        height: auto;
    }
    .bignews.main_banner_news{
        margin: 0;
    }

    .section_main_banner .main_slider {
        margin-left: 0;
    }

    .main_slider .slick-list {
        padding: 0;
    }

    .section_main_banner .slick-slider .catalog_item__item__card {
        width: calc(100% - 6px);
        max-width: 654px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .main_slider .catalog_item__item__card .product_badges {
        left: 20px;
    }


}

.main_slider .rating_wrapper.rating_wrapper_mb{
    display: none;
}


@media (max-width: 500px) {
    .section_main_banner {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .section_main_banner .block_sliders__left {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
    .main_slider .catalog_item__item__card .product_name a {
        font-size: 14px;
        line-height: 1.1;
        display: block;
    }

    .bignews.main_banner_news {
        width: 100vw;
    }
    .section_main_banner .banner_item_wrapper,
    .section_main_banner .slick-list
    {
        border-radius: 0px;
    }
    .section_main_banner .block_sliders {
        gap: 10px;
    }
    .main_slider .catalog_item__item__card .product_priceBlockRight .old-price {
        font-size: 14px;
    }

    .main_slider .catalog_item__item__card .product_card_title {
        font-size: 20px;
        line-height: 1;
        height: 30px;
    }
    .main_slider .rating_wrapper.rating_wrapper_pc{
        display: none;
    }
    .main_slider .rating_wrapper.rating_wrapper_mb{
        display: block;
    }
    .main_slider .product_buy_block {
        width: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
    }
    .main_slider .product_buy_block .product_priceBlock{
        margin: 0;
    }



    .main_slider .slick-list {
        padding: 0;
    }

    .main_slider .catalog_item__item__card {
    }

    .main_slider {
        margin-left: -10px;
    }


    .main_slider .catalog_item__item__card .product_type {
        font-size: var(--font-size-small-5);
    }

    .main_slider .catalog_item__item__card .product_bottom {
        font-size: var(--font-size-small-5);
    }

    .main_slider .catalog_item__item__card .product_bottom {
        margin-top: 5px;
        position: absolute;
        top: auto;
        right: 0px;
        bottom: 10px;
        left: calc(50% - 10px);
        z-index: 1;
    }
    .main_slider.slick-slider .catalog_item__item__card .product_buyButtonBlock {
        bottom: auto;
        top: 6px;
    }

    .main_slider .catalog_item__item__card .product_priceBlockRight {
        font-size: 20px;
        font-weight: 600;
    }
    .section_main_banner .PRINT_RATIO_PRICE {
        white-space: nowrap;
        font-size: 20px;
    }
    .section_main_banner .PRINT_RATIO_PRICE.--smaller {
        font-size: 18px;
    }
    .main_slider .catalog_item__item__card .product_image.blur::before {
        display: none;
    }

    .main_slider .catalog_item__item__card .product_name {
        height: 77px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .main_slider.slick-slider .catalog_item__item__card .product_buyButtonBlock {
        left: 50%;
    }
    .main_slider .catalog_item__item__card_mobile_frame{
        position: absolute;
        top: 40px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        box-shadow: 0 0 3px #00000033;
        background: white;
        z-index: 0;
        border-radius: 8px;
    }
    .main_slider .catalog_item__item__card .product_desc{
        position: absolute;
        left: calc(50% - 10px);
        top: 85px;
        padding-right: 10px;

    }
    .main_slider .catalog_item__item__card .product_badges {
        top: 55px;
        left: calc(50% - 10px);
        z-index: 2;
    }
    .main_slider .slick-slide .product_name {
        margin: 0;
    }
    .main_slider .catalog_item__item__card {
        position: relative;
        padding: 0;
        border-radius: 0px;
        box-shadow: none;
        margin: 0;
        height: 223px;
        background: transparent;
    }
    .section_main_banner .slick-slider .catalog_item__item__card {
        padding: 0px;
        width: 100%;
    }
    .main_slider .catalog_item__item__card .product_name .fog {
        display: none;
    }
    .main_slider .catalog_item__item__card .product_image {
        position: absolute;
        top: 55px;
        left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
        padding-top: 0px;
        overflow: hidden;
        width: 40%;
    }
    .section_main_banner .main_banner_news .slider__button {
        left: 10%;
        right: auto;
        bottom: 10.8%;
        min-width: 100px;
        padding: 8px 10px;
        font-size: var(--font-size-small-2);
    }
    .main_slider.slick-slider .catalog_item__item__card .product_buyButtonBlock {
        display: block;
        left: auto;
    }
    .main_slider.slick-slider .catalog_item__item__card .product_buyButtonBlock {
        height: 42px;
        display: flex;
        align-items: flex-end;
    }
    .main_slider .item_top .block_product_amount{
        margin-bottom: 7px;
    }
    .main_slider .nl-badge, .main_slider .nl-badge.--font-bigger{
        height: 20px;
        font-size: 12px;
        line-height: 18px;
    }
    .main_slider .product_badges .nl-badge-unfold-button {
        display: inline-block;
        width: 21px;
        height: 20px;
    }
    .main_slider .product_badges .nl-badge-unfold-button::before {
        left: 9px;
        top: 3px;
        height: 7px;
    }
    .main_slider .product_badges .nl-badge-unfold-button::after {
        left: 9px;
        top: 8px;
        height: 7px;
    }
    .main_slider .catalog_item__item__card .product_buyButtonBlock .btn.btn-buy {
        width: 41px;
        height: 36px;
        text-indent: -999px;
        overflow: hidden;
        background: center/24px no-repeat var(--color-red);
        background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.0022 6H7.05219L5.94219 2.68C5.8751 2.48138 5.74729 2.30887 5.57682 2.18685C5.40634 2.06482 5.20183 1.99946 4.99219 2H1.99219V4H4.27219L7.81219 14.63C7.94465 15.0291 8.19954 15.3763 8.54064 15.6223C8.88173 15.8682 9.29167 16.0004 9.71219 16H17.3022C17.7091 15.9993 18.1062 15.8745 18.4403 15.6422C18.7744 15.4099 19.0298 15.0812 19.1722 14.7L21.9322 7.35C22.0422 7.04 22.0022 6.7 21.8222 6.43C21.7303 6.29754 21.6077 6.18925 21.465 6.11438C21.3222 6.03951 21.1634 6.00027 21.0022 6ZM17.3122 14H9.72219L7.72219 8H19.5622L17.3122 14ZM10.0022 18C9.47175 18 8.96305 18.2107 8.58797 18.5858C8.2129 18.9609 8.00219 19.4696 8.00219 20C8.00219 20.5304 8.2129 21.0391 8.58797 21.4142C8.96305 21.7893 9.47175 22 10.0022 22C10.5326 22 11.0413 21.7893 11.4164 21.4142C11.7915 21.0391 12.0022 20.5304 12.0022 20C12.0022 19.4696 11.7915 18.9609 11.4164 18.5858C11.0413 18.2107 10.5326 18 10.0022 18ZM17.0022 18C16.4718 18 15.963 18.2107 15.588 18.5858C15.2129 18.9609 15.0022 19.4696 15.0022 20C15.0022 20.5304 15.2129 21.0391 15.588 21.4142C15.963 21.7893 16.4718 22 17.0022 22C17.5326 22 18.0413 21.7893 18.4164 21.4142C18.7915 21.0391 19.0022 20.5304 19.0022 20C19.0022 19.4696 18.7915 18.9609 18.4164 18.5858C18.0413 18.2107 17.5326 18 17.0022 18Z" fill="white"/></svg>');
    }

    .main_slider .catalog_item__item__card .product_buyButtonBlock .btn.btn-buy .icon{
        display: none;
    }


}
@media(max-width: 450px) {

    .item_top .block_product_amount {
        margin-right: -10px;
    }
    .main_slider .catalog_item__item__card .product_priceBlockRight {
        font-size: 18px;
    }
}

@media(max-width: 415px){
    .main_slider .catalog_item__item__card .product_bottom {
        margin-top: 5px;
        position: absolute;
        top: auto;
        right: 0px;
        bottom: 10px;
        left: 40%;
        z-index: 1;
    }
    .main_slider .catalog_item__item__card .product_image {
        left: 10px;
        width: 33%;
    }
    .main_slider .catalog_item__item__card .product_desc {
        left: 40%;
    }
    .main_slider .catalog_item__item__card .product_badges {
        left: 40%;
    }
    .main_slider .catalog_item__item__card .product_priceBlockRight {
        font-size: 16px;
    }
}
@media(max-width: 390px) {
}

/* End */


/* Start:/local/templates/nle/components/bitrix/catalog.item/item_top_banner/style.css?177885418136727*/
.catalog_item__item__card .product_image a.two_pics  {
	position: relative;
}
.catalog_item__item__card .product_image a.two_pics .second_pic {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	opacity: 0;
	background: #ffffff center/cover no-repeat;
	transition: 0.6s;
}
.catalog_item__item__card:hover .product_image a.two_pics .second_pic {
	opacity: 1;
}
.catalog_item__item__card:hover .product_image a:not(.two_pics) img {
	transition: 0.2s;
	transform: scale(1.1);
}

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}
/**********************************************************************************************************************/
.catalog_item__item__card  .product_badges {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	position: absolute;
	left: 20px;
	top: 14px;
	max-width: 90%;
	z-index: 3;
	padding-right: 35px;
}
.catalog_item__item__card .product_badges.unfold {
	flex-direction: column;
}
.product_badges.many_badges .nl-badge {
	display: none;
}
.product_badges.many_badges .nl-badge:first-child{
	display: inline-block;
}
.product_badges.many_badges.unfold .nl-badge{
	display: inline-block;
}
.product_badges.many_badges.unfold .nl-badge-unfold-button{
	transform: rotate(180deg);
}

.catalog_item__item__card .product_image.blur::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 2;
}



.catalog_item__item__card .product_image.blur::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 2;
	border-radius: 20px;
}


.catalog_item__item__card .nl-badge {
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_badges .nl-badge-unfold-button {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: white;
	border: 1px solid var(--color-gray-darker);
	border-radius: 7px;
	position: relative;
	cursor: pointer;
	margin: 2px 5px 2px 0;
}
.product_badges .nl-badge-unfold-button::before {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(-50grad);
	position: absolute;
	left: 13px;
	top: 6px;
	background: var(--color-gray-darker);
}
.product_badges .nl-badge-unfold-button::after {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(50grad);
	position: absolute;
	left: 13px;
	top: 12px;
	background: var(--color-gray-darker);
}





.product_badges.many_badges.unfold .nl-badge-unfold-button{
	transform: rotate(180deg);
}
.product_badges .nl-badge-unfold-button {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: white;
	border: 1px solid var(--color-gray-darker);
	border-radius: 7px;
	position: relative;
	cursor: pointer;
	margin: 2px 5px 2px 0;
}
.product_badges .nl-badge-unfold-button::before {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(-50grad);
	position: absolute;
	left: 13px;
	top: 6px;
	background: var(--color-gray-darker);
}
.product_badges .nl-badge-unfold-button::after {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(50grad);
	position: absolute;
	left: 13px;
	top: 12px;
	background: var(--color-gray-darker);
}
@media (max-width: 500px) {
	.product_badges .nl-badge-unfold-button {
		display: inline-block;
		width: 21px;
		height: 21px;
	}
	.product_badges .nl-badge-unfold-button::before {
		left: 9px;
		top: 3px;
	}
	.product_badges .nl-badge-unfold-button::after {
		left: 9px;
		top: 8px;
	}
}
/**********************************************************************************************************************/


@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.badgeProp {
	position: absolute;
	 background: #f2ff00;
	 border-radius: 25px;
	 padding: 4px 10px 1px 10px;
	 z-index: 9;
 
 }
 
 .product_priceBlockLeftRed{
 
 color: #f20f2a;
	 font-weight: bold;
	 max-width: 150px;
 }
 
 .btn.btn-orange-reverse{
	 background: 0;
	 color: #f20f2a;
	 border: 1px solid #f20f2a;
	 box-shadow:none;
 }
 .btn.btn-orange-reverse:hover{
	
	 color: #fff;
	 background: #f20f2a;
	 border-color: #f20f2a;
 }

.product_priceBlock .old-price {
	color: rgba(0,0,0,.46);
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}


/* new cart popup */
.popup-window.cart_widget_small{
    width: 390px;
    box-sizing: border-box;
    padding: 15px 15px;
    box-shadow: 0 1px 5px #00000055;
    border-radius: 12px;
    background: #FFFFFF;
}
.cart_widget_small__line{
    margin: 10px 0;
}
.cart_widget_small__top{
    padding: 15px 0 7px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BAC2CA;
}
.cart_widget_small__gray_text{
    color: var(--color-black);
}
.cart_widget_small__small_text{
    font-size: var(--font-size-small-4);
}
.cart_widget_small__bold_text{
     font-weight: 600;
 }
.product_item__name{
    font-weight: 600;
    font-size: var(--font-size-small-2);
    line-height: 1.2;
    color: var(--color-black);
}
.product_item__articul{
    font-weight: 100;
    font-size: var(--font-size-small-4);
    color: var(--color-gray-darker);
    margin-top: 7px;
}
.product_item__badge{
    color: var(--color-red);
    border-radius: 20px;
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    font-size: var(--font-size-small-4);
}
.product_item__badge{

}
.cart_widget_small__available{
    font-weight: 600;
    font-size: var(--font-size-small-4);
}
.cart_widget_small__close{
     font-weight: 400;
     font-size: var(--font-size-small-4);
 }
.product_item__image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_item__image img{
    max-width: 80px;
    height: auto;
 }
.cart_widget_small__product_item{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
}
.product_item__line3 > div{
    margin: 10px 0;

}
.product_item__price{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 600;
    font-size: var(--font-size-small-2);
    color: var(--color-black);
}
.product_item__balls{
     display: flex;
     width: 100%;
     justify-content: space-between;
     font-weight: 400;
     font-size: var(--font-size-small-4);
     color: var(--color-gray-darker);
 }
.cart_widget_small__button.btn {
    background: var(--color-red-dark);
    border: 1px solid var(--color-red-dark);
    border-radius: 10px;
    color: white;
    font-size: var(--font-size-normal);
    font-weight: 600;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-top: 10px;
}

.cart_widget_small__button.btn:hover {
    background: white;
    border: 1px solid var(--color-red-dark);
    border-radius: 10px;
    color: var(--color-red-dark);
    font-size: var(--font-size-normal);
    font-weight: 600;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-top: 10px;
}

@media(max-width: 450px){
    .cart_widget_small__product_item {
        gap: 10px;
    }
    .cart_widget_small{
        width: 100%;
        max-width: 390px;
        box-sizing: border-box;
        padding: 0 15px 15px;
        box-shadow: 0 1px 5px #00000055;
        border-radius: 12px;
        background: #FFFFFF;
    }
    .product_item__left{
        flex: 1 0 30%;
    }
    .product_item__name {
        font-size: var(--font-size-small-4);
        line-height: 1.2;
    }
}
@media(max-width: 360px){
    .cart_widget_small__product_item {
        gap: 10px;
    }
    .product_item__left{
        flex: 1 0 25%;
    }

}
/* new cart popup */

/*qtty block*/
.item_top .clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item_top .block_product_amount input.current_number {
	border: 0 !important;
	width: 50px;
	text-align: center !important;
	font-size: 14px;
	padding: 5px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: var(--font-size-normal);
	font-weight: 500;
}

.item_top .block_product_amount {
	border: 1px solid var(--color-gray);
	border-radius: 8px;
	padding: 0px 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.item_top .block_product_amount .minus,
.item_top .block_product_amount .plus {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
	user-select: none;
	font-size: var(--font-size-normal);
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.item_top .block_product_amount .minus {
	margin-right: -10px;
}

.item_top .block_product_amount .plus {
	margin-left: -10px;
}


.item_top .block_product_amount input.current_number::-webkit-outer-spin-button,
.item_top .block_product_amount input.current_number::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.item_top .block_product_amount input.current_number {
	-moz-appearance: textfield; /* Firefox */
}
@media (max-width: 500px) {
	.item_top .block_product_amount input.current_number {
		font-size: 12px;
		padding: 0px 0px;
	}

	.item_top .block_product_amount .minus, .item_top .block_product_amount .plus {
		width: 24px;
		height: 21px;
		line-height: 18px;
	}
}

@media (max-width: 400px) {
	.item_top .block_product_amount input.current_number {
		font-size: 12px;
		padding: 0px 0px;
	}

	.item_top .block_product_amount .minus, .item_top .block_product_amount .plus {
		width: 24px;
		height: 21px;
		line-height: 18px;
	}
}

/** COMPARE **/
.product .to_compare {
	background: center/contain url("/local/templates/nle/components/bitrix/catalog.item/item_top_banner/img/Icon Compare.svg") no-repeat;
	display: block;
	width: 26px;
	height: 26px;
}

.product .to_compare.active,
.product .to_compare:hover {
	background-image: url("/local/templates/nle/components/bitrix/catalog.item/item_top_banner/img/Icon Compare-red.svg");
}
/* End */


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

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

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

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

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

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


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

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

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

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


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

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

/* End */


/* Start:/local/templates/nle/components/bitrix/news.list/actions_main_person/style.css?17761913045321*/
#action_slider .item {
    display: block;
    color: white;
    text-decoration: none;
}

#action_slider .item .item_inner {
    margin: 15px 10px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background: transparent;
}
#action_slider .item .item_inner .dates{
    font-size: 14px;
    color: var(--color-gray-darker);
    margin: 5px 0 1px;
}
#action_slider .item .item_inner .anons{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-gray-darker2);
}
#action_slider .slick-dots {
    margin-top: 5px;
    position: relative;
    text-align: center;
}

#action_slider .item .item_inner img{
    border-radius: 10px;
    overflow: hidden;
}
#action_slider .item:hover .item_inner img{
    transform: scale(1.01);
    transition: 0.1s;
    /*    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);*/
}

#action_slider .item .item_inner .text_wrapper{
    padding: 5px 10px;
}
#action_slider .item .item_inner .image_wrapper{
    border-radius: 10px;
    overflow: hidden;
}



#action_slider .image {
    display: block;
    width: 100%;
    height: 322px;
    background: center/cover no-repeat;
}

#action_slider .badge_holder {
    position: absolute;
    top: 20px;
    left: 25px;
}

#action_slider .texts {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 200px;
    position: absolute;
    top: 60px;
    left: 25px;
    right: 25%;
    bottom: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}

#action_slider .text_big {
    font-weight: bold;
    font-size: var(--font-size-large-3);

    line-height: 1.2;
}

#action_slider .text_small {
    margin-top: 15px;
    font-weight: normal;
    font-size: var(--font-size-normal);
}


#action_slider.slick-slider .product .typemin {
}

#action_slider.slick-slider .product .product_desc {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 30px;
    right: 40%;
    display: flex;
    justify-content: left;
    align-items: center;
}

#action_slider.slick-slider .product .product_desc .product_name a {
    font-size: var(--font-size-large-3);
    line-height: 1.2;
    color: #ffffff;
    display: block;
}

#action_slider.slick-slider .product .btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 8px;
    transition: 0.2s;
}

#action_slider.slick-slider .product .btn:hover {
    border: 1px solid var(--color-red);
    color: var(--color-red);
    padding: 5px 10px;
    border-radius: 8px;
}

#action_slider.slick-slider .product .product_bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
}


#action_slider.slick-slider .product img {
    width: 100%;
    height: auto;
}


#action_slider .slick-arrow {
    top: 8%;
    bottom: 13%;
    right: -38px;
    height: auto;
    opacity: 0.9;
    transition: 0.2s;
    background-color: #ffffff05;
    box-shadow: none;
    border-radius: 0 8px 8px 0;
    background-position: center;
    background-size: 15px;
    z-index: 1;
    width: 65px;

}

#action_slider .slick-arrow:hover {
    transform: scale(1);
    opacity: 1;
    /*
    background-color: #f8f8fa99;
    */
    box-shadow: none;
}

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


@media (max-width: 1440px) {
    #action_slider .slick-arrow {
        right: 0;
    }

    #action_slider .slick-arrow.slick-prev {
        right: auto;
        left: 0;
    }
}

@media (max-width: 1400px) {
    #action_slider .image {
        height: 300px;
    }

}

@media (max-width: 1300px) {
    #action_slider .image {
        height: 270px;
    }
}

@media (max-width: 1200px) {
    #action_slider .image {
        height: 250px;
    }
}

@media (max-width: 1022px) {
    #action_slider .slick-list {
        padding: 0 40% 0 0;
    }

    #action_slider .image {
        height: 240px;
    }

    #action_slider .texts {
        height: auto;
        top: 40px;
        left: 25px;
        right: 15%;
    }

}


@media (max-width: 750px) {
    #action_slider .text_big {
        font-weight: bold;
        font-size: var(--font-size-large-2);
        line-height: 1.2;
    }

    #action_slider .slick-list {
        padding: 0 30% 0 0;
    }
    #action_slider .slick-dots {
        margin-top: 5px;
        position: relative;
        text-align: center;
    }
}

@media (max-width: 501px) {
    #action_slider .item .item_inner {
        margin: 15px 15px;
    }

    #action_slider .slick-list {
        padding: 0 0 0 0;
    }

    #action_slider .image {
        height: 155px;
        background: center/cover no-repeat;
    }

    #action_slider .text_big {
        font-size: var(--font-size-small-2);
    }

    #action_slider .texts {
        height: auto;
        top: 30px;
        left: 15px;
        right: 25%;
        bottom: 0;
    }

    #action_slider .text_small {
        margin-top: 15px;
        font-weight: normal;
        font-size: var(--font-size-small-3);
    }

    #action_slider .badge_holder {
        top: 10px;
        left: 15px;
    }

    #action_slider .badge {
        border-radius: 13px;
        padding: 3px 7px;
        font-size: var(--font-size-small-5);
    }

}

@media (max-width: 370px) {
    #action_slider .item .item_inner {
        margin: 0px 7px;
    }
}

/* End */


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

/* End */


/* Start:/local/templates/nle/components/bitrix/catalog.item/item_top/style.css?177920306236727*/
.catalog_item__item__card .product_image a.two_pics  {
	position: relative;
}
.catalog_item__item__card .product_image a.two_pics .second_pic {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	opacity: 0;
	background: #ffffff center/cover no-repeat;
	transition: 0.6s;
}
.catalog_item__item__card:hover .product_image a.two_pics .second_pic {
	opacity: 1;
}
.catalog_item__item__card:hover .product_image a:not(.two_pics) img {
	transition: 0.2s;
	transform: scale(1.1);
}

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}
/**********************************************************************************************************************/
.catalog_item__item__card  .product_badges {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	position: absolute;
	left: 20px;
	top: 14px;
	max-width: 90%;
	z-index: 3;
	padding-right: 35px;
}
.catalog_item__item__card .product_badges.unfold {
	flex-direction: column;
}
.product_badges.many_badges .nl-badge {
	display: none;
}
.product_badges.many_badges .nl-badge:first-child{
	display: inline-block;
}
.product_badges.many_badges.unfold .nl-badge{
	display: inline-block;
}
.product_badges.many_badges.unfold .nl-badge-unfold-button{
	transform: rotate(180deg);
}

.catalog_item__item__card .product_image.blur::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 2;
}



.catalog_item__item__card .product_image.blur::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 2;
	border-radius: 20px;
}


.catalog_item__item__card .nl-badge {
    padding: 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_badges .nl-badge-unfold-button {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: white;
	border: 1px solid var(--color-gray-darker);
	border-radius: 7px;
	position: relative;
	cursor: pointer;
	margin: 2px 5px 2px 0;
}
.product_badges .nl-badge-unfold-button::before {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(-50grad);
	position: absolute;
	left: 13px;
	top: 6px;
	background: var(--color-gray-darker);
}
.product_badges .nl-badge-unfold-button::after {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(50grad);
	position: absolute;
	left: 13px;
	top: 12px;
	background: var(--color-gray-darker);
}





.product_badges.many_badges.unfold .nl-badge-unfold-button{
	transform: rotate(180deg);
}
.product_badges .nl-badge-unfold-button {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: white;
	border: 1px solid var(--color-gray-darker);
	border-radius: 7px;
	position: relative;
	cursor: pointer;
	margin: 2px 5px 2px 0;
}
.product_badges .nl-badge-unfold-button::before {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(-50grad);
	position: absolute;
	left: 13px;
	top: 6px;
	background: var(--color-gray-darker);
}
.product_badges .nl-badge-unfold-button::after {
	content: '';
	display: block;
	width: 2px;
	height: 9px;
	transform: rotate(50grad);
	position: absolute;
	left: 13px;
	top: 12px;
	background: var(--color-gray-darker);
}
@media (max-width: 500px) {
	.product_badges .nl-badge-unfold-button {
		display: inline-block;
		width: 21px;
		height: 21px;
	}
	.product_badges .nl-badge-unfold-button::before {
		left: 9px;
		top: 3px;
	}
	.product_badges .nl-badge-unfold-button::after {
		left: 9px;
		top: 8px;
	}
}
/**********************************************************************************************************************/


@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.badgeProp {
	position: absolute;
	 background: #f2ff00;
	 border-radius: 25px;
	 padding: 4px 10px 1px 10px;
	 z-index: 9;
 
 }
 
 .product_priceBlockLeftRed{
 
 color: #f20f2a;
	 font-weight: bold;
	 max-width: 150px;
 }
 
 .btn.btn-orange-reverse{
	 background: 0;
	 color: #f20f2a;
	 border: 1px solid #f20f2a;
	 box-shadow:none;
 }
 .btn.btn-orange-reverse:hover{
	
	 color: #fff;
	 background: #f20f2a;
	 border-color: #f20f2a;
 }

.product_priceBlock .old-price {
	color: rgba(0,0,0,.46);
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}


/* new cart popup */
.popup-window.cart_widget_small{
    width: 390px;
    box-sizing: border-box;
    padding: 15px 15px;
    box-shadow: 0 1px 5px #00000055;
    border-radius: 12px;
    background: #FFFFFF;
}
.cart_widget_small__line{
    margin: 10px 0;
}
.cart_widget_small__top{
    padding: 15px 0 7px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BAC2CA;
}
.cart_widget_small__gray_text{
    color: var(--color-black);
}
.cart_widget_small__small_text{
    font-size: var(--font-size-small-4);
}
.cart_widget_small__bold_text{
     font-weight: 600;
 }
.product_item__name{
    font-weight: 600;
    font-size: var(--font-size-small-2);
    line-height: 1.2;
    color: var(--color-black);
}
.product_item__articul{
    font-weight: 100;
    font-size: var(--font-size-small-4);
    color: var(--color-gray-darker);
    margin-top: 7px;
}
.product_item__badge{
    color: var(--color-red);
    border-radius: 20px;
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    font-size: var(--font-size-small-4);
}
.product_item__badge{

}
.cart_widget_small__available{
    font-weight: 600;
    font-size: var(--font-size-small-4);
}
.cart_widget_small__close{
     font-weight: 400;
     font-size: var(--font-size-small-4);
 }
.product_item__image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_item__image img{
    max-width: 80px;
    height: auto;
 }
.cart_widget_small__product_item{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 30px;
}
.product_item__line3 > div{
    margin: 10px 0;

}
.product_item__price{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 600;
    font-size: var(--font-size-small-2);
    color: var(--color-black);
}
.product_item__balls{
     display: flex;
     width: 100%;
     justify-content: space-between;
     font-weight: 400;
     font-size: var(--font-size-small-4);
     color: var(--color-gray-darker);
 }
.cart_widget_small__button.btn {
    background: var(--color-red-dark);
    border: 1px solid var(--color-red-dark);
    border-radius: 10px;
    color: white;
    font-size: var(--font-size-normal);
    font-weight: 600;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-top: 10px;
}

.cart_widget_small__button.btn:hover {
    background: white;
    border: 1px solid var(--color-red-dark);
    border-radius: 10px;
    color: var(--color-red-dark);
    font-size: var(--font-size-normal);
    font-weight: 600;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-top: 10px;
}

@media(max-width: 450px){
    .cart_widget_small__product_item {
        gap: 10px;
    }
    .cart_widget_small{
        width: 100%;
        max-width: 390px;
        box-sizing: border-box;
        padding: 0 15px 15px;
        box-shadow: 0 1px 5px #00000055;
        border-radius: 12px;
        background: #FFFFFF;
    }
    .product_item__left{
        flex: 1 0 30%;
    }
    .product_item__name {
        font-size: var(--font-size-small-4);
        line-height: 1.2;
    }
}
@media(max-width: 360px){
    .cart_widget_small__product_item {
        gap: 10px;
    }
    .product_item__left{
        flex: 1 0 25%;
    }

}
/* new cart popup */

/*qtty block*/
.item_top .clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item_top .block_product_amount input.current_number {
	border: 0 !important;
	width: 50px;
	text-align: center !important;
	font-size: 14px;
	padding: 5px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: var(--font-size-normal);
	font-weight: 500;
}

.item_top .block_product_amount {
	border: 1px solid var(--color-gray);
	border-radius: 8px;
	padding: 0px 2px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.item_top .block_product_amount .minus,
.item_top .block_product_amount .plus {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
	user-select: none;
	font-size: var(--font-size-normal);
	font-weight: bold;
	position: relative;
	z-index: 10;
}

.item_top .block_product_amount .minus {
	margin-right: -10px;
}

.item_top .block_product_amount .plus {
	margin-left: -10px;
}


.item_top .block_product_amount input.current_number::-webkit-outer-spin-button,
.item_top .block_product_amount input.current_number::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.item_top .block_product_amount input.current_number {
	-moz-appearance: textfield; /* Firefox */
}
@media (max-width: 500px) {
	.item_top .block_product_amount input.current_number {
		font-size: 12px;
		padding: 0px 0px;
	}

	.item_top .block_product_amount .minus, .item_top .block_product_amount .plus {
		width: 24px;
		height: 21px;
		line-height: 18px;
	}
}

@media (max-width: 400px) {
	.item_top .block_product_amount input.current_number {
		font-size: 12px;
		padding: 0px 0px;
	}

	.item_top .block_product_amount .minus, .item_top .block_product_amount .plus {
		width: 24px;
		height: 21px;
		line-height: 18px;
	}
}

/** COMPARE **/
.product .to_compare {
	background: center/contain url("/local/templates/nle/components/bitrix/catalog.item/item_top/img/Icon Compare.svg") no-repeat;
	display: block;
	width: 26px;
	height: 26px;
}

.product .to_compare.active,
.product .to_compare:hover {
	background-image: url("/local/templates/nle/components/bitrix/catalog.item/item_top/img/Icon Compare-red.svg");
}
/* End */


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

/* End */


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


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

}

.slider_partners img {
    max-height: 100px;

}

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

.slider_partners .item {
    height: 100%;
}

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

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

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

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

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

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

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

}

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

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

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

    .slider_partners .partner a img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17758212662530 */
/* /local/templates/nle/components/bitrix/catalog.section/main_banner2/style.css?177885418135323 */
/* /local/templates/nle/components/bitrix/catalog.item/item_top_banner/style.css?177885418136727 */
/* /local/templates/nle/components/bitrix/catalog.section.list/popular_main/style.css?17761913044189 */
/* /local/templates/nle/components/bitrix/news.list/actions_main_person/style.css?17761913045321 */
/* /local/templates/nle/components/bitrix/catalog.section/top_main/style.css?17761913049130 */
/* /local/templates/nle/components/bitrix/catalog.item/item_top/style.css?177920306236727 */
/* /local/templates/nle/components/bitrix/news.list/news_main/style.css?177619130410623 */
/* /local/templates/nle/components/bitrix/news.list/partners_main/style.css?17761913042049 */
