/** КАТАЛОГ ПЛИТКОЙ - начало */

body.catalog .section-list .container .row #listProducts.tiles{
    margin-right: -4px;
    margin-left: -4px;
}

#listProducts.tiles .select-product-collection-count-type.list{
    display: none;
}
#listProducts.list .select-product-collection-count-type.tiles{
    display: none;
}

#listProducts.tiles .product{
    border: none;
    height: 494px;
    position: relative;
    padding: 0;
}

#listProducts.tiles .product-block.col-xs-6.col-sm-6.col-md-4.col-lg-3{
    padding: 0 4px;
    margin-bottom: 90px;
}

#listProducts.tiles .product-block.col-xs-6.col-sm-6.col-md-4.col-lg-3.class-akril-vanny{
    margin-bottom: 40px;
}

.tab-pane-collection-block #listProducts.tiles .slick-slide {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    overflow: visible;
    opacity: 0;
}

.tab-pane-collection-block #listProducts.tiles .slick-slide.slick-active {
    opacity: 1;
}

.tab-pane-collection-block #listProducts.tiles .slick-list {
    overflow: visible;
    z-index: 21;
}

#listProducts.tiles .product .product-hover{
    padding: 16px 8px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 12;
}
#listProducts.tiles .product:hover .product-hover {
    position: absolute;
    height: max-content;
    box-shadow: 0 0 6px rgba(113, 128, 151, 0.3);
}
#listProducts.tiles .product .product-hover .l-d-c{
    height: 0;
    overflow: hidden;
}
#listProducts.tiles .product .product-hover .l-d-c .l-d-1{
    display: block;
    width: 100%;
    margin-bottom: 0;
}

#listProducts.tiles .product:hover .product-hover .p-m .l-d-c{
    height: auto;
    display: block;
}

#listProducts.tiles .product:hover .product-hover .l-d-c{
    margin-bottom: 4px;
    height: fit-content;
    padding: 8px 16px;
}

#listProducts.tiles .product:hover .product-hover .l-d-c ul{
    list-style: none;
}

.block-tiles .product .p-l-c .p__o_p_count{
    display: none;
}

#listProducts.tiles .p-m-top-row-product-desc{
    display: none;
}

/** товар по распродаже - начало*/

#listProducts.tiles .defect-price-block-left .defect-block-info-title,
#listProducts.tiles .defect-block-wrap .defect-discount-block
{
    display: none;
}

#listProducts.tiles .defect-economy-second{
    display: none;
}

/** товар по распродаже - конец*/

/** КАТАЛОГ ПРИТКОЙ - конец */

/** КАТАЛОГ СПИСКОМ - начало */

body.catalog .section-list .container .row #listProducts.list{
    margin-right: -15px;
    margin-left: -15px;
}

#listProducts.list .product{
    border: none;
    border-radius: 0;
    margin-bottom: 8px;
    padding: 8px;
}

#listProducts.list .product:hover{
    box-shadow: 0 0 6px rgba(113, 128, 151, 0.3);
}

#listProducts.list .product .product-hover{
    width: 100%;
}

#listProducts.list .product .p__i{
    width: 200px;
    height: 274px;
    float: unset;
}
#listProducts.list .product .l-d-c .l-d-1{
    width: 100%;
    margin: 0;
}
#listProducts.list .product .p-r .p-s-c{
    bottom: 0;
    left: 0;
    position: unset;
    margin-top: 24px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

#listProducts.list .product .p-r .p-s{
    margin-right: 8px;
}

#listProducts.list .product .p-r .p-s:first-child{
    margin-left: 8px;
}

#listProducts.list .product .p-r .add-to-card,
#listProducts.list .product .p-r .go-to-card
{
    width: 100%;
    height: 40px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    background: #276EF1;
    border-radius: 80px;
    box-shadow: none;
}

#listProducts.list .product .p-r .go-to-card{
    background: #EFF3FE;
    color: #276EF1;
}

#listProducts.list .product .p-r .add-to-card:before{
    content: ' ';
    background-image: url('/local/templates/public/img/catalog/btn-basket-add.svg');
    width: 20px;
    height: 20px;
}
#listProducts.list .product .p-s:hover:after{
    bottom: -5px;
}

#listProducts.list .product .p-m .p-l-c{
    width: 100%;
    margin-bottom: 4px;
    position: relative;
    left: 0;
    top: 0;
}

#listProducts.list .product .p-c{
    width: 80px;
    color: #A9BAC1;
    font-size: 14px;
}

#listProducts.list .product .product-flex-wrap{
    width: Calc(100% - 32px);
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

#listProducts.list .product .product-flex-wrap .p-r{
    float: unset;
    padding: 0;
    width: 225px;
}

#listProducts.list .product .product-flex-wrap .p-m{
    width: Calc(100% - 457px);
    margin: 0 16px;
    padding: 0;
    float: unset;
}

#listProducts.list .product .p-m-top-row{
    padding: 0;
}

