

/* Start:/local/templates/hm_2023/components/bitrix/catalog.section.list/subsections.cards/style.css?17470251863415*/
.b1t-hm-csl-ssc {
    padding-top: 30px;
}

.b1t-hm-csl-ssc .item {
    display:  block;
    border-bottom: 0px;
    margin-bottom: 30px;
    
    border: 1px solid rgba(148, 166, 180, 0.3);
    border-radius: 4px;

    background: #fff;
    color: #000;
    
    transition: box-shadow 0.2s ease-out, top 0.2s ease-out;
    -webkit-transition: box-shadow 0.2s ease-out, top 0.2s ease-out;
    -moz-transition: box-shadow 0.2s ease-out, top 0.2s ease-out;
    -o-transition: box-shadow 0.2s ease-out, top 0.2s ease-out;
    position: relative;
    top: 0px;
}


.b1t-hm-csl-ssc .item .picture {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    border-radius: 4px 4px 0px 0px;
}


.b1t-hm-csl-ssc .item .picture.nophoto {
    background-size: 50% 50%;
    background-color: #F0F3F6;
}

.b1t-hm-csl-ssc .item .name-wrapper {
    padding: 15px 30px;
}

.b1t-hm-csl-ssc .item .name {
    font-weight: bold;
    font-size: 20px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
     transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
}


