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

/* Start:/bitrix/templates/belmash/components/bitrix/catalog/twofingers/section.css?17367714837903*/
.tfc-s {
    position: relative;
}

.tfc-s__grid {
    display: grid;
    /*grid-template-columns: 22% 1fr;*/
    grid-template-columns: 305px 1fr;
    grid-gap: 35px;
}

.tfc-s__wrap {
    position: relative;
}

.tfc-s__sidebar {
    position: relative;
}

.tfc-s__section-list {

}

.tfc-s__bottom-info {
    margin-top: 80px;
}

.tfc-s__section-elements {
    margin-bottom: 80px;
}

.tfc-s__recommendations-title {
    margin-top: 35px;
    margin-bottom: 35px;
}

.tfc-s__advantages-container {
    margin-bottom: 80px;
}

.tfc-s__bottom-info-text {
    margin: 30px 0;
}

.tfc-s__sidebar-content h3,
.tfc-s__articles-title {
    font-weight: 900;
    font-size: 26px;
    margin-top: 44px;
    margin-bottom: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tfc-s__articles-title-link {
    font-size: 16px;
    text-decoration: none;
    padding-left: 20px;
    font-weight: normal;
}

.tfc-s__sort-container {
    display: flex;
    align-items: center;
}

.tfc-s__help-button {
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    background: transparent;
    border: 3px solid #E8E9EB;
    padding: 12px 20px;
    margin-top: 40px;
    width: 100%;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 40px;
    height: 80px;
}

.tfc-s__help-button:hover {
    background-color: #E8E9EB;
}

.tfc-s__help-button svg {
    height: 60px;
    width: auto;
    margin-right: 20px;
}

.tfc-s__service-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 25px;
}

.tfc-s__tags-filter:not(:empty) {
    margin-bottom: 25px;
}

.tfc-s__banner {
    height: auto;
    margin-bottom: 30px;
}

.tfc-s__filter-button {
    display: none;
}

.tfc-s__grid-type {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    min-width: 56px;
    min-height: 56px;
    cursor: pointer;
    margin-left: 3px;
    transition: .3s;
}

.tfc-s__filters-header {
    display: none;
}

.tfc-s__tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}

.tfc-s__filter-choice {
    display: none;
}

.background-shadow {
    visibility: hidden;
    opacity: 0;
}

.tfc-s__sidebar-content {
    padding-bottom: 20px;
}

.tfc-s__services-wrap{
    margin-top: 35px;
    margin-bottom: 100px;
}

@media (max-width: 1439px) {
    .tfc-s__grid {
        grid-template-columns: 262px 1fr;
    }
}

@media (max-width: 1023px) {
    .tfc-s__tags-filter:not(:empty) {
        margin-right: -20px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .tfc-s__help-button,
    .tfc-s__section-list {
        display: none;
    }

    .tfc-s__filters-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 40px;

        position: relative;
        margin-bottom: 10px;
    }

    .tfc-s__filters-header-img {
        margin-right: 10px;
    }

    .tfc-s__filters-header-img svg {
        width: 16px;
        height: 16px;
    }

    .tfc-s__filters-header-title {
        min-height: 50px;
        font-weight: bold;
        font-size: 32px;
    }

    .tfc-s__service-bar {
        margin-top: 0;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .tfc-s__filters-close {
        height: 20px;
        width: 20px;
        cursor: pointer;
    }

    .tfc-s__filters-close:before,
    .tfc-s__filters-close:after {
        width: 25px;
        height: 3px;
        position: absolute;
        content: '';
        background-color: #000;
        transition: 0.3s;
        border-radius: 12px;
        top: 50%;
    }

    .tfc-s__filters-close:before {
        transform: rotate(-45deg);
    }

    .tfc-s__filters-close:after {
        transform: rotate(45deg);
    }

    .tfc-s__filters-header-choice-cnt {
        color: #b1b5b5;
        font-size: 12px;
        font-weight: normal;
    }

    .tfc-s__filters-header-choice-cnt b {
        color: #1a1b1b;
    }

    .tfc-s__filters-header-choice-cnt:empty {
        display: none;
    }

    .tfc-s__filters-reset {
        font-size: 12px;
        font-weight: normal;
        display: none;
    }

    .tfc-s__filters-reset[href^="/"] {
        display: block;
    }

    .background-shadow {
        position: fixed;
        width: 100vw;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 1000;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: 1s;
        opacity: 1;
        visibility: visible;
    }

    .background-shadow-hidden {
        visibility: hidden;
        transition: 1s;
        opacity: 0;
    }

    .sidebar-none {
        transform: translateY(100%);
        visibility: hidden;
        -webkit-transition: .3s ease-in;
        transition: .3s ease-in;
    }

    .tfc-s__grid {
        display: block;
        /*grid-template-columns: 1fr;*/
    }

    .tfc-s__bottom-sidebar {
        display: none;
    }

    .tfc-s__sidebar {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        overflow-y: scroll;
        transition: .3s;
    }

    .tfc-s__filters-wrapper {
        width: 65%;
        min-width: 559px;
        margin-left: auto;
        margin-right: auto;
        top: 20px;
        margin-bottom: 160px;
        position: relative;
    }

    .tfc-s__filters {
        overflow-y: auto;
        background-color: #fff;
    }

    .tfc-s__filter-button {
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 16px 32px;
        justify-content: center;
        border-radius: 20px;
        background-color: #E7E8EA;
        color: #666768;
        border: 0;
        font-weight: normal;
        cursor: pointer;
        margin-top: 25px;
    }

    .tfc-s__filter-button.tfc-s__filter-button_hidden {
        display: none;
    }

    .tfc-s__filter-button.tfc-s__filter-button_has-values {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding-bottom: 20px;
    }

    .tfc-s__filter-button:hover {
        background-color: #fff;
    }

    .tfc-s__filter-button svg {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    .tfc-s__recommendations-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tfc-s__tags {
        display: none;
    }

    .tfc-s__filter-choice {
        display: block;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 28px;
    }

    .tfc-s__banner {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0px;
    }

    .tfc-s__elements-count {
        display: none;
    }

    .tfc-s__sort-container {
        margin-top: 25px;
    }

    .tfc-s__sort-container .color-d-gray {
        display: none;
    }

    .tfc-s__filter-button {
        font-size: 14px;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .tfc-s__section {
        margin-left: -20px;
        margin-right: -20px;
    }

    .tfc-s__bottom-info-text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 720px) {
    .tfc-s__advantages-container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .tfc-s__section {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 575px) {
    .tfc-s__filters-wrapper {
        width: 100%;
        min-width: auto;
    }

    .tfc-s__filter-button {
        font-size: 12px;
        padding: 12px 20px;
    }
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.section.list/belmash-sidebar/style.css?17367714841818*/
.bs__container {
    background: #fff;
    padding-bottom: 10px;
}

.bs__item {
    padding: 10px 0 0;
    transition: opacity .3s;
}

.bs__item.bs__item_loading {
    opacity: .5;
}

.bs__item-name {
    position: relative;
    padding: 10px 15px 10px 22px;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    transition: .3s;
    cursor: pointer;
    z-index: 2;
    color: #1a1b1b;
}

.bs__item-name:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #E7E8EA;
    content: '';
    z-index: -1;
    transition: .3s;
    width: 0;
}

.bs__item-name:hover {
    color: #1a1b1b;
}

.bs__item-name:hover:before {
    width: 22px;
}

/*
.bs__item-name_active {
    /*background: #1A509B;
    color: #fff;*/
/*font-weight: bold;
}*/

.bs__item-name.bs__item-name_active:before {
    width: 41px;
    opacity: 1;
}

.bs__subcats {
    flex-direction: column;
    padding: 15px 15px 0 42px;
    display: none;
}

.bs__subcats-wrap {
    display: flex;
    flex-direction: column;
}

.bs__subcat {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    transition: .3s;
    text-decoration: none;
    font-weight: 300;
    display: block;
}

.bs__subcat.bs__subcat_active {
    font-weight: 500;
}

.bs__subcat:hover {
    transition: .3s;
}

/* myasins */
/* .bs__container .bs__item:first-child .bs__item-name,  */
/* .bs__container .bs__item:first-child .bs__item-subcats,  */
/* .bs__container .bs__item:first-child .bs__item-name:before { */
/* background: #2e2e2e; */
/* color: #fff; */
/* } */
/* .bs__container .bs__item:first-child .bs__item-subcats a { */
/* color: #fff; */
/* } */
/* /myasins */

/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/style.css?173677148323406*/
.bm-filter {
	width: 100%;
	min-width: 220px;
	margin-bottom: 20px;
}
.bm-filter .bm-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	background-color: #fff;
	border: 3px solid #347CE0;
}
/*
.bm-filter .bm-filter-section&gt;.row {
	padding: 0 5px;
}*/

/*Sections*/

.bm-filter .bm-filter-parameters-box {
	position: relative;
	border-bottom: 1px solid #E8EAE9;
	padding: 25px 28px 0px;
}
.bm-filter .bm-filter-parameters-box-title {
	font-weight: 500;
	padding-bottom: 25px;
	line-height: 1.2;
	padding-right: 40px;
	cursor: pointer;
}

.bm-filter-parameters-box-hint{
	border-bottom: 1px dashed #b1b5b5;
}

.bm-filter-parameters-box-selected{
	background-color: #367CDE;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: relative;
	top: 5px;
	margin-left: .5rem;
	min-width: 7px;
	min-height: 7px;
	display: none;
}

.bm-filter-parameters-box-selected.bm-filter-parameters-box-selected_active{
	display: block;
}

.bm-filter-parameters-box-angle {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 11px;
	right: 38px;
	cursor: pointer;
	top: 29px;
	width: 21px;
	zoom: 1;
}

.bm-filter-parameters-box-angle:before,
.bm-filter-parameters-box-angle:after {
	position: absolute;
	content: '';
	width: 14px;
	height: 2px;
	background-color: #666666;
	transition: all .15s linear;
	bottom: 5px;
}

.bm-active .bm-filter-parameters-box-angle:before,
.bm-active .bm-filter-parameters-box-angle:after {
	bottom: 4px;
}

.bm-filter-parameters-box-angle:before {
	right: 8px;
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(
			225deg
	);
	-o-transform: rotate(225deg);
	transform: rotate(
			225deg
	);
}

.bm-filter-parameters-box-angle:after {
	left: 8px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(
			-45deg
	);
	-o-transform: rotate(-45deg);
	transform: rotate(
			-45deg
	);
}
.bm-filter-parameters__checked:empty{
	display: none;
}
.bm-filter-parameters__checked{
	color: #b1b5b5;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	transition: .3s ease-in-out .3s;
	overflow: hidden;
}

.bm-filter-parameters-box.bm-active .bm-filter-parameters__checked,
.bm-filter-parameters__checked{
	max-height: 0px;
	margin-top: 0;
}

.bm-filter-parameters-box.bm-active .bm-filter-parameters__checked{
	margin-top: 0px;
}

.bm-active .bm-filter-parameters-box-angle:before {

	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(
			135deg
	);
	-o-transform: rotate(135deg);
	transform: rotate(
			135deg
	);
}

.bm-active .bm-filter-parameters-box-angle:after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(
			45deg
	);
	-o-transform: rotate(45deg);
	transform: rotate(
			45deg
	);
}

@media (min-width: 992px)
{
	.bm-filter-section .col-md-4:nth-child(3n+1)
	{
		clear: both;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.bm-filter-section .col-md-4:nth-child(2n+1)
	{
		clear: both;
	}
}

.bm-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bm-filter-button-box .bm-filter-block,
.bm-filter-parameters-box.bm-active .bm-filter-block {
	display: block;
}

.bm-filter-button-box .bm-filter-block{
	padding-top: 12px;
	padding-bottom: 10px;
}

.bm-filter-block__range{
	margin-top: 10px;
}

.bm-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bm-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bm-filter .bm-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}

.bm-filter-parameters-box-container .btn-primary{
	font-size: .85rem;
	padding-top: .75rem;
	padding-bottom: .75rem;
}
/*
* INPUTS
*
*/
.bm-checkbox .custom-control-input:disabled~.custom-control-label,
.bm-checkbox .custom-control-input[disabled]~.custom-control-label,
.bm-checkbox.disabled{
	color: #b1b5b5;
}

.bm-checkbox .custom-control-input:disabled~.custom-control-label::before,
.bm-checkbox .custom-control-input[disabled]~.custom-control-label::before{
	background-color: #fff;
	border-color: #E8EAE9;
}

.bm-checkbox.custom-control{
	padding-bottom: .25rem;
}
.bm-checkbox.custom-control:last-child{
	padding-bottom: 0;
}
.bm-checkbox .custom-control-label{
	cursor: pointer;
	font-size: .85rem;
	font-weight: 300;
}
.bm-checkbox.disabled .custom-control-label{
	cursor: default;
}
.bm-checkbox .custom-control-label:before,
.bm-checkbox .custom-control-label:after{
	top: 2px;
}
.bm-checkbox.custom-checkbox .custom-control-label::before{
	border-radius: .1rem;
}
.bm-filter__element-count{
	font-size: .85em;
	color: #b1b5b5;
}
.bm-checkbox .custom-control-input:focus~.custom-control-label::before{
	box-shadow: none;
}

.bm-checkbox .custom-control-input:checked~.custom-control-label::before{
	border-color: #194F99;
	background-color: #194F99;
}

.bm-checkbox.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
	background-image: url("/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/images/checked-w.svg");
	background-size: 100%;
	background-position-x: 3px;
	background-repeat: no-repeat;
	background-position-y: -1px;
}

.bm-filter .bm-filter-input-container {}
.bm-filter .bm-filter-input-container input {
	display: block;
	width: 100%;
	height: 53px;
	font-size: 1rem;
	margin: 0;
	padding: 0 15px;
	border: 1px solid #E8EAE9;
	border-radius: 0px;
	background: #fff;
	outline: none;
	color: #666768;
}

.bm-filter__reset-button{
	color: #1a1b1b;
	font-size: .75rem;
	border: 0;
	background-color: transparent;
	padding: 0;
}

.bm-filter__reset-button:hover{
	text-decoration: underline;
}

.bm-filter .bm-filter-input-container input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b1b5b5;
}
.bm-filter .bm-filter-input-container input::placeholder { /* Chrome/Opera/Safari */
	color: #b1b5b5;
}
.bm-filter .bm-filter-input-container input::-moz-placeholder { /* Firefox 19+ */
	color: #b1b5b5;
}
.bm-filter .bm-filter-input-container input:-ms-input-placeholder { /* IE 10+ */
	color: #b1b5b5;
}
.bm-filter .bm-filter-input-container input:-moz-placeholder { /* Firefox 18- */
	color: #b1b5b5;
}