.p-m-top-row-rating-list{
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.p-m-top-row-rating-list-stars{
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-right: 4px;
    margin-left: 10px;
}

.p-m-top-row-rating-list-star{
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-image: url('/local/templates/public/img/catalog/catalog-icon-rating-gray.svg');
    background-size: 14px;
}

.p-m-top-row-rating-list-star.active{
    background-image: url('/local/templates/public/img/catalog/catalog-icon-rating.svg');
}

.p-m-top-row-rating-list-reviews-count{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.15px;
    color: #78909C;
    display: inline-block;
    height: 16px;
}

#listProducts.list .product .p__t{
    width: 100%;
    height: 24px;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #263238;
    margin: 16px 0 12px 0;
    padding: 0;
}

#listProducts.list .product .p-r .l-d-c{
    padding: 0 4px;
}

#listProducts.list .p-m-top-row-product-desc{
    width: 100%;
    height: 72px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #455A64;
}

#listProducts.list .p-r-flex-wrap{
    margin-top: 30px;
}

#listProducts.list .p-r-flex-wrap .p__c{
    width: Calc(100% - 184px);
    min-width: Calc(100% - 184px);
    height: auto;
    margin: 0 16px 0 0;
    padding: 0;
}

#listProducts.list .p-r-flex-wrap .p__c .p__o_pp{
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A202C;
}

#listProducts.list .p-r-flex-wrap .p__c .p__o_p{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #718096;
}

#listProducts.list .p-r-flex-wrap .p__c .p__o_p_count{
    display: none;
}

/** товар по распродаже - начало*/

#listProducts.list .defect-text-block{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

#listProducts.list .defect-text-block .image-container{
    width: 200px;
    height: 245px;
}

#listProducts.list .defect-slider .defect-image-block{
    padding: 0;
}

#listProducts.list .defect-block-info{
    width: Calc(100% - 224px);
    margin: 0 0 0 24px;
    background: none;
    border-radius: 0;
}

#listProducts.list .defect-slider .product-review .product{
    height: 100% !important;
}

#listProducts.list .product-review .product-slide{
    padding: 6px;
}

#listProducts.list .defect-block-info-title,
#listProducts.list .defect-price-block-right,
#listProducts.list .defect-economy
{
    display: none;
}

#listProducts.list .defect-price-block-left .defect-block-info-title{
    display: block;
    padding: 0;
    letter-spacing: 12px;
    color: #FEC1AC;
    margin-right: 64px;
}

#listProducts.list .defect-block-wrap{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

#listProducts.list .defect-block-wrap-info{
    width: Calc(100% - 152px);
    max-width: 400px;
    margin-right: 64px;
}

#listProducts.list .defect-slider .defect-discount-block{
    top: 0;
}

#listProducts.list .defect-slider .defect-name a{
    height: auto;
    max-height: 56px;
    font-size: 20px;
    line-height: 28px;
    color: #FB3030;
}

#listProducts.list .defect-slider .defect-code{
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #7F8F98;
    margin-bottom: 6px;
}

#listProducts.list .defect-slider .defect-price-block{
    background: #FB3030;
    border-radius: 8px;
    margin-top: 8px;
    padding: 17px 16px;
}

#listProducts.list .defect-price-block-left{
    width: 100%;
    padding: 0;
    justify-content: flex-start;
}

#listProducts.list .defect-slider .defect-price{
    width: auto;
    margin-right: 32px;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    color: #FEE3D5;
}

#listProducts.list .defect-slider .defect-price-old{
    width: auto;
    font-size: 16px;
    line-height: 16px;
    color: #FEC1AC;
    margin-right: 16px;
    position: relative;
    right: unset;
}

#listProducts.list .defect-economy-second{
    height: 24px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FEE3D5;
    border: 1px solid #FD9782;
    border-radius: 4px;
}

#listProducts.list .defect-slider .product-review .slick-arrow{
    top: 50%;
    background: #F1F8F9;
}

#listProducts.list .product-review .slick-prev{
    left: 18px;
}

#listProducts.list .product-review .slick-next{
    right: 18px;
}

#listProducts.list .defect-slider .product-review .slick-arrow:hover{
    background: #276EF1;
}

/** товар по распродаже - конец*/

/** КАТАЛОГ СПИСКОМ - конец */

