

/* Start:/local/templates/hm_2023/components/b1team/custom.html/mobile.filter/style.css?17376578882823*/
html.sidebar-open,
body.sidebar-open{
    overflow: hidden;
}

.b1t-hm-ch-mobile-filter {
    -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;
    
    width: 0%;
    height: auto;
    
    top: 0px;
    bottom: 0px;
    
    overflow: hidden;
    position: fixed;
    
    -webkit-backface-visibility: hidden;
    
    z-index: 1500;
    
    display:block;
}

.b1t-hm-ch-mobile-filter.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;
    
    -webkit-backface-visibility: hidden;
        
    width: 100%;
}

.b1t-hm-ch-mobile-filter .sidebar-outer {
    
    /*width: 260px;*/
	width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    right: -100%; 
    
    -webkit-transition-property: box-shadow, right;
    transition-property: box-shadow, right;    
    
    -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-ch-mobile-filter.open .sidebar-outer {
    right: 0;
}


.b1t-hm-ch-mobile-filter .sidebar-scroll {
 
    /*width: 320px;*/
	width: 100%;
    height: 100%;
    
    max-width: -webkit-calc(100% - 0px);
    max-width: calc(100% - 0px);
    
    top: 0;
    left: 0px;   
    
    overflow: hidden;
    position: absolute;

}

.b1t-hm-ch-mobile-filter .sidebar-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
    
    position: absolute;
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}
html.bx-no-touch .b1t-hm-ch-mobile-filter .sidebar-wrap {
    /*right: -18px;*/
}

/*
    Иконка закрытия
*/
/*
.b1t-hm-ch-mobile-filter .icon-close {
    position:absolute;
    top: 15px;
    left: -35px;
    
    font-size: 16px;
    color: #fff;
    background: #FF6F2D;
    padding: 6px;
    
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    z-index: 10;
    
    cursor: pointer;
}
*/

/*
    Переключатель SEO-страниц
*/

.b1t-hm-ch-mobile-filter .btn-wrap {
    padding: 20px 15px 0px;
}

.b1t-hm-ch-mobile-filter .btn-filters,
.b1t-hm-ch-mobile-filter .btn-pages{
    width: 100%;
    text-transform: uppercase;
    border-color: #D1D1D1;
    color: #000;
    font-weight: 600;
}

.b1t-hm-ch-mobile-filter .pages {
    padding: 20px 15px;
}
/* End */


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

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

/* End */


/* Start:/local/templates/hm_2023/components/bitrix/news.list/catalog.seo.pages/style.css?17417545422157*/
.b1t-hm-nl-csp {
    margin-bottom: 13px;
}