/*
COLOR
*/

.bm-filter-button-box {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
/*
*Track
*
*/

.bm-filter .bx-ui-slider-track-container {
	/*padding-top: 35px;*/
	padding-bottom: 25px;
	/*margin-left: 11px;
	margin-right: 11px;*/
	width: 100%;
}

.bx-ui-slider-track__from-to{
	display: none;
	font-size: 14px;
}
.bx-ui-slider-track__from{
	margin-right: 3px;
}
.bx-ui-slider-track__to{
	margin-left: 3px;
}

.bm-filter .bx-ui-slider-track-container .irs--flat .irs-bar,
.bm-filter .bx-ui-slider-track-container .irs--flat .irs-from,
.bm-filter .bx-ui-slider-track-container .irs--flat .irs-to,
.bm-filter .bx-ui-slider-track-container .irs--flat .irs-single {
	background-color: #1a509b;
}

.bm-filter .bx-ui-slider-track-container .irs-min,
.bm-filter .bx-ui-slider-track-container .irs-max{
	top: 50px;
}

.bm-filter .bx-ui-slider-track-container .irs--flat .irs-line,
.bm-filter .bx-ui-slider-track-container .irs--flat .irs-bar{
	height: 2px;
	top: 30px;
}

.bm-filter .bx-ui-slider-track-container .irs--flat .irs-min,
.bm-filter .bx-ui-slider-track-container .irs--flat .irs-max{
	background-color: transparent;
	/*padding: 0 5px;*/
	color: #b1b5b5;
}

.bm-filter .bx-ui-slider-track-container .irs--flat .irs-handle {
	top: 20px;
	width: 22px;
	height: 22px;
}

.bm-filter .bx-ui-slider-track-container .irs--flat .irs-handle&gt;i:first-child{
	width: 22px;
	border-radius: 50%;
	left: 0;
	background-color: #fff;
	margin-left: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
	cursor: pointer;
}
/*
.bm-filter .bx-ui-slider-track-container .irs--flat .irs-handle.from &gt;i:first-child{
	left: -50%;
}
.bm-filter .bx-ui-slider-track-container .irs--flat .irs-handle.to &gt;i:first-child{
	left: 50%;
}*/

/*
.bm-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR *//*
}*/
/*.bm-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bm-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bm-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bm-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bm-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bm-filter .bx-ui-slider-part.p5 {
	right: -1px;
}*/
/*.bm-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

/*	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bm-filter .bx-ui-slider-part.p2 span,
.bm-filter .bx-ui-slider-part.p3 span,
.bm-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}*/
/*
.bm-filter .bx-ui-slider-range,
.bm-filter .bx-ui-slider-pricebar,
.bm-filter .bx-ui-slider-pricebar-vd,
.bm-filter .bx-ui-slider-pricebar-vn,
.bm-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}*//*
.bm-filter .bx-ui-slider-range {
	z-index: 50;
}*//*
.bm-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bm-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
/*}
.bm-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
/*}
.bm-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
/*}
.bm-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bm-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bm-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bm-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
/*
}
.bm-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
/*
}*/

/*
*	Select
*
*/

.bm-filter .bm-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}

/* COLOR */

.bm-filter .bm-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bm-filter .bm-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bm-filter .bm-filter-select-text.fix {
	min-width: 120px;
}
.bm-filter .bm-filter-select-text label {
	cursor: pointer;
}
.bm-filter .bm-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bm-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bm-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bm-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bm-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bm-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bm-filter-select-popup ul li label.selected,
.bm-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bm-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bm-filter-select-popup ul li .bm-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bm-filter .bm-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bm-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bm-filter .bx-tag-link.bm-active,
.bm-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bm-filter .bm-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bm-filter .bm-filter-param-btn-inline .bm-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bm-filter .bm-filter-param-btn-block .bm-filter-param-label {
	display: block;
}
.bm-filter .bm-filter-param-label {
	/*font-size: 13px;*/
}
.bm-filter .bm-filter-param-label.dib {
	display: inline-block;
}
.bm-filter .bm-filter-param-text {
	font-weight: normal;
}
.bm-filter .bm-filter-param-label.disabled .bm-filter-param-text {
	color: #6c6c6c;
}
.bm-filter-select-popup .bm-filter-param-label.bm-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bm-filter .bm-filter-input-checkbox {display: flex; align-items: center}
.bm-filter .bm-filter-input-checkbox input[type=radio],
.bm-filter .bm-filter-input-checkbox input[type=checkbox] {}
.bm-filter .bm-filter-input-checkbox .bm-filter-param-text {
	display: block;
	text-align: left;
	padding-left: .5rem;
}
/*
* 	BTN 
*
*/

.bm-filter .bm-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}

/* COLOR */

/* --- colors */
.bm-filter .bm-filter-param-btn.bx-color-sl {}

.bm-filter .bm-filter-param-label.disabled .bm-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bm-filter .bm-filter-param-label.disabled .bm-filter-param-btn.bx-color-sl {
	position: relative;
}
.bm-filter .bm-filter-param-label.disabled .bm-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bm-filter .bm-filter-param-btn .bm-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bm-filter .bm-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bm-filter .bm-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bm-filter .bm-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bm-filter .bm-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bm-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bm-filter-select-popup .bm-filter-select-text-icon,
.bm-filter .bm-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bm-filter-select-popup .bm-filter-btn-color-icon,
.bm-filter .bm-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bm-filter-select-popup .bm-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bm-filter .bm-filter-select-block .bm-filter-btn-color-icon {
	top: -1px !important;
}
.bm-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bm-filter-btn-color-icon.all:after,
.bm-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bm-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bm-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bm-filter .bm-filter-param-label.disabled .bm-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bm-filter .bm-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bm-filter .bm-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bm-filter .bm-filter-parameter-biz.bm-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

/*
* 	Result Popup
*
*/

.bm-filter .bm-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bm-filter .bm-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bm-filter .bm-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bm-filter .bm-filter-popup-result.right {
	left: 97%;
}
.bm-filter .bm-filter-popup-result.left {
	right:97%;
}
.bm-filter .bm-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bm-filter .bm-filter-popup-result a:hover {
	text-decoration: none;
}
.bm-filter .bm-filter-popup-result-close {
	display: none;
}

.bm-filter__choice{
	padding: 10px 20px;
	background-color: #E7E8EA;
	align-items: flex-end;
}

.bm-filter__choice-item{
	color: #1a1b1b;
	display: flex;
	align-items: center;
	min-height: 34px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
}

.bm-filter__choice-item-del{
	height: 100%;
	width: 34px;
	min-width: 34px;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	transition: .3s;
	min-height: 34px;
}

.bm-filter__choice-item-del:before,
.bm-filter__choice-item-del:after{
	position: absolute;
	height: 16px;
	width: 2px;
	top: 9px;
	content: '';
	background-color: #666768;
	right: 50%;
	transition: .3s;
}

.bm-filter__choice-item-del:before {
	transform: rotate(45deg);
}
.bm-filter__choice-item-del:after {
	transform: rotate(-45deg);
}

.bm-filter__choice-item-del:hover{
	background-color: #666768;
}
.bm-filter__choice-item-del:hover:before,
.bm-filter__choice-item-del:hover:after{
	background-color: #fff;
}

.bm-checkbox__container{
	display: grid;
	grid-template-columns: 1fr;
}