/** Слайдер картинок - начало */
.product-images-slider{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    z-index: -1;
    display: none;
}
.block-list .product-images-slider{
    z-index: 1;
}
.product-images-slider-item{
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #EDF2F6;
    margin: 0 3px;
}
.product-images-slider-item.active{
    background: #008DEE;
}
.product-images-slider-places{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.product-images-slider-places-item{
    width: 100%;
    height: 100%;
}
.product:hover .product-images-slider,
.product:hover .product-images-slider-places{
    display: flex;
}
/** Слайдер картинок - конец */

.p-r-flex-wrap{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/**СЛАЙДЕР БАННЕРОВ - начало*/

.catalog-banner-slider{
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.catalog-banner-slider-text{
    width: 50%;
    max-width: 524px;
    height: 100%;
    display: block;
    margin: auto 48px auto auto;
    padding: 50px 0 45px 0;
}

.catalog-banner-slider-text-title{
    height: 64px;
    overflow: hidden;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.catalog-banner-slider-text-desc{
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.catalog-banners-slider{
    width: 100%;
    float: left;
}

.catalog-banners-slider .slick-arrow{
    height: 100%;
    margin-top: 0;
    top: 0;
}

.catalog-banners-slider .slick-arrow:before{
    display: block;
    width: 24px;
    height: 24px;
    background: #EDF2F6;
    border-radius: 80px;
    line-height: 24px;
    color: #718097;
}

.catalog-banners-slider .slick-next{
    right: 23px;
}

.catalog-banners-slider .slick-prev{
    left: 23px;
}


/**СЛАЙДЕР БАННЕРОВ - конец*/

/** ПОКАЗАТь / СКРЫТЬ БЛОКИ - начало */

#listProducts.list .product .p-m .l-d-c{
    display: block;
}

#listProducts.list .product .l-d-c,
#listProducts.list .product .p__i__s .p-s-c,
#listProducts.list .product .p-l-c,
#listProducts.tiles .product .p-r .p-s-c,
#listProducts.tiles .product .p-r .l-d-c,
#listProducts.tiles .product .l-d-c .l-d,
#listProducts.tiles .product .p-m .p-l-c{
    display: none;
}
#listProducts.list .product .p-r .l-d-c,
#listProducts.list .product .p_r .p-s-c,
#listProducts.list .product .p-m .p-l-c,
#listProducts.list .product .p-m .p-c,
#listProducts.tiles .product .p__i__s .p-s-c,
#listProducts.tiles .product .l-d-c
{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
/** ПОКАЗАТь / СКРЫТЬ БЛОКИ - конец */

.products-grid {
    margin-top: 10px;
}
.flex-next-row{
    display: block;
    width: 100%;
    height: 0;
}
.category-products .panel-heading .panel-title a{
    font-size: 13px;
}
.category-products .panel-heading .panel-title a.active{
    color: #3498db;
}
.filters-nav {
    display: none;
}
.product-block {
    padding: 0 15px;
}

.block-tiles .product{
    height: 490px;
}
.p__i.p__i__s{
    height: 340px;
    position: relative;
}
.p-r .p__c{
    color: #142328;
    font: 700 24px/1 Roboto, Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 55px;
    flex-wrap: wrap;
}

#listProducts.block-list .p-m .p__o_p_count,
.p-r .p__c .p__o_p_count{
    display: block;
    width: fit-content;
    height: 24px;
    margin: 0 auto 0 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    padding: 4px 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid #FEC1AC;
    color: #FB3030;
}

#listProducts.block-list .p-m .p-l-c .p__o_p_count{
    margin-bottom: 4px;
}

#listProducts.block-list .p-r .p__c{
    margin-bottom: 16px;
    padding-right: 0;
}

#listProducts.block-list .p-r .p__c .p__o_p_count{
    display: none;
}

#listProducts.block-list .p-r .p__c .wrap-price-block{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.p-r .p__c .p__o_p{
    line-height: 23px;
    margin-left: 12px;
    font-size: 14px;
}

#listProducts.block-tiles .p-r .p__c .wrap-price-block{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.p-r .p__c span.p__o_pp{
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    color: #1A202C;
}

#listProducts.block-list .p-r .p__c span.p__o_pp{
    line-height: 32px;
}

.p-r .p__c span.p__o_p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #718096;
}

#listProducts.block-list .p-r .p__c span.p__o_p{
    margin-left: 8px;
    font-size: 16px;
    line-height: 18px;
}

#listProducts.block-tiles .product .add-to-card,
#listProducts.block-tiles .product .go-to-card
{
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 20px;
}

#listProducts.block-tiles .product .add-to-card:before,
#listProducts.block-tiles .product .go-to-card
{
    top: Calc((100% - 20px)/2);
}

aside {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.categories-wrapper {
    display: flex;
    padding-left: 0;
    overflow: hidden;
}
.category-products-scroll {
    margin: 0 -8px -20px;
    padding: 0 16px;
    overflow: hidden;
    overflow-x: scroll;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent);
}
.category-products-scroll::-webkit-scrollbar {
    width:0;
    display: none;
}

.category-product-main {
    padding-top: 10px;
}

.category-product-main .category-product {
    padding: 4px 16px;
    font-size: 12px;
}


.category-products {
    display: inline-block;
    height: 32px;
    margin: 10px -15px 0 -15px;
    font-size: 12px;
    font-weight: 400;
    padding:0 15px;
    color: #008DEE;
    position: relative;
    white-space: nowrap;
}

.category-product {
    display: inline-block;
    margin: 0 4px 8px 0;
    padding: 4px 8px;
    border: 1px solid #B3E5FC;
    border-radius: 24px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
}

.category-product a {
    color: #008DEE;
}

.category-product:hover {
    background-color: #eaf2f7;
    cursor: pointer;
}

.category-product:hover a {
    color: #3498db;
}

.category-product.active {
    background-color: #008DEE;
    border-color: #008DEE;
}

.category-product.active a{
    color: #FFFFFF;
}