.b1t-hm-nl-csp .items:after {
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-nl-csp .item {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #E5E7EB;

    font-size: 16px;
    line-height: 20px;
    color: #1F2937;

    border-radius: 4px;
    
    margin-right: 10px;
    margin-bottom: 12px;
}

.b1t-hm-nl-csp .item.selected {
    background: #E9EDF1;
}

/*
    Тема "Мобльник с прокруткой"
*/

@media (max-width: 767px) {
    .b1t-hm-nl-csp.theme-mobile-scroll {
        margin-bottom: 15px;
    }
    
    .b1t-hm-nl-csp.theme-mobile-scroll .items-wrap{
        overflow: hidden;

        margin: 0px -10px 0 -15px;
        
        position: relative;
    }
    
    .b1t-hm-nl-csp.theme-mobile-scroll .items {
        white-space: nowrap;
        
        overflow: hidden;
        overflow-x: scroll;
        
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    .b1t-hm-nl-csp.theme-mobile-scroll .items::-webkit-scrollbar { 
        display: none;
    }



    .b1t-hm-nl-csp.theme-mobile-scroll .item {
        margin-bottom: 0px;
        padding: 6px 13px;
        
        font-size: 14px;
        border-radius: 4px;
    }
    
    
    .b1t-hm-nl-csp.theme-mobile-scroll .item:first-of-type {
        margin-left: 15px;
    }
    
    .b1t-hm-nl-csp.theme-mobile-scroll .item:last-of-type {
        margin-right: 15px;
    }
    
}

/*
    Тема "Колапсер"
*/

.b1t-hm-nl-csp.theme-collapser .items-wrap{
    overflow: hidden;
    height: 50px;
}

.b1t-hm-nl-csp.theme-collapser.open .items-wrap{
    overflow: visible;
    height: auto;
}


.b1t-hm-nl-csp.theme-collapser .collapser {
    display: none;
    float: right;
    font-size: 13px;
    color: #000;
    border-bottom: 1px dashed currentColor;
    cursor: pointer;
}

.b1t-hm-nl-csp.theme-collapser .collapser-hide {
    display: none;
}

.b1t-hm-nl-csp.theme-collapser.open .collapser-open {
    display: none !important;
}

.b1t-hm-nl-csp.theme-collapser.open .collapser-hide {
    display: block;
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.section.list/subsections/style.css?17376578881473*/
.b1t-hm-csl-s {
    
}

.b1t-hm-csl-s .link {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #E5E7EB;
    font-size: 16px;
    line-height: 20px;
    color: #1F2937;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.b1t-hm-csl-s .link .count {
    color: #959595;
}

.b1t-hm-csl-s .link:hover ,
.b1t-hm-csl-s .link.selected {
    background: #E9EDF1;
}

@media (max-width: 767px) {
    
    .b1t-hm-csl-s {
        overflow: hidden;
        
        margin: 0px -15px;
        margin-bottom: 5px;
        
        position: relative;
    }
    
    .b1t-hm-csl-s,
    .b1t-hm-csl-s .links-wrapper {
        height: 42px;
    }
    
    .b1t-hm-csl-s .links-wrapper {
        white-space: nowrap;
        
        overflow: hidden;
        overflow-x: scroll;
        
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    .b1t-hm-csl-s .links-wrapper::-webkit-scrollbar { 
        display: none;
    }


    html.bx-no-touch .b1t-hm-csl-s .links-wrapper {
        height: 60px;
    }
    
    .b1t-hm-csl-s .link {
        margin-bottom: 0px;
        padding: 6px 13px;

        font-size: 14px;
        border-radius: 4px;
    }
    
    .b1t-hm-csl-s .link:hover {
        background: #fff;
    }
    
    .b1t-hm-csl-s .link:first-of-type {
        margin-left: 15px;
    }
    
    .b1t-hm-csl-s .link:last-of-type {
        margin-right: 15px;
    }
    
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.section.list/subsections.sidebar/style.css?1737657888435*/
.b1t-hm-csl-ss {
    padding: 0;
    font-size: 16px;

    margin-bottom: 25px;
}

.b1t-hm-csl-ss .item {
    margin-bottom: 5px;
}

.b1t-hm-csl-ss .item a {
    display: inline-block;
    color: #363636;
    border-bottom: 0px;
    
    padding: 5px 0;
    
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.b1t-hm-csl-ss .item a:hover,
.b1t-hm-csl-ss .item a.selected {
    color: #FF6F2D;
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/catalog.smart.filter/filter/style.css?174771301712844*/
.b1t-hm-csf {
    background-color: #fff;
    
    /*padding: 20px 15px;*/
    
    border: 1px solid rgba(148, 166, 180, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.b1t-hm-csf.revert-mode {
    border: 2px solid red;
}

.b1t-hm-csf .filter-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid rgba(148, 166, 180, 0.3);
}

.b1t-hm-csf .property-block {
    margin-bottom: 20px;
}

.b1t-hm-csf .property {
    position: relative;
}

.b1t-hm-csf .name{
    position: relative;
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #000;
    
    cursor: pointer;
    padding-right: 15px;
}

.b1t-hm-csf .property-empty .name .text{
    color: #999;
}

.b1t-hm-csf .name .icon {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 10px;
    
    color: #94A6B4;
    
     transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
}

/*.b1t-hm-csf .property.open > div > .name .icon {
    transform: rotate(180deg);
}*/

.b1t-hm-csf .values {
    padding-top: 24px;
}
.b1t-hm-csf .values.group .values {
	padding-top: 12px;
}

.b1t-hm-csf .values .counter {
    padding-top: 1px;
    padding-left: 4px;
    color: #94A6B4;
    font-size: 13px;
    display: inline-block;
}

/*.b1t-hm-csf .values.group {
    padding-left: 20px;
}*/

.b1t-hm-csf .values.two-cols .value {
    float: left;
    width:50%;
    padding-right: 10px;
}

.b1t-hm-csf .values.two-cols .value:nth-of-type(2n+1) {
    clear: both;
}

.b1t-hm-csf .values.two-cols:after {
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-csf .values .show-all {
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
    font-size: 12px;
    clear: both;
}

.b1t-hm-csf .values .show-all:before {
    content: "Показать ещё";
}

.b1t-hm-csf .values .oak-l:before {
    content:"дуб";
}
.b1t-hm-csf .values .oak-u:before {
    content:"Дуб";
}

.b1t-hm-csf .values .ash-l:before {
    content:"ясень";
}
.b1t-hm-csf .values .ash-u:before {
    content:"Ясень";
}


@media (max-width: 991px) {
    .b1t-hm-csf {
        border: 0px;
    }
}

/*
    Скрыть вариант
*/

.b1t-hm-csf .value {
    position: relative;
}

.b1t-hm-csf .value .btn-hide-value {
    position: absolute;
    top: 50%;
    right: 0px;
    
    font-size: 10px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    padding: 5px;
    cursor: pointer;
    z-index: 5;
}

.b1t-hm-csf .value.hidden-value:before {
    content: "";
    display: block;
    position: absolute;
    top:50%;
    left: 0px;
    right: 30px;
    border: 1px solid #444;
}


/*
    Подсказка с кол-вом
*/

.b1t-hm-csf .property .modef {
    position: absolute;
    top: 0px;
    left: 100%;
    display: none;
    z-index: 300;
    white-space: nowrap;
    font-size: 13px;
    
    background: #fff;
    border: 3px solid #FF6F2D;
    border-left-width: 0px;
    
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    
     -webkit-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.08);
}

.b1t-hm-csf .property .modef:before {
    content: "";
    display: block;
    position: absolute;
    left: -17px;
    top: 50%;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 3px solid #FF6F2D;
    
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    
    z-index: 1;
}

.b1t-hm-csf .property .modef:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #fff;
    z-index: 2;
    
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.b1t-hm-csf .property .modef .inner {
    position: relative;
    z-index: 3;
    padding: 13px;
    
}

.b1t-hm-csf .property .modef .found:before {
    content:"Найдено:";
}

.b1t-hm-csf .property .modef a:before {
    content:"Показать";
}

@media (max-width: 991px) {
    .b1t-hm-csf .property .modef {
        margin-top: 40px;
        left: -15px;
        border-left-width: 3px;
    }
    
    .b1t-hm-csf .property .modef:before {
        width: 24px;
        height: 24px;
        top: 0px;
        left: 10px;
    }
    
    
}

/*
    Диапазон
*/

.b1t-hm-csf .range-value {
    padding-bottom: 10px;
}

.b1t-hm-csf .range-value .empty-cell {
    width: 20px;
}

.b1t-hm-csf .range-value .form-control {
    font-weight: 500;
}

.b1t-hm-csf .range-value .label {
    font-weight: 500;
    color: #999999;
    margin-bottom: 7px;
    display: block;
}


/*
    NoUiSlider
*/

.b1t-hm-csf .noUi-target {
    border-radius: 0px;
    border: 0px solid #D3D3D3;
    box-shadow: none;
    background: #D7D7D7;
    height: 2px;
    
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.b1t-hm-csf .noUi-target .noUi-handle {
    width: 20px;
    height: 20px;
    top: -9px;
    right: -10px !important;
    
    border: 3px solid #000;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    background: #FFF;
    cursor: default;
    box-shadow: none;
    
    outline: none;
    
    cursor: pointer;
}


.b1t-hm-csf .noUi-target .noUi-handle:before,
.b1t-hm-csf .noUi-target .noUi-handle:after {
    display: none;
}

.b1t-hm-csf .noUi-target .noUi-connect {
    background: #000;
}

.filter-inner {
	flex-grow: 1;
    /*padding-top: 16px;
    padding-bottom: 20px;
	padding-left: var(--layout--offset);
    padding-right: var(--layout--offset);*/
	padding: 16px 20px 20px 20px;
	
}
.b1t-hm-ch-mobile-filter .filter-inner {
	/*max-height: calc(var(--window-inner-height) - 74px - 119px);*/
    overflow-y: auto;
}
.b1t-hm-csf .modal-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid var(--color--gray-300);
	height: 54px;
}
.b1t-hm-csf .modal-heading .modal-heading__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color--gray-100);
}
.modal-heading .modal-close {
	display: none;
}
.b1t-hm-ch-mobile-filter .modal-close {
	display: flex;
}
.filter-inner .property .text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    appearance: none;
    list-style: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: var(--color--black);
}
.filter-inner .values.group .property .text {
    font-size: 14px;
	font-weight: initial;
    line-height: 19px;
    color: var(--color--black);
}
.filter-range-row {
	display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.display-range-part {
	display: flex;
	align-items: center;
}
.display-range-part .label {
	margin-right: 12px;
}
.display-range-part .input-wrapper {
	width: calc(100% - 30px);
}
.b1t-hm-csf .form-control {
	height: initial;
	padding: 8px 12px;
	border: 1px solid var(--color--gray-300);
	border-radius: 4px;
	outline: none;
}
.range-wrap {
	margin-top: 24px;
}
.b1t-hm-csf .noUi-target {
	height: 4px;
}
.b1t-hm-csf .noUi-target .noUi-handle {
	width: 16px;
	height: 16px;
	background: var(--color--main);
	border: none;
	top: -6px;
}
.b1t-hm-csf .noUi-target .noUi-connect {
	background: var(--color--main);
}
.b1t-hm-csf .noUi-target {
	background-color: var(--color--gray-300);
}
.b1t-hm-csf .noUi-target {
	padding: 0 6px;
}
.b1t-hm-csf .noUi-target .noUi-handle {
	right: -6px !important;
}
.filter-actions {
	position: static;
}
.b1t-hm-ch-mobile-filter .filter-form {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 54px);
	height: calc(100dvh - 54px);
}
.filter-inner .property-block.chosen > .property > div:not(.group) .text::after {
	content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 12px;
    border-radius: 50%;
    background-color: var(--color--main);
}



.filter-inner .property .icon::before {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%231C1C1C' fill-rule='evenodd' d='M6.293 9.793a1 1 0 0 1 1.414 0L12 14.086l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    transition: transform .2s ease;
    content: "";
}
.filter-inner .property.open .icon::before {
	transform: rotate(180deg);
}
.filter-inner .values.group .property .icon::before {
	display: none;
}

.filter-actions .filter-submit .count {
	font-size: inherit;
	text-transform: initial;
}

.btn.btn-float {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    background-color: var(--color--main);
    color: var(--color--white);
    border: none;
}

.btn.btn-float:before {
    content: '';
    display: block;
    background: var(--color--main);
    position: absolute;
    left: -6px;
    top: 9px;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    z-index: -1;
}

.filter-floating {
    position: relative;
}

.filter-floating .btn-float {
    position: absolute;
    left: 105%;
    top: 0;
    z-index: 20;
    display: none;
    white-space: nowrap;
}

.filter-floating .btn-float.-is-active {
    display: inline-block;
}

.filter-floating .btn-float.-is-loading {
    width: 30px;
    height: 30px;
}

.filter-floating .btn-float.-is-loading:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;

    border: 2px solid white;
    border-left-color: transparent;

    top: 7px;
    left: 7px;
    animation: spin 1s ease-in-out infinite;
}

.filter-floating .btn-float.-is-loading .title {
    display: none;
}

.filter-form {
    position: relative;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.b1t-hm-csf {
    border-radius: 0;
    border: none;
}

.b1t-hm-csf .filter-inner {
    padding: 10px 20px;
}

.filter-inner .property .text {
    font-weight: 700;
}

.filter-inner .b1t-switch label {
    font-weight: 700;
}

.filter-actions {
    display: flex;
    flex-direction: row;
    row-gap: 10px;
    background-color: transparent;
    padding: 10px;
}

@media (min-width: 991px) {
    .b1t-hm-csf .modal-heading {
        display: none;
    }
    .b1t-hm-csf .filter-inner {
        padding: 0;
    }
    .filter-actions {
        padding: 0;
    }
    .filter-actions {
        flex-direction: column;
    }
}

.range-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
    margin-top: 0;
}

.display-range-part {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.display-range-part .input-wrapper {
    width: 100%;
}

.filter-range-row {
    gap: 30px;
}

.b1t-hm-csf .btn-clear {
    background: #F6F7F9;
    font-size: 14px;
    font-weight: 600;
    color: #1C1C1C;
    border-radius: 4px;
    border: 1px solid #999999;
    line-height: 1.3;
}

.b1t-hm-csf .btn-clear:hover {
    border-color: #FF6F2D;
    color: #FF6F2D;
}

.b1t-hm-csf .btn-filter {
    background: #FF6F2D;
    border: 1px solid #FF6F2D;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: white;
}

.b1t-hm-csf .btn-filter:hover {
    background: #ff5f15;
}

@media (min-width: 991px) {
    .b1t-hm-csf .btn-filter,
    .b1t-hm-csf .btn-clear {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/hm_2023/js/nouislider/nouislider.css?17376578885716*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/catalog.panel.v2/style.css?17376578884808*/
.b1t-hm-filter-panel-container {
    z-index: 100;
    margin-bottom: 20px;
    background-color: white;
    padding: 0;
}

@media (max-width: 991px) {
    .b1t-hm-filter-panel-container {
        top: 0;
        position: sticky;
        padding: 10px 0;
        padding-top: 30px;
        margin-top: -20px;
    }

    .b1t-hm-filter-panel  .filter .cnt-circle {
        right: auto;
        left: 10px;
    }
}

@media (min-width: 991px) {
    .b1t-hm-filter-panel .item-available {
        flex: 1;
    }
}

.b1t-hm-filter-panel  {
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
}


.b1t-hm-filter-panel .sorts {
    width: 140px;
}

.b1t-hm-filter-panel .available {
    width: 140px;
}



@media (max-width: 767px) {
    
    .b1t-hm-filter-panel  .sorts {
        width: auto;
    }
    
    .b1t-hm-filter-panel  .b1t-select {
        display:inline-block;
    }
    
    .b1t-hm-filter-panel  .b1t-select .select-btn {
        padding: 11px 14px !important;
    }
    
    .b1t-hm-filter-panel  .b1t-select .select-btn .text,
    .b1t-hm-filter-panel  .b1t-select .select-btn-icon{
        display: none;
    }
    
    .b1t-hm-filter-panel  .b1t-select .select-btn.wi .i {
        position: static !important;
        font-size: 17px;
    }

    .b1t-hm-filter-panel .available .b1t-switch-reverse {
        padding-left: 50px;
        padding-right: 0;

    }

    .b1t-hm-filter-panel .available .b1t-switch-reverse .box {
        left: 0;
        right: auto;
    }
}


.b1t-hm-filter-panel  .filter {
    padding: 4px 14px 4px 40px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    min-height: 24px;
    min-width: 24px;
}

.b1t-hm-filter-panel  .filter:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8H13' stroke='%231C1C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 8L20 8' stroke='%231C1C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 16L20 16' stroke='%231C1C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 16H7' stroke='%231C1C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='16' r='2' stroke='%231C1C1C' stroke-width='2'/%3E%3Ccircle cx='15' cy='8' r='2' stroke='%231C1C1C' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.b1t-hm-filter-panel  .filter .cnt-circle {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #FF6F2D;
}

.b1t-hm-filter-panel  .filter .cnt-circle .display-table {
    height: 100%;
}

.b1t-hm-filter-panel  .filter .cnt {
    color: #fff;
    font-size: 11px;
}

@media (max-width: 767px) {
    .b1t-hm-filter-panel  .filter {
        padding-left: 35px;
        padding-right: 0;
    }
}

@media (max-width: 330px) {
    .b1t-hm-filter-panel  .filter {
        padding-left: 30px;
    }
}

.b1t-hm-filter-panel .sorts .b1t-select .select-btn {
    border: none;
    text-align: right;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
}

.b1t-hm-filter-panel .sorts .b1t-select .select-btn.wi {
    padding-left: 30px;
}

.b1t-hm-filter-panel .sorts .b1t-select .select-btn:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L7 4M7 4L3 8M7 4L7 20' stroke='%231C1C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 16L17 20M17 20L21 16M17 20L17 4' stroke='%231C1C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.b1t-hm-filter-panel .sorts .b1t-select .select-btn-icon {
    display: none;
}
.b1t-hm-filter-panel .sorts .b1t-select .select-btn > .b1t-fi {
    display: none;
}

.b1t-hm-filter-panel .sorts .b1t-select.panel .option.wi {
    padding-left: 30px;
}

.b1t-hm-filter-panel .sorts .b1t-select.panel .option.wi .i {
    left: 10px;
}

.b1t-hm-filter-panel .available label {
    font-weight: 600;
}
/* End */


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

.b1t-hm-cs-l .items {
    max-width: 847.5px;
}


/* 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/hm.catalog.item/card/style.css?173765788813653*/
.b1t-hm-ci-c {
    position: relative;
    margin-bottom: 30px;
}

.b1t-hm-ci-c .outer {
    position: relative;
}

.b1t-hm-ci-c .inner {
    position: relative;
    padding-top: 15px;
}

.b1t-hm-ci-c .back {
    display: none;
    position: absolute;
    
    background: #fff;
    
    top: -11px;
    left: -11px;
    right: -11px;
    bottom: -11px;

    border: 1px solid #b4c1cd;
    
    box-shadow: 0 9px 19px 0 rgba(110, 127, 134, 0.7);
    -moz-box-shadow: 0 9px 19px 0 rgba(110, 127, 134, 0.7);
    -webkit-box-shadow: 0 9px 19px 0 rgba(110, 127, 134, 0.7);
}

@media (min-width: 768px)  {
    .b1t-hm-ci-c:hover {
        z-index: 200;
    }
   
    .b1t-hm-ci-c:hover .outer {
        z-index: 101;
    }
    
    .b1t-hm-ci-c:hover .back {
        display: block;
        z-index: 100;
    }
}

@media (max-width: 768px)  {
    .b1t-hm-ci-c .inner {
        position: static;
    }
}

/*
    Фото
*/

.b1t-hm-ci-c .picture {
    display: block;
    border-bottom: 0px;
    text-decoration: none;
    position: relative;
    overflow: hidden;

    height: 0px;
    padding-top: 75%;
     
}

.b1t-hm-ci-c .picture:hover {
    text-decoration: none;
}

.b1t-hm-ci-c .picture .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    position: absolute !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

}

.b1t-hm-ci-c .picture .image.nophoto {
    background-size: 50% 50%;
    
}

.b1t-hm-ci-c .picture .video {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 34px;
    height: 24px;

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

    z-index: 110;
}

.b1t-hm-ci-c .picture .withdrawn:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    z-index: 120;
    
    opacity: 0.5;
    background: #fff;
}

.b1t-hm-ci-c .picture .withdrawn .text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 125;
    
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #FFFFFF;
    
    color: #000;
    
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);
}

@media (max-width: 767px) {
    .b1t-hm-ci-c .picture {
        overflow: visible;
    }
}

/*
    Стикеры
*/

.b1t-hm-ci-c .picture .stickers {
    position: absolute;
    z-index: 110;
    top: 10px;
    left: 10px;
}

/*
    Цена
*/

.b1t-hm-ci-c .price-wrap {
    position: relative;
}



/*
    Bзбранное, сравнение
*/

.b1t-hm-ci-c .fav-com {
    position: absolute;
    top: 20px;
    right: 0px;

}

.b1t-hm-ci-c .fav-com .favorite,
.b1t-hm-ci-c .fav-com .compare {
    float: left;
}

.b1t-hm-ci-c .fav-com .favorite {
    margin-right: 15px;
}

@media (min-width: 992px) and (max-width: 1199px)  {
    
    .b1t-hm-ci-c .fav-com {
        top: 17px;
    }
    .b1t-hm-ci-c .fav-com .favorite {
        margin-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
    
    .b1t-hm-ci-c .fav-com {
        top: 17px;
    }
    
    .b1t-hm-ci-c .fav-com .favorite {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    
    .b1t-hm-ci-c .fav-com {
        top: 0px;
        right: 0px;
        z-index: 10;
    }
    
    .b1t-hm-ci-c .fav-com .icon-normal {
        color: #fff;
        text-shadow: 0px 1px 2px #000;
    }
    
    .b1t-hm-ci-c .fav-com .favorite {
        margin-right: 0px;
    }
    
    .b1t-hm-ci-c .fav-com .b1t-favorite,
    .b1t-hm-ci-c .fav-com .b1t-compare {
        padding: 20px;
    }
    
}

/*
    Название
*/

.b1t-hm-ci-c .name {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    white-space: normal;
}

.b1t-hm-ci-c .name a {
    color: #222;
    border-bottom: 0px;
    text-decoration: none;
}

.b1t-hm-ci-c .name a:hover {
    text-decoration: none;
}

@media (max-width: 767px)  {
    .b1t-hm-ci-c .name {
        font-size: 14px;
        padding-right: 55px;
    }
}

/*
    Рейтинг
*/

.b1t-hm-ci-c .rating {
    position: relative;
}

/*
    Размеры
*/

.b1t-hm-ci-c .dimensions {
    margin-top: 10px;
    display: table;
    width: 100%;
    font-size: 13px;
    color: #000;
}

.b1t-hm-ci-c .dimensions > div {
    display: table-cell;
}

.b1t-hm-ci-c .dimensions .label {
    padding-right: 5px;
}
.b1t-hm-ci-c .dimensions .label:before {
    content:"Размеры";
}

.b1t-hm-ci-c .dimensions .value {
    text-align: right;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1199px)  {
    .b1t-hm-ci-c .dimensions {
        font-size: 11px;
    }
}

/*
    Popup
*/

.b1t-hm-ci-c .popup {
    display: none;
    position: absolute;
    
    top: 100%;
    left: -11px;
    right: -11px;
    padding:  0px 10px 10px;
    
    background: #fff;
    
    border: 1px solid #b4c1cd;
    border-top: 0px;
    
    box-shadow: 0 19px 19px 0 rgba(110, 127, 134, 0.7);
    -moz-box-shadow: 0 19px 19px 0 rgba(110, 127, 134, 0.7);
    -webkit-box-shadow: 0 19px 19px 0 rgba(110, 127, 134, 0.7);
}

.b1t-hm-ci-c:hover .popup {
    display: block;
    z-index: 101;
}


@media (max-width: 767px)  {
    .b1t-hm-ci-c:hover .popup {
        display: none;
    }
    
    .b1t-hm-ci-c.aatb {
        border: 1px solid #b4c1cd;
        padding: 10px;
        
         box-shadow: 0 9px 19px 0 rgba(110, 127, 134, 0.7);
        -moz-box-shadow: 0 9px 19px 0 rgba(110, 127, 134, 0.7);
        -webkit-box-shadow: 0 9px 19px 0 rgba(110, 127, 134, 0.7);
    }
 
}

/*
    Свойства товара для отображения
*/

.b1t-hm-ci-c .props.display-table {
    margin-top: 10px;
}

.b1t-hm-ci-c .prop > div {
    padding: 1px 0px;
}

.b1t-hm-ci-c .prop .prop-name {
    padding-right: 10px;
    color: #858585;
    width: 65%;
}

.b1t-hm-ci-c .prop .prop-value {
    text-align: right;
}


/*
    Свойства предложений для отображения
*/

.b1t-hm-ci-c .props-available {
    margin-top: 5px;
}

.b1t-hm-ci-c .props-cell {
    padding-right: 20px;
    width: 150px;
}


.b1t-hm-ci-c .prop {
    margin: 5px 0px;
}

.b1t-hm-ci-c .prop .values:after {
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-ci-c .prop .value {
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}

.b1t-hm-ci-c .prop .value .img {
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.b1t-hm-ci-c .prop .value .img.noimg {
    background-size:contain;
    border: 1px solid rgba(148, 166, 180, 0.3);

}

.b1t-hm-ci-c .prop .value.plus {
    margin-right: 0px;
}

.b1t-hm-ci-c .prop .value.plus .img {
    position: relative;
    border: 2px solid #9D9D9D;
}

.b1t-hm-ci-c .prop .value.plus .img:before {
    content:"+";
    position: absolute;
    top: 50%;
    left: 50%;
    
    font-size: 22px;
    color: #9D9D9D;
    
    -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-ci-c .prop .value .display-value {
    padding: 5px 7px;
    border: 1px solid #a7afb4;
}

@media (min-width: 992px) and (max-width: 1199px)  {
    
    .b1t-hm-ci-c .props-cell {
        width: 120px;
    }

    .b1t-hm-ci-c .prop .value .img {
        height: 30px;
        width: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px)  {
    .b1t-hm-ci-c .props-cell {
        width: 120px;
    }

    .b1t-hm-ci-c .prop .value .img {
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 767px)  {
    .b1t-hm-ci-c .prop.colors-mobile {
        margin: 0px;
        margin-bottom: 5px;
    }
    
    .b1t-hm-ci-c .prop.colors-mobile .value {
        margin-top: 0px;
        margin-bottom: 5px;
        margin-right: 5px;
        float: left;
    }
    
    .b1t-hm-ci-c .prop.colors-mobile .value .img {
        height: 20px;
        width: 20px;
        border: 1px solid #c4c4c4;
    }
}

/*
    Наличие
*/

.b1t-hm-ci-c .availability {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}

.b1t-hm-ci-c .availability .available {
    color: #36A64E;
}

.b1t-hm-ci-c .availability .not-available {
    color: #C4C4C4;
    font-weight: 600;
}

.b1t-hm-ci-c .availability .not-available:before {
    content:"Под заказ";
}

.b1t-hm-ci-c .availability .planned-date {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1;
    color: #000;
    margin-top: 3px;
}

@media (min-width: 768px) and (max-width: 1199px)  {
    
    .b1t-hm-ci-c .availability {
        font-size: 11px;
    }
    
}

@media (max-width: 767px)  {
    
    .b1t-hm-ci-c .price-wrap .availability {
        position: absolute;
        top: 50%;
        right: 0px;
        
        font-size: 10px;
        
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .b1t-hm-ci-c .availability .planned-date {
        font-size: 11px;
    }
}

/*
    Наличие / размеры (для режима добавления в корзину)
*/

.b1t-hm-ci-c .availability-dimensions {
    margin-bottom: 13px;
    margin-top: 10px;
}

.b1t-hm-ci-c .availability-dimensions .display-cell {
    height: 30px;
}

.b1t-hm-ci-c .availability-dimensions .availability-cell {
    width: 90px;
}

.b1t-hm-ci-c .availability-dimensions .availability {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.04;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}

.b1t-hm-ci-c .availability-dimensions .dimensions {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
}

.b1t-hm-ci-c .availability-dimensions .dimensions .label:before {
    content:"";
}

.b1t-hm-ci-c .availability-dimensions .dimensions.text-right {
    text-align: right;
}

.b1t-hm-ci-c .availability-dimensions .dimensions .label {
    padding-right: 0px;
    width: auto;
    color: #959595;
}
.b1t-hm-ci-c .availability-dimensions .dimensions .value {
    text-align: left;
    font-weight: normal;
}
   

/*
    артикул
*/

.b1t-hm-ci-c .article {
    font-size: 13px;
    font-weight: 600;
    color: #9B9B9B;
    line-height: 1.1;
}

.b1t-hm-ci-c .article:before {
    content:"Артикул:";
}

@media (min-width: 768px) and (max-width: 1199px)  {
    
    .b1t-hm-ci-c .article {
        font-size: 11px;
    }
    
}

@media (max-width: 767px)  {
    
    .b1t-hm-ci-c .rating .article {
        position: absolute;
        top: 50%;
        right: 0px;
        
        font-size: 10px;
        
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*
    В корзину
*/

.b1t-hm-ci-c .buttons-wrapper {
    margin-top: 15px;
}

.b1t-hm-ci-c .btn {
    width: 100%;
    
}

.b1t-hm-ci-c .btn.disabled {
    opacity: 0.5;
    cursor:not-allowed;
}

.b1t-hm-ci-c .btn .icon-wrap {
    padding-left: 38px !important;
}

.b1t-hm-ci-c .btn .icon {
    font-size: 21px;
}

.b1t-hm-ci-c .btn-white {
    outline-width: 1px;
    outline-offset: -2px;
}

@media (max-width: 767px)  {
    .b1t-hm-ci-c .btn-product-view {
        position: absolute;
        bottom: 5px;
        right: 0px;
        width: auto;
        padding: 16px 21px;
    }
    
    .b1t-hm-ci-c .btn-product-view .icon { 
        position: absolute;
        top: 50%;
        left: 50%;

        font-size: 20px;

        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}



/*
    Жёсткость
*/


.b1t-hm-ci-c .rigidity-wrapper {
    margin: 0px -10px;
    background: #FF6F2D;
    position: relative;
    top: 10px;
    
    padding: 20px 10px 20px 130px;
    
    color: #fff;
    
}

.b1t-hm-ci-c .spring-block {
    position: absolute;
    top: 50%;
    left: 30px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b1t-hm-ci-c .rigidity {
    position: relative;
}

.b1t-hm-ci-c .rigidity .title {
    font-size: 12px;
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.b1t-hm-ci-c .rigidity .line:first-of-type{
    margin-bottom: 4px;
}

.b1t-hm-ci-c .rigidity .line {
    margin-left: -2px;
    margin-right:-2px;
    position: relative;
}

.b1t-hm-ci-c .rigidity .line:after {
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-ci-c .rigidity .line .col {
    padding: 0px 2px;
    float: left;
    width: 11.1111%;
    
}
.b1t-hm-ci-c .rigidity .line .cell {
    background-color: #fff;
    height: 20px;
}

.b1t-hm-ci-c .rigidity .line .cell.selected {
    background-color: #393939;
}

.b1t-hm-ci-c .rigidity .line side {
    position: absolute;
    top: 0px;
    left: -20px;
}

@media (min-width: 768px) and (max-width: 1199px)  {
    
    .b1t-hm-ci-c .rigidity-wrapper {
        padding-left: 100px;
    }
    
    .b1t-hm-ci-c .spring-block {
        left: 15px;
    }
    
}


/*
    Стикер
*/

.b1t-hm-ci-c .sticker {
    margin: 10px -10px 0px;
    border-top: 1px solid rgba(148, 166, 180, 0.3);
    
    padding: 5px 10px;

}
/* End */


/* Start:/local/templates/hm_2023/components/b1team/hm.catalog.item/line/style.css?173765788810883*/
.b1t-hm-ci-l {
    position: relative;
    border-top: 1px solid rgba(148, 166, 180, 0.3);
    padding: 15px 0px;
}

.b1t-hm-ci-l .inner {
    position:relative;
    z-index: 10;
}

.b1t-hm-ci-l .center-cell {
    padding-bottom: 50px;
}

.b1t-hm-ci-l .right-cell {
    padding-bottom: 35px;
}

.b1t-hm-ci-l .inner > .row {
    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+ */
}


@media (min-width: 768px)  {
    .b1t-hm-ci-l:before {
        content: "";
        display: none;
        position: absolute;
        z-index: 1;
        top: -1px;
        right: -15px;
        bottom: -1px;
        left: -15px;
        background: #fff;
        
      
        border: 1px solid rgba(148, 166, 180, 0.3);
        box-sizing: border-box;
        
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    
        border-radius: 3px;
        -webkit-border-radius:  3px;
        -moz-border-radius: 3px;

    }
    
    .b1t-hm-ci-l:hover:before {
         display: block;
    }
  
}

@media (min-width: 768px) and (max-width: 1199px)  {
    .b1t-hm-ci-l .center-cell {
        padding-bottom: 40px;
    }

    .b1t-hm-ci-l .right-cell {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px)  {
    
    .b1t-hm-ci-l {
        padding: 12px 0px 15px;
    }
    
    .b1t-hm-ci-l .picture-cell {
        width: 140px;
        padding-right: 0px;
    }
    
    .b1t-hm-ci-l .center-cell {
        width: calc(100% - 140px);
        padding-left: 10px;
        padding-bottom: 0px;
    }
        
    .b1t-hm-ci-l .bottom-row .center-cell {
        padding-bottom: 0px;
    }
}


/*
    Фото
*/

.b1t-hm-ci-l .picture {
    display: block;
    border-bottom: 0px;
    text-decoration: none;
    position: relative;
    overflow: hidden;

    height: 0px;
    padding-top: 75%;
     
}

.b1t-hm-ci-l .picture:hover {
    text-decoration: none;
}

.b1t-hm-ci-l .picture .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    position: absolute !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

}

.b1t-hm-ci-l .picture .image.nophoto {
    background-size: 50% 50%;
    
}

.b1t-hm-ci-l .picture .video {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 34px;
    height: 24px;

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

    z-index: 20;
}

.b1t-hm-ci-l .picture .withdrawn:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    
    z-index: 120;
    
    opacity: 0.5;
    background: #fff;
}

.b1t-hm-ci-l .picture .withdrawn .text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 125;
    
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #FFFFFF;
    
    color: #000;
    
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);
}

/*
    Стикеры
*/

.b1t-hm-ci-l .picture .stickers {
    position: absolute;
    z-index: 110;
    top: 10px;
    left: 10px;
}

/*
    Рейтинг, название
*/

.b1t-hm-ci-l .rating {
    margin-bottom: 12px;
}

.b1t-hm-ci-l .name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.b1t-hm-ci-l .name a {
    color: #000;
    border-bottom: 0px;
    text-decoration: none;
}

.b1t-hm-ci-l .name a:hover {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1199px)  {
    
    .b1t-hm-ci-l .rating {
        margin-bottom: 10px;
    }

    .b1t-hm-ci-l .name {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media (max-width: 767px)  {
  
    .b1t-hm-ci-l .name {
        margin-bottom: 8px;
        font-size: 10px;
        
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }
    
    .b1t-hm-ci-l .rating {
        margin-bottom: 0px;
    }
    
    .b1t-hm-ci-l .rating .b1t-hm-ch-pr {
        padding: 0px;
        zoom: 0.9;
    }
}


/*
    Размеры
*/

.b1t-hm-ci-l .dimensions {
    font-size: 13px;
}
.b1t-hm-ci-l .dimensions .label{
    color: #9C9C9C;
}

.b1t-hm-ci-l .dimensions .value{
    color: #000;
    font-weight: 600;
}

@media (max-width: 767px)  {
    .b1t-hm-ci-l .dimensions {
        font-size: 10px;
        margin-top: 8px;
    }
    
}

/*
    Свойства товара
*/


.b1t-hm-ci-l .props .prop .prop-name {
    margin-top: 5px;
    color: #9C9C9C;
    font-size: 13px;
    font-weight: 600;
}

.b1t-hm-ci-l .props .prop .prop-value {
    font-size: 13px;
    font-weight: 600;
}

/*
    Свойства SKU для отображения
*/

.b1t-hm-ci-l .offers-props {
    position: absolute;
    bottom: -5px;
    left: 15px;
    right: 15px;
}

.b1t-hm-ci-l .offers-props .prop {
    margin: 5px 0px;
}

.b1t-hm-ci-l .offers-props .prop .values:after {
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-ci-l .offers-props .prop .value {
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}

.b1t-hm-ci-l .offers-props .prop .value .img {
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.b1t-hm-ci-l .offers-props .prop .value .img.noimg {
    background-size:contain;
    border: 1px solid rgba(148, 166, 180, 0.3);

}

.b1t-hm-ci-l .offers-props .prop .value.plus {
    margin-right: 0px;
}

.b1t-hm-ci-l .offers-props .prop .value.plus .img {
    position: relative;
    border: 2px solid #9D9D9D;
}

.b1t-hm-ci-l .offers-props .prop .value.plus .img:before {
    content:"+";
    position: absolute;
    top: 50%;
    left: 50%;
    
    font-size: 22px;
    color: #9D9D9D;
    
    -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-ci-l .offers-props .prop .value .display-value {
    padding: 5px 7px;
    border: 1px solid #a7afb4;
}

@media (min-width: 992px) and (max-width: 1199px)  {
    
    .b1t-hm-ci-l .offers-props .prop .value .img {
        height: 30px;
        width: 30px;
    }
}

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

    .b1t-hm-ci-l .offers-props .prop .value .img {
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 767px)  {
    
    .b1t-hm-ci-l .offers-props {
        position: static;
    }
    
    .b1t-hm-ci-l .offers-props .prop {
        margin: 0px 0px;
    }
    
    .b1t-hm-ci-l .offers-props .prop .value {
        margin-top: 0px;
    }

    .b1t-hm-ci-l .offers-props .prop .value .img {
        height: 20px;
        width: 20px;
    }
    
    .b1t-hm-ci-l .offers-props .prop .value.plus .img:before {
        font-size: 15px;
    }
}


/*
    Наличие
*/

.b1t-hm-ci-l .availability {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}

.b1t-hm-ci-l .availability .available {
    color: #36A64E;
}

.b1t-hm-ci-l .availability .not-available {
    color: #C4C4C4;
}

.b1t-hm-ci-l .availability .not-available:before {
    content:"Под заказ";
}

.b1t-hm-ci-l .availability .planned-date {
    font-size: 13px;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1199px)  {
    .b1t-hm-ci-l .availability {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px)  {
    .b1t-hm-ci-l .availability {
        margin-top: 12px;
        
    }
    
    .b1t-hm-ci-l .availability .planned-date {
        font-size: 11px;
    }
 
}



/*
    артикул
*/

.b1t-hm-ci-l .article {
    font-size: 13px;
    font-weight: 600;
    color: #9B9B9B;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1199px)  {
    
    .b1t-hm-ci-c .article {
        font-size: 11px;
        margin-bottom: 15px;
    }
    
}

/*
    Цена
*/

.b1t-hm-ci-l .price {
    margin-bottom: 10px;
}

@media (max-width: 767px)  {
    
    .b1t-hm-ci-l .price {
        margin-bottom: 5px;
    }
    
    .b1t-hm-ci-l .price .b1t-hm-ch-pp {
        font-size: 22px;
    }
}



/*
    Избранное/сравнение
*/

.b1t-hm-ci-l .fav-com:after {
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-ci-l .fav-com .favorite,
.b1t-hm-ci-l .fav-com .compare {
    float: left;
}

.b1t-hm-ci-l .fav-com .favorite {
    margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 1199px)  {
    .b1t-hm-ci-l .fav-com .favorite .label,
    .b1t-hm-ci-l .fav-com .compare .label{
        display: none;
    }
}

@media (max-width: 767px)  {
    
    .b1t-hm-ci-l .rating-fav-com {
        position: relative;
    }
    
    .b1t-hm-ci-l .fav-com {
        position: absolute;
        bottom: -4px;
        right: 0px;
    }
    
    .b1t-hm-ci-l .fav-com .favorite {
        margin-right: 12px;
    }
}

/*
    Кнопка В корзину
*/

.b1t-hm-ci-l .btn-product-view {
    outline-width: 1px;
    outline-offset: -2px;
    display: block;
    max-width: 215px;
}

@media (min-width: 768px)  {
    
    .b1t-hm-ci-l .btn-product-view {
        margin-top: 20px;
        display: none;
        text-transform: uppercase;
    }
    
    .b1t-hm-ci-l:hover .btn-product-view {
        display:block;
    }
    
}

@media (min-width: 768px) and (max-width: 1199px)  {
    .b1t-hm-ci-l .btn-product-view {
        margin-top: 15px;
    }
}

@media (max-width: 767px)  {
    .b1t-hm-ci-l .btn-product-view {
        position: absolute;
        bottom: 0px;
        right: 15px;
        width: auto;
        padding: 11px 32px;
    }
    
    .b1t-hm-ci-l .btn-product-view .icon { 
        position: absolute;
        top: 50%;
        left: 50%;

        font-size: 17px;

        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}




/*
    Стикер
*/

.b1t-hm-ci-l .sticker {
    position: absolute;
    bottom: -5px;
    left: 15px;
    right: 15px;
}

/*
    Описание
*/

.b1t-hm-ci-l .description {
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    
    color: #959595;
    font-size: 13px;
}

@media (min-width: 768px) and (max-width: 1199px)  {
    .b1t-hm-ci-l .description {
        font-size: 12px;
        
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis; 
    }
}
/* 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.price/style.css?17482857791472*/
.b1t-hm-ch-pp {
    position: relative;
    font-size: 28px;
    color: #000;
    display: inline-block;
    line-height: 1;
}

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

.b1t-hm-ch-pp .old {
    position: absolute;
    top: 45%;
    left: 100%;
    margin-left: 10px;
    line-height: 1;
    white-space: nowrap;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b1t-hm-ch-pp .percent {
    font-size: 0.4285em;
    font-weight: bold;
    color: #FF6F2D;
}

.b1t-hm-ch-pp .old-value {
    font-size: 0.5714em;
    color: #5F5F5F;
    text-decoration: line-through;
}

.b1t-hm-ch-pp .old-value .rub {
    color: currentColor;
}

@media (min-width: 992px) and (max-width: 1199px)  {
    .b1t-hm-ch-pp {
        font-size: 22px;
    }
    
    .b1t-hm-ch-pp .old {
        margin-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px)  {
    .b1t-hm-ch-pp {
        font-size: 24px;
    }
    
    .b1t-hm-ch-pp .old {
        margin-left: 15px;
    }
}

@media (max-width: 767px)  {
    
}


/*
    Тема для детальной страницы товара
*/
.b1t-hm-ch-pp.detail {
    font-size: 35px;
}

.b1t-hm-ch-pp.detail .value,
.b1t-hm-ch-pp.detail .rub {
    font-weight: 700;
    line-height: 1.33;
    color: #1F2937;
}

.b1t-hm-ch-pp.discount.detail .value,
.b1t-hm-ch-pp.discount.detail .value .rub{
    color: #DC2F2F;
}
/* 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.sticker/style.css?1737657888388*/
.b1t-hm-sh-ps .img {
    width: 100px;
    height: 65px;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.b1t-hm-sh-ps .img-cell {
    padding-right: 12px;
    width: 1%;
}

.b1t-hm-sh-ps .label {
    color: #666666;
    font-size: 13px;
    text-transform: uppercase;
}

.b1t-hm-sh-ps .label .icon {
    color: #FF6F2D;
}


/* End */


/* Start:/local/templates/hm_2023/components/b1team/custom.html/product.stickers/style.css?1737657888891*/
.b1t-o-ch-pss .st {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    
    float: left;
        
    font-size: 9px;
    color: #fff;
    font-weight: bold;
    
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.b1t-o-ch-pss .text {
    position: absolute;
    top: 50%;
    left: 50%;
    
    -webkit-transform: translate(-50%,-50%);  
    -ms-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);
}

.b1t-o-ch-pss .st-discount {
    background-color: #DC2F2F;
    font-size: 14px;
    
}

.b1t-o-ch-pss .st-hit {
    background-color: #FCBA11;
}
.b1t-o-ch-pss .st-hit .text:before {
    content:"ХИТ";
}

.b1t-o-ch-pss .st-new {
    background-color: #FF6F2D;
}

.b1t-o-ch-pss .st-markdown {
    background-color: #AD00FF;
    color: #fff;
    font-size: 6px;
    text-transform: uppercase;
}
/* 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/b1team/custom.html/photo.slider.swipe/style.css?17376578885074*/
.b1t-hm-ch-pss {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #fff;
}

.b1t-hm-ch-pss .swiper-container {
    height: calc(100% + 15px);
    padding-bottom: 15px;
}

.b1t-hm-ch-pss .swiper-pagination {
    bottom: 0px !important;
}

.b1t-hm-ch-pss .photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    height: 100%;
    width:100%;
    border-right: 1px solid #fff;
}


/*
    Панель товара - цвета, размеры, спальное место
*/


.b1t-hm-ch-pss .product-panel {
    padding: 12px 10px;
    display: none;
    height: 100%;
    width:140px;
    background: #E9EDF1;
}

@media (max-width: 767px) {
	.b1t-hm-ch-pss .product-panel {
		display: initial;
	}
}

.b1t-hm-ch-pss .product-panel .stickers-stub {
    height: 40px;
}

.b1t-hm-ch-pss .product-panel .colors {
    margin-left: -2px;
    margin-right: -2px;
}

.b1t-hm-ch-pss .product-panel .colors:after{
    content: "";
    display: block;
    clear: both;
}

.b1t-hm-ch-pss .product-panel .color {
    float: left;
    width: 50%;
    padding: 2px;
}

.b1t-hm-ch-pss .product-panel .color .img {
    width: 100%;
    height: 0px;
    padding-top: 100%;
    background-color: #fff;
    border: 1px solid #9B9B9B;
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.b1t-hm-ch-pss .product-panel .color .img.noimg {
    background-size:contain;
}

.b1t-hm-ch-pss .product-panel .color.plus .img {
    position: relative;
}

.b1t-hm-ch-pss .product-panel .color.plus .img:before {
    content:"+";
    position: absolute;
    top: 50%;
    left: 50%;
    
    font-size: 22px;
    color: #9D9D9D;
    
    -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-pss .product-panel .dim{
    font-size: 12px;
    margin-top: 15px;
}

.b1t-hm-ch-pss .product-panel .dim .l {
    padding-bottom: 5px;
    color: #959595;
    width: 70px;
    line-height: 1;
}

.b1t-hm-ch-pss .product-panel .dim .v {
    padding-bottom: 5px;
    color: #000;
    font-weight: 600;
    text-align: right;
}

.b1t-hm-ch-pss .product-panel .bdim{
    font-size: 12px;
}

.b1t-hm-ch-pss .product-panel .bdim .l {
    padding-bottom: 5px;
    color: #959595;
}

.b1t-hm-ch-pss .product-panel .bdim .v {
    color: #000;
    font-weight: 600;
}


    
/*
    Кнопка тача, показывающая что слева находится панель товара
*/

.b1t-hm-ch-pss .touch {
    position: absolute;
    top: 50%;
    left: -2px;
    
    width: 0px;
    height: 0px;
    
    z-index: 10;
    
   
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b1t-hm-ch-pss .touch .icon {
    font-size: 12px;
    
    position: absolute;
    left: 0px;
    color: #000;
    top: 0px;
}

.b1t-hm-ch-pss .touch .icon-1 {
    left: 0px;
}

.b1t-hm-ch-pss .touch .icon-2 {
    left: 2px;
    color: #fff;
}

.b1t-hm-ch-pss .touch .icon-3 {
    left: 4px;
}
.b1t-hm-ch-pss .touch .icon-4 {
    left: 6px;
    color: #fff;
}

.b1t-hm-ch-pss .touch .icon-5 {
    left: 8px;
}
.b1t-hm-ch-pss .touch .icon-6 {
    left: 10px;
    color: #fff;
}

@media (max-width: 767px) {
	.b1t-hm-ch-pss .swiper-container-horizontal > .swiper-pagination-bullets {
		font-size: 0;
	}
	.b1t-hm-ch-pss .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		transition: 200ms transform, 200ms left;
		transform: scale(0.66);
	}
	.b1t-hm-ch-pss .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
		transform: scale(1);
	}
}

@media (min-width: 768px) {
	.b1t-hm-ch-pss .swiper-pagination {
		position: absolute;
		transform: none !important;
		top: 0;
		left: 0 !important;
		right: 0;
		bottom: 15px !important;
		display: flex;
	}
	.b1t-hm-ch-pss .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		display: flex;
		align-items: end;
		height: 100%;
		flex: 1 0 0;
		margin: 0;
		padding: 0;
		border-radius: 0;
		background: none;
		opacity: 1;
	}
	.b1t-hm-ch-pss .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: none;
	}
	.b1t-hm-ch-pss .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:hover::after {
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		background: var(--swiper-pagination-color, var(--swiper-theme-color));
	}
	.b1t-hm-ch-pss .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-lock {
		display: none;
	}
}
/* End */


/* Start:/local/templates/hm_2023/components/bitrix/system.pagenavigation/next/style.css?173765788851*/
.b1t-hm-sp-next .btn-next {
    cursor: pointer;
}

/* End */


/* Start:/local/templates/hm_2023/components/bitrix/system.pagenavigation/custom/style.css?17376578881012*/
.b1t-hm-sp-custom {
    margin: 20px 0px;
}

.b1t-hm-sp-custom .pages:after {
    content:"";
    display: block;
    clear: both;
}

.b1t-hm-sp-custom .pages a {
    float: left;

    width: 40px;
    height: 40px;
    
    text-align: center;
    
    background-color: #fff;
    color: #222;
    
    line-height: 40px;
    font-weight: 500;
    font-size: 15px;
    
    border: 1px solid #E5E5E5;
    border-left-width: 0px;
}

.b1t-hm-sp-custom .pages a:first-of-type {
    border-left-width: 1px;

}

.b1t-hm-sp-custom .pages a.current,
.b1t-hm-sp-custom .pages a:hover {
    background: #e9edf1;

    border-color: #e9edf1;
    text-decoration: none;
}


.b1t-hm-sp-custom .pages a.disabled,
.b1t-hm-sp-custom .pages a.disabled:hover{
    background:#fff;
    border-color: #E5E5E5;
    color: #333;
    cursor: default;
}

@media (max-width: 767px) {
    
    .b1t-hm-sp-custom .pages a {
        width:35px;
        height: 35px;
        
        line-height: 32px;
        font-size: 15px;
    }
}




/* End */


/* Start:/local/templates/hm_2023/components//bitrix/system.pagenavigation/next/style.css?173765788851*/
.b1t-hm-sp-next .btn-next {
    cursor: pointer;
}

/* End */


/* Start:/local/templates/hm_2023/components//bitrix/system.pagenavigation/custom/style.css?17376578881012*/
.b1t-hm-sp-custom {
    margin: 20px 0px;
}

.b1t-hm-sp-custom .pages:after {
    content:"";
    display: block;
    clear: both;
}

.b1t-hm-sp-custom .pages a {
    float: left;

    width: 40px;
    height: 40px;
    
    text-align: center;
    
    background-color: #fff;
    color: #222;
    
    line-height: 40px;
    font-weight: 500;
    font-size: 15px;
    
    border: 1px solid #E5E5E5;
    border-left-width: 0px;
}

.b1t-hm-sp-custom .pages a:first-of-type {
    border-left-width: 1px;

}

.b1t-hm-sp-custom .pages a.current,
.b1t-hm-sp-custom .pages a:hover {
    background: #e9edf1;

    border-color: #e9edf1;
    text-decoration: none;
}


.b1t-hm-sp-custom .pages a.disabled,
.b1t-hm-sp-custom .pages a.disabled:hover{
    background:#fff;
    border-color: #E5E5E5;
    color: #333;
    cursor: default;
}

@media (max-width: 767px) {
    
    .b1t-hm-sp-custom .pages a {
        width:35px;
        height: 35px;
        
        line-height: 32px;
        font-size: 15px;
    }
}




/* 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/system.pagenavigation/custom2/style.css?17472858311019*/
.b1t-hm-sp-custom2 {
    margin: 20px 0px;
}


.b1t-hm-sp-custom2 .pages:after {
    content:"";
    display: block;
    clear: both;
}

.b1t-hm-sp-custom2 .pages a {
    float: left;

    width: 40px;
    height: 40px;
    
    text-align: center;
    
    background-color: #fff;
    color: #222;
    
    line-height: 40px;
    font-weight: 500;
    font-size: 15px;
    
    border: 1px solid #E5E5E5;
    border-left-width: 0px;
}


.b1t-hm-sp-custom2 .pages a:first-of-type {
    border-left-width: 1px;

}

.b1t-hm-sp-custom2 .pages a.current,
.b1t-hm-sp-custom2 .pages a:hover {
    background: #e9edf1;

    border-color: #e9edf1;
    text-decoration: none;
}


.b1t-hm-sp-custom2 .pages a.disabled,
.b1t-hm-sp-custom2 .pages a.disabled:hover{
    background:#fff;
    border-color: #E5E5E5;
    color: #333;
    cursor: default;
}

@media (max-width: 767px) {
    
    .b1t-hm-sp-custom2 .pages a {
        width:35px;
        height: 35px;
        
        line-height: 32px;
        font-size: 15px;
    }
}
/* End */
/* /local/templates/hm_2023/components/b1team/custom.html/mobile.filter/style.css?17376578882823 */
/* /local/templates/hm_2023/components/bitrix/system.pagenavigation/more/style.css?1737657888123 */
/* /local/templates/hm_2023/components/bitrix/news.list/catalog.seo.pages/style.css?17417545422157 */
/* /local/templates/hm_2023/components/bitrix/catalog.section.list/subsections/style.css?17376578881473 */
/* /local/templates/hm_2023/components/bitrix/catalog.section.list/subsections.sidebar/style.css?1737657888435 */
/* /local/templates/hm_2023/components/bitrix/catalog.smart.filter/filter/style.css?174771301712844 */
/* /local/templates/hm_2023/js/nouislider/nouislider.css?17376578885716 */
/* /local/templates/hm_2023/components/b1team/custom.html/catalog.panel.v2/style.css?17376578884808 */
/* /local/templates/hm_2023/components/bitrix/catalog.section/list/style.css?173765788891 */
/* /local/templates/hm_2023/components/bitrix/catalog.section/cards/style.css?17388152942013 */
/* /local/templates/hm_2023/components/b1team/hm.catalog.item/card/style.css?173765788813653 */
/* /local/templates/hm_2023/components/b1team/hm.catalog.item/line/style.css?173765788810883 */
/* /local/templates/hm_2023/components/b1team/custom.html/overlay/style.css?17376578881079 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.price/style.css?17482857791472 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.rating/style.css?1737657888801 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.sticker/style.css?1737657888388 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.stickers/style.css?1737657888891 */
/* /local/templates/hm_2023/components/b1team/custom.html/product.colors/style.css?1737657888250 */
/* /local/templates/hm_2023/components/b1team/custom.html/photo.slider.swipe/style.css?17376578885074 */
/* /local/templates/hm_2023/components/bitrix/system.pagenavigation/next/style.css?173765788851 */
/* /local/templates/hm_2023/components/bitrix/system.pagenavigation/custom/style.css?17376578881012 */
/* /local/templates/hm_2023/components//bitrix/system.pagenavigation/next/style.css?173765788851 */
/* /local/templates/hm_2023/components//bitrix/system.pagenavigation/custom/style.css?17376578881012 */
/* /local/templates/hm_2023/components/bitrix/system.pagenavigation/more_custom/style.css?1747285831428 */
/* /local/templates/hm_2023/components/bitrix/system.pagenavigation/custom2/style.css?17472858311019 */