@media(max-width: 1023px)
{
	.bm-filter{
		margin-bottom: 0;
	}

	.bm-filter .bm-filter-parameters-box{
		padding-left: 40px;
		padding-right: 40px;
	}
	.bm-filter .bm-filter-section{
		border: none;
		background-color: transparent;
	}

	.bm-filter-button-box .bm-filter-block{
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.bm-filter-block__range .bm-filter-parameters-box-container-block{
		display: none;
	}
	.bm-filter-block__range{
		margin-top: 0;
	}

	.bm-filter .bx-ui-slider-track-container{
		margin-right: 15px;
		margin-left: 15px;
	}

	.bx-ui-slider-track__from-to{
		display: flex;
	}

	.bm-filter .bm-filter-parameters-box-title{
		font-size: 20px;
	}

	.bm-filter__reset-button,
	.bm-filter .bx-ui-slider-track-container .irs-min,
	.bm-filter .bx-ui-slider-track-container .irs-max{display: none}

	.bm-filter-button-box{padding-right: 40px; padding-left: 40px}

	.bm-checkbox__container{
		grid-template-columns: 1fr 1fr;
	}
	.bm-filter-parameters__checked{
		max-height: 100px;
		margin-top: 10px;
	}

	.bm-filter-parameters-box-hint{
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.bx-touch .bm-filter .bm-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bm-filter .bm-filter-popup-result br{display: none;}
	.bm-filter .bm-filter-popup-result .arrow {
		display: none;
	}

	.bm-checkbox__container{
		grid-template-columns: 1fr;
	}
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/style/ion.rangeSlider.css?173677148313296*/
/**
Ion.RangeSlider, 2.3.1
В© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle &gt; i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover &gt; i:first-child,
.irs--flat .irs-handle:hover &gt; i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle &gt; i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle &gt; i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle &gt; i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover &gt; i:nth-child(1),
.irs--modern .irs-handle:hover &gt; i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover &gt; i:nth-child(3),
.irs--modern .irs-handle:hover &gt; i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle &gt; i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover &gt; i:first-child,
.irs--sharp .irs-handle:hover &gt; i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/advertising.banner/bm_banners/style.css?173677148442*/
.bm-banners img{width: 100%;height: 100%;}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.section.list/belmash-sections-inner-slider/style.css?17367714843107*/
.subsection-block__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    position: relative;
    overflow-x: auto;
    padding-top: 30px
}

.subsection-block-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 216px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.subsection-block-item__link {
    padding: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    border-radius: 20px;
    height: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.subsection-block-item__img div {
    background-position: calc(100% + 10px) calc(100% + 10px);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}


@media only screen and (min-width: 800px) {
    .subsection-block-item__link:hover {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
    }
}

.subsection-block-item__title {
    color: #111827;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 2
}

.subsection-block-item__img {
    width: 160px;
    background: #fff;
    height: 120px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0
}

.subsection-block-item__img div {
    background-position: calc(100% + 10px) bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 1600px) {
    .subsection-block-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .subsection-block-item__title {
        font-size: 13px;
        line-height: 1.1
    }
}

@media only screen and (max-width: 800px) {
    .subsection-block {
        overflow: hidden;
        height: 190px;
        margin-top: 20px
    }

    .subsection-block__row {
        margin: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 40px;
        padding-top: 20px
    }

    .subsection-block-item {
        padding: 0;
        margin-left: 20px
    }

    .subsection-block-item:last-child {
        margin-right: 20px
    }

    .subsection-block {
        width: calc(100% + 30px);
        position: relative;
        left: -15px
    }

    .subsection-block-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px
    }

    .subsection-block-item__link {
        cursor: default
    }
}
/* End */


/* Start:/bitrix/templates/belmash/css/decorative-arrows.css?17367714842276*/
.decorative-arrows .slick-disabled {
  opacity: 0
}
.decorative-arrows .slick-arrow {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  font-size: 0;
  background-color: #f2f3f5;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 1
}
.decorative-arrows .slick-arrow:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: rgba(49,97,163,.5);
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  -webkit-transform: scals(.7);
  -ms-transform: scals(.7);
  transform: scals(.7);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
  z-index: -1
}
.decorative-arrows .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #666768;
  border-bottom: 2px solid #666768;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: translate(5px) rotate(-45deg);
  -ms-transform: translate(5px) rotate(-45deg);
  transform: translate(5px) rotate(-45deg);
  opacity: 1!important;
  z-index: 2
}
.decorative-arrows .slick-arrow:hover {
  background-color: #3161a3
}
.decorative-arrows .slick-arrow:hover:before {
  border-color: #fff
}
.decorative-arrows .slick-arrow:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.decorative-arrows .slick-prev:before {
  -webkit-transform: translate(-2px) rotate(135deg);
  -ms-transform: translate(-2px) rotate(135deg);
  transform: translate(-2px) rotate(135deg)
}
.decorative-arrows .slick-prev:hover:before {
  -webkit-transform: translate(3px) rotate(135deg);
  -ms-transform: translate(3px) rotate(135deg);
  transform: translate(3px) rotate(135deg)
}
.decorative-arrows .slick-next:before {
  -webkit-transform: translate(0) rotate(-45deg);
  -ms-transform: translate(0) rotate(-45deg);
  transform: translate(0) rotate(-45deg)
}
.decorative-arrows .slick-next:hover:before {
  -webkit-transform: translate(-3px) rotate(-45deg);
  -ms-transform: translate(-3px) rotate(-45deg);
  transform: translate(-3px) rotate(-45deg)
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.section.order/templates/.default/style.css?17367714871808*/
.tfc-s__sort {
    position: relative;
    /*font-size: .85rem;*/
    font-weight: 400;
}

.tfc-s__sort-item{
    white-space: nowrap;
    padding: 8px 32px;
    color: #1a1b1b;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.tfc-s__sort-item a{
    color: #1a1b1b;
}

.tfc-s__sort-item svg{
    height: 10px;
    width: 20px;
}


.tfc-s__sort-current{
    border-radius: 60px;
    background-color: #E7E8EA;
    padding-bottom: 16px;
    padding-top: 16px;
    color: #666768;
}

.tfc-s__sort-current a{
    color: #666768;
}

.tfc-s__sort:hover .tfc-s__sort-current{
    background-color: transparent;
}

.tfc-s__sort-angle-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: -10px;
}

.tfc-s__sort-angle{
    width: 11px;
    height: 6px;
    background-image: url('/bitrix/components/twofingers/catalog.section.order/templates/.default/images/angle-arrow-down.svg');
    background-position: center center;
    background-size: cover;
}
.tfc-s__sort-angle svg{
    fill: #666768;
}

.tfc-s__sort-angle:first-child{
    transform: rotate(180deg);
    margin-bottom: 4px;
}