.categories-wrapper .arrows-block {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    width: 80px;
    margin-left: auto;
    margin-top: 3px;
}

.categories-wrapper .arrows {
    display: block;
    width: 62px;
    height: 100%;
    background-color: #fff;
    text-align: center;
}

.categories-wrapper .slick-prev:before, .categories-wrapper .slick-next:before {
    font-size: 20px;
}

.categories-wrapper .arrows > span {
    position: relative;
    display: inline-block;
    width: 29px;
    padding: 18px 6px;
}

.categories-wrapper .arrows > span:before {
    content: "";
    transform: rotate(45deg);
    top: 14px;
    left: 6px;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #d9e4ef;
    border-bottom: 2px solid #d9e4ef;
}

.categories-wrapper .arrows > span:after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    width: 16px;
    height: 2px;
    background-color: #d9e4ef;
}

.categories-wrapper .arrows > span.arrow-right:before {
    transform: rotate(-135deg);
    left: 12px;
}

.categories-wrapper .arrows > span.active {
    cursor: pointer;
}
.categories-wrapper .arrows > span.active:before {
    border-color: #b0bac5;
}
.categories-wrapper .arrows > span.active:after {
    background-color: #b0bac5;
}

.categories-wrapper .arrows > span.active:hover:before {
    border-color: #8091a5;
}
.categories-wrapper .arrows > span.active:hover:after {
    background-color: #8091a5;
}

.product .p-c {
    width: Calc(100% - 64px);
    color: #A9BAC1;
    font-size: 12px;
    line-height: 14px;
}

.product .p-m-top-row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0 16px;
}

.product .p-m-top-row-rating-tiles{
    position: relative;
    width: auto;
    max-width: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin-right: 18px;
}

.product .p-m-top-row-rating-tiles:before{
    content: '';
    display: block;
    width: 18px;
    height: 19px;
    background-image: url(/local/templates/public/img/catalog/catalog-icon-rating.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.block-tiles .product .p-m{
    height: auto;
    margin-top: 8px;
}
.block-list .product .p-m{
    height: auto;
    position: relative;
}
.product .p__t{
    color: #556268;
    font-size: 14px;
    margin-top: 11px;
    height: 35px;
    padding: 0 16px;
}

.block-tiles .product .p__t{
    color: #40576D;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .l-d-c {
    display: none;
}
.product .p-b-c {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 11;
}
.product .p-bs {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* PRODUCT LIKE BUTTON */

.product .p-bs .nir-product-favorite{
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #F4F6F6;
    border-radius: 100%;
    position: relative;
}
.product .p-bs .nir-product-favorite:before{
    color: #182b48;
    font-size: 20px !important;
    width: 20px;
    transition: none;
    top: Calc(50% - 10px);
    left: Calc(50% - 9px);
    position: absolute;
}
.product .p-bs .nir-product-favorite.active:before{
     color: rgba(24, 43, 72, 0.7);
}
.product .p-bs div:nth-child(2).nir-product-favorite{
    margin-top: 10px;
}
.search-page .product {
    border: none;
}

/* PRODUCT LABELS */
.product .p-l-c {
    position: absolute;
    top: 16px;
    left: 16px;
    width: Calc(100% - 64px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 10;
}

.product .p-l-c .p-l {
    width: fit-content;
    width: -moz-fit-content;
    height: 24px;
    padding: 4px 8px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 4px;
    background-color: #05944F;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: block;
    position: relative;
}
.product .p-l-c .p-l.disc{
    background-color: #102C60;
    color: #EFF3FE;
}
.product .p-l-c .p-l.hit,
.product .p-l-c .p-l.new,
.product .p-l-c .p-l.sale,
.product .p-l-c .p-l.brak{
    position: relative;
    padding-left: 24px;
}
.product .p-l-c .p-l.exclusive{
    position: relative;
    padding-left: 30px;
}
.product .p-l-c .p-l.hit{
    background-color: #FFAB36;
    color: #FFF5D6;
}
.product .p-l-c .p-l.new{
    background-color: #05944F;
    color: #EDFDD4;
}
.product .p-l-c .p-l.sale{
    background-color: #E11900;
}

.product .p-l-c .p-l.showcase{
    background: #05944f;
}

.product .p-l-c .p-l.brak{
    background-color: #FFC043;
    color: #674D1B;
}
.product .p-l-c .p-l.exclusive{
    background: #276EF1;
    color: #EFF3FE;
}
.product .p-l-c .p-l.hit:before,
.product .p-l-c .p-l.new:before,
.product .p-l-c .p-l.sale:before,
.product .p-l-c .p-l.brak:before
{
    content: ' ';
    width: 12px;
    height: 14px;
    left: 8px;
    top: Calc((100% - 14px)/2);
    position: absolute;
    background-repeat: no-repeat;
}
.product .p-l-c .p-l.exclusive:before{
    font-size: 16px;
    margin: 0 4px 0 2px;
    position: absolute;
    left: 8px;
    top: 4px;
}
.product .p-l-c .p-l.hit:before{
    background-image: url(/local/templates/public/img/catalog/sticker-hit.svg);
}
.product .p-l-c .p-l.new:before{
    background-image: url(/local/templates/public/img/catalog/sticker-new.svg);
}
.product .p-l-c .p-l.sale:before{
    background-image: url(/local/templates/public/img/catalog/sticker-sale.svg);
}
.product .p-l-c .p-l.brak:before{
    background-image: url(/local/templates/public/img/catalog/sticker-brak.svg);
}

.product .p-l-c .discount-text {
    margin-right: 0;
}

/* PRODUCT STICKERS */
.product .p-s-c {
    position: absolute;
    bottom: 8px;
    left: 8px;
    height: 48px;
    z-index: 5;
}

.product .p-s:hover:before {
    content: attr(data-title);
    position: absolute;
    z-index: 1;
    background: #313541;
    color: #fff;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 8px;
    border-radius: 6px;
    width: 100%;
    display: inline-table;
    text-align: center;
    white-space: nowrap;
}

.product .p-s-d,
.product .p-s-p,
.product .p-s-360 {
    display: inline-block;
    position: relative;
    width: 48px;
    margin-right: 8px;
}

.product .p-s-d i,
.product .p-s-p i,
.product .p-s-360 i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 5px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #263238;
}
.product .p-s-d i:before,
.product .p-s-p i:before,
.product .p-s-360 i:before {
    font-size: 40px;
    color: #CFD8DC;
}

.p-s-d:hover:before,
.p-s-360:hover:before,
.p-s-p:hover:before
{
    top: 52px;
    left: -10px;
}

.product .p-s-p i.nir-sticker-present:before{
    content: "\e944";
    font-weight: normal;
    font-size: 30px;
}

#listProducts .product .l-d-c .l-d-1 .l-d__i{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
}

#listProducts .product .l-d-c .l-d-1 .l-d__i:last-child{
    margin-bottom: 0;
}

#listProducts .product .l-d-c .l-d-1 .l-d__i span{
    width: Calc(50% - 4px);
}

