

/* Start:/bitrix/templates/kancprice/components/bitrix/catalog.section/.default/style.css?1778663518905*/
.catalogSection {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px;
}

.wrapSectionPage {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
}

@media screen and (min-width:1300px){

}


@media screen and (min-width:1200px){

}
@media screen and (max-width:1199px){
    

}

@media screen and (max-width:991px){
   .wrapSectionPage{
    display: block;
   } 
   .filterWrap{
    display: none;
   }

}

    

@media screen and (max-width:767px){
    

}
    
@media screen and (max-width:675px){
    
}
@media screen and (max-width:640px){
    
}
@media screen and (max-width:600px){
    
}
@media screen and (max-width:485px){
    
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
    
}
@media screen and (max-width:370px){
    }
/* End */


/* Start:/bitrix/templates/kancprice/components/bitrix/catalog.item/.default/style.css?17751282365718*/
.product .image img {
    max-width: 100%;
}

.topItem .shortLineInfo {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 14px;
    gap: 3px;
    position: relative;
}

.topItem .shortLineInfo .name {
    color: #383838;
    font-weight: 700;
}

.topItem .copyLine {
    position: relative;
}

.topItem .copyLine .copySuccess {
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    padding: 5px 15px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
}

.topItem .shortLineInfo .name {
    color: #383838;
    font-weight: 700;
}

.topItem .shortLineInfo .value {
    color: #000;
}

.copyLine .value {
    cursor: pointer;
    border: 1px solid #000;
    padding: 5px;
}

.topItem .image {
    display: flex;
    justify-content: center;
}

.product .name a {
    font-size: 14px;
    text-decoration: none;
    line-height: 17px;
    display: block;
    color: #c50026;
    text-align: center;
    margin: 20px 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topItem {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product {
    padding: 20px 20px 12px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sliderBlock .slick-slide {
    height: auto;
}

.sliderBlock .slick-track {
    display: flex;
}

.product::before {
    content: '';
    border: 1px solid #eaebec;
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 15px;
}

.product .price {
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    color: #1d2029;
    text-align: center;
}

.containerStock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.product-item-amount-description-container span {
    color: #000;
    display: inline-block;
    margin-top: 5px;
}

.buttonsWrap {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    padding: 0 15px;
    left: 0;
    right: 0;
    bottom: -50px;
    transition-delay: 0s;
}

.buttonsWrap .linePrice {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.quantityContainer {
    height: 100%;
    width: fit-content;
    max-height: 34px;
    border: 1px solid #e5e5e5;
    display: flex;
}

.quantityContainer input {
    border: none;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #f7f7f7;
    width: 34px;
    font-weight: 700;
    font-size: 13px;
    height: 28px;
    color: #333;
    text-align: center;
    border-radius: 0px;
}

.btnQuant {
    position: relative;
    width: 24px;
    height: 28px;
    cursor: pointer;
    transition: 300ms all ease;
    -webkit-user-select: none;
}

.product-item-amount-field-btn-minus::after,
.product-item-amount-field-btn-plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    background-color: #000;
    content: "";
    transition: 300ms all ease;
}

.product-item-amount-field-btn-plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -1px;
    width: 2px;
    height: 10px;
    background-color: #000;
    content: "";
    transition: 300ms all ease;
}

.product:hover .buttonsWrap {
    opacity: 1;
    transition-delay: 0.2s;
}

.product:hover::before {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
    bottom: -70px;
    top: 0;
}

.product:hover {
    z-index: 3;
}

.element.product .btnBuy {
    height: 28px;
}

.btnBuy {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #FFF;
    background: #d9002a;
    gap: 7px;
    border-radius: 2px;
    padding: 5px 20px;
    transition: all 0.4s;
}

.buttonsWrap .toOrder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    border: 1px solid #000;
    color: #000;
    border-radius: 3px;
    font-weight: 400;
    transition: all 0.2s;
    cursor: pointer;
}

.buttonsWrap .toOrder:hover {
    text-decoration: none;
    background: #d02c47;
    color: #FFF;
    border: 1px solid #d02c47;
}

.btnBuy:hover {
    text-decoration: none;
    background: #d02c47;
    color: #FFF;
}

.stock.yesNal {
    background: url(/images/icons/yesNal.svg) left center no-repeat;
}

.stock.noNal {
    background: url(/images/icons/noNal.svg) left center no-repeat;
}

.stock {
    font-size: 12px;
    color: #000;
    padding-left: 20px;
}

.slideBlock {
    padding-bottom: 100px;
}


/* .sliderBlock .slick-list {
    overflow: unset;
} */


/* the slides */

.sliderBlock .slick-slide {
    margin: 0 5px;
}


/* the parent */

.sliderBlock .slick-list {
    margin: 0 -5px;
}

.wrapPopular {
    position: relative;
    z-index: 10;
}

.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;
}
/* End */


/* Start:/bitrix/templates/kancprice/components/bitrix/catalog.section/.default/themes/blue/style.css?1778663520825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /bitrix/templates/kancprice/components/bitrix/catalog.section/.default/style.css?1778663518905 */
/* /bitrix/templates/kancprice/components/bitrix/catalog.item/.default/style.css?17751282365718 */
/* /bitrix/templates/kancprice/components/bitrix/catalog.section/.default/themes/blue/style.css?1778663520825 */