.tfc-s__sort:hover .tfc-s__sort-list{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 5;
    padding-bottom: 16px;
    border-top-right-radius: 27px;
    border-top-left-radius: 27px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.tfc-s__sort-list{
    display: none;
}


@media(max-width: 1023px)
{
    .tfc-s__sort-item{
        font-size: 14px;
        padding-bottom: 12px;
        padding-top: 12px;
    }
}
@media(max-width: 575px)
{
    .tfc-s__sort-item{
        font-size: 12px;
        padding: 12px 20px;
        padding-right: 28px;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.section.view/templates/.default/style.css?1736771487494*/
.tfc-s__grid-type-container {
    display: flex;
    justify-content: flex-end;
}


.tfc-s__grid-type.tfc-s__grid-type_active{
    background-color: #E7E8EA;
    cursor: default;
}

.tfc-s__grid-type:not(.tfc-s__grid-type_active):hover{
    background-color: #fff;
}
/*
.tfc-s__grid-type svg{
.tfc-s__grid-type svg{
    width: 16px;
    height: 12px;
}*/

.tfc-s__grid-type path{
    fill: #666867;
}

@media (max-width: 1023px) {
    .tfc-s__grid-type-container{
        display: none;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.section.tags/templates/.default/style.css?17367714871190*/
.tf-cst {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tf-cst__tag {
    padding: 8px 16px;
    background-color: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    transition: .3s;
    position: relative;
    color: #666768;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-right: 3px;
    font-weight: 300;
}
.tf-cst__tag:hover {
    background-color: #fff;
    color: #666768;
}
.tf-cst__tag.tf-cst__tag_selected {
    background-color: #fff;
}


.tf-cst__tag-close {
    width: 36px;
    height: 40px;
    position: relative;
    display: block;
    transition: .3s;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: -8px -16px -8px 7px;
}

.tf-cst__tag-close:before,
.tf-cst__tag-close:after {
    position: absolute;
    height: 16px;
    width: 2px;
    top: 11px;
    content: '';
    background-color: #666768;
    right: 50%;
    transition: .3s;
    left: 15px;
}

.tf-cst__tag-close:before {
    transform: rotate(45deg);
}

.tf-cst__tag-close:after {
    transform: rotate(-45deg);
}

.tf-cst__tag-close:hover{
    background-color: #e7e8ea;
}


/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/system.pagenavigation/belmash_cat/style.css?17367714842376*/
.catalog-pagen__show-more-container{
    position: relative;
    padding: 40px 0 0;
    margin-top: 1px;
    margin-bottom: 20px;
}

.catalog-pagen__show-more {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*max-width: 335px;*/
    /*height: 45px;*/
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    /* padding: 0 75px; */
    background: #1A509B;
    transition: .3s;
}
.catalog-pagen__show-more.ajax-loading,
.catalog-pagen__show-more.ajax-loading:hover{
    background-color: #eee;
    color: #1a1b1b;
    cursor: default;
}
.catalog-pagen__show-more:hover {
    background: #ED2524;
    color: #fff;
}

.catalog-pagen__pagination {
    display: flex;;
    justify-content: center;
    width: 100%;
    list-style: none!important;
    /*width: fit-content;*/
    margin: 20px auto 40px!important;
    flex-wrap: wrap;
    padding-left: 0;
}

.catalog-pagen__pagination-button {
    display: none;
}

.catalog-pagen__pagination-button:first-child,
.catalog-pagen__pagination-button:nth-child(2),
.catalog-pagen__pagination-button:last-child,
.catalog-pagen__pagination-button:nth-child(3) {
    display: flex;
}

.catalog-pagen__pagination-button {
    text-transform: uppercase;
    padding: 15px;
    color: #000;
    transition: .3s;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

a.catalog-pagen__pagination-button:hover {
    color: #fff;
    background: #1a509b;
}

.catalog-pagen__pagination-button_active {
    color: #fff;
    background: #1a509b;
}

@media (max-width: 720px)
{
    .catalog-pagen__show-more-container{
        padding-top: 22px;
    }
    .catalog-pagen__show-more{
        margin-left: 20px;
        margin-right: 20px;
    }

    .catalog-pagen__show-more-container:after{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 52px;
        z-index: -1;
        content: '';
        background-color: #fff;
    }
}

@media (max-width: 575px)
{
    /*.catalog-pagen__show-more{
        font-size: 16px;
        padding: 16px 20px;
    }*/

  /*  .catalog-pagen__pagination-button{
        padding: 12px;
        font-size: 12px;
    }*/

    /*.catalog-pagen__show-more-container:after{
        height: 46px;
    }*/
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.section/twofingers/style.css?17367714842637*/
.tf-section__empty-result {
    font-weight: bold;
    margin: 0 20px;
}

.tf-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
}

.tf-section__grid.tf-section__grid_gap-28{
    grid-gap: 28px;
}

.tf-section__grid.tf-section__grid_4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tf-section__grid.tf-section__grid_1{
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.tf-section__grid.tf-section__grid_gap-0{
    grid-gap: 0;
}

.tf-section__grid.tf-section__grid_gap-2{
    grid-gap: 2px;
}
.tf-section__grid.tf-section__grid_gap-3{
    grid-gap: 3px;
}

.tf-section__grid.tf-section__grid_gap-20{
    grid-gap: 20px;
}

.tfc-s__bottom-info-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.tfc-s__bottom-info-text h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
}

.tfc-s__bottom-info-text ul {
    padding: 0;
    list-style-type: none;
}

.tfc-s__bottom-info-text ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}

.tf-section__product.tf-section__product-promo{
    grid-column-start: span 2;
}
.tf-section__product:hover{
    z-index: 25;
}

.tf-section__product-out-of-sale.tf-section__product:hover,
.tf-section__product.tf-section__product-out-of-sale{
    opacity: .35;
    box-shadow: none;
}



.tf-section__product.tf-section__product-visible-mobile{
    display: none;
}

@media all and (max-width: 1440px)
{
    .tf-section__grid {
        grid-template-columns: 1fr 1fr;
    }

    .tf-section__grid.tf-section__grid_4{
        grid-template-columns: 1fr 1fr 1fr;

    }
}

@media (max-width: 1200px)
{
    .tf-section__grid
    {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1023px)
{
    .tf-section__product.shadow-middle-md-hover:hover,
    .tf-section__product.shadow-light-md{
        box-shadow: none;
    }

    .tf-section__grid,
    .tf-section__grid.tf-section__grid_gap-28,
    .tf-section__grid.tf-section__grid_1,
    .tf-section__grid.tf-section__grid_4
    {
        grid-gap: 1px;
    }

    .tf-section__grid.tf-section__grid_gap-0{
        grid-gap: 0px!important;
    }

    .tf-section__product.tf-section__product-promo{
        display: none;
    }
    .tf-section__product.tf-section__product-visible-mobile{
        display: block;
    }

}

@media (max-width: 767px)
{

    .tf-section__grid.tf-section__grid_4{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px)
{

}

@media (max-width: 319px)
{
    .tf-section__grid.tf-section__grid_4,
    .tf-section__grid
    {
        grid-template-columns: 1fr;

    }
}
/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.item/card/style.css?17367714846247*/
.tf-card {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    position: relative;
    padding-bottom: 140px;
    width: 100%;
    height: 100%;
}

.tf-card__short-info{
    position: absolute;
    bottom: 15px;
    left: 50%;
    padding: 5px 15px 5px 15px;
    background: rgba(26,80,155,.7);
    color: #fff;
    font-size: 14px;
    /* line-height: 14px; */
    right: -20px;
    font-weight: bold;
    line-height: 1.2;
}

.tf-card.tf-card_colored{
    outline: 3px solid #347CE0;
    outline-offset: -3px;
}

.tf-card .tf-cis{
    top: 10px;
    left: 10px;
}

.tf-card .tf-cis__stock.item-stock__v,
.tf-card .tf-cis__stock.item-stock__vvv{
    margin-top: -10px;
}

.tf-card.tf-card_colored .tf-cis__stock.item-stock__v,
.tf-card.tf-card_colored .tf-cis__stock.item-stock__vvv{
    margin-top: -7px;
}

.tf-card__img {
    display: block;
    position: relative;
    background: #fff;
    margin: 20px;
}

.tf-card__actions{
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
}

.tf-card__actions .cia__action{
    opacity: 0;
    transition: .3s;
}

.tf-card__actions .cia__action.cia__action_active{
    opacity: 1;
}

.tf-card:hover .tf-card__actions .cia__action{
    opacity: 1;
}

.tf-card__info {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px 20px;
}

.tf-card__name {
    margin-bottom: 8px;
}
.tf-card__seo-desc,
.tf-card__sub-desc {
    font-size: 14px;
    line-height: 1.3;
    color: #1a1b1b;
    margin: 0 0 15px;
    word-break: break-word;
}

.tf-card__seo-desc{
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 13px;
    display: inline-block;
}

.tf-card__article{
    color: #b1b5b5;
    font-size: 12px;
    position: relative;
    word-break: break-word;
    font-weight: 300;
}

.tf-card__params{
    padding: 0 0 15px;
}

.tf-card__quantity{
    margin-left: -2px;
}

.tf-card__quantity.tf-card__quantity_no-price{
    margin-bottom: 53px;
}

.tf-card__info-bar {
    position: absolute;
    bottom: 70px;
    left:20px;
    right: 20px;
}

.tf-tf-card__price{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 5px;
}

.tf-card__bonus{
    position: absolute;
    right: 0;
    top: -3px;
    opacity: 0;
    transition: opacity .3s;
}

.tf-card:hover .tf-card__bonus{
    opacity: 1;
}

.tf-card__search{
    margin-right: -10px;
}

.tf-card__buttons {
    display: flex;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.tf-card.tf-card_colored .tf-card__buttons{
    height: 57px;
    left: 3px;
    right: 3px;
    bottom: 3px;
}

.tf-card__info-bar .cii__info-item-bonus-compact .cii__info-icon{
    margin-left: 0;
    margin-right: 7px;
}

.tf-card__info-bar .cii__info-item-link{
    padding: 4px 6px 6px;
    border-radius: 20px;
    /*border: 1px solid #E7E8EA;*/
    background-color: #fff;
    transition: background-color .3s;
    align-items: center;
}

.tf-card__info-bar .cii__info-item-link:hover{
    background-color: #E7E8EA;
}

.tf-card__info-bar .cip:not(.cip_economy) .cip__new-price{
    margin-bottom: 16px;
}

.tf-card .cii__info-item-quantity.cii__info-item-quantity_no-can-buy-after {
    margin-bottom: 24px;
}

@media (max-width: 1023px)
{
    .tf-card__actions{
        left: 0;
        top: auto;
        right: auto;
        bottom: 0;
    }

    .tf-card__sub-desc {
        font-size: 13px;
    }

    .tf-card__seo-desc {
        font-size: 12px;
    }

    .tf-card__actions .cia__action{
        opacity: 1;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .tf-card__actions .cia{display: flex}

    .tf-card__search{
        display: none;
    }

    .tf-card.tf-card_colored .tf-card__buttons,
    .tf-card__buttons{
        /*left: 0px;
        bottom: 0px;
        right: 0px;
        position: relative;*/
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
        height: 41px;
    }

    /*.tf-card{*/
    /*    padding-bottom: 120px;*/
    /*}*/

    .tf-card .cii__info-name{
        font-size: 14px;
    }

    .tf-card .cii__info-icon-empty,
    .tf-card .cii__info-icon-full,
    .tf-card .cii__info-icon-low,
    .tf-card .cii__info-icon-small{
        margin-top: 1px;
    }

    .tf-card__short-info{
        display: none;
    }

    /*.tf-card__info{*/
    /*    padding-bottom: 0;*/
    /*}*/

    .tf-card__bonus{
        top: 12px
    }

    .tf-card__bonus .cii__info-name{
        font-size: 14px;
    }
}

@media(max-width: 575px)
{
    .tf-card{
        padding-bottom: 130px;
    }

    .tf-card.tf-card_colored{
        outline: 2px solid #347CE0;
        outline-offset: -2px;
    }

    .tf-card__name {
        margin-bottom: 3px;
    }

    .tf-card__seo-desc,
    .tf-card__sub-desc {
        font-size: 11px;
    }

    .tf-card__info-bar{
        bottom: 65px;
        flex-direction: column;
    }

    .tf-card__article{
        font-size: 10px;
        margin-top: 2px;
    }
    /*.tf-card__img {
        margin: 10px;
    }*/
    .tf-card .cii__info-name{
        font-size: 12px;
    }
    /*.tf-card__info {*/
    /*    padding: 0 20px 10px 20px;*/
    /*}*/

    .tf-card__params{
        padding: 5px 0;
    }

    .tf-card.tf-card_colored .tf-card__buttons, .tf-card__buttons,
    .tf-card__buttons{
        overflow: hidden;
    }

    .tf-card__name.element-title {
        margin-bottom: 5px;
    }

    .tf-card__bonus{
        top: 0px;
        position: relative;
        display: none;
    }

    .tf-card__bonus .cii__info-name{
        font-size: 12px;
    }

    .tf-card .cii__info-item.cii__info-item-quantity,
    .tf-card .cii__info-item.cii__info-item-quantity.cii__info-item-quantity_no-can-buy-after {
        margin-bottom: 10px;
    }

    .tf-card .cii__info-item-quantity .color-gray {
        display: none
    }
}

@media (max-width: 420px)
{
    .tf-card__info-bar .cip__old-price {
        margin-left: 0;
        padding-bottom: 0px;
        align-self: flex-end;
        margin-top: 0;
        margin-bottom: -5px;
    }

    .tf-card__info-bar .cip__box{
        flex-direction: column-reverse;
    }

    .tf-card__info-bar .cip{
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.stocks/templates/.default/style.css?17367714874841*/
.tf-cis {
    position: absolute;
    display: flex;
    left: 0;
    top:0;
    z-index: 2;
    flex-direction: column;
    align-items: baseline;
    max-width: 100%;
    flex-wrap: wrap;
}

.tf-cis__stock{
    display: flex;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 12px;
    font-weight: bold;
    align-items: center;
    height: 40px;
    position: relative;
    border-radius: 20px ;
    max-width: 40px;
    min-width: 40px;
    overflow: hidden;
    /*transition: max-width, opacity .3s ease-in-out;*/
    /*background: linear-gradient(153.07deg, #C2185B 0%, #F44336 100%);*/
}

.tf-cis.tf-cis_compact .tf-cis__stock.item-stock__sales .tf-cis__stock-img,
.tf-cis.tf-cis_compact .tf-cis__stock{
    height: 10px;
    position: relative;
    border-radius: 5px ;
    max-width: 10px;
    min-width: 10px;
    margin-bottom: 3px;
    margin-right: 3px;
}


.tf-cis__stock a{
    color: #fff;
    text-decoration: underline;
}

.tf-cis__stock a:hover{
    color: #fff;
}

.tf-cis__stock-description{
    max-width: 0px;
    overflow: hidden;
    transition: .3s ease-in-out;
    white-space: nowrap;
    opacity: 0;
}

.tf-cis__stock-description span{
    padding-right: 15px;
    padding-left: 15px;
}

.tf-cis__stock:hover{
    max-width: none;
}

.tf-cis__stock:hover .tf-cis__stock-description{
    max-width: 300px;
    opacity: 1;
}

.tf-cis__stock-description-link{
    cursor: pointer;
}

.tf-cis__stock-img{
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tf-cis__stock-img img{
    width: 26px;
    height: 26px;
}

.tf-cis__stock-img img path{
    fill: #fff;
}

.tf-cis__stock:hover .tf-cis__stock-img{
    display: none;
}

.tf-cis__stock.item-stock__set {
    background-color: #ED182E;
    /*background: linear-gradient(145.29deg, #303F9F 0%, #00ACC1 100%);*/
}

.tf-cis__stock.item-stock__blue {
    background-color: #1A4F99;
    /*background: linear-gradient(145.29deg, #303F9F 0%, #00ACC1 100%);*/
}

.tf-cis__stock.item-stock__best-product {
    /*background: linear-gradient(153.07deg, #C2185B 0%, #F44336 100%);*/
    background-color: #EDCA30;
}

.tf-cis__stock.item-stock__sales {
    /*background: linear-gradient(153.07deg, #009688 0%, #00E676 100%);*/
    background-color: #76B624;
}

.tf-cis__stock.item-stock__best-price {
    background-color: #ED1930;
    /*background: linear-gradient(145.29deg, #303F9F 0%, #00ACC1 100%);*/
}

.tf-cis__stock.item-stock__special-offer {
    background: linear-gradient(153.07deg, #C2185B 0%, #F44336 100%);
}

.tf-cis__stock.item-stock__new {
    background-color: #45B628;
    /*background: linear-gradient(153.07deg, #009688 0%, #00E676 100%);*/
}
/*
.tf-cis .item-stock__v {
    background: linear-gradient(153.07deg, #009688 0%, #00E676 100%);
}

.tf-cis .item-stock__vvv {
    background: linear-gradient(145.29deg, #303F9F 0%, #00ACC1 100%);
}*/

.tf-cis__stock.item-stock__v,
.tf-cis__stock.item-stock__vvv
{
    background-color: transparent;
    margin-top: 0;
    height: 22px;
    max-width: 400px;
}


.tf-cis__stock.item-stock__v .tf-cis__stock-img,
.tf-cis__stock.item-stock__vvv .tf-cis__stock-img{
    height: 22px;
    min-height: 22px;
    width: 30px;
    min-width: 22px;
    padding-left: 5px;
}

.tf-cis__stock.item-stock__sales .tf-cis__stock-img{
    margin-bottom: 1px;
}

.tf-cis__stock.item-stock__best-product .tf-cis__stock-img{
    margin-top: 1px;
}

.tf-cis__stock.item-stock__v .tf-cis__stock-description,
.tf-cis__stock.item-stock__vvv .tf-cis__stock-description{
    max-width: 400px;
    color: #000;
    opacity: 1;
}

.tf-cis__stock.item-stock__v .tf-cis__stock-description span,
.tf-cis__stock.item-stock__vvv .tf-cis__stock-description span{
    padding: 0;
}

.tf-cis__stock.item-stock__v .tf-cis__stock-img img,
.tf-cis__stock.item-stock__vvv .tf-cis__stock-img img{
    min-height: 22px;
    height: 22px;
    min-width: 30px;
    width: 30px;
}

.tf-cis__stock.item-stock__v:hover .tf-cis__stock-img,
.tf-cis__stock.item-stock__vvv:hover .tf-cis__stock-img{
    display: inherit;
}

@media (max-width: 1023px)
{
    .tf-cis{flex-direction: row; align-items: flex-start}
    .tf-cis__stock.item-stock__v,
    .tf-cis__stock.item-stock__vvv
    {
        min-width: calc(100% - 10px);
    }
}

@media (max-width: 575px)
{
    .tf-cis__stock.item-stock__v,
    .tf-cis__stock.item-stock__vvv
    {
        margin-top: -5px;
    }

    .tf-cis__stock{
        height: 30px;
        min-width: 30px;
        max-width: 30px;
        font-size: 12px;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .tf-cis__stock-img {
        min-width: 30px;
        min-height: 30px;
    }

    .tf-cis__stock-img img{
        width: 20px;
        height: 20px;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.actions/templates/.default/style.css?17367714871828*/
.cia {
    position: relative;
    display: flex;
}

.cia-vertical {
    flex-direction: column;
}

.cia__action {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.cia-vertical .cia__action {
    margin-bottom: 10px;
}

.cia_sm.cia-vertical .cia__action:last-child,
.cia-vertical .cia__action:last-child {
    margin-bottom: 0;
}

.cia-horizontal .cia__action {
    margin-right: 15px;
}

.cia_sm.cia-horizontal .cia__action {
    margin-right: 12px;
}

.cia_sm.cia-horizontal .cia__action:last-child,
.cia-horizontal .cia__action:last-child {
    margin-right: 0;
}

.cia__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cia_sm .cia__icon {
    width: 16px;
    height: 16px;
}

.cia__action svg {
    fill: #dfe1e3;
    width: 28px;
    height: 28px;
    transition: .3s;
}

.cia__action.cia__action_active svg,
.cia__action:hover svg {
    fill: #1a4f99;
}

.cia__label {
    color: #b1b5b5;
    transition: .3s;
    font-weight: 400;
    white-space: nowrap;
    font-size: 15px;
}

.cia__action.cia__action_active .cia__label,
.cia__action:hover .cia__label {
    color: #1a1b1b;
}

.cia__action.cia__action-search svg {
    fill: #666768;
    width: 24px;
    height: 24px;
}

.cia__action.cia__action-search:hover path {
    fill: #1B4F9A;
}

@media (max-width: 1023px) {
    .cia__action {
        border: 1px solid #E8EAE9;
        border-radius: 3px;
        width: 30px;
        height: 30px;
        background-color: #fff;
    }

    .cia__action.cia__action_active {
        background-color: #1a4f99;
    }

    .cia__action.cia__action-search svg,
    .cia__action svg {
        fill: #666768;
        height: 16px;
    }

    .cia__action.cia__action_active svg {
        fill: #fff;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.gallery/templates/.default/style.css?17367714871307*/

.tf-cig {
    position: relative;
    padding-bottom: 100%;
}

.tf-cig__item {
    display: none ;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
}

.tf-cig__item .lazy.lazy-preloader[data-src]{
    min-height: 50px;
    min-width: 50px;
}

.tf-cig__item.tf-cig__item_show {
    display: flex;
}

.tf-cig__btn {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.tf-cig__btns{
    display: flex;
    width: 100%;
    table-layout: fixed;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    min-height: 100%;
}

.tf-cig__btn.catalog-section__btn_active:before,
.tf-cig__btn:hover:before {
    background: #1B4F9B;
}

.tf-cig__btn:before {
    content: '';
    display: block;
    height: 1px;
    background: #E7E8EC;
    left: 2px;
    right: 2px;
    position: absolute;
    bottom: 0;
}

@media(max-width: 1023px)
{
    .tf-cig__btns{
        display: none;
    }
}
@media(max-width: 720px)
{
    .tf-cig__item .lazy.lazy-preloader[data-src]{
        min-height: 32px;
        min-width: 32px;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.params/templates/.default/style.css?17367714872861*/
.cipa{
    position: relative;
    display: flex;
    flex-direction: column;
}
.cipa__params{
    margin-bottom: -9px;
}
.cipa__param {
    /*display: flex;
    margin-bottom: 10px;*/
    border-bottom: 1px solid #E8EAE9;
    position: relative;
    margin-bottom: 5px;
    /*padding-right: 110px;*/
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
/*
.cipa__param:last-child{
    margin-bottom: 0;
}*/

.cipa__param-name {
    font-weight: 300;
    margin: 0;
    position: relative;
    max-width: calc(100% - 110px);
}

.cipa__param-name &gt; span{
    padding-right: 10px;
    background-color: #fff;
}

.cipa__param-value {
    margin: 0;
    /*position: absolute;*/
    position: relative;
    right: 0;
    padding-left: 7px;
    width: 110px;
    font-weight: 500;
    /*overflow: hidden;*/
    max-height: 57px;
    display: flex;
    flex-direction: column;
    transition: max-height .3s;
    background-color: #fff;
    /*text-align: right;*/
}

.cipa__param-value-inner{
    overflow: hidden;
    white-space: nowrap;
}
.cipa__param-value.cipa__param-value_has-more{
    max-height: 60px;
    overflow: hidden;
}

.cipa__param-value.cipa__param-value_opened{
    max-height: 1000px;
}

.cipa__param-value-more{
    display: none;
    bottom: 0px;
    width: 100%;
    height: 18px;
    background-color: #fff;
    align-items: flex-end;
    position: absolute;
}

.cipa__param-value-more span{
    color: #004e9d;
    border-bottom: 1px dotted #004e9d;
    cursor: pointer;
}

.cipa__param-value-more span:hover{
    color: #0056b3;
}

.cipa__param-value.cipa__param-value_has-more .cipa__param-value-more{
    display: flex;
}

.cipa__param-measure{
    font-weight: 300;
}
.cipa__param-name,
.cipa__param-value{
    bottom: -7px;
    font-size: 12px;
    word-break: break-word;
}

@media (max-width: 1439px){
    .cipa__param-value{
        width: auto;
    }

    .cipa__param{
       /* padding-right: 90px;*/
    }
    .cipa__param-name{
        max-width: calc(100% - 90px);
    }
}

@media (max-width: 1023px){
    .cipa__param-name{
        color: #b1b5b5;
        padding-right: 0;
        margin-right: -3px;
        max-width: 100%;
    }
    .cipa__param-name:after{
        content: ':';
        position: relative;
        right: 10px;
    }

    .cipa__param-value{
       /* font-weight: 500;*/
        padding-left: 0px;
        position: relative;
        margin-left: 0;
        min-width: 30px;
        text-align: right;
    }
    .cipa__param{
        border: none;
        padding-right: 0;
    }
    .cipa__param-measure{
        font-weight: normal;
    }
}

@media (max-width: 575px) {
    .cipa__param-name,
    .cipa__param-value{
        bottom: -5px;
        font-size: 10px;
    }
    .cipa__param{
        line-height: 11px;
        margin-bottom: 3px;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.info/templates/.default/style.css?17367714872526*/
.cii__info {

}

.cii__info-item {
    display: flex;
    margin-bottom: 10px;
    align-items: start;

}

.cii__info-item .cii__info-name {
    margin-top: 2px;
}

.cii__info-item-bonus.cii__info-item .cii__info-name {
    margin-top: 0px;
}

.cii__info-item a,
.cii__info-item a:hover {
    color: #1a1b1b;
}

.cii__info-icon {
    margin-right: 5px;
    line-height: 1;
}

.cii__info-icon img,
.cii__info-icon svg {
    width: 24px;
    min-width: 24px;
    height: 17px;
    min-height: 17px;
}

.cii__info-icon.cii__info-icon-photo svg,
.cii__info-icon.cii__info-icon-delivery svg {
    height: 20px;
}

.cii__info-icon-full,
.cii__info-icon-small,
.cii__info-icon-low,
.cii__info-icon-empty {
    margin-top: 1px;
}

.cii__info-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 2px;
}



.cii__info-item-quantity .cii__info-name div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cii__info-price {
    font-weight: bold;
}

.cii__info-price .curr-rub {
    font-weight: 300;
    font-size: 15px !important;
}

.cii__info-item.cii__info-item-installment {
    margin-bottom: 45px;
}

.cii__info-item-installment .cii__info-icon {
    margin-top: 1px;
}

.cii__info-item-installment .cii__info-name {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 0;
}

.cii__info-item-installment .cii__info-name a {
    font-weight: 400;
    border-bottom: 1px dotted;
    color: #1a1b1b;
}

.cii__info-item-installment .cii__info-name a:hover {
    color: #1a1b1b;
}

.cii__info-item-bonus .cii__info-icon img,
.cii__info-item-bonus-compact .cii__info-icon img,
.cii__info-item-installment .cii__info-icon img {
    min-width: 16px;
    width: 16px;
    min-height: 16px;
    height: 16px;
}

.cii__info-item-installment .cii__info-icon {
    margin-left: 3px;
    margin-right: 10px;
}

.cii__info-item-bonus-compact .cii__info-icon,
.cii__info-item-bonus .cii__info-icon {
    margin-left: 4px;
    margin-right: 9px;
}

.cii__info-item-link {
    cursor: pointer;
}

@media (max-width: 1023px) {
    .cii__info-name {
        font-size: 17px;
    }

    .cii__info-item.cii__info-item-installment {
        margin-bottom: 35px;
    }

    .cii__info-icon-full,
    .cii__info-icon-small,
    .cii__info-icon-low,
    .cii__info-icon-empty {
        margin-top: 4px;
    }

    .cii__info-icon-delivery {
        margin-top: 3px;
    }
}

@media (max-width: 575px) {
    .cii__info-item {
        margin-bottom: 5px;
    }


}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.price/templates/.default/style.css?17367714871237*/
.cip {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    /*padding: 5px 0 20px;*/
    /*padding-bottom: 20px;*/
}

.cip__box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.cip__new-price {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #1a1b1b;
}

.cip__old-price {
    font-size: 18px;
    color: #b1b5b5;
    text-decoration-line: line-through;
    margin: -5px 0 0 9px;
    position: relative;
    line-height: 1;
    font-weight: normal;
    padding-bottom: 5px;
}

.cip__profit {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #4caf50;
    /*position: absolute;*/
    bottom: 0px;
    white-space: nowrap;
    margin-top: -0px;
}

.cip__profit.cip__profit-can{line-height: 14px;margin-top: 5px;}

@media (max-width: 1023px)
{
    /*.cip {
        margin-top: 15px;
    }*/
}
@media (max-width: 575px)
{
    .cip{
        /*padding-bottom: 15px;*/
    }

    .cip__new-price {
        font-size: 20px;
        /*padding-bottom: 5px;*/
    }

    .cip__old-price {
        font-size: 14px;
    }

    .cip__profit{
        font-size: 11px;
        bottom: 5px;
    }
}
/* End */


/* Start:/bitrix/components/twofingers/catalog.item.buttons/templates/.default/style.css?17367714876517*/
.cib {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;

}

.cib__button {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    overflow: hidden;
}

.cib__button.cib__button-out-of-order {
    background-color: #666769;
    cursor: default;
    color: #fff;
    font-weight: normal;
    height: 60px;
    justify-content: center;
    line-height: 1.2;
}

.cib__out-of-order {
    background-color: #fff;
    /* color: #666768;*/
    /*color: #b1b5b5;
    font-weight: normal;*/
    color: #b1b5b5;
    cursor: default;
    margin-top: 10px;
}

.cib__button-buy {
    background: #1B4F9A;
    height: 60px;
}

.cib__button.cib__button_compact {
    height: 100%;
    justify-content: center;
}

/*
.cib__button-buy.cib__button_compact {

}*/

.cib__button-out-of-order.cib__button_compact {
    font-size: 14px;
    line-height: 1.33;
    text-align: center;
}

.cib__button-buy.cib__button_compact .cib__button-icon {
    margin-right: 5px;
}

.cib__button-icon {
    position: relative;
}

.cib__button-line {
    width: 35px;
    min-width: 35px;
    margin-right: 15px;
    margin-left: 15px;
    height: 1px;
    background-color: #fff;
    transition: width .3s ease-in-out;
}

.cib__button:hover .cib__button-line {
    width: 100%;
}

.cib__button-label {
    white-space: nowrap;
    line-height: 1.2;
}

.cib__button-icon svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.cib__button-subscribe .cib__button-icon svg {
    width: 32px;
    min-width: 32px;
    height: 28px;
    min-height: 28px;
}

.cib__button-buy:hover {
    background-color: #3161A3;
    transition: .3s;
    color: #fff;
}

.cib__button-buy:hover svg {
    fill: #fff;

}

.cib__button-buy.cib__button-buy_added,
.cib__button-buy.cib__button-buy_added:hover {
    background-color: #347CE0;
    cursor: default;

}

.btn.cib__button-mini {
    display: flex;
    font-weight: normal;
    align-self: start;
    height: auto;
    line-height: 1.2;
    padding-left: 24px;
    padding-right: 24px;
}

.cib__button-mini.cib__button-buy_added,
.cib__button-mini.cib__button-buy_added:focus,
.cib__button-mini.cib__button-buy_added:hover {
    color: #fff;
    background-color: #347CE0;
    cursor: default;
    border-color: #fff;
}

.cib__button-mini.cib__button-buy_added .cib__button-icon {
    margin-left: 8px;
    margin-right: -29px;
}

.cib__button-subscribe.disabled .cib__button-icon,
.cib__button-buy.cib__button-buy_added .cib__button-icon {
    margin-left: auto;
    margin-right: -25px;
}

.cib__button-subscribe.cib__button_compact.disabled .cib__button-icon,
.cib__button-buy.cib__button-buy_added.cib__button_compact .cib__button-icon {
    margin-right: auto;
}

.cib__button-icon.cib__button-icon_ok {
    width: 32px;
    min-width: 32px;
    height: 23px;
    min-height: 23px;
    background-position: center center;
    background-size: cover;
    background-image: url("/bitrix/components/twofingers/catalog.item.buttons/templates/.default/image/checked-w.svg");
}

.btn.cib__button-mini .cib__button-icon.cib__button-icon_ok {
    width: 23px;
    min-width: 23px;
    height: 17px;
    min-height: 17px;
}

.cib__button.cib__button-subscribe {
    background-color: #666769;
    font-weight: 400;
    font-size: 16px;
    height: 60px;
}

.cib__button.cib__button-subscribe.bx-catalog-subscribe-compact {
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.cib__button.cib__button-subscribe.bx-catalog-subscribe-compact .cib__button-icon {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
}

.cib__button-subscribe.disabled {
    background-color: #b1b5b5;
}

.cib__button-subscribe:hover {
    background-color: #7E7F81;
    color: #fff;
}


.cib__button-ocb {
    height: 40px;
    line-height: 2;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .cib {
        align-items: baseline;
    }

    .cib__button-line {
        display: none;
    }

    .cib__button-subscribe.disabled .cib__button-icon,
    .cib__button:not(.cib__button_compact) .cib__button-icon {
        margin-left: 10px;
    }

    .cib__button-buy.cib__button-buy_added .cib__button-icon {
        margin-left: 20px;
        margin-right: -40px;
    }

    .cib__button:not(.cib__button_compact) {
        border-radius: 5px;
        padding-left: 36px;
        padding-right: 36px;
        font-weight: normal;
    }
    /*.cib__button.cib__button-out-of-order:not(.cib__button_compact),*/
    .cib__button.cib__button-subscribe:not(.cib__button_compact) {
        padding-left: 18px;
        padding-right: 18px;
        font-size: 13px;
    }

    .bm-item__out-of-order .cib__button.cib__button-subscribe {
        font-size: 16px;
        text-align: center;
    }

    .bm-item__out-of-order .cib__button-label {
        white-space: nowrap;
    }

    .bm-item__out-of-order .cib__button-line {
        width: 100%;
        display: inline-block;
    }

    .cib__button-subscribe .cib__button-label {
        white-space: normal;
    }
}

@media (max-width: 575px) {


    .bm-item__out-of-order .cib__button.cib__button-subscribe:not(.cib__button_compact) {
        font-size: 16px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .bm-item__out-of-order .cib__button-subscribe .cib__button-label {
        white-space: nowrap;
    }

    .cib__button.cib__button-out-of-order:not(.cib__button_compact),
    .cib__button.cib__button-subscribe:not(.cib__button_compact) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cib__button:not(.cib__button-out-of-order):not(.cib__button_main) {
        font-size: 14px;
    }

    .cib__button-buy.cib__button-buy_added .cib__button-icon {
        margin-right: -17px;
        margin-left: 10px;
    }

    .cib__button-icon.cib__button-icon_ok {
        width: 26px;
        min-width: 26px;
        height: 20px;
        min-height: 20px;
    }

    .cib__button-icon svg {
        width: 20px;
        height: 20px;
    }

    .cib__button-subscribe .cib__button-label {
        white-space: normal;
    }

    .cib__button:not(.cib__button_compact) {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 419px) {
    .cib__button {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cib__button.cib__button-out-of-order {
        font-size: 14px;
    }
}

/* End */


/* Start:/bitrix/templates/belmash/components/bitrix/catalog.product.subscribe/twofingers/style.css?17367714842743*/
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
.popup-window-buttons {
    display: flex;
    justify-content: center;
    padding: 10px;
}/*
.popup-window-buttons span.btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 5px;
    color: #fff;
    transition: .6s;
    background: #ED2524;
    padding: 10px;
}
.popup-window-buttons span.btn:hover {
    background: #1A509B;
    transition: .6s;
    color: #fff;
}
.popup-window-buttons span.btn:nth-child(2){
    background: transparent;
    color:#ED2524;
    font-weight: 600;
}*/
.popup-window-close-icon:after {
    width: 20px;
    height: 20px;
}
.bx-catalog-subscribe-form-container-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin-bottom: 10px;
}

.popup-window-titlebar {
    text-align: center;
}
.popup-window-titlebar .popup-window-titlebar-text{
    text-transform: uppercase;
    color: #000;
}
/* End */


/* Start:/bitrix/templates/belmash/css/fancybox-popup.css?17367714842531*/
.fancybox-popup__container.fancybox-content {
    width: 800px;
}

.fancybox-popup__container .errors{
    color: #EB5757;
    margin-bottom: 20px;
}

.fancybox-popup__container .errors &gt; div {
    margin-bottom: 18px;
}

.fancybox-popup__wrap{
    width: 500px;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    justify-content: center;
    position: relative;
}

.fancybox-popup__success-container{
    display: flex;
    color: #b1b5b5;
    flex-direction: column;
}
.fancybox-popup__title{
    font-size: 26pt;
    font-weight: 900;
    line-height: 1.06;
    margin-bottom: 60px;
}
.fancybox-popup__success-title{
    font-weight: 700;
    color: #4caf50;
    font-size: 36px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;

}

.fancybox-popup__success-title svg{
    width: 51px;
    height: 51px;
    margin-left: -7px;
    margin-bottom: 5px;
}

.fancybox-popup__success-title span{
    line-height: 1.1;
}
.fancybox-popup__message,
.fancybox-popup__message p{
    font-size: 14pt;

}
.fancybox-popup__footer,
.fancybox-popup__footer p{
    font-size: 12pt;
    color: #969999;
    margin-top: 48px;
    line-height: 1.33;
}
.fancybox-popup__success-message{
    color: #969999;
}

@media (max-width: 1023px)
{
    .fancybox-popup__container.fancybox-content {
        width: 700px;
    }

    .fancybox-popup__wrap{
        width: 470px;
    }
}

@media (max-width: 720px)
{
    .fancybox-popup__container.fancybox-content {
        width: 100%;
    }

    .fancybox-popup__wrap{
        width: calc(100% - 150px);
    }
}
@media (max-width: 575px)
{
    .fancybox-popup__container.fancybox-content {
        width: 100%;
    }

    .fancybox-popup__wrap{
        width: 100%;
    }

    .fancybox-popup__container.fancybox-content{
        padding-right: 15px;
        padding-left: 20px;
    }

    .fancybox-popup__container .lk-row textarea{
        height: 152px;
        line-height: 1.2;
    }
/*
    .fancybox-popup__container .bm-form__confirmation-block{
        margin-bottom: 30px;
    }*/

    .fancybox-popup__success-title{
        font-size: 30px;
    }

    .fancybox-popup__success-title svg {
        width: 40px;
        height: 40px;
        margin-left: -5px;
    }
}



@media (max-width: 575px)
{
    .fancybox-popup__success-title{
        font-size: 30px;
    }

    .fancybox-popup__success-title svg {
        width: 40px;
        height: 40px;
        margin-left: -5px;
    }
}
/* End */


/* Start:/bitrix/templates/belmash/css/form.css?17367714848838*/
.bm-form__confirmation-block {
    cursor: pointer;
    position: relative;
    /*margin-top: 11px;*/
    display: flex;
    align-items: start;
    line-height: 1.2;
    margin-bottom: 30px;
}

.bm-form__confirmation-block.bm-form__confirmation-block_invalid .bm-form__invalid-feedback {
    display: block;
    top: 20px;
}

/* The switch - the box around the slider */
.bm-form__confirmation-switch {
    position: relative;
    display: inline-block;
    width: 33px;
    min-width: 33px;
    height: 18px;
    margin-right: 10px;
    margin-top: -2px;
}

/* Hide default HTML checkbox */
.bm-form__confirmation-switch input {
    display: none;
}

/* The slider */
.bm-form__confirmation-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E0E0E0;
    -webkit-transition: .4s;
    transition: .4s;
}

.bm-form__confirmation-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0.15rem 0.15rem rgba(0, 3, 2, .12);
    -moz-box-shadow: 0 .15rem .15rem rgba(0, 3, 2, .12);
    box-shadow: 0 0.15rem 0.15rem rgba(0, 3, 2, .12);
}

.bm-form__confirmation-switch input:checked + .bm-form__confirmation-slider {
    background-color: #1A509B;
}


.bm-form__confirmation-switch input:checked + .bm-form__confirmation-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.bm-form__remember {
    font-size: 14px;
    font-weight: 400;
}

.btn.bm-form__submit {
    font-size: 18px;
    font-weight: bold;
    height: 60px;
}

/* Rounded sliders */
.bm-form__confirmation-slider.round {
    border-radius: 34px;
}


.mb-form__login-alternative {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.bm-form__confirmation-slider.round:before {
    border-radius: 50%;
}

.bm-form__note {
    font-size: 14px;
    padding-left: 5px;
    margin-top: 7px;
}

.bm-form__invalid-feedback {
    /*display: none;*/
    font-size: 11px;
    color: #e0020f;
    position: absolute;
    top: 35px;
    left: 5px;
    opacity: 0;
    transition: .3s opacity, .3s top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


.bm-form__was-validated .form-control:invalid ~ .bm-form__invalid-feedback:not(.skipped),
.bm-form__was-validated .custom-control-input:invalid ~ .bm-form__invalid-feedback:not(.skipped),
.bm-form__was-validated [data-entity=form-control]:invalid ~ .bm-form__invalid-feedback:not(.skipped),
.form-control.invalid ~ .bm-form__invalid-feedback:not(.skipped),
.custom-control-input.invalid ~ .bm-form__invalid-feedback:not(.skipped),
[data-entity=form-control].invalid ~ .bm-form__invalid-feedback:not(.skipped) {
    opacity: 1;
    top: 50px;
}

.bm-form__label {
    position: absolute;
    pointer-events: none;
    left: 5px;
    /*top: 0;
    line-height: 40px;*/
    transition: .3s;
    top: 9px;
    color: #969999;
    font-size: 18px;
    font-weight: 400;
}

.bm-form__label.filled,
.form-control:focus ~ .bm-form__label,
.form-control:not(:focus):valid ~ .bm-form__label {
    /*top: -28px;*/
    top: -18px;
    /*top: -15px;*/
    font-size: 14px;
}

.bm-form__was-validated .custom-control-input:invalid ~ .bm-form__invalid-feedback {
    top: -15px;
}

.bm-form__container-wrap {
    max-width: 800px;
    width: 100%;
    margin: 60px auto 120px;
}

.mb-form__container-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 85px 150px 40px;
    position: relative;
    background-color: #fff;
}

.bm-form__title {
    font-size: 30px;
    margin-bottom: 55px;
    margin-top: 0;
    line-height: 1.2;
}

.lk-row {
    margin-bottom: 20px;
    position: relative;
    padding: 0.1px 0;
}

.lk-row:empty {
    margin-bottom: 0;
}

.lk-row textarea {
    padding: 12px 18px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100px;
    resize: none;
    border-radius: 5px;
    font-size: 18px;
}

.lk-row textarea::-webkit-input-placeholder {
    color: #969999;
}

.lk-row textarea:-moz-placeholder { /* Firefox 18- */
    color: #969999;
}

.lk-row textarea::-moz-placeholder { /* Firefox 19+ */
    color: #969999;
}

.lk-row textarea:-ms-input-placeholder {
    color: #969999;
}

.lk-row textarea::placeholder {
    color: #969999;
}

.bm-form__container-edit-personal-section {
    margin-bottom: 60px !important;
}

.bm-form__container-edit-personal-section .lk-row {
    display: flex;
    flex-direction: column;
}

.lk-row.double {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}

.lk-row-input {
    margin-bottom: 25px;
    width: 100%;
}

.lk-row-input &gt; .lk-row-input {
    margin: 0 !important;
}


.lk-row input.inputfile {
    min-width: 100px;
    width: auto;
    place-self: flex-start;
    height: 55px;
    position: relative;
    border-radius: 6px;
}

input[type=password].form-control,
input[type=text].form-control,
input[type=tel].form-control,
input[type=email].form-control,
.modal_input {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 12px 6px;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1;
}


input[type=tel].form-control:focus,
input[type=email].form-control:focus,
input[type=password].form-control:focus,
input[type=text].form-control:focus {
    border-bottom: 1px solid #1A509B;
}

.bm-form__was-validated input[type=tel].form-control:invalid,
.bm-form__was-validated input[type=email].form-control:invalid,
.bm-form__was-validated input[type=password].form-control:invalid,
.bm-form__was-validated input[type=text].form-control:invalid,
input[type=tel].form-control.invalid,
input[type=email].form-control.invalid,
input[type=password].form-control.invalid,
input[type=text].form-control.invalid {
    border-bottom: 1px solid #e0020f;
}

.bm-form__login-forget {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #969999;
    transition: .3s;
    /*margin-top: 28px;*/
    /*margin-bottom: 47px;*/
    margin-top: 15px;
    margin-bottom: 30px;
    display: block;
    cursor: pointer;
}

.bm-form__login-reset {
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #1A509B;
    padding-left: 10px;
    transition: .6s;
}

.bm-form__bottom {
    font-size: 14px;
    margin-top: 50px;
}

.bm-form__login-reset:hover {
    opacity: .7;
    color: #1A509B;
}

.bm-form__sub-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*margin-top: 47px;*/
    margin-top: 20px;
}

.bm-form__sub-title-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #f1f1f1;
}

.bm-form__sub-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    /*line-height: 28px;*/
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 10;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    text-align: center;
}


.fancybox-popup__wrap .bm-form__container-wrap {
    margin: 0;
}

.fancybox-popup__wrap .bm-form__bottom {
    margin-top: 0;
}

.fancybox-popup__wrap .mb-form__container-inner {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.fancybox-popup__wrap .bm-form__sub-title-wrap {
    margin-top: 0;
}

.fancybox-popup__wrap .mb-form__container-inner {
    padding-top: 0;
}

@media (max-width: 1023px) {
    .lk-row {
        flex-direction: column;
    }

    .lk-row input[type='checkbox'] {
        width: auto;
    }
}

@media (max-width: 767px) {
    .lk-row.double {
        flex-wrap: wrap;
    }

    .lk-row.double .lk-row-input:first-child {
        margin-right: 0;
    }

    .mb-form__container-inner {
        padding: 50px 15px 25px;
    }

    .bm-form__container-edit-personal-section .lk-row input {
        width: 100% !important;
    }

    .lk-row input {
        width: calc(100% - 40px);
    }

    .mb-form__login-alternative {
        flex-direction: column;
    }

    .bm-form__container-wrap {
        margin-top: 0;
    }

    .bm-form__login-forget {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .bm-form__sub-title-wrap{
        margin-top: 0;
    }

    .bm-form__bottom{
        margin-top: 20px;
    }

    .bm-form__sub-title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .bm-form__title {
        font-size: 24px;
    }
}

/* End */


/* Start:/bitrix/templates/belmash/components/sprint.editor/blocks/catalog/_style.css?17367714834729*/
/* РћР±С‰РёРµ СЃС‚РёР»Рё РґР»СЏ Р±Р»РѕРєРѕРІ */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-lists-catalog li{
    line-height: 1.3;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/


.sp-accordion-catalog__title {
    color: #444;
    cursor: pointer;
    padding: 13px 40px 13px 0;
    text-align: left;
    font-weight: 500;
    position: relative;
}

.sp-accordion-catalog__wrap {
    padding-left: 0px;
    transition: .3s;
    margin-bottom: 1px;
    line-height: 20px;
}

.sp-accordion-catalog__wrap:hover,
.sp-accordion-catalog__wrap.sp-accordion-catalog__wrap_opened
{
    background-color:#ffffff; border-radius: 6px;
    padding-left: 20px;
}

.sp-accordion-catalog__container {
    display: none;
    overflow: hidden;
    padding-bottom: 18px;
    padding-right: 40px;
}

.sp-accordion-catalog__container,
.sp-accordion-catalog__container p{
    font-size: 14px;
}

.sp-accordion-catalog__title:after,
.sp-accordion-catalog__title:before {
    position: absolute;
    background-color: #676767;
    top: 20px;
    width: 2px;
    height: 10px;
    content: '';
    transition: .3s;
}

.sp-accordion-catalog__title:before {
    right: 26px;
    transform: rotate(135deg);
}
.sp-accordion-catalog__title:after {
    right: 20px;
    transform: rotate(45deg);
}

.sp-accordion-catalog__wrap_opened .sp-accordion-catalog__title:before {
    transform: rotate(45deg);
}

.sp-accordion-catalog__wrap_opened .sp-accordion-catalog__title:after {
    transform: rotate(135deg);
}

.sp-lists-catalog ul,
.sp-lists-catalog ol{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
}

.sp-lists-catalog ul li,
.sp-lists-catalog ol li{
    position: relative;
    padding: 8px 16px;
    margin-bottom: 10px;
    margin-right: 3px;
    border-radius: 20px;
    font-weight: 300;
}

.sp-lists-catalog ul li,
.sp-lists-catalog ul li a,
.sp-lists-catalog ol li,
.sp-lists-catalog ol li a{
    color: #666768;
    background-color: transparent;
}

.sp-lists-catalog ul li:hover,
.sp-lists-catalog ul li a:hover,
.sp-lists-catalog ol li:hover,
.sp-lists-catalog ol li a:hover {
    background-color: #fff;
    color: #666768;
}
/* End */


/* Start:/bitrix/admin/sprint.editor/assets/video-gallery/css/sprint-video-gallery.css?17514404844612*/
.sp-video-gallery img {
	display: block;
	max-width: 100%;
}

.sp-video-gallery-large-thumbnail-container {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.sp-video-gallery-large-thumbnail-wrapper {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.sp-video-gallery-large-thumbnail-wrapper a {
	display: block;
	height: 100%;
	width: 100%;
}

.sp-video-gallery-large-thumbnail-wrapper img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
			-o-transform: translate3d(-50%, -50%, 0);
				-ms-transform: translate3d(-50%, -50%, 0);
					transform: translate3d(-50%, -50%, 0);
}

.sp-video-gallery-large-thumbnail-wrapper iframe {
	height: 100%;
	width: 100%;
}

.sp-video-gallery-thumbnails-container {
	position: relative;
}

.sp-video-gallery-thumbnails-list-container {
	position: relative;
}

.sp-video-gallery-thumbnails-list {
	height: 100%;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
			-o-transition: all .2s ease-out;
				transition: all .2s ease-out;
}

.sp-video-gallery-thumbnails-list-item {
	background-color: #000;
	cursor: pointer;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.sp-video-gallery-thumbnails-list-item::before {
	background-color: rgba(0,0,0,.4);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.sp-video-gallery-thumbnails-list-item.active::before {
	display: none;
}

.sp-video-gallery-thumbnails-list-item &gt; div {
	height: 100%;
}

.sp-video-gallery-thumbnails-list-item img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
			-o-transform: translate3d(-50%, -50%, 0);
				-ms-transform: translate3d(-50%, -50%, 0);
					transform: translate3d(-50%, -50%, 0);
	max-width: 100%;
}

.sp-video-gallery-thumbnails-list-item iframe {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.sp-video-gallery-thumbnails-list-item [data-type="youtube"] {
	position: relative;
}

.sp-video-gallery-thumbnails-list-item [data-type="youtube"]::after {
	background-image: url(/bitrix/admin/sprint.editor/assets/video-gallery/css/../img/white-play-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 64px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
			-o-transform: translate3d(-50%, -50%, 0);
				-ms-transform: translate3d(-50%, -50%, 0);
					transform: translate3d(-50%, -50%, 0);
	width: 64px;
}

.sp-video-gallery-thumbnails-controls-container {
	bottom: 0;
	height: 18px;
	left: 0;
	position: absolute;
	right: 0;
}

.sp-video-gallery-thumbnails-prev,
.sp-video-gallery-thumbnails-next {
	background-color: #2b77c6;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	width: 28px;
}

.sp-video-gallery-thumbnails-prev {
	left: 0;
}

.sp-video-gallery-thumbnails-next {
	right: 0;
}

.sp-video-gallery-thumbnails-prev::after,
.sp-video-gallery-thumbnails-next::after {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	content: '';
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
			-o-transform: translate3d(-50%, -50%, 0);
				-ms-transform: translate3d(-50%, -50%, 0);
					transform: translate3d(-50%, -50%, 0);
	width: 0;
}

.sp-video-gallery-thumbnails-prev::after {
	border-right: 10px solid #fff;
}

.sp-video-gallery-thumbnails-next::after {
	border-left: 10px solid #fff;
}

.sp-video-gallery-preloader {
	background-color: #000;
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 1000;
}

.sp-video-gallery-preloader::after {
	background-image: url(/bitrix/admin/sprint.editor/assets/video-gallery/css/../img/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 64px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
			-o-transform: translate3d(-50%, -50%, 0);
				-ms-transform: translate3d(-50%, -50%, 0);
				transform: translate3d(-50%, -50%, 0);
	width: 64px;
}
/* End */


/* Start:/bitrix/components/twofingers/ajax.loader/templates/.default/style.css?17367714874652*/
.sl__title {
    font-size: 29px;
    font-weight: 900;
    margin-bottom: 69px;
    line-height: 1.2;
}

.sl__title-slide {
    color: #285595;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px dotted #285595;
}

.sl__items-wrapper {
    display: none;
}

.sl__items {
    opacity: 0;
    transition: opacity .3s;
    background-image: url('/bitrix/components/twofingers/ajax.loader/templates/.default/image/map.png');
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 780px;
}

.sl__legend {
    opacity: 0;
    transition: opacity .3s;
}

.sl__legend.sl__legend_visible,
.sl__items.sl__items_visible {
    opacity: 1;
}

.sl__letter-items-wrapper {
    display: flex;
    width: 20%;
}

.sl__letter-wrapper {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    font-size: 16px;
    color: #b1b5b5;
    line-height: 1.2;
}

.sl__letter-items {
    width: calc(100% - 25px);
    font-size: 16px;
    max-width: calc(100% - 25px);

    margin-bottom: 33px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sl__letter-item-wrapper {
    position: relative;
}

.sl__letter-item {
    margin-bottom: 7px;
    position: relative;
    white-space: nowrap;
    line-height: 1.2;
}

.sl__letter-item.sl__letter-item_active {
    cursor: pointer;
}

.sl__letter-item-link {
    color: #285595;
    border-bottom: 1px #285595 dotted;
    display: inline-block;
}

.sl__letter-item-img {
    height: 14px;
    width: 14px;
}

.sl__letter-item-popup-title .sl__letter-item-img,
.sl__letter-item .sl__letter-item-img {
    margin-left: 7px;
}


.sl__letter-item-popup {
    position: absolute;
    left: -25px;
    top: -15px;
    padding: 15px 25px 34px;
    background-color: #fff;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    display: none;
}

.sl__letter-item-popup.sl__letter-item-popup_left-side {
    left: auto;
    right: -25px;
}

.sl__letter-item-popup-title {
    white-space: nowrap;
    cursor: pointer;
    line-height: 1.2;
    margin-bottom: 5px;
}

.sl__letter-item-popup.sl__letter-item-popup_left-side .sl__letter-item-popup-title {
    text-align: right;
}

.sl__point {
    display: flex;
    margin-top: 24px;
}

.sl__point-data {

}

.sl__point-name {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}

.sl__point-address {
    font-size: 14px;
    margin-bottom: 3px;
}

.sl__point-phone {
    font-size: 14px;
    font-weight: bold;
}

.sl__point-email {
    font-size: 14px;
    display: block;
}

.sl__point-working-hours {
    font-size: 14px;
    color: #b1b5b5;
}

.sl__service {
    display: flex;
    margin-top: 24px;
}

.sl__service-icon {
    max-width: 21px;
    min-width: 21px;
}

.sl__service-name {
    font-weight: bold;
    font-size: 18px;
    /*white-space: nowrap;*/
    /*max-width: 320px;*/
    min-width: 240px;
    word-break: break-word;
    line-height: 1.2;
    margin-bottom: 3px;
}

.sl__service-address {
    font-size: 14px;
    margin-bottom: 3px;
}

.sl__service-phone {
    font-size: 14px;
    font-weight: bold;
}

.sl__service-icon-img {
    width: 14px;
    height: 14px;
}

.sl__legend {
    display: flex;
    flex-wrap: wrap;

}

.sl__legend-item {
    margin-right: 55px;
}

.sl__legend-slide-up {
    margin-left: auto;
    position: relative;
    padding-right: 20px;
    color: #285595;
    cursor: pointer;
}

.sl__legend-slide-up:before,
.sl__legend-slide-up:after {
    height: 1px;
    background-color: #285595;
    width: 7px;
    position: absolute;
    top: 50%;
    content: '';
}

.sl__legend-slide-up:before {
    transform: rotate(-45deg);
    right: 5px;
}

.sl__legend-slide-up:after {
    transform: rotate(225deg);
    right: 0;
}

@media (max-width: 1590px) {
    .sl__letter-items-wrapper {
        width: 25%;
    }

    .sl__items {
        max-height: 996px;
    }
}

@media (max-width: 1023px) {
    .sl__letter-items-wrapper {
        width: 33.333333%;
    }

    .sl__items {
        max-height: 1300px;
    }
}

@media (max-width: 720px) {
    .sl__letter-items-wrapper {
        width: 50%;
    }

    .sl__items {
        max-height: 1820px;
    }
}

@media (max-width: 440px) {
    .sl__letter-items-wrapper {
        width: 100%;
    }

    .sl__items {
        max-height: none;
    }
}
/* End */
/* /bitrix/templates/belmash/components/bitrix/catalog/twofingers/section.css?17367714837903 */
/* /bitrix/templates/belmash/components/bitrix/catalog.section.list/belmash-sidebar/style.css?17367714841818 */
/* /bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/style.css?173677148323406 */
/* /bitrix/templates/belmash/components/bitrix/catalog.smart.filter/twofingers/style/ion.rangeSlider.css?173677148313296 */
/* /bitrix/templates/belmash/components/bitrix/advertising.banner/bm_banners/style.css?173677148442 */
/* /bitrix/templates/belmash/components/bitrix/catalog.section.list/belmash-sections-inner-slider/style.css?17367714843107 */
/* /bitrix/templates/belmash/css/decorative-arrows.css?17367714842276 */
/* /bitrix/components/twofingers/catalog.section.order/templates/.default/style.css?17367714871808 */
/* /bitrix/components/twofingers/catalog.section.view/templates/.default/style.css?1736771487494 */
/* /bitrix/components/twofingers/catalog.section.tags/templates/.default/style.css?17367714871190 */
/* /bitrix/templates/belmash/components/bitrix/system.pagenavigation/belmash_cat/style.css?17367714842376 */
/* /bitrix/templates/belmash/components/bitrix/catalog.section/twofingers/style.css?17367714842637 */
/* /bitrix/templates/belmash/components/bitrix/catalog.item/card/style.css?17367714846247 */
/* /bitrix/components/twofingers/catalog.item.stocks/templates/.default/style.css?17367714874841 */
/* /bitrix/components/twofingers/catalog.item.actions/templates/.default/style.css?17367714871828 */
/* /bitrix/components/twofingers/catalog.item.gallery/templates/.default/style.css?17367714871307 */
/* /bitrix/components/twofingers/catalog.item.params/templates/.default/style.css?17367714872861 */
/* /bitrix/components/twofingers/catalog.item.info/templates/.default/style.css?17367714872526 */
/* /bitrix/components/twofingers/catalog.item.price/templates/.default/style.css?17367714871237 */
/* /bitrix/components/twofingers/catalog.item.buttons/templates/.default/style.css?17367714876517 */
/* /bitrix/templates/belmash/components/bitrix/catalog.product.subscribe/twofingers/style.css?17367714842743 */
/* /bitrix/templates/belmash/css/fancybox-popup.css?17367714842531 */
/* /bitrix/templates/belmash/css/form.css?17367714848838 */
/* /bitrix/templates/belmash/components/sprint.editor/blocks/catalog/_style.css?17367714834729 */
/* /bitrix/admin/sprint.editor/assets/video-gallery/css/sprint-video-gallery.css?17514404844612 */
/* /bitrix/components/twofingers/ajax.loader/templates/.default/style.css?17367714874652 */
</pre></body></html>