#listProducts .product .l-d-c .l-d-1 .l-d__i span.l-d__i-title{

    margin-right: 8px;
    color: #B0BEC5;
}

#listProducts.list .product .l-d-c .l-d-1 .l-d__i span.l-d__i-title{
    width: 114px;
    margin-right: 24px;
    padding-left: 4px;
    color: #78909C;
}

#listProducts.list .product .l-d-c .l-d-1 .l-d__i span.l-d__i-desc{
    width: Calc(100% - 138px);
    padding-left: 4px;
}

#listProducts .product .l-d-c .l-d-1 .l-d__i span.l-d__i-desc{
    margin-right: 0;
    margin-left: 8px;
    color: #37474F;
    max-width: 113px;
}

/* PRODUCT BUTTONS */
.product .buy-one-click {
    margin-top: 12px;
}

.search-page .product .buy-one-click {
    letter-spacing: 0.65px;
}

.product .p-r-b-b {
    height: 47px;
    background-color: #008dee;
    border-radius: 6px;
    color: #fff;
}

.product .p-r-b-b:hover {
    background-color: #3498db;
    color: #fff;
}

.link-fead {
    top: 16px;
    text-align: center !important;
    display: block;
}

.container.opt-page {
    margin-top: 70px;
}

.discount-product {
    background-color: #e53935;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.discount-product .fa-question-circle{
    cursor: pointer;
}
.discount-text {
    margin-right: 10px;
}

.catalog-pagination {
    text-align: center;
}
.catalog-pagination.search-page-pagination .pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}

.product-preview-props{
    padding: 0 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #182B48;
    margin-top: 5px;
}
#listProducts.list .product-preview-props{
    padding: 0;
    margin-bottom: 15px;
}
.product-preview-prop-item{
    margin-bottom: 5px;
}
.product-preview-prop-item img{
    margin-right: 6px;
}


@media (min-width: 768px) and (max-width: 1199px){

    #listProducts.tiles .product-block.col-xs-6.col-sm-6.col-md-4.col-lg-3{
        width: Calc(100%/3);
    }
}

.not-find__header {
    font-size: 34px;
    color: #37474f;
    float: left;
    display: inline-block;
    max-width: 370px;
}
.not-find__text {
    display: flex;
    flex-flow: column;
    margin-top: 40px;
    float: left;
    max-width: 420px;
}
.not-find__text .desc {
    font-size: 15px;
    color: #667580;
    margin-bottom: 15px;
}
.not-find__text .phone {
    font-size: 20px;
    color: #008dee;
    margin-bottom: 15px;
}
.not-find__img {
    float: right;
}

.category-products .more-sections {
    display: none;
}

.js-close-filters {
    height: 40px;
    width: 40px;
    right: 30px;
    top: 8px;
    z-index: 999;
    cursor: pointer;
    display: none;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 12px;
}

.product-flex-wrap .p__i img{
    max-height: 95%;
}