@media only screen and (min-width: 1200px) {

    .b1t-hm-csl-ssc .item:hover {
        -moz-box-shadow:    0px 0px 29px 0px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.16); 
        
        top: -10px;
    }

    
    .b1t-hm-csl-ssc .item-wrapper:nth-of-type(4n+1) {
        clear: both;
    }

    .b1t-hm-csl-ssc .item .picture {
         height: 0px;
        padding-top: 75%;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .b1t-hm-csl-ssc .item-wrapper:nth-of-type(4n+1) {
        clear: both;
    }


    .b1t-hm-csl-ssc .item .picture {
         height: 0px;
        padding-top: 75%;
    }
    
    .b1t-hm-csl-ssc .item .name-wrapper {
        padding: 15px 25px;
    }
    
    .b1t-hm-csl-ssc .item .name {
        font-size: 18px;
    }
    
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .b1t-hm-csl-ssc .item-wrapper:nth-of-type(3n+1) {
        clear: both;
    }


    .b1t-hm-csl-ssc .item .picture {
         height: 0px;
        padding-top: 75%;
    }

    .b1t-hm-csl-ssc .item .name-wrapper {
        padding: 15px 15px;
    }
    
    .b1t-hm-csl-ssc .item .name {
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 767px) {

    .b1t-hm-csl-ssc {
        padding-top: 15px;
    }


    .b1t-hm-csl-ssc .item-wrapper:nth-of-type(3n+1) {
        clear: both;
    }
   
    .b1t-hm-csl-ssc .item {
        margin-bottom: 15px;
    }
    
    .b1t-hm-csl-ssc .item .picture {
        height: 0px;
        padding-top: 75%;
    }
    
    .b1t-hm-csl-ssc .item .name-wrapper {
        padding: 10px 5px;
        height: 35px;
        

        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .b1t-hm-csl-ssc .item .name {
        text-align: center;
        font-size: 11px;
        line-height: 1.1;
        
        

        white-space: normal;


        overflow: hidden;
        text-overflow: ellipsis;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;

    }
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/product.colors/style.css?1737657888250*/
.b1t-hm-ch-pc {
    display: flex;
    gap: 5px 5px;
}

.b1t-hm-ch-pc .color {
    height: 25px;
    width: 25px;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    border: 1px solid #9B9B9B;
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/system.pagenavigation/more_custom/style.css?1747285831428*/
.b1t-hm-sp-more-custom {
    text-align: center;
}

.b1t-hm-sp-more-custom .btn-next {
    cursor: pointer;
    display: inline-block;
}


.b1t-hm-sp-more-custom .pages-wrap {
    text-align:center;
}

.b1t-hm-sp-more-custom .pages-inner {
    display: inline-block;
}

@media (max-width: 767px) {
    
    .b1t-hm-sp-more-custom {
        position: relative;
        z-index: 20;
        margin-bottom: 20px;
    }
    
    

}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.section/cards/style.css?17388152942013*/
.b1t-hm-cs-c {
    position: relative;
}

.b1t-hm-cs-c page-marker {
    float: left;
}


@media (min-width: 768px) {
    .b1t-hm-cs-c .item-wrapper:nth-of-type(3n+1) {
        clear: both;
    }
    
    
}

@media (min-width: 992px) {
    
    .full-mode .b1t-hm-cs-c .item-wrapper{
        width: 25%;
    }
    
    .full-mode .b1t-hm-cs-c .item-wrapper:nth-of-type(3n+1) {
        clear: none;
    }
    
    .full-mode .b1t-hm-cs-c .item-wrapper:nth-of-type(4n+1) {
        clear: both;
    }
    
    .full-mode .b1t-hm-cs-c .item-wrapper.freeze:nth-of-type(4n),
    .full-mode .b1t-hm-cs-c .item-wrapper.freeze:nth-of-type(4n+1),
    .full-mode .b1t-hm-cs-c .item-wrapper.freeze:nth-of-type(4n+2),
    .full-mode .b1t-hm-cs-c .item-wrapper.freeze:nth-of-type(4n+3){
        clear: none !important;
    }
    
    .full-mode .b1t-hm-cs-c .item-wrapper.freeze:nth-of-type(3n+1) {
        clear: both !important;
    }
    
   
    
    .full-mode .b1t-hm-cs-c .items.freeze-1 .item-wrapper:nth-of-type(4n),
    .full-mode .b1t-hm-cs-c .items.freeze-2 .item-wrapper:nth-of-type(4n+3),
    .full-mode .b1t-hm-cs-c .items.freeze-3 .item-wrapper:nth-of-type(4n+2){
        clear: both;
    }
    
    .full-mode .b1t-hm-cs-c .items.freeze-1 .item-wrapper:nth-of-type(4n+1),
    .full-mode .b1t-hm-cs-c .items.freeze-2 .item-wrapper:nth-of-type(4n+1),
    .full-mode .b1t-hm-cs-c .items.freeze-3 .item-wrapper:nth-of-type(4n+1){
        clear: none;
    }
    
}

@media (max-width: 767px) {
    .b1t-hm-cs-c page-marker {
        float: left;
        min-width: 1px;
    }
}

@media (min-width: 580px) and (max-width: 767px) {
    
    .b1t-hm-cs-c .item-wrapper {
        width: 50%;
    }
    
    .b1t-hm-cs-c .item-wrapper:nth-of-type(2n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {

    .b1t-hm-cs-c .items {
        margin: 0px -5px;
    }

    .b1t-hm-cs-c .item-wrapper {
        padding: 0px 5px;

    }

    .b1t-hm-cs-c .item-wrapper:nth-of-type(2n+1) {
        clear: both;
    }
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/product.offers.select/style.css?17376578882167*/
.b1t-hm-ch-pos  .prop {
    margin-bottom: 15px;
}

.b1t-hm-ch-pos  .prop .values {
    margin-right: -7px;
}
.b1t-hm-ch-pos  .prop .values:after {
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-ch-pos  .prop .value {
    position: relative;
    margin-right: 7px;
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
}

.b1t-hm-ch-pos .prop .value.selected {
    outline: 3px solid #FF6F2D;
    outline-offset: -3px;
}

.b1t-hm-ch-pos .prop .value .img {
    
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    border: 1px solid #9B9B9B;
}

.b1t-hm-ch-pos .prop .value .img.nophoto {
    background-size: 80% 80%;
}

.b1t-hm-ch-pos .prop .value .tooltip-trigger {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

.b1t-hm-ch-pos .prop .value .tooltip-trigger .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    
    color: #fff;
    font-size: 18px;
    
    filter: drop-shadow(1px 1px 2px #000000);
    
     -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b1t-hm-ch-pos .prop-size .value{
    min-width: 75px;
}

.b1t-hm-ch-pos .prop-build_option .value{
    min-width: 67px;
}

.b1t-hm-ch-pos .prop .value .display-value {
    padding: 5px 7px;
    border: 1px solid #9B9B9B;
}

.b1t-hm-ch-pos .prop .value .tooltip-trigger-click {
    display: none;
}

@media (max-width: 767px) {
    
    
    .b1t-hm-ch-pos .prop .value.selected .tooltip-trigger-click {
        display: block;
    }
}

/*
    Стилизация подсказок
*/

.b1t-hm-ch-pos-tooltip .tooltipster-content {
    padding: 0px !important;
}


.b1t-hm-ch-pos-tooltip .cimg {
    background-size: cover; 
    background-repeat:no-repeat; 
    background-position: center center; 
    height: 270px; 
    width: 270px;
}

.b1t-hm-ch-pos-tooltip .cname {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 15px;
}

/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/overlay/style.css?17376578881079*/
.b1t-hm-ch-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 200;
    display: none;
}

.b1t-hm-ch-overlay.active {
    display: block;
}

.b1t-hm-ch-overlay .back {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.b1t-hm-ch-overlay.enable-opacity .back {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}

.b1t-hm-ch-overlay .front {
    margin-top: 30px;
    position: relative;
}



.b1t-hm-ch-overlay.theme-default .back{
    background: #fff;
}


.b1t-hm-ch-overlay.theme-card .back {
    background-repeat:  no-repeat;
    background-size: 100% 100%;
}

.b1t-hm-ch-overlay.theme-card .front{
    display: none;
}

.b1t-hm-ch-overlay.theme-center .front {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

/* End */


/* Start:/local/templates/hm_2023/blocks/card.min/style.css?17482831819149*/
.wok-product {
    overflow: visible;
    position: relative;
    z-index: 10;
}

.wok-btn {
    border: 0;
    outline: 0;
    background: transparent;
}

.wok-product-wrapper {
    position: relative;
    display:block;
    width: 100%;
    margin-bottom: 40px;
}

.wok-product__stickers {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    row-gap: 10px;
}

.wok-sticker {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #FF6F2D;
    background: #FFF;
    padding: 2px 8px;
    border-radius: 7px;
    display: block;
}

.wok-sticker_discount {
    background: #FFF;
    color: #FF6F2D;
}

.wok-sticker_new {
    background: #FFAF52;
    color: #FFF;
}

.wok-sticker_hit,
.wok-sticker_markdown {
    background: #FF2D53;
    color: #FFF;
}

.wok-product__prop-value {
    text-align: right;
}

.wok-product__bg {
    display: none;
    background: white;
    box-shadow: 0px 4px 25px 0px #00000014;
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: -16px;
    right: -16px;
    z-index: -1;
}

.wok-product__photo {
    display: block;
    position: relative;
    border: none;
}

.wok-product__content {

}

.wok-product__content-alt {
    display: none;
}

.wok-product__price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    column-gap: 10px;
    row-gap: 5px;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 8px;
    position:relative;
    padding-right: 0;
}

.wok-product__price .value,
.wok-product__price .value > .rub {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    color: #1F2937;
}

.wok-product__price .value-old {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.33;
    color: #828892;
    text-decoration: line-through;
}

.wok-product__price .value-diff {
    padding: 1px 5px;
    background: #FF6F2D;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.33;
    border-radius: 4px;
}

.wok-product__price .wok-btn_add-cart-sm {
    position: absolute;
    right: 5px;
    top: 0;
}

.wok-btn_add-cart-sm {
    min-width: 30px;
    min-height: 30px;
    background-color: white;
    background-image: url("/local/templates/hm_2023/blocks/card.min/icons/cart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wok-btn_add-cart-sm.disabled {
    background-image: url("/local/templates/hm_2023/blocks/card.min/icons/cart-disabled.svg");
}

.wok-product__name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-word;

    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 8px;
    min-height: 21px;
    overflow: hidden;
}



.wok-product__stock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.33;
}

.wok-product__stock .article {
    display: none;
}

.wok-item-swiper__img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    object-position: center bottom;
    max-width: initial;
}

.wok-product_slider.wok-product-wrapper {
    min-height: 330px;
}

@media (max-width: 580px) {
    .wok-item-swiper__img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 991px)  {
    .wok-item-swiper__img.wok-item-swiper__img_slider {
        height: 140px;
        width: 100%;
        object-fit: cover;
    }

    .b1t-hm-cs-slider .slider .swiper-slide.swiper-slide__card-min {
        width: 200px;
    }

    .wok-product_slider .wok-product__name {
        font-size: 14px;
        -webkit-line-clamp: 1;
    }

    .wok-product_slider .wok-product__price .value-old {
        font-size: 12px;
    }

    .wok-product_slider .wok-product__price .value,
    .wok-product_slider .wok-product__price .value > .rub {
        font-size: 16px;
    }

    .wok-product_slider.wok-product-wrapper {
        margin-bottom: 0;
        min-height: 230px;
    }
}

.wok-item__picture {
    padding: 0!important;
    height: auto!important;
    position: relative;
    border: 0!important;
    overflow: hidden;
}

.wok-item__img {
    display: none;
    height: 210px;
    width: 100%;
    object-fit: contain;
    object-position: center bottom;
    max-width: initial;
}

@media (max-width: 991px)  {
    .wok-item__img {
        width: 100%;
        height: auto;
    }
}

.wok-item__img.-is-active {
    display: block;
}

.wok-item__selector {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    z-index: 5;
}

.wok-item__select {
    flex: 1;
    height: 100%;
    position: relative;
}

.wok-item__selector:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #F0F3F6;
    z-index: 9;
}

@media (max-width: 991px) {
    .wok-item__selector {
        display: none;
    }
}

.wok-item__select:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #FF6F2D;
    z-index: 10;
}

.wok-product__content-alt {
    display: none;
    margin: 8px 0;
}

@media (min-width: 991px) {
    .wok-product-wrapper {
        min-height: 350px;
        margin: 0;
    }
    .wok-product:hover {
        z-index: 11;
        position:absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
    }
    .wok-product:hover .wok-product__bg {
        display: block;
    }
    .wok-product__name {
        -webkit-line-clamp: 1;
    }
    .wok-product:hover .wok-product__name {
        -webkit-line-clamp: initial;
    }
    .wok-product:hover .wok-product__stock .article {
        display: block;
    }
    .wok-product:hover .wok-product__content-alt {
        display: block;
        width: 100%;
    }
    .wok-product__price .wok-btn_add-cart-sm {
        display: none;
    }
}

.wok-product__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 20px;
}

.wok-btn_add-cart {
    flex: 1;
    background: #FF6F2D;
    padding: 9px 24px;
    border-radius: 4px;

    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: white;
}

.wok-btn_add-cart-sm.disabled,
.wok-btn_add-cart.disabled {
    pointer-events: none;
}

.wok-btn_add-cart.disabled {
    background: #b3b3b3;
}

.wok-btn_add-cart:hover {
    background: #ff5f15;
}

.wok-btn_add-wishlist {
    min-width: 30px;
    min-height: 30px;
    margin-left: 20px;
    background-image: url("/local/templates/hm_2023/blocks/card.min/icons/heart.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wok-btn_add-wishlist.is-active {
    background-image: url("/local/templates/hm_2023/blocks/card.min/icons/heart-active.svg");
}

.wok-product__prop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.wok-product__prop-alt {
    font-size: 14px;
    line-height: 20px;
}

.wok-product__separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #c3c3c3;
    font-size: 10px;
    line-height: 25px;
}

.wok-product__separator:before,
.wok-product__separator:after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #c3c3c3;
}

.wok-product__separator:not(:empty)::before {
    margin-right: .25rem;
}

.wok-product__separator:not(:empty)::after {
    margin-left: .25rem;
}

.wok-product__prop-name {
    margin-right: 10px;
}

.wok-product-wrapper .wok-product__photo {
    background-color: #F0F3F6;
}

@media (max-width: 767px) {

    .wok-product-wrapper .wok-product__photo {
        height: 0px;
        padding-top: 78.42%;
        border-radius: 4px;
        overflow: hidden;
    }

    .wok-product-wrapper .wok-item-swiper__container {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .wok-product-wrapper .wok-item-swiper__img {
        height: 100%;
    }

    .wok-product-wrapper .wok-product__price .value, 
    .wok-product-wrapper .wok-product__price .value > .rub {
        font-size: 16px;
    }

    .wok-product-wrapper .wok-product__price .value-old {
        font-size: 12px;
    }

    .wok-product-wrapper .wok-product__price .value-diff {
        font-size: 10px;
    }

    .wok-product-wrapper .wok-product__price .wok-btn_add-cart-sm {
        display: none;
    }

    .wok-product-wrapper .wok-product__name {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-overflow: ellipsis;
        word-break: break-word;
        -webkit-line-clamp: 1;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 2px;
        min-height: 21px;
        overflow: hidden;
    }

    .wok-product-wrapper .stocks.-stocks-out::before {
        background-image: url(/local/templates/hm_2023/images/icons/wait2.svg);
    
    }
}
/* End */
/* /local/templates/hm_2023/components/bitrix/catalog.section.list/subsections.cards/style.css?17470251863415 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.colors/style.css?1737657888250 */
/* /local/templates/hm_2023/components/bitrix/system.pagenavigation/more_custom/style.css?1747285831428 */
/* /local/templates/hm_2023/components/bitrix/catalog.section/cards/style.css?17388152942013 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.offers.select/style.css?17376578882167 */
/* /local/templates/hm_2023/components/b1team/custom.html/overlay/style.css?17376578881079 */
/* /local/templates/hm_2023/blocks/card.min/style.css?17482831819149 */
