<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/hm_2023/components/bitrix/catalog.element/product/style.css?17483205599324*/
.b1t-hm-ce-p .product-data{
    position: relative;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .b1t-hm-ce-p .product-data .col-photo {
        width: 64.5%;
    }
    
    .b1t-hm-ce-p .product-data .col-sku {
        width: 35.5%;
    }
}

@media (max-width: 767px) {
    .b1t-hm-ce-p .product-data{
        margin-bottom: 0px;
    }

}

/*
    РђСЂС‚РёРєСѓР», РІРёРґРµРѕ, РѕС‚Р·С‹РІС‹, РІРѕРїСЂРѕСЃС‹
*/

.b1t-hm-ce-p .product-data .article{
    font-weight: 600;
    color: #9B9B9B;
    margin-bottom: 15px;
}

.b1t-hm-ce-p .product-data .rvqr {
    margin-bottom: 20px;
}

.b1t-hm-ce-p .product-data .counters {
    float: right;
}
.b1t-hm-ce-p .product-data .counters:after {
    content:"";
    display: block;
    clear: both;
}


.b1t-hm-ce-p .product-data .anchor{
    font-weight: 600;
    color: #666666;
    margin-left: 20px;
    cursor: pointer;
    float: left;
    
}
.b1t-hm-ce-p .product-data .anchor span {
    color: #3B99DD;
    border-bottom: 1px dashed #3B99DD;
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .b1t-hm-ce-p .product-data .rating{
        position: relative;
        top: -3px;
    }
    
    .b1t-hm-ce-p .product-data .counters {
        float: none;
    }
    
    .b1t-hm-ce-p .product-data .anchor{
        margin-left: 0px;
        margin-right: 20px;
    }
    
    .b1t-hm-ce-p .product-data .anchor:last-of-type {
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
    
    .b1t-hm-ce-p .product-data .article{
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .b1t-hm-ce-p .product-data .rating{
        position: relative;
        top: -4px;
    }
    
    .b1t-hm-ce-p .product-data .rvqr {
        margin-bottom: 15px;
    }
    
    .b1t-hm-ce-p .product-data .counters {
        float: none;
    }
    
    .b1t-hm-ce-p .product-data .anchor{
        margin-left: 0px;
        margin-right: 20px;
        font-size: 12px;
    }
    
    .b1t-hm-ce-p .product-data .anchor:last-of-type {
        margin-right: 0px;
    }
}

@media (max-width: 767px) { 
    
    .b1t-hm-ce-p .product-data .article{
        font-size: 12px;
    }
    
    .b1t-hm-ce-p .product-data .rating{
        position: relative;
        top: -4px;
    }
}

/*
    Р¦РµРЅР°
*/

.b1t-hm-ce-p .product-data .price-block {
    margin-bottom: 25px;
}

.b1t-hm-ce-p .product-data .price-block .price-block-inner {
    display: flex;
    column-gap: 25px;
    align-items: end;
}

.b1t-hm-ce-p .product-data .price-block .price_label {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.7;
}

.b1t-hm-ce-p .product-data .price-modular {
    font-size: 11px;
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .b1t-hm-ce-p .product-data .price-block .price-block-inner {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
    
    .b1t-hm-ce-p .product-data .price-block {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) { 
    
    .b1t-hm-ce-p .product-data .price-block {
        margin-bottom: 20px;
    }
    
    .b1t-hm-ce-p .price-block .price {
        margin-top: 10px;
        display: block;
    }
}

/*
    Р“Р°Р±Р°СЂРёС‹С‚ / РќР°Р»РёС‡РёРµ
*/

.b1t-hm-ce-p .product-data .dimensions {
    font-size: 13px;
    margin-bottom: 25px;
}

.b1t-hm-ce-p .product-data .dimensions .label {
    color: #9C9C9C;
    font-weight: 600;
}
.b1t-hm-ce-p .product-data .dimensions .value {
    text-align: right;
    color: #000;
}

.b1t-hm-ce-p .product-data .availability {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
}

.b1t-hm-ce-p .product-data .availability .available {
    color: #36A64E;
}

.b1t-hm-ce-p .product-data .availability .not-available {
    color: #959595;
}

.b1t-hm-ce-p .product-data .availability .withdrawn-from-sale {
    color: red;
}

.b1t-hm-ce-p .product-data .availability .planned-date {
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
}

@media (min-width: 768px) and (max-width: 991px) { 
    
    .b1t-hm-ce-p .product-data .dimensions {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .b1t-hm-ce-p .product-data .availability {
        margin-bottom: 15px;
        font-size: 13px;
    }
    
    .b1t-hm-ce-p .product-data .availability .planned-date {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ce-p .product-data .availability-dimensions {
        margin-bottom: 15px;
    }
    
    .b1t-hm-ce-p .product-data .availability-dimensions .display-cell {
        height: 30px;
    }
    
    .b1t-hm-ce-p .product-data .availability-cell {
        width: 90px;
    }
    
    .b1t-hm-ce-p .product-data .availability {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 1.04;
        font-weight: 600;
    }
    
    .b1t-hm-ce-p .product-data .availability .planned-date {
        margin-left: 0px;
        margin-top: 2px;
        display: block;
    }
    
    .b1t-hm-ce-p .product-data .dimensions {
        font-size: 14px;
        margin-bottom: 0px;
        
    }
    
    .b1t-hm-ce-p .product-data .dimensions.text-right {
        text-align: right;
    }
    
}

/*
    Р’С‹Р±РѕСЂ SKU / РѕС‚Р»РѕР¶РёС‚СЊ, СЃСЂР°РІРЅРёС‚СЊ
*/

.b1t-hm-ce-p .product-data .off-fav-comp {
    position: relative;
    min-height: 60px;
}

.b1t-hm-ce-p .product-data .off-fav-comp .offer-select {
    padding-right: 65px;
     margin-bottom: 30px;
}

.b1t-hm-ce-p .product-data .off-fav-comp .fav_com {
    position: absolute;
    top: 12px;
    right: 0px;
}

.b1t-hm-ce-p .product-data .off-fav-comp .favorite,
.b1t-hm-ce-p .product-data .off-fav-comp .compare {
    float: left;
}

.b1t-hm-ce-p .product-data .off-fav-comp .favorite {
    margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) { 
    
    .b1t-hm-ce-p .product-data .off-fav-comp .offer-select {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ce-p .product-data .off-fav-comp .offer-select {
        margin-bottom: 25px;
    }
    
}


/*
    Р’ РєРѕСЂР·РёРЅСѓ / РєСѓРїРёС‚СЊ РІ 1 РєР»РёРє
*/


.b1t-hm-ce-p .product-data .buttons-wrapper {
    margin-bottom: 30px;
}

.b1t-hm-ce-p .product-data .buttons-wrapper .row {
    margin: 0px -9px;
}

.b1t-hm-ce-p .product-data .buttons-wrapper .row &gt; div {
    padding: 0px 9px;
}

.b1t-hm-ce-p .product-data .buttons-wrapper .btn {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.b1t-hm-ce-p .product-data .buttons-wrapper .btn.disabled {
    opacity: 0.5;
    cursor:not-allowed;
}

@media (max-width: 1199px) { 
    
    .b1t-hm-ce-p .product-data .buttons-wrapper .row {
        margin: 0px -5px;
    }

    .b1t-hm-ce-p .product-data .buttons-wrapper .row &gt; div {
        padding: 0px 5px;
    }
    
    .b1t-hm-ce-p .product-data .buttons-wrapper .btn {
        padding: 11px 0px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
    
    .b1t-hm-ce-p .product-data .buttons-wrapper {
        margin-bottom: 15px;
    }
    
    .b1t-hm-ce-p .product-data .buttons-wrapper .btn {
        font-size: 13px;
    }
    
}

/*
    СЂР°СЃС€Р°СЂРёРІР°РЅРёРµ
*/

.b1t-hm-ce-p .product-data .share {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    
    .b1t-hm-ce-p  .share {
        margin: 45px 0px;
    }
}

/*
    РЇРІР»СЏРµС‚СЃСЏ РјРѕРґСѓР»СЊРЅР№Рѕ СЃРёСЃС‚РµРјРѕР№
*/

.b1t-hm-ce-p .product-data .is-module-system {
    position: relative;
    font-size: 13px;
    padding-right: 35px;
    margin-bottom: 25px;
}

.b1t-hm-ce-p .product-data .is-module-system .anchor {
    float: none;
    margin-left: 0px;
}

.b1t-hm-ce-p .product-data .is-module-system .icon{
    position: absolute;
    top: 50%;
    right: 0px;
    
    font-size: 25px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
    Р”РѕСЃС‚Р°РІРєР°, РѕРїР»Р°С‚Р°, СЃР±РѕСЂРєР°
*/

.b1t-hm-ce-p .product-data .dpa .display-cell{
    padding: 5px 0px;
    border-bottom: 1px solid #DFE4E9;
}

.b1t-hm-ce-p .product-data .dpa .display-row:last-of-type .display-cell{
    border-bottom: 0px;
    
}

.b1t-hm-ce-p .product-data .dpa .location {
    border-bottom: 1px dashed currentColor;
}

.b1t-hm-ce-p .product-data .dpa .value {
    text-align: right;
}

/*
    РЎРѕСЃС‚Р°РІ (РјР°С‚СЂР°СЃС‹)
*/

.b1t-hm-ce-p .materials li {
    margin: 5px 0px;;
}

.b1t-hm-ce-p .materials .icon {
    font-size: 16px;
    color: #0d8dd3;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.b1t-hm-ce-p-tooltip-img {
    margin-top: 15px;
    width: 100%;
}

/*
    РўРѕРІР°СЂС‹ СЃРµСЂРёРё
*/

@media (min-width: 768px) {

    .b1t-hm-ce-p .tab-pane-module_system {
        padding-top: 5px;
    }

}

/*
    Р”РѕСЃС‚Р°РІРєР°
*/

.b1t-hm-ce-p .delivery-wrapper {
    margin-top: 5px;
}

.b1t-hm-ce-p .delivery-wrapper .btn-wrapper {
    margin-top: 30px;
    text-align: center;
}

.b1t-hm-ce-p .delivery-wrapper .btn-wrapper .btn .icon {
    font-size: 21px;
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .b1t-hm-ce-p .delivery-wrapper .btn-wrapper .btn .icon {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ce-p .delivery-wrapper .btn-wrapper {
        margin-top: 25px;
    }
}

/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.element/product/styles/photo.css?17376578883047*/
/*
    Middle Р¤РѕС‚Рѕ
*/

.b1t-hm-ce-p .middle-pictures {
    position: relative;
    margin-bottom: 25px;
}

.b1t-hm-ce-p .middle-pictures .photo{
    position: relative;
    height: 0px;
    padding-top: 74.89%;
    
    cursor: pointer;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.b1t-hm-ce-p .middle-pictures .photo img{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    margin: auto;
    
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.b1t-hm-ce-p .middle-pictures .photo .video {
    position: absolute;
    top: 50%;
    left: 50%;
    
    -webkit-transform: translate(-50%,-50%);  
    -ms-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);
    
    
    height: 45px;
    width: 63px;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 768px) {
    .b1t-hm-ce-p .middle-pictures .b1t-hm-swiper-pagination-bottom {
        padding-bottom: 0px;
    }
    .b1t-hm-ce-p .middle-pictures .swiper-pagination {
        display: none;
    }
}

@media (max-width: 767px) {
    .b1t-hm-ce-p .middle-pictures {
        max-width: 540px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
}

/*
    Preview Р¤РѕС‚Рѕ
*/

.b1t-hm-ce-p .preview-pictures {
    margin-bottom: 50px;
}

.b1t-hm-ce-p .preview-pictures .photo {
    border: 3px solid transparent;
    position: relative;
    
    height: 0px;
    padding-top: 75.22%;
    cursor: pointer;
}

.b1t-hm-ce-p .preview-pictures .photo.selected {
    border-color: #FF6F2D;
}

.b1t-hm-ce-p .preview-pictures .photo .img-wrapper {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
}

.b1t-hm-ce-p .preview-pictures .photo img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    margin: auto;
    
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    
    border: 1px solid #E5E5E5;
    
}

.b1t-hm-ce-p .preview-pictures .photo .video {
    position: absolute;
    top: 50%;
    left: 50%;
    
    -webkit-transform: translate(-50%,-50%);  
    -ms-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);
    
    
    height: 21px;
    width: 30px;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 1200px) {
    .b1t-hm-ce-p.load .preview-pictures .swiper-slide {
        margin-right: 15px;
        width:20%;
        width: calc(20% - 12px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .b1t-hm-ce-p.load .preview-pictures .swiper-slide {
        margin-right: 10px;
        width:20%;
        width: calc(20% - 8px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b1t-hm-ce-p.load .preview-pictures .swiper-slide {
        margin-right: 5px;
        width:25%;
        width: calc(25% - 3px);
    }
}

/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.element/product/styles/tabs.css?17376578886491*/
/*
    РўРІР±С‹
*/

.b1t-hm-ce-p .tabs-menu {
    position: relative;
}

.b1t-hm-ce-p .tabs-menu:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 5px;
    background-color: #F0F3F6;
}

.b1t-hm-ce-p .tabs-menu:after {
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-ce-p .tabs-menu .tab {
    float: left;
    
    font-weight: 600;
    text-transform: uppercase;
   
    padding: 15px 20px;
   
    cursor: pointer;
    background-color: #FFF;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.b1t-hm-ce-p .tabs-menu .tab.selected {
    background-color: #F0F3F6;
}

.b1t-hm-ce-p .tabs-menu .tab .cnt {
    color: #EE6F2D;
    margin-left: 10px;
}

.b1t-hm-ce-p .tabs-menu .tab .cnt.grey {
    color: #aaa;
}

.b1t-hm-ce-p .tab-content-common {
    margin-bottom: 60px;
}

.b1t-hm-ce-p .tab-content-common &gt; .tab-pane {
    padding-top: 35px;
}

@media (min-width: 768px) {
    .b1t-hm-ce-p .tab-title {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ce-p .tabs-menu {
        overflow: hidden;
        font-size: 0px;
        
        margin: 0px -15px;
         
        position: relative;
    }
    
    .b1t-hm-ce-p .tabs-menu:before {
        display: none;
    }
    
    .b1t-hm-ce-p .tabs-menu,
    .b1t-hm-ce-p .tabs-menu .tabs-wrapper {
        height: 40px;
    }
    
    .b1t-hm-ce-p .tabs-wrapper {
        white-space: nowrap;
        
        overflow: hidden;
        overflow-x: scroll;
        
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    .b1t-hm-ce-p .tabs-wrapper::-webkit-scrollbar { 
        display: none;
    }


    html.bx-no-touch .b1t-hm-ce-p .tabs-menu .tabs-wrapper {
        height: 58px;
    }
    
    .b1t-hm-ce-p .tabs-menu .tab {
        float: none;
        display: inline-block;
        white-space: nowrap;
        font-size: 14px;
        
        padding: 8px 11px;
        font-weight: 600;
        
        border: 2px solid #F0F3F6;
        
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        
        margin-right: 15px;
    }
    
    .b1t-hm-ce-p .tabs-menu .tab:first-of-type {
        margin-left: 15px;
    }
    
    .b1t-hm-ce-p .tabs-menu .tab:last-of-type {
        margin-right: 15px;
    }
    
    
    .b1t-hm-ce-p .tab-content-common {
        margin-bottom: 35px;
    }
}

/*
    РўР°Р±С‹ РЅР° РјРѕР±РёР»СЊРЅРёРєРµ
*/

.b1t-hm-ce-p .tabs-menu-mobile .tab {
    position: relative;
    padding: 15px 45px 15px 20px;
    margin-bottom: 12px;
    border: 2px solid #F0F3F6;
    
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.b1t-hm-ce-p .tabs-menu-mobile .tab .cnt {
    color: #EE6F2D;
    margin-left: 10px;
}

.b1t-hm-ce-p .tabs-menu-mobile .tab .cnt.grey {
    color: #aaa;
}

.b1t-hm-ce-p .tabs-menu-mobile .tab .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    
    font-size: 11px;
    color: #94A6B4;
    
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
    Р’С‹РµР·Р¶Р°С€РєР° С‚Р°Р±РѕРІ РЅР° РјРѕР±РёР»СЊРЅРёРєРµ
*/

@media (max-width: 767px) {
    
    .b1t-hm-ce-p .tab-content-mobile {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;

        background-color: transparent;

        -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s 0.3s;
        transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s 0.3s;

        
        height: auto;

        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        

        overflow: hidden;
        position: fixed;
        z-index: 500;

        display:block;
        visibility: hidden;
    }

    .b1t-hm-ce-p .tab-content-mobile.open {
        background-color: rgba(0, 0, 0, 0.5);

        -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s;
        transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), width 0s;

        width: 100%;
        visibility: visible; 
    }

    .b1t-hm-ce-p .tab-content-mobile .sidebar-outer {

        width: 100%;  
        height: 100%;

        position: absolute;
        top: 0;
        right: -100%; 

        -webkit-transition-property: box-shadow, left;
        transition-property: box-shadow, left;    

        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

        z-index: 1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        background: #fff;

    }

    .b1t-hm-ce-p .tab-content-mobile.open .sidebar-outer {
        right: 0;
    }


    .b1t-hm-ce-p .tab-content-mobile .sidebar-scroll {

        width: 100%;    
        height: 100%;

        top: 0;
        left: 0px;   

        overflow: hidden;
        position: absolute;

    }

    .b1t-hm-ce-p .tab-content-mobile .sidebar-wrap {
        overflow-x: hidden;
        overflow-y: scroll;

        position: absolute;

        top: 40px;
        right: 0;
        bottom: 0;
        left: 0;

        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
    }
    
    .b1t-hm-ce-p .tab-content-mobile .panel-top {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        
        background: #e9edf1;
        padding: 20px 60px 20px 20px;
        text-transform: uppercase;
        border-bottom: 1px solid #b4c1cd;
        z-index: 20;
    }
    
    .b1t-hm-ce-p .tab-content-mobile .panel-top .title { 
        color: #222;
        font-size: 16px;
        font-weight: bold;
    }
    
    .b1t-hm-ce-p .tab-content-mobile .panel-top .icon-close {
        position: absolute;
        top: 50%;
        right: 25px;
        
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        
        font-size: 16px;
        color: #fff;
        background: #FF6F2D;
        padding: 6px;

        -webkit-border-radius: 3px; 
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    
    
    .b1t-hm-ce-p .tab-content-mobile .tab-content-common {
        padding: 0px 15px;
    }
    
}

/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.element/product/styles/reviews.css?1737657888837*/
/*
    РўР°Р±С‹
*/

.b1t-hm-ce-p .reviews-tabs {
    margin-bottom: 45px;
}

.b1t-hm-ce-p .reviews-tabs:after {
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-ce-p .reviews-tabs .tab {
    position: relative;
    float: left;
    color: #3B99DD;
    border-bottom: 1px dashed currentColor;
    cursor: pointer;
    margin-right: 30px;
}

.b1t-hm-ce-p .reviews-tabs .delimiter {
    float: left;
    color: #000;
    margin-right: 30px;
}

.b1t-hm-ce-p .reviews-tabs .tab:last-of-type {
    margin-right: 0px;
}

.b1t-hm-ce-p .reviews-tabs .tab.selected {
    cursor: default;
    color: #000;
    border-bottom-color: transparent;
}

@media (max-width: 767px) {
    
    .b1t-hm-ce-p .reviews-tabs .tab {
        margin-right: 15px;
    }
    .b1t-hm-ce-p .reviews-tabs .delimiter {
        margin-right: 15px;
    }
}

/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.element/product/styles/tab_description.css?17389016731592*/
/*
    РћРїРёСЃР°РЅРёРµ
*/

.b1t-hm-ce-p .tab-description .title{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    
    margin-bottom: 15px;
}

.b1t-hm-ce-p .tab-description .props  {
    font-size: 14px;
}

.b1t-hm-ce-p .tab-description .prop &gt; div {
    padding: 6px 0px;
}

.b1t-hm-ce-p .tab-description .prop .prop-name {
    vertical-align: top;
    padding-right: 10px;
    color: #9B9B9B;
    width: 50%;
}

.b1t-hm-ce-p .tab-description .prop .group-name {
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.b1t-hm-ce-p .tab-description .prop .prop-value {
    font-weight: 600;
    color: #000;
}

.b1t-hm-ce-p .tab-description .prop .icon {
    font-size: 16px;
    color: #0d8dd3;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.b1t-hm-ce-p .tab-description .description {
    margin-bottom: 20px;
    color: #9B9B9B;
    font-size: 13px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .b1t-hm-ce-p .tab-description .description h2{
        margin-top: 0px;
    }
}


@media (max-width: 767px) {
    
    .b1t-hm-ce-p .tab-description .title{
        margin-bottom: 10px;
    }
    
    .b1t-hm-ce-p .tab-description .props  {
        margin-bottom: 15px;
    } 
    
    .b1t-hm-ce-p .tab-description .b1t-overflowable {
        max-height: 200px;
    }
}

/*
    РћСЃРѕР±РµРЅРЅРѕСЃС‚Рё
*/

.b1t-hm-ce-p .features {
    margin-bottom: 20px;
}

.b1t-hm-ce-p .features:after {
    content:"";
    display: block;
    clear: both;
}

.b1t-hm-ce-p .features .item {
    float: left;
    margin: 10px 10px 10px 0px;
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.element/product/styles/tab_payment.css?1737657888953*/

.b1t-hm-ce-p .tab-pane-payment .credit-info {
    padding: 10px 30px;
    background: #F0F3F6;
    
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b1t-hm-ce-p .tab-pane-payment .credit-info .display-cell{
    padding: 10px 0px;
    border-bottom: 1px solid #DFE4E9;
}

.b1t-hm-ce-p .tab-pane-payment .credit-info .display-row:last-of-type .display-cell{
    border-bottom: 0px;
}

.b1t-hm-ce-p .tab-pane-payment .credit-info .value {
    text-align: right;
}
    


.b1t-hm-ce-p .tab-pane-payment .btn-wrapper {
    margin-top: 30px;
    text-align: center;
}

.b1t-hm-ce-p .tab-pane-payment .btn-wrapper .btn .icon {
    font-size: 21px;
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .b1t-hm-ce-p .tab-pane-payment .btn-wrapper .btn .icon {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ce-p .tab-pane-payment .btn-wrapper {
        margin-top: 25px;
    }
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.element/product/styles/tab_delivery.css?1737657888107*/
.b1t-hm-ce-p .tab-pane-delivery .title {
    font-weight: 600; font-size: 15pt; text-transform:uppercase;
}
/* End */


/* Start:/local/templates/hm_2023/js/fancybox3/jquery.fancybox.css?173765788817412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/hm_2023/js/fancybox3/custom.css?1748284283161*/
.fancybox-bg {
    background-color: #fff;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-caption {
    background: none;
    color: #222222;
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/product.rating/style.css?1737657888801*/
.b1t-hm-ch-pr {
    white-space: nowrap;
    line-height: 1;
    padding: 4px 0px;
}

.b1t-hm-ch-pr .stars-wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.b1t-hm-ch-pr .stars-disabled {
    z-index: 2;
    position: relative;
    height: 15px;
    width: 80px;
    background: transparent url("/local/templates/hm_2023/components/b1team/custom.html/product.rating/images/star-disabled.svg") left center repeat-x;
}

.b1t-hm-ch-pr .stars-active{
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 15px;
    width: 80px;
    background: transparent url("/local/templates/hm_2023/components/b1team/custom.html/product.rating/images/star-active.svg") left center repeat-x;
}

.b1t-hm-ch-pr .cnt {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.928em;
    color: #666666;
    margin-left: 0.333em;
    margin-top: 1px;
    
}


/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/product.price.detail/style.css?1748320559678*/
.b1t-hm-ch-ppd {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.b1t-hm-ch-ppd .value,
.b1t-hm-ch-ppd .value .rub{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.33;
    color: #1F2937;
}


.b1t-hm-ch-ppd.discount .value,
.b1t-hm-ch-ppd.discount .value .rub{
    color: #DC2F2F;
    
}


.b1t-hm-ch-ppd .old,
.b1t-hm-ch-ppd .old .rub{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.33;
    color: #828892;
    text-decoration: line-through;
}

.b1t-hm-ch-ppd .percent {
    padding: 1px 5px;
    background: #FF6F2D;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.33;
    border-radius: 4px;
}
/* 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/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/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/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/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 &gt; .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 &gt; .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 &gt; .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 */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/product.reviews/style.css?17376578881801*/
/*
    Р‘Р»РѕРєРё-СЃСЃС‹Р»РєРё
*/

.b1t-hm-ch-product-reviews .reviews-links {
    margin-bottom: 40px;
}


@media (min-width: 768px) {
    
    .b1t-hm-ch-product-reviews .reviews-links .swiper-pagination  {
        display: none;
    }
    
    .b1t-hm-ch-product-reviews .reviews-links .b1t-hm-swiper-pagination-bottom {
        padding-bottom: 0px;
    }
    
    .b1t-hm-ch-product-reviews.load .reviews-links .swiper-slide {
        margin-right: 30px;
        width:33.333%;
        width: calc(33.333% - 20px);
    }
}


/*
    Р—Р°РіР»СѓС€РєР° "РќРµС‚ РѕС‚Р·С‹РІРѕРІ"
*/

.b1t-hm-ch-product-reviews .dummy {
    background: #F0F3F6;
    padding: 70px 65px;
}

.b1t-hm-ch-product-reviews .dummy .text {
    font-size: 17px;
    color: #000;
}

.b1t-hm-ch-product-reviews .dummy .title {
    margin: 1.38em 0px !important;
}

.b1t-hm-ch-product-reviews .dummy .image {
    max-width: 379px;
    margin: 0px 0px 0px auto;
}

.b1t-hm-ch-product-reviews .dummy .image:before {
    content: "";
    display: block;
    height: 0px;
    padding-top: 100%;
    
    background: transparent url('/local/templates/hm_2023/components/b1team/custom.html/product.reviews/images/dummy.svg') center center no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    
    .b1t-hm-ch-product-reviews .dummy .row{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .b1t-hm-ch-product-reviews .dummy .row &gt; div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-product-reviews .dummy {
        padding: 20px 15px;
        text-align: center;
    }
    
    .b1t-hm-ch-product-reviews .dummy .image {
        max-width: 180px;
        margin: 40px auto 0px;
    }
    
}


.b1t-hm-ch-product-reviews .reviews-all {
    text-align: center;
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/block.link/style.css?17376578885592*/
.b1t-hm-ch-bl{
    border: 1px solid #B6C1CC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    padding: 25px 20px;
}

.b1t-hm-ch-bl .display-table {
    width: 100%;
}

.b1t-hm-ch-bl .img-cell {
    width: 125px;
    padding-right: 25px;
    text-align: center;
}

.b1t-hm-ch-bl .img-wrap {
    display: inline-block;
    width: 100%;
    max-height: 90px;
}

.b1t-hm-ch-bl .img {
    
    height: 0px;
    padding-top: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.b1t-hm-ch-bl .text-btn-table,
.b1t-hm-ch-bl .text-btn-table .display-cell{
    display: block;
}

.b1t-hm-ch-bl .text {
    margin-bottom: 25px;
}

.b1t-hm-ch-bl .btn {
    width: 100%;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.b1t-hm-ch-bl .btn .icon-vk {
    color: #4A76A8;
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .b1t-hm-ch-bl {
        padding: 20px 15px;
    }
    
    .b1t-hm-ch-bl .img-cell {
        width: 105px;
        padding-right: 15px;
    }
    
    .b1t-hm-ch-bl .text {
        font-size: 13px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .b1t-hm-ch-bl {
        padding: 20px 15px;
    }
    
    .b1t-hm-ch-bl .display-table {
        display: block;
    }
    
    .b1t-hm-ch-bl .display-cell {
        display: block;
    }
    
    .b1t-hm-ch-bl .img-cell {
        width: 100%;
        padding-right: 0px;
    }
    
    .b1t-hm-ch-bl .img-wrap {
        width: 70px;
    }
    
    .b1t-hm-ch-bl .text {
        font-size: 13px;
        margin: 10px 0px;
        text-align: center;
        min-height: 36px;
    }
    
    .b1t-hm-ch-bl .btn-wrap {
        text-align: center;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-bl {
        padding: 20px 20px 20px 10px;
    }
    
    .b1t-hm-ch-bl .img-cell {
        width: 80px;
        padding-right: 15px;
        vertical-align: top;
    }
    
    .b1t-hm-ch-bl .text {
        margin-bottom: 20px;
    }
    
    .b1t-hm-ch-bl .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*
    Р&nbsp;РµР¶РёРј РѕС‚РѕР±СЂР°Р¶РµРЅРёСЏ "Р±РѕР»СЊС€РѕР№ Р±Р»РѕРє"
*/


.b1t-hm-ch-bl.big-view .text {
    margin-bottom: 0px;
    padding-right: 25px;
}

.b1t-hm-ch-bl.big-view .btn {
    min-width: 185px;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .b1t-hm-ch-bl.big-view .text-btn-table {
        display: table;
    }

    .b1t-hm-ch-bl.big-view .text-btn-table .display-cell{
        display: table-cell;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
        
    .b1t-hm-ch-bl.big-view .btn {
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .b1t-hm-ch-bl.big-view .text {
        margin-bottom: 20px;
        padding-right: 0px;
    }
}

/*
    СЃС‚РёР»СЏ РґР»СЏ Р±Р»РѕРєР° "РѕС‚СЃР°РІРёС‚СЊ РѕС‚Р·С‹РІ Рѕ РјР°РіР°Р·РёРЅРµ"
*/

.b1t-hm-ch-bl.shop_review .img-wrap {
    width: 110px;
    max-height: 110px;
}

.b1t-hm-ch-bl.big-view.shop_review .img-wrap {
    width: 90px;
    max-height: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .b1t-hm-ch-bl.shop_review .img-wrap {
        width: 90px;
    }

    .b1t-hm-ch-bl.big-view.shop_review .img-wrap {
        width: 90px;
        max-height: 90px;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .b1t-hm-ch-bl.shop_review .img-wrap {
        width: 70px;
    }
    
    .b1t-hm-ch-bl.big-view.shop_review .img-wrap {
        width: 70px;
        max-height: 70px;
    }

}

@media  (max-width: 767px) {
    .b1t-hm-ch-bl.shop_review .img-wrap {
        width: 70px;
    }
    
    .b1t-hm-ch-bl.big-view.shop_review .img-wrap {
        width: 70px;
        max-height: 70px;
    }
}

/*
    СЃС‚РёР»СЏ РґР»СЏ Р±Р»РѕРєР° "СЃРјРѕС‚СЂРµС‚СЊ РІСЃРµ РѕС‚Р·С‹РІС‹" (РґР»СЏ РґРёР°Р»РѕРіР° РїСЂРѕСЃРјРѕС‚СЂР° РѕС‚Р·С‹РІРѕРІ)
*/

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

    .b1t-hm-ch-bl.all_reviews_dialog {
        padding: 15px;
    }
    
    .b1t-hm-ch-bl.all_reviews_dialog .display-table {
        display: table;
    }
    
    .b1t-hm-ch-bl.all_reviews_dialog .display-cell {
        display: table-cell;
    }
    
    .b1t-hm-ch-bl.all_reviews_dialog .img-cell {
        width: 125px;
        padding-right: 25px;
    }
    
    .b1t-hm-ch-bl.all_reviews_dialog .text-btn-table,
    .b1t-hm-ch-bl.all_reviews_dialog .text-btn-table .display-cell {
        display: block;
    }
    
    .b1t-hm-ch-bl.all_reviews_dialog .btn {
        padding: 11px 20px;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.42857143;
    }
    
     .b1t-hm-ch-bl.all_reviews_dialog .text {
         font-size: 15px;
     }
    
    
}

/*
    СЃС‚РёР»СЏ РґР»СЏ Р±Р»РѕРєР° "СЃРјРѕС‚СЂРµС‚СЊ РІСЃРµ РѕС‚Р·С‹РІС‹"
*/

.b1t-hm-ch-bl.all_reviews .img-wrap {
    width: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .b1t-hm-ch-bl.all_reviews .img-wrap {
        width: 70px;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .b1t-hm-ch-bl.all_reviews .img-wrap {
        width: 70px;
    }
}

@media  (max-width: 767px) {
    .b1t-hm-ch-bl.all_reviews .img-wrap {
        width: 50px;
    }
}



/*
    СЃС‚РёР»СЏ РґР»СЏ Р±Р»РѕРєР° "Р—Р°РіСЂСѓР·РёС‚СЊ РІРёРґРµРѕ"
*/

.b1t-hm-ch-bl.product_video {
    padding-top: 15px;
}

.b1t-hm-ch-bl.product_video .img-cell {
    width: 100px;
}

.b1t-hm-ch-bl.product_video .text {
    margin-bottom: 0px;
}

/* End */


/* Start:/local/templates/hm_2023/components/b1team/hm.reviews.media/slider/style.css?17376578882490*/
.b1t-hm-rm-slider {
    margin-bottom: 50px;
}

.b1t-hm-rm-slider.load .swiper-slide {
    margin-right: 18px;
}

.b1t-hm-rm-slider .swiper-slide {
    position: relative;
    overflow:hidden;
    display:inline-block;
    height: 130px;
    width: auto;
}

.b1t-hm-rm-slider .item {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}

.b1t-hm-rm-slider .img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.b1t-hm-rm-slider .video {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    
     -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-rm-slider .swiper-slide.last .img {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='20');
}


.b1t-hm-rm-slider .show-all {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    cursor: pointer;
    z-index: 2;
}

.b1t-hm-rm-slider .show-all:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    
    background: #000;
    opacity: 0.5;
}

.b1t-hm-rm-slider .show-all .text {
    
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    
    padding: 0px 20%;
    
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    z-index: 2;
}


@media (min-width: 768px) {
    
    .b1t-hm-rm-slider .swiper-pagination  {
        display: none;
    }
    
    .b1t-hm-rm-slider .b1t-hm-swiper-pagination-bottom {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-rm-slider {
        margin-bottom: 40px;
    }
    
    .b1t-hm-rm-slider .video {
        width: 34px;
    }
    
    .b1t-hm-rm-slider .swiper-slide {
        height: 80px;
    }
    
    .b1t-hm-rm-slider .show-all .text {
        font-size: 11px;
    }
    
    .b1t-hm-rm-slider .b1t-hm-swiper-prev,
    .b1t-hm-rm-slider .b1t-hm-swiper-next{
        display: none;
    }
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/product.questions/style.css?17376578882296*/
/*
    Р‘Р»РѕРєРё-СЃСЃС‹Р»РєРё
*/

.b1t-hm-ch-product-questions .block-links {
    margin-bottom: 40px;
}


@media (min-width: 768px) {
    
    .b1t-hm-ch-product-questions .block-links .swiper-pagination  {
        display: none;
    }
    
    .b1t-hm-ch-product-questions .block-links .b1t-hm-swiper-pagination-bottom {
        padding-bottom: 0px;
    }
    
    .b1t-hm-ch-product-questions.load .block-links .swiper-slide {
        margin-right: 30px;
        width:33.333%;
        width: calc(33.333% - 20px);
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-product-questions .block-links {
        margin-bottom: 30px;
    }
}

/*
    Р—Р°РіРѕР»РѕРІРѕРє РїРѕРїСѓР»СЏСЂРЅС‹Рµ
*/


.b1t-hm-ch-product-questions .popular-title{
    color: #FF6F2D;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    
    .b1t-hm-ch-product-questions .popular-title{
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-product-questions .popular-title{
        float: none;
        margin-top: 10px;
        font-size: 20px;
    }
}

/*
    Р—Р°РіР»СѓС€РєР° "РќРµС‚ РѕС‚Р·С‹РІРѕРІ"
*/

.b1t-hm-ch-product-questions .dummy {
    background: #F0F3F6;
    padding: 40px 65px;
}

.b1t-hm-ch-product-questions .dummy .text {
    font-size: 17px;
    color: #000;
}

.b1t-hm-ch-product-questions .dummy .title {
    margin: 1.38em 0px !important;
}

.b1t-hm-ch-product-questions .dummy .image {
    max-width: 438px;
    margin: 0px 0px 0px auto;
}

.b1t-hm-ch-product-questions .dummy .image:before {
    content: "";
    display: block;
    height: 0px;
    padding-top: 100%;
    
    background: transparent url('/local/templates/hm_2023/components/b1team/custom.html/product.questions/images/dummy.svg') center center no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    
    .b1t-hm-ch-product-questions .dummy .row{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    .b1t-hm-ch-product-questions .dummy .row &gt; div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ch-product-questions .dummy {
        padding: 20px 15px;
        text-align: center;
    }
    
    .b1t-hm-ch-product-questions .dummy .image {
        max-width: 180px;
        margin: 40px auto 0px;
    }
    
}

/* End */


/* Start:/local/templates/hm_2023/components/bitrix/news.list/delivery.cities.product/style.css?1737657888469*/
.b1t-hm-nl-dcp table {
    width: 100%;
}

.b1t-hm-nl-dcp .item .name {
    color: #FF6F2D;
    font-weight: 600;
}

.b1t-hm-nl-dcp .show-all {
    margin-top: 15px;
    margin-left: 21px;
    display: inline-block;
    cursor: pointer;
    color: #94A6B4;
    border-bottom: 1px dashed currentColor;
    
    font-size: 12px;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
    .b1t-hm-nl-dcp .show-all {
        margin-left: 16px;
    }
}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/delivery.map/style.css?173765788841*/
.b1t-hm-ch-dm .map {
    height: 430px;
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/news.list/payments.product/style.css?17376578883030*/
.b1t-hm-nl-pp {
    margin: 30px 0px;
}

.b1t-hm-nl-pp .item {
    position: relative;
    border: 1px solid #B6C1CC;
    padding: 60px 65px 25px;
    height: 100%;
    
    text-align: center;
    
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b1t-hm-nl-pp .item .picture {
    position: absolute;
    top: 0px;;
    left: 50%;
    height: 80px;
    width: 80px;
    
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.b1t-hm-nl-pp .item .picture img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    margin: auto;
    
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.b1t-hm-nl-pp .item .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.b1t-hm-nl-pp .item .text { 
    font-size: 14px;
    color: #666666;
}

@media (min-width: 768px)  {
    
    .b1t-hm-nl-pp .item-wrapper:nth-of-type(2n+1) {
        clear: both;
    }
    
    html.flexbox.flexwrap .b1t-hm-nl-pp .items{
        display: -webkit-box;       /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;          /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;       /* TWEENER - IE 10 */
        display: -webkit-flex;      /* NEW - Chrome */
        display: flex;              /* NEW, Spec - Opera 12.1, Firefox 20+ */

        -webkit-flex-direction: row;
        -moz-box-direction: row;
        -ms-flexbox-direction: row;
        flex-direction: row;

        -webkit-flex-wrap:  wrap;
        -moz-box-wrap:  wrap;
        -ms-flexbox-wrap:  wrap;
        flex-wrap:  wrap;
    }
    
    html.flexbox.flexwrap .b1t-hm-nl-pp .items:after {
        display: none;
    }
    
    html.flexbox.flexwrap .b1t-hm-nl-pp .items &gt; div{
        float: none;
    }
}


@media (min-width: 992px) and (max-width: 1199px)  {
    
    .b1t-hm-nl-pp .item {
        padding: 60px 45px 25px;
    }
    
    .b1t-hm-nl-pp .item .title {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
    
    .b1t-hm-nl-pp .item {
        padding: 40px 25px 25px;
    }
    
    .b1t-hm-nl-pp .item .picture {
        height: 55px;
        width: 55px;
    }
    
    .b1t-hm-nl-pp .item .title {
        font-size: 16px;
    }
    
    .b1t-hm-nl-pp .item .text { 
        font-size: 13px;
    }
    
    
}

@media (max-width: 767px)  {
    
    .b1t-hm-nl-pp {
        margin: 40px 0px 20px;
    }
    
    .b1t-hm-nl-pp .item-wrapper {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    
    .b1t-hm-nl-pp .item-wrapper:first-of-type {
        padding-top: 0px;
    }
    
    .b1t-hm-nl-pp .item {
        padding: 40px 15px 15px;
    }
    
    .b1t-hm-nl-pp .item .picture {
        height: 55px;
        width: 55px;
    }
    
    .b1t-hm-nl-pp .item .title {
        font-size: 16px;
    }
    
    .b1t-hm-nl-pp .item .text { 
        font-size: 13px;
    }
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/news.list/assembly.product/style.css?17376578881137*/
.b1t-hm-nl-assembly-product .item {
    margin-bottom: 60px;
}

.b1t-hm-nl-assembly-product .item .name {
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.b1t-hm-nl-assembly-product .item .text {
    font-weight: 600;
    color: #9B9B9B;
}

.b1t-hm-nl-assembly-product .btn-wrapper {
    text-align: center;
}

.b1t-hm-nl-assembly-product .btn .icon {
    font-size: 21px;
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .b1t-hm-nl-assembly-product .btn .icon {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-nl-assembly-product .item {
        margin-bottom: 50px;
    }
    
    .b1t-hm-nl-assembly-product .item:last-of-type {
        margin-bottom: 20px;
    }
    
    .b1t-hm-nl-assembly-product .item .name {
        margin-bottom: 20px;
    }
    
    .b1t-hm-nl-assembly-product .item .text {
        margin-bottom: 25px;
    }
    
    .b1t-hm-nl-assembly-product .item .picture-col {
        text-align: center;
    }
    
    .b1t-hm-nl-assembly-product .item img {
        max-width: 140px;
    }
    
}
/* 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/slider/style.css?17376578881572*/
.b1t-hm-cs-slider {
    margin-bottom: 30px;
}

.b1t-hm-cs-slider .swiper-slide {
    height: auto;
}

.b1t-hm-cs-slider .slide-more {
    width: 100%;
    height: 100%;
    max-height: 210px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: none;
}

.b1t-hm-cs-slider .slide-more:hover {
    text-decoration: none;
    border: none;
}

.b1t-hm-cs-slider .slide-more__image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url("/local/templates/hm_2023/images/product-blur.jpg");
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: -1;
}

.b1t-hm-cs-slider .slide-more__title {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    max-width: 160px;
}

@media (min-width: 992px) {
    .b1t-hm-cs-slider.load .slider .swiper-slide {
        margin-right: 30px;
        width:25%;
        width: calc(25% - 22px);
    }
}



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

    .b1t-hm-cs-slider.load .slider .swiper-slide {
        width:33.3333%;
        width: calc(33.3333% - 20px); 
    }
}

@media (max-width: 767px)  {
    
    .b1t-hm-cs-slider .slider .swiper-slide {
        width: 130px;
    }
    
    .b1t-hm-cs-slider.load .slider .swiper-slide {
        margin-right: 10px;
    }
    
    .b1t-hm-cs-slider .slider .b1t-hm-swiper-prev,
    .b1t-hm-cs-slider .slider .b1t-hm-swiper-next{
        display: none;
    }
}
/* End */
/* /local/templates/hm_2023/components/bitrix/catalog.element/product/style.css?17483205599324 */
/* /local/templates/hm_2023/components/bitrix/catalog.element/product/styles/photo.css?17376578883047 */
/* /local/templates/hm_2023/components/bitrix/catalog.element/product/styles/tabs.css?17376578886491 */
/* /local/templates/hm_2023/components/bitrix/catalog.element/product/styles/reviews.css?1737657888837 */
/* /local/templates/hm_2023/components/bitrix/catalog.element/product/styles/tab_description.css?17389016731592 */
/* /local/templates/hm_2023/components/bitrix/catalog.element/product/styles/tab_payment.css?1737657888953 */
/* /local/templates/hm_2023/components/bitrix/catalog.element/product/styles/tab_delivery.css?1737657888107 */
/* /local/templates/hm_2023/js/fancybox3/jquery.fancybox.css?173765788817412 */
/* /local/templates/hm_2023/js/fancybox3/custom.css?1748284283161 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.rating/style.css?1737657888801 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.price.detail/style.css?1748320559678 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.offers.select/style.css?17376578882167 */
/* /local/templates/hm_2023/components/bitrix/catalog.section/cards/style.css?17388152942013 */
/* /local/templates/hm_2023/components/b1team/custom.html/overlay/style.css?17376578881079 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.colors/style.css?1737657888250 */
/* /local/templates/hm_2023/blocks/card.min/style.css?17482831819149 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.reviews/style.css?17376578881801 */
/* /local/templates/hm_2023/components/b1team/custom.html/block.link/style.css?17376578885592 */
/* /local/templates/hm_2023/components/b1team/hm.reviews.media/slider/style.css?17376578882490 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.questions/style.css?17376578882296 */
/* /local/templates/hm_2023/components/bitrix/news.list/delivery.cities.product/style.css?1737657888469 */
/* /local/templates/hm_2023/components/b1team/custom.html/delivery.map/style.css?173765788841 */
/* /local/templates/hm_2023/components/bitrix/news.list/payments.product/style.css?17376578883030 */
/* /local/templates/hm_2023/components/bitrix/news.list/assembly.product/style.css?17376578881137 */
/* /local/templates/hm_2023/components/bitrix/system.pagenavigation/more_custom/style.css?1747285831428 */
/* /local/templates/hm_2023/components/bitrix/catalog.section/slider/style.css?17376578881572 */
</pre></body></html>