@media (min-width: 768px)
{
    .block-list .p__i {
        float: left;
        width: 239px;
    }
    /*.block-list .p__t {
        font-size: 16px;
        height: auto;
        line-height: 24px;
        margin-top: 12px;
        margin-bottom: 12px;
        font-weight: 400;
    }*/
    .block-list [class*="col-"] {
        width: 100%;
    }
    .block-list .l-h {
        display: none;
    }
    .block-list .l-d {
        margin-top: 0;
    }
    .block-list .l-d-1 {
        display: block;
        list-style: none;
        margin-top: 32px;
    }
    .block-list .l-d-1 .l-d__i {
        font-weight: 400;
    }
    .block-list .line-country {
        display: block;
        margin-bottom: 3px;
    }
    .block-list .line-country span {
        display: inline-block;
        min-width: 65px;
        vertical-align: top;
    }
    .block-list .line-country img {
        margin-left: 8px;
        margin-bottom: -3px;
        position: relative;
        z-index: 0;
    }
    .block-list .l-d__i {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .block-list .l-d__i .col-1 {
        color: #a4aeb9;
        display: inline-block;
        margin-right: -4px;
        vertical-align: middle;
        width: 58%;
    }
    .block-list .l-d__i .col-2 {
        color: #7f8c8d;
        display: inline-block;
        font-size: 12px;
        margin-right: -4px;
        vertical-align: middle;
        width: 42%;
    }
    /*.block-list .p-r {
        float: left;
        padding: 3px 0 11px 13px;
        margin-top: 0;
        width: 22%;
    }
    .block-list .p-r .l-d__i {
        margin-bottom: 12px;
    }
    .block-list .p-m {
        float: left;
        margin-right: -2px;
        margin-top: 3px;
        padding-left: 45px;
        width: calc(100% - 22% - 240px);
    }*/
    .block-list .p-m .l-d-1 {
        margin-bottom: 0;
        margin-top: 0;
    }
    .block-list .p__c {
        margin-bottom: 31px;
    }
    .block-list .p__o_p {
        font-size: 13px;
    }
    .block-list .p__o_p .rub {
        font-size: 11px;
    }
    .block-list .discount {
        position: relative;
        left: 50px;
    }
    .block-list .links-actions {
        margin-top: 9px;
    }

    /*.block-list .product {
        margin-bottom: 20px;
        min-height: 0;
        padding: 18px 18px 18px 14px;
    }*/

    .block-list .product .p-c {
        display: none;
    }
    .block-list .product .p-l-c {
        width: 26%;
    }
    .block-list .product .p-s-c {
        bottom: 16px;
        left: 13px;
    }
    .block-list .product .p-b-l:hover:before {
        top: 26px;
        left: 97px;
    }
    .block-list .product .p-b-l:hover:after {
        bottom: -8px;
        left: 78%;
    }
    .block-list .product .p-r-b {
        margin-top: 0;
    }
    .block-list .product .p-r-c-b {
        height: 47px;
        border: 1px solid #ebedee;
        border-radius: 6px;
        margin-top: 16px;
    }
    .block-list .product .p-r-c-b:hover {
        border: 2px solid #ebedee;
    }
    .block-list .product .p__c {
        height: auto;
    }
    .block-list .product .p__o_p.d_n {
        display: none;
    }
    /*.block-list .product .p-b-c {
        left: 596px;
        top: 218px;
        right: unset;
    }*/
    .block-list .product .p-bs {
        flex-direction: row-reverse;
        align-items: flex-end;
    }
    .block-list .product .p-b {
        display: flex;
        margin: 0;
    }
    .block-list .product .p-b img, .block-list .product .p-b-l:before {
        margin-right: 9px;
    }
    .block-list .product .l-d-c {
        padding-top: 0;
        display: block;
    }
    .block-list .product .l-d {
        display: none;
    }
    .block-list .product .l-d-1 {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {


    /*.block-list, .block-tiles {
        margin-left: -45px;
        margin-right: -45px;
    }
    .block-list .p__i {
        margin-top: 3px;
        margin-left: 19px;
        width: 200px;
    }
    .block-list .p__i img {
        border-radius: 5px;
        vertical-align: middle;
    }*/
    .block-list .p-m {
        width: calc(100% - 32.4% - 180px);
    }

    .block-list .product {
        display: flex;
    }


    .block-list .l-d {
        margin-top: 19px;
    }
    .block-list .line-country img {
        margin-left: 0;
    }
    .block-list .l-d-1 {
        margin-bottom: 0;
        margin-top: 9px;
    }
    .block-list .p-r .l-d-1 {
        margin-bottom: 3px;
    }
    .block-list .p-r .l-d-1 .l-d__i {
        margin-bottom: 12px;
    }
    .block-list .discount {
        display: none;
    }
    .block-list .p__c .rub {
        font-size: 23px;
    }
    .block-list .p__o_p .rub {
        font-size: 11px;
    }
    .block-list .links-actions {
        margin-top: 6px;
    }
    .block-list .links-actions__item {
        display: block;
        float: none;
    }
    .block-list .links-actions__item + .links-actions__item {
        margin-top: 9px;
    }
    .block-list .l-d__i .col-1 {
        width: 50%;
    }
    .block-list .l-d__i .col-2 {
        width: 50%;
    }

    .block-list .product .p-l-c {
        width: 22%;
    }
    .block-list .product .p-b-c {
        left: 700px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {

    .block-list .product {
        display: flex;
        flex-direction: column;
    }

    #listProducts.products-grid.block-list .product-block.lazy-wait .product:not(.product-sale):not(.product-defect) {
        height: auto !important;
    }

    .block-list .product .p-s-c {
        top: 200px;
    }

    /*.block-list .p__i {
        margin-top: 3px;
        margin-left: 19px;
        width: 100%;
    }

    .block-list .p-m {
        width: 100%;
        height: auto;
        padding-left: 0;
        margin-top: 10px;
    }

    .block-list .product .p-r {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }*/

    .product .buy-one-click {
        margin-top: 30px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .block-list .p-r {
        width: 28.4%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-list .p-r {
        width: 27%;
    }
}


@media (max-width: 1199px) {
    .aside-filters {
        height: 100%;
    }

    .filters-nav {
        display: block;
    }

    .filters-header {
        border-bottom: 5px solid #008dee;
        color: #34495e;
        height: 75px;
        padding-top: 28px;
        width: 100%;
    }
    .filters-header i {
        cursor: pointer;
        font-size: 24px;
        margin: 0 14px 0 0;
        position: relative;
        top: -3px;
    }
    .filters-header span {
        cursor: pointer;
        font: 500 22px/1 Roboto, Arial, Helvetica, sans-serif;
    }

    .mob-results-filters-buttons {
        margin: 14px 0 0;
        top: -6px;
        position: absolute;
    }
    .mob-results-filters-buttons .btn {
        font: 500 14px/41px Roboto, Arial, Helvetica, sans-serif;
        height: 43px;
        line-height: 42px;
    }
    .mob-results-filters-buttons .nir-cross {
        left: 7px;
        top: -3px;
        font-size: 32px;
    }

    .block-list .line-country span {
        min-width: 0;
    }
    .block-list .p-m .l-d-1 {
        padding-bottom: 0;
    }

    .js-close-filters {
        display: block;
    }

    .filters-header, .mob-results-filters, .mob-results-filters-buttons {
        padding-left: 26px;
        padding-right: 26px;
        width: 100%;
    }

    .aside-filters .filter.scroll {
        height: 98%;
        padding-right: 4px;
        padding-top: 6px;
    }

    .filters-header {
        height: 62px;
    }

    .menu-over-filter-hr {
        display: none;
    }

    #listProducts.list .defect-price-block-left .defect-block-info-title{
        letter-spacing: 8px;
        margin-right: 30px;
    }

    #listProducts.list .defect-slider .defect-price{
        margin-right: 24px;
        font-size: 29px;
    }

    #listProducts.list .defect-economy-second{
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .not-find__header {
        max-width: 100%;
    }
    .not-find__text {
        width: 50%;
    }
    .not-find__img {
        width: 50%;
    }
    .not-find__text .desc {
        margin-bottom: 30px;
    }
    .not-find__text .phone {
        margin-bottom: 30px;
    }

    #listProducts.list {
        display: none;
    }
}

@media (max-width: 920px){

    .p-r .p__c span.p__o_pp{
        font-size: 19px;
    }
}

@media (max-width: 860px){

    #asideFilters.aside-filters{
        margin-bottom: 16px;
    }

    /** КАТАЛОГ ПРИТКОЙ - начало */

    .products-grid{
        margin-top: 0;
    }

    #listProducts.tiles .product:hover .product-hover{
        padding: 8px;
        height: inherit;
        box-shadow: none;
    }

    #listProducts.tiles .product:hover .product-hover .l-d-c{
        display: none !important;
    }

    #listProducts.tiles .product {
        height: 440px !important;
        margin-bottom: 8px;
    }

    .p__i.p__i__s{
        height: 272px;
    }

    .block-tiles .product .p__t{
        height: 48px;
        line-height: 16px;
    }

    .block-tiles .product .p-m{
        height: 75px;
    }

    .p-r .p__c span.p__o_pp{
        font-size: 16px !important;
    }

    .p-r .p__c span.p__o_p{
        margin-left: 8px;
        font-size: 12px;
        line-height: 20px;
        text-decoration-line: line-through;
    }

    #listProducts .p-r .p__c{
        width: Calc(100% - 48px);
        min-width: Calc(100% - 48px);
        margin-right: 8px;
        padding-right: 0;
    }

    #listProducts.tiles .product .product-hover{
        padding: 8px;
    }

    /** КАТАЛОГ ПРИТКОЙ - конец */
}


@media (max-width: 815px){

    #listProducts.tiles .product .p__i__s .p-s-c .p-s:nth-child(n+5){
        display: none;
    }
    #listProducts.tiles .product .p__i__s .p-s-c{
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .product .p-s-c {
        bottom: 0;
    }

    .categories-wrapper .arrows-block {
        display: none;
    }
    .products-grid {
        margin-top: 16px;
    }

    .filters-header {
        padding-top: 16px;
    }

    .aside-filters {
        padding-left: 0;
        /*padding-right: 10px;*/
        /*width: 102%;*/
        width: 100%;
    }

    .product-block {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mob-results-filters-buttons .btn {
        /*width: 130px;
        padding: 0;*/
        display: none;
    }

    .not-find__header {
        font-size: 24px;
        max-width: 100%;
    }
    .not-find__text {
        width: 100%;
    }
    .not-find__img {
        width: 100%;
    }
    .not-find__text .desc {
        margin-bottom: 20px;
    }
    .not-find__text .phone {
        margin-bottom: 20px;
    }

    .inputAll {
        width: 100%;
    }

    .btnAll {
        margin-top: 10px;
        margin-left: -3px;
    }

    .category-products .more-sections {
        display: block;
    }

    #asideFilters.aside-filters{
        margin-bottom: 0;
    }

    #listProducts.tiles .product .product-hover{
        padding: 0;
    }

    .product .p-b-c{
        right: 8px;
        top: 8px;
    }

    .product .p-l-c{
        top: 8px;
        left: 8px;
        width: Calc(100% - 52px);
    }

    .product .p-m-top-row{
        padding: 0 4px;
    }

    .block-tiles .product .p__t{
        padding: 0 4px;
    }

    #listProducts .p-r .p__c{
        height: 61px;
    }

    #listProducts.block-tiles .p-r .p__c .wrap-price-block{
        flex-wrap: wrap-reverse;
    }

    .p-r .p__c span.p__o_pp,
    .p-r .p__c span.p__o_p
    {
        width: 100%;
    }

    .p-r .p__c span.p__o_p{
        margin-left: 0;
    }

    .catalog-banners-slider.slick-slider{
        display: none;
    }

    .p-r .p__c .p__o_p_count{
        height: 20px;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 4px;
    }

    .product:hover .product-images-slider,
    .product:hover .product-images-slider-places{
        display: none;
    }

    #listProducts.tiles .product:hover .product-hover{
        padding: 0;
    }
}

@media (max-width: 580px){

    #listProducts.tiles .product{
        height: 420px !important;
    }

    .p__i.p__i__s{
        height: 252px;
    }
}

@media (max-width: 480px){

    .p__i.p__i__s{
        height: 235px;
    }

    #listProducts.tiles .product-block.col-xs-6.col-sm-6.col-md-4.col-lg-3{
        padding: 0;
    }

    .section-list .container{
        padding: 0 8px !important;
    }

    .catalog-pagination .pagination > li > a,
    .catalog-pagination .pagination > li > span{
        width: 30px;
        height: 30px;
        line-height: 32px;
    }

    .product .p-s-d, .product .p-s-p, .product .p-s-360{
        width: 36px;
        margin-right: 5px;
    }
    .product .p-s-d i, .product .p-s-p i, .product .p-s-360 i{
        width: 36px;
        height: 36px;
    }
    .product .p-s-d i:before, .product .p-s-p i:before, .product .p-s-360 i:before{
        font-size: 29px;
    }
    .product .p-s-p i.nir-sticker-present:before{
        font-size: 22px;
    }
    .nir-free-delivery:before{
        font-size: 19px !important;
    }

    .product .p-l-c .p-l.showcase{
        white-space: nowrap;
    }
}

@media (max-width: 448px){

    .product .p-l-c .p-l{
        padding: 4px 6px;
        font-size: 12px;
    }

    .product .p-l-c .p-l.hit,
    .product .p-l-c .p-l.new,
    .product .p-l-c .p-l.sale,
    .product .p-l-c .p-l.brak {
        padding-left: 22px;
    }

    .product .p-l-c .p-l.hit:before,
    .product .p-l-c .p-l.new:before,
    .product .p-l-c .p-l.sale:before,
    .product .p-l-c .p-l.brak:before {
        left: 6px;
    }
}

@media (max-width: 369px){

    .product .p-b-c{
        right: 4px;
        top: 4px;
    }

    .product .p-l-c{
        top: 4px;
        left: 4px;
        width: Calc(100% - 40px);
    }

    .product .p-l-c .p-l{
        padding: 4px 4px;
        font-size: 11px;
    }

    .product .p-l-c .p-l.hit,
    .product .p-l-c .p-l.new,
    .product .p-l-c .p-l.sale,
    .product .p-l-c .p-l.brak {
        padding-left: 20px;
    }

    .product .p-l-c .p-l.hit:before,
    .product .p-l-c .p-l.new:before,
    .product .p-l-c .p-l.sale:before,
    .product .p-l-c .p-l.brak:before {
        left: 4px;
    }

    .product .p-s-c{
        left: 4px;
        height: 40px;
    }

    .product .p-m-top-row-rating-tiles{
        max-width: 39px;
        font-size: 12px;
        line-height: 12px;
        margin-right: 8px;
    }

    .product .p-m-top-row-rating-tiles:before{
        margin-right: 4px;
    }

    .product .p-c{
        width: Calc(100% - 47px);
    }

    .p-r .p__c .p__o_p_count{
        padding: 4px;
        font-size: 11px;
    }

    #listProducts.block-tiles .product .add-to-card,
    #listProducts.block-tiles .product .go-to-card
    {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }

}
