

/* Start:/local/templates/.default/components/bitrix/catalog/rowen/style.css?17435008521822*/
.additional-sections-tiles {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    column-gap: 30px;
}

.additional-sections-tiles .ast-btn {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 80px;
    background-color: #fefefe;
    width: 33%;
    padding: 15px;
    border: 1px solid #ABCAE9;
    box-shadow: 0px 4px 20px rgba(0, 90, 170, 0.08);
    border-radius: 6px;
}
.additional-sections-tiles .ast-btn div:first-child{
    width: 20px;
    height: 20px;
    margin-bottom: 14px;
}
.additional-sections-tiles .ast-btn svg{
    overflow: visible;
}

.additional-sections-tiles .ast-btn:hover {
    background-color: #014ea2;
    color: #fff;
}

.additional-sections-tiles.ast-full-width-tiles .ast-btn {
    width: 100%;
}

@media (min-width: 440px) {
    .additional-sections-tiles{
        display: none;
    }
}

.section_description{
    margin-top: 30px;
}

.product-promo-sticker-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.product-promo-sticker {
    display: flex;
    white-space: nowrap;
    background-color: #014ea2;
    width: fit-content;
    color: white;
    font-size: 16px;
    padding: 5px 6px;
    border-radius: 4px;
}
.product-promo-sticker.mobile {
    transform: translateY(-3px);
    font-size: 13px;
    line-height: 10px;
    padding: 5px 6px 6px;
}
.catalog-mobile-detail-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.catalog-mobile-detail-container h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 27px;
    margin: 0 0 24px;
}

@media (min-width: 769px) {
    .catalog-mobile-detail-container {
        max-width: calc(100% - 231px - 30px);
    }
}
/* End */


/* Start:/local/components/rowen/catalog-navigation.v2/templates/.default/style.css?17319159572402*/
.select-program-link svg {
    fill: #014ea2;
    width: 15px;
    margin-right: 5px;
    transform: translateY(-1px);
    transition: fill 0.3s ease, opacity 0.3s ease, border 0.3s ease, background .3s ease;
}

.select-program-link a:hover svg {
    fill: #4587e6;
}

.select-program-link a {
    font-size: 13px;
}

.catalog-sections-sidebar-list__item.current a,
.catalog-sections-sidebar-list__item.current.active a {
    color: #014ea2;
}
.catalog-sections-sidebar-list__item.current a:hover,
.catalog-sections-sidebar-list__item.current.active a:hover {
    color: #4587e6;
}
.catalog-sections-sidebar-list__item.current a {
    position: relative;
    display: block;
}
.catalog-sections-sidebar-list__item.current a:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -9px;
    width: 4px;
    height: 100%;
    background-color: #014ea2;
    border-radius: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog-sections-sidebar-list__item-inner.current a,
.catalog-sections-sidebar-list__item-inner.current.active a {
    color: #014ea2;
}
.catalog-sections-sidebar-list__item-inner.current {
    /*padding-left: 10px;*/
}
.catalog-sections-sidebar-list__item-inner.current:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -9px;
    width: 4px;
    height: 100%;
    background-color: #014ea2;
    border-radius: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.catalog-sections-sidebar-list__item-inner.active:not(.current) a {
    color: #014ea2;
}

.catalog-sections-sidebar-list li:last-child .catalog-sections-sidebar-list__item + .catalog-sections-sidebar-list__dropdown {
    padding-bottom: 10px;
}

.nav-catalog-filter-clear {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    height: 40px;
    color: #005AAA;
    border-radius: 0;
    border: 1px solid #005AAA;
    margin-top: -40px;
    transition: 300ms ease;
}

.nav-catalog-filter-clear:hover {
    color: #ffffff;
    background: #005AAA;
    cursor: pointer;
}

@media only screen and (max-width: 960px) {
    .nav-catalog-filter-clear {
        margin-top: -15px;
    }
}
@media only screen and (max-width: 768px) {
    .nav-catalog-filter-clear {
        display: none;
    }
}
/* End */


/* Start:/local/components/custom/industry-filter/templates/.default/style.css?17486144594803*/
.industry{}
.industry__title{
    font-size: 2.5rem;
    margin: 0 15px 30px;
}
.industry__container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: -16px 0 14px 14px;
    transition: 0.3s ease;
    z-index: 50;
}
.industry__item{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 44px;
    /*max-width: 340px;*/
    margin-top: 16px;
    margin-right: 12px;
    padding: 0 2px;
    background-color: #ffffff;
    border: 1px solid #015aaa;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}
.industry__container .active{
    background-color: #005AAA !important;
}
.industry__container .active{
    background-color: #005AAA !important;
}
.industry__container .active .industry__name{
    color: #ffffff;
}
.industry__container .active img:first-child{
    opacity: 0;
}
.industry__container .active img:last-child{
    opacity: 1;
}
.industry__container .active .industry__close{
    display: block;
    /*display: none;*/
}
.industry__img{
    position: relative;
    display: flex;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.industry__img img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: 0.3s ease;
}
.industry__img img:first-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.industry__img img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.industry__name{
    color: #005AAA;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    transition: 0.3s ease;
}

.industry__item:hover{
    background-color: #005AAA;
}
.industry__item:hover .industry__name{
    color: #ffffff;
}
.industry__item:hover img:first-child{
   opacity: 0;
}
.industry__item:hover img:last-child{
    opacity: 1;
}
.industry__close{
    display: none;
    position: absolute;
    top: -4px;
    right: -1px;
    color: #015aaa;
    font-size: 15px;
    background: #ffffff;
    border-bottom-left-radius: 16px;
    width: 18px;
    padding: 0 4px 2px 4px;
}
.industry__close > div{
    transform: rotate(45deg);
}
.choose-item{
    position: relative;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #ABCAE9;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    margin-bottom: 10px;
}
.choose-item .chosen {
    color: #005AAA;
    font-weight: 500;
}
.choose-arrow{
    transition: 0.3s ease;
}
.choose-arrow-rotate{
    transform: rotate(180deg);
}

@media (max-width: 879px){
    .industry{
        width: 100%;
        padding-right: 15px;
    }
    .industry__container{
        margin-top: 0;
        padding-right: 14px;
        flex-direction: column;
    }
    .industry__item{
        margin-top: 10px;
        width: 100% !important;
        justify-content: center;
        height: 60px;
    }
    .industry__img{
        width: 20px;
        height: 20px;
    }
    .industry__img img{
        width: 20px;
        height: 20px;
    }
    .industry__name{
        max-width: 200px;
        text-align: center;
    }
    .industry__container .active .industry__close{
        display: none;
    }
    .industry__close{
        display: none !important;
    }
}

@media (max-width: 440px){
    .industry{
        padding-left: 15px;
    }
    .choose-item{
        display: flex;
    }
    .industry{
        position: relative;
    }
    .industry__container{
        position: absolute;
        border: 1px solid #ABCAE9;
        border-radius: 8px;
        overflow: hidden;
        transform-origin: 0 0;
        transform: scaleY(0);
        width: 93%;
        visibility: hidden;
        padding: 0;
        margin: 0;
    }
    .industry__item{
        padding: 6px 12px;
        margin: 0;
        justify-content: space-between;
        height: 44px;
        border: none;
        border-top: 1px solid #ABCAE9;
        border-radius: unset;
        width: unset;

    }
    .industry__container .industry__item:first-child{
        border-top: none;
    }
    .industry__img{
        display: none;
    }
    .industry__name{
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
    }
}

.industry .disable-filter__container {
    margin-bottom: 14px;
}
.industry .disable-filter__container .disable-filter {
    border-radius: 8px;
}

@media (min-width: 769px) {
    .industry .disable-filter__container {
        display: none;
    }
}

@media (min-width: 441px) {
    .industry .disable-filter__container {
        margin-left: 14px;
        margin-top: 30px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/style.css?172830510724487*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	margin-bottom: 26px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	cursor: pointer;
	font-size: 18px;
	color: #000;
	width: 100%;
	padding: 0 10px;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-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;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {
	border-radius: 6px;
	border: 1px solid #ccd5db;
	overflow: hidden;
}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 14px;
	height: 30px;
	margin: 0;
	padding: 0 4px;
	border: none;
	/*border: 1px solid #ccd5db;*/
	/*border-radius: 2px;*/
	background: #fff;
	outline: none
}
/*
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
}
*/
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
			border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	display: flex;
	justify-content: end;
	clear: both;
}
/*
*Track
*
*/

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

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	/*z-index: 50;*/
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-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;*/
}
.bx-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;*/
}
.bx-filter .bx-ui-slider-handle.left {
	margin-left: -8px;
	width: 17px;
	height: 17px;
	border: 1px solid #005AAA;
	background: #005AAA !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 1px 1px 3px #005AAA;
	cursor: pointer;
	top: -4px;
	transition: 0ms;
	z-index: 70;
}
.bx-filter .bx-ui-slider-handle.right{
	margin-right: -8px;
	width: 17px;
	height: 17px;
	border: 1px solid #005AAA;
	background: #005AAA !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 1px 1px 3px #005AAA;
	cursor: pointer;
	top: -4px;
	transition: 0ms;
	z-index: 70;
}

/*
*	Select
*
*/

.bx-filter .bx-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;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
			border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
}*/
.bx-filter .bx-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;
}
.bx-filter .bx-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;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-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
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-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;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

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

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

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN
*
*/

.bx-filter .bx-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;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
			border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-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;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-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;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:var(--ui-font-weight-bold);*/

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

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-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;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-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;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-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);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

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

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

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

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

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 13px;
	right: 15px;
}
.bx-filter .bx-filter-popup-result a {
	background-color: #005AAA;
	margin-left: 7px;
	border: 1px solid #005AAA;
	border-radius: 4px;
	padding: 2px 8px;
	color: #ffffff;
}
.bx-filter .bx-filter-popup-result a:hover {
	background-color: #ffffff;
	color: #005AAA;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-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 .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}


.bx-filter-horizontal .bx-filter-section{
	border-radius: 2px;
	border: solid 1px #d9d9d9;
}
.bx-filter-horizontal .bx-filter-parameters-box{
	padding-bottom: 20px;
}
.bx-filter-horizontal .bx-filter-parameters-box-title{
	border: solid 1px #d9d9d9;
	border-radius: 2px;
	padding: 6px 10px;
}
.bx-filter-horizontal .bx-active .bx-filter-parameters-box-title{
	border-bottom: none;
}
.bx-filter-horizontal .bx-filter-parameters-box-title .bx-filter-parameters-box-hint{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #015aaa;
	font-weight: 600;
	border: none;
}
.bx-filter-horizontal .bx-filter-parameters-box-title .bx-filter-parameters-box-hint i{
	color: #015aaa;
	font-weight: 600;
}
.bx-filter-horizontal .bx-filter-block{
	/*position: absolute;*/
	padding: 6px 10px;
	/*width: calc(100% - 52px);*/
	background-color: #ffffff;
	border-top: none;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	z-index: 3;
}
.bx-filter-horizontal .bx-filter-block .bx-filter-parameters-box-container{
	height: 100%;
	padding-bottom: 0;
}
.bx-filter-horizontal .bx-filter-block .bx-filter-parameters-box-container > div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bx-filter-horizontal .bx-filter-block .checkbox:last-child{
	margin-bottom: 0;
}

.bx-filter-horizontal .bx-filter-button-box .bx-filter-block{
	display: flex;
	justify-content: end;
	position: relative;
	padding: 0;
	border: none;
	z-index: 1;
}


.select-list {
	position: relative;
	width: 100%;
	height: 38px;
}
.select-list[data-state="active"] .select-list__title::before {
	transform: translate(-3px, -50%) rotate(-45deg);
}
.select-list[data-state="active"] .select-list__title::after {
	transform: translate(3px, -50%) rotate(45deg);
}
.select-list[data-state="active"] .select-list__content {
	opacity: 1;
}
.select-list[data-state="active"] .select-list__label + .select-list__input + .select-list__label {
	max-height: 38px;
	border-top-width: 1px;
}
.select-list__title {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 8px 16px;
	border-radius: 8px;
	border: solid 1px #c7ccd1;
	cursor: pointer;
	color: #959595;
}
.select-list__title.active{
	color: #000000;
}
.select-list__title::before, .select-list__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	width: 10px;
	height: 2px;
	transition: all 0.3s ease-out;
	background-color: #333333;
	transform: translate(-3px, -50%) rotate(45deg);
}
.select-list__title::after {
	transform: translate(3px, -50%) rotate(-45deg);
}
.select-list__title:hover {
	border-color: #005AAA;
}
.select-list__title:hover::before, .select-list__title:hover::after {
	background-color: #005AAA;
}
.select-list__content {
	position: absolute;
	top: 38px;
	left: 3px;
	display: flex;
	flex-direction: column;
	width: calc(100% - 6px);
	background-color: #ffffff;
	border: 1px solid #c7ccd1;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.3s ease-out;
	opacity: 0;
	z-index: 8;
}
.select-list__input {
	display: none;
}
.select-list__input:checked + label {
	background-color: #dedede;
}
.select-list__input:disabled + label {
	opacity: 0.6;
	pointer-events: none;
}
.select-list__hidden{
	margin-top: 8px;
	width: 100%;
	display: none;
}
.select-list__hidden.active{
	display: block;
}
.select-list__hidden input:not(:first-child){
	margin-top: 8px;
}
.select-list__label {
	display: flex;
	align-items: center;
	width: 100%;
	height: 38px;
	max-height: 0;
	padding: 0 16px;
	margin: 0;
	transition: all 0.2s ease-out;
	cursor: pointer;
	overflow: hidden;
}
.select-list__label + input + .select-list__label {
	border-top: 0 solid #C7CCD160;
}
.select-list__label:hover {
	background-color: #005AAA !important;
	color: #ffffff;
}

.catalog-list {
	padding: 5px 0 0;
	margin: 0 15px;
	width: -webkit-calc(100% - 2*15px);
	width: calc(100% - 2*15px); }
.catalog-list__grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap row;
	flex-flow: wrap row;
	margin-right: -15px;
	margin-left: -15px; }


.custom-checkboxes{
	display: flex;
	padding: 10px 0 0 5px;
}
.custom-checkboxes .bx-filter-param-text{
	font-size: 14px;
}

#modef.hidden{
	visibility: hidden;
}
.bx-filter-title svg{
	fill: rgba(1, 78, 162, .95);
}
#bxfilterForm{
	margin-top: 16px;
}
@media (max-width: 540px) {
	#bxfilterForm{
		display: none;
	}
}

.filter-message{
	margin-top: 30px;
	text-align: justify;
}
.filter-message a{
	white-space: nowrap;
}
@media (max-width: 540px) {
	.filter-message{
		font-weight: 500;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/colors.css?17030749544759*/
.bx-filter.bx-blue .bx-filter-section {
	background: #ffffff;
}
/*
* INPUTS
*
*/
.bx-filter.bx-blue .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-blue .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background: #849da4;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background: #a8dff3;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {background: #005AAA;}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
}
/*
*	Select
*
*/
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-blue .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-blue .bx-tag-link {
	color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/

.bx-filter.bx-blue .btn-themes {
	background-color: #005AAA;
	border-color: #005AAA;
	color: #FFF
}
.bx-filter.bx-blue .btn-themes.bx-active,
.bx-filter.bx-blue .btn-themes.focus,
.bx-filter.bx-blue .btn-themes:active,
.bx-filter.bx-blue .btn-themes:focus,
.bx-filter.bx-blue .btn-themes:hover{
	background-color: #ffffff;
	color: #005AAA
}
/*
* 	Result Popup
*
*/
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/rowen/bitrix/catalog.section.list/.default/style.css?172923149010387*/
.section_description
	{
	padding: 20px;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
	margin-bottom:20px;
	}
.catalog-list {
  padding: 5px 0 0;
  margin: 0 15px;
  width: -webkit-calc(100% - 2*15px);
  width: calc(100% - 2*15px); }
  .catalog-list__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    margin-right: -15px;
    margin-left: -15px; }

.catalog-list-item {
  padding: 0 15px;
  margin-bottom: 30px; }
  .catalog-list-item--small {
    width: 26.65%; }
    @media only screen and (max-width: 992px) {
      .catalog-list-item--small {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item--small {
        width: 100%; } }
  .catalog-list-item--big {
    width: 46.7%; }
    @media only screen and (max-width: 992px) {
      .catalog-list-item--big {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item--big {
        width: 100%; } }
  .catalog-list-item--medium {
    width: 33.33%; }
    @media only screen and (max-width: 992px) {
      .catalog-list-item--medium {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item--medium {
        width: 100%; } }
  .catalog-list-item__box {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    height: 324px;
    padding: 20px 15px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
.catalog-list-item__box .catalog-list-item__promo-sticker-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
}
.catalog-list-item__promo-sticker-container .catalog-list-item__promo-sticker {
  position: relative;
  display: block;
  white-space: nowrap;
  background-color: #014ea2;
  width: fit-content;
  color: white;
  font-size: 14px;
  line-height: normal;
  padding: 4px 6px;
  border-radius: 4px;
}
    @media only screen and (max-width: 1200px) {
      .catalog-list-item__box {
        height: 280px; } }
    @media only screen and (max-width: 1100px) {
      .catalog-list-item__box {
        height: 240px; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item__box {
        height: 100px;
        padding: 20px 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    .catalog-list-item__box:hover .catalog-list-item__title {
      color: #4587e6; }
    .catalog-list-item__box a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
  .catalog-list-item__title {
    font: bold 15px/133% "Open Sans", sans-serif;
    color: #014ea2;
    -webkit-transition: .4s;
    transition: .4s;
    word-break: break-word;
    text-align: center;
    max-width: 320px;
    max-height: 61px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .catalog-list-item__title {
        font: bold 14px/143% "Open Sans", sans-serif;
        max-height: 80px;
        overflow: hidden;
        text-align: left; } }
  .catalog-list-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 219px;
    width: -webkit-calc(100% - 2*50px);
    width: calc(100% - 2*50px);
    margin: 0 0 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media only screen and (max-width: 1200px) {
      .catalog-list-item__img {
        height: 135px; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item__img {
        width: 80px;
        height: 80px;
        margin: 0 10px 0 0; } }
    .catalog-list-item__img img {
      max-width: 100%;
      max-height: 100%; }

/*форма оповестить о поступлении*/
.any-questions__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px; }
@media only screen and (max-width: 960px) {
  .any-questions__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; } }
@media only screen and (max-width: 740px) {
  .any-questions__grid {
    margin-bottom: 20px; } }

.any-questions__first {
  width: -webkit-calc(100% / 3 - 30px - 1px);
  width: calc(100% / 3 - 30px - 1px);
  margin-right: 30px; }
@media only screen and (max-width: 960px) {
  .any-questions__first {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px; } }

.any-questions_not-amount-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin: 0 15px 25px;
  width: 100%;
}
.any-questions__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 25px; }
@media only screen and (max-width: 960px) {
  .any-questions__title {
    font-size: 28px;
    margin-bottom: 25px; } }
@media only screen and (max-width: 740px) {
  .any-questions__title {
    font-size: 22px;
    margin-bottom: 20px; } }

.any-questions__subtitle-text {
  font-size: 20px;
  color: #272727; }
@media only screen and (max-width: 960px) {
  .any-questions__subtitle-text {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px; } }
@media only screen and (max-width: 740px) {
  .any-questions__subtitle-text {
    font-size: 15px; } }

.any-questions__second {
  width: -webkit-calc(100% / 3 * 2);
  width: calc(100% / 3 * 2); }
@media only screen and (max-width: 960px) {
  .any-questions__second {
    width: 100%; } }

.any-questions__form-wrap {
  width: 100%;
  /*margin: 0 15px 40px;*/
  margin-bottom: 30px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 32px 40px 37px; }
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .any-questions__form-wrap {
    margin-right: -15px;
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 960px) {
  .any-questions__form-wrap {
    padding: 25px 35px 30px; } }
@media only screen and (max-width: 740px) {
  .any-questions__form-wrap {
    padding: 20px 15px 25px; } }
@media only screen and (max-width: 479px) {
  .any-questions__form-wrap {
    padding: 10px 0;
    border: 0; } }

.any-questions__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px; }
@media only screen and (max-width: 1200px) {
  .any-questions__row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media only screen and (max-width: 740px) {
  .any-questions__row {
    margin: 0; } }

.any-questions__label {
  width: -webkit-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 25px; }
@media only screen and (max-width: 1200px) {
  .any-questions__label {
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px); }
  .any-questions__label:first-child {
    width: -webkit-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px); } }
@media only screen and (max-width: 740px) {
  .any-questions__label {
    width: 100%;
    margin: 0 0 20px; }
  .any-questions__label:first-child {
    width: 100%; } }

.any-questions__label-textarea {
  width: 100%;
  margin-bottom: 25px; }
@media only screen and (max-width: 740px) {
  .any-questions__label-textarea {
    margin-bottom: 25px; } }

.any-questions__footer {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 740px) {
  .any-questions__footer {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }

.any-questions__agree {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.23px;
  color: #2d2d2d;
  margin-right: 25px; }
@media only screen and (max-width: 740px) {
  .any-questions__agree {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: none; } }
.any-questions__agree a {
  font-weight: 600;
  letter-spacing: 0.25px; }

.any-questions__form-wrap .form-success__title,
.any-questions__form-wrap .form-success__text {
  max-width: unset;
}
.any-questions__form-wrap .form-success__text {
  margin-bottom: 0;
}

.catalog-list-item--selection a {
  background: url('/images/designers.jpg') ;
  background-size: cover;
}

.catalog-list-item--selection a .catalog-list-item__title {
  margin-top: 20px;
  font-size: 19px;
  text-align: center;
}


.disable-filter{
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  height: 40px;
  max-width: 160px;
  color: #005AAA;
  border-radius: 0;
  border: 1px solid #005AAA;
  margin-top: 20px;
  cursor: pointer;
  transition: 300ms ease;
}
.disable-filter:hover{
  color: #ffffff;
  background: #005AAA;
}

@media (max-width: 440px){
  .industry__item{
    padding: 6px 12px;
    margin: 0;
    justify-content: space-between;
    height: 44px;
    border: none;
    border-top: 1px solid #ABCAE9;
    border-radius: unset;
    width: unset;

  }
  .disable-filter{
    margin-top: 10px;
    border: 1px solid #ABCAE9;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/rowen/bitrix/catalog.section/.default/style.css?174350085250211*/
.catalog-sections__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0 0; }
  @media only screen and (max-width: 768px) {
    .catalog-sections__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column; } }

.catalog-sections__left-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 231px;
  flex: 0 0 231px;
  max-width: 231px;
  margin-right: 30px; }
  @media only screen and (max-width: 768px) {
    .catalog-sections__left-menu {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1; } }

.catalog-sections__grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  max-width: -webkit-calc(100% + 30px - 231px - 30px);
  max-width: calc(100% + 30px - 231px - 30px); }
  @media only screen and (max-width: 768px) {
    .catalog-sections__grid {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2;
      max-width: -webkit-calc(100% + 30px);
      max-width: calc(100% + 30px); } }
  .catalog-sections__grid-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row; }
  .catalog-sections__grid-inner-wrapper {
    width: 100%; }
  .catalog-sections__grid h1 {
    margin: 0 15px 30px; }

.catalog-sections__col {
  padding: 0 15px;
  width: 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 992px) {
    .img-table{
      display: none !important;
    }
    .catalog-sections__col {
      width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media only screen and (max-width: 768px) {
    .catalog-sections__col {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%; } }

.catalog-sections-item {
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  padding: 15px;
  position: relative;
  height: 100%; }
  .catalog-sections-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .catalog-sections-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px; }
  .catalog-sections-item__text {
    padding-bottom: 10px; }
  .catalog-sections-item__title {
    font: bold 15px/133% "Open Sans", sans-serif;
    text-align: center;
    color: #014ea2;
    -webkit-transition: .4s;
    transition: .4s; }
  .catalog-sections-item:hover .catalog-sections-item__title {
    color: #4587e6; }

.catalog-sections-sidebar {
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 55px; }
  @media only screen and (max-width: 960px) {
    .catalog-sections-sidebar {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .catalog-sections-sidebar {
      margin-bottom: 20px;
      border-radius: unset;
      border: none;
    }
    .catalog-sections-sidebar__menu {
      border: 1px solid rgb(217, 217, 217);
    }
  }
  .catalog-sections-sidebar__title {
    font: bold 16px/100% "Open Sans", sans-serif;
    color: #014ea2;
    text-transform: uppercase;
    padding: 18px 20px;
    pointer-events: none; }
    @media only screen and (max-width: 768px) {
      .catalog-sections-sidebar__title {
        background: #014ea2;
        color: white;
        font-size: 15px;
        border-radius: 4px;
        cursor: pointer;
        pointer-events: auto;
        text-align: center;
        padding: 16px 20px;
      }
        .catalog-sections-sidebar__title.active {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; } }
  @media only screen and (max-width: 768px) {
    .catalog-sections-sidebar__menu {
      display: none; } }

.catalog-sections-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  word-break: break-word; }
  .catalog-sections-sidebar-list > li {
    border-bottom: 1px solid #f1f1f1; }
  .catalog-sections-sidebar-list li {
    padding: 0;
    margin: 0; }
    .catalog-sections-sidebar-list li:before {
      content: unset; }
  .catalog-sections-sidebar-list__item {
    font: 600 14px/143% "Open Sans", sans-serif;
    color: #014ea2;
    padding: 15px 20px;
    word-break: normal;
    border-bottom: 1px solid #f1f1f1; }
    .catalog-sections-sidebar-list__item:last-child {
      border-bottom: none; }
    .catalog-new-sales{
      outline: 1.5px solid #ABCAE9;
      box-shadow: 0px 4px 20px rgba(0, 90, 170, 0.08);
    }
    .catalog-sections-sidebar-list__item.active {
      color: #807f84; }
      .catalog-sections-sidebar-list__item.active a {
        color: #807f84; }
        .catalog-sections-sidebar-list__item.active a:hover {
          color: #014ea2; }
    .catalog-sections-sidebar-list__item + .catalog-sections-sidebar-list__dropdown {
      padding-left: 20px; }
  .catalog-sections-sidebar-list__dropdown {
    padding-top: 10px; }
    .catalog-sections-sidebar-list__dropdown.active {
      display: block; }
    .catalog-sections-sidebar-list__dropdown ul {
      margin: 0; }
    .catalog-sections-sidebar-list__dropdown li {
      border-bottom: none;
      padding: 10px;
      font: normal 14px/114% "Open Sans", sans-serif;
      letter-spacing: 0.27px;
      color: #3e3e3e; }
      .catalog-sections-sidebar-list__dropdown li a {
        color: #3e3e3e; }
        .catalog-sections-sidebar-list__dropdown li a:hover {
          color: #014ea2; }
      .catalog-sections-sidebar-list__dropdown li.active {
        color: #014ea2; }
        .catalog-sections-sidebar-list__dropdown li.active a {
          color: #014ea2; }
        .catalog-sections-sidebar-list__dropdown li.active:before {
          content: '';
          display: inline-block;
          width: 4px;
          height: -webkit-calc(100% - 15px);
          height: calc(100% - 15px);
          background-color: #014ea2;
          border-radius: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.js-trigger {
  padding-right: 40px;
  position: relative;
  display: block; }
  .js-trigger.active .js-trigger-icon {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    background-image: url(/local/static/assets/img/svg/arrow-sm-down-gray.svg); }

.js-trigger-icon {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 9px;
  background: url(/local/static/assets/img/svg/arrow-sm-down.svg) no-repeat center/contain;
  /*z-index: 10000;*/
  cursor: pointer; }




/* стикер "распродажа" */
.stickers.offers-list-sticker {
  position: relative;
  display: inline;
  top: 0;
  margin: 0 auto auto 0;

  float: left;
  height: 0;
}


@media only screen and (max-width: 1200px) {
  .catalog-detail-product {
    margin-bottom: 30px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product {
    border-top: 1px solid #e6e6e6; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__header {
    display: none !important; } }
.catalog-detail-product__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  border-bottom: solid 1px #e6e6e6; }
.catalog-detail-product__row:nth-child(odd) .catalog-detail-product-desc {
  background: #f5f5f5; }
.catalog-detail-product__row:nth-child(odd) .catalog-detail-product-price {
  background: #f5f5f5; }
.catalog-detail-product__head {
  font: 600 12px/100% "Open Sans", sans-serif;
  color: white;
  background: #014ea2;
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }
.catalog-detail-product__col:first-child .catalog-detail-product__head {
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__head {
    font: 600 10px/120% "Open Sans", sans-serif;
    text-align: center;
    padding: 9px 9px; } }
.catalog-detail-product__col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%; } }
.catalog-detail-product__col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.50%;
  flex: 0 0 9.50%;
  max-width: 9.50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7.50%;
    flex: 0 0 7.50%;
    max-width: 7.50%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-1 {
    display: none; } }
.catalog-detail-product__col-1 .catalog-detail-product__head {
  padding: 10px 19px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-1 .catalog-detail-product__head {
    padding: 9px 9px; } }
.catalog-detail-product__col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px; } }
.catalog-detail-product__col-4 > div, .catalog-detail-product__col-1 > div, .catalog-detail-product__col-6 > div {
  height: 100%; }

.catalog-detail-product-desc {
  padding: 14px 30px;
  font: 300 14px/114% "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  border-left: solid 1px #e6e6e6; }
.catalog-detail-product__col:nth-child(2) .catalog-detail-product-desc {
  text-align: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-desc {
    padding: 14px 10px;
    font: 300 13px/123% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-desc {
    display: block;
    padding: 22px 10px 14px;} }

.catalog-detail-product-price {
  padding: 14px 30px;
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-price {
    padding: 14px 20px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price {
    border-left: none;
    padding: 14px 10px; } }
.catalog-detail-product-price__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%; }
.catalog-detail-product-price__row-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row; }
.catalog-detail-product-price__price {
  font: bold 14px/114% "Open Sans", sans-serif; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-price__price {
    font: bold 13px/123% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price__price--desktop {
    display: none; } }
.catalog-detail-product-price__price--mobile {
  display: none; }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price__price--mobile {
    margin-top: 20px;
    display: block; } }


.overflow
{
  overflow:auto;
}
.catalog-detail
{
  overflow: hidden;
}
@media only screen and (max-width: 992px)
{
  .catalog-detail-tabs__content {
    padding: 30px 20px!important;
    margin: 0 !important;
  }
  @media only screen and (max-width: 740px)
  {
    .catalog-detail-tabs__content {
      margin: 0 10px !important;

    }
    .catalog-detail-tabs__controls{
      margin: 0 20px;
    }
    .catalog-detail-tabs__control:first-child{
      width: 100%;
    }
    .catalog-detail-tabs__control{
      font-size: 12px;
      word-break: break-word;
      border: solid 0.5px #ffffff;
    }
  }
}

.catalog-detail__arrow {
  position: absolute;
  width: 12px;
  height: 22px;
  display: inline-block;
  top: 50%;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 7;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
  background-repeat: no-repeat;
  background-position: center; }
.catalog-detail__arrow--prev {
  left: -15px;
  background-image: url("/local/static/build/img/arrow-cat-l.svg"); }
@media only screen and (max-width: 992px) {
  .catalog-detail__arrow--prev {
    left: 0; } }
.catalog-detail__arrow--next {
  right: -15px;
  background-image: url("/local/static/build/img/arrow-cat-r.svg"); }
@media only screen and (max-width: 992px) {
  .catalog-detail__arrow--next {
    right: 0; } }

.catalog-detail__nav-arrow {
  position: absolute;
  width: 22px;
  height: 12px;
  display: inline-block;
  left: 50%;
  will-change: transform;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 7;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
  background-repeat: no-repeat;
  background-position: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-arrow {
    height: 7px; } }
.catalog-detail__nav-arrow:hover {
  opacity: .5; }
.catalog-detail__nav-arrow--next {
  background-image: url("/local/static/build/img/nav-down.svg");
  bottom: 0; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-arrow--next {
    background-image: url("/local/static/build/img/sl-ar-tablet-down.svg"); } }
.catalog-detail__nav-arrow--prev {
  background-image: url("/local/static/build/img/nav-up.svg");
  top: 0; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-arrow--prev {
    background-image: url("/local/static/build/img/sl-ar-tablet-up.svg"); } }

/*.catalog-detail__slide {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.catalog-detail__slide img{
  min-width: 285px;
}

.catalog-detail__slider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 450px;
  margin-right: 0;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__slider {
    max-width: 270px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail__slider {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 20px; } }
.catalog-detail__slider.slick-initialized {
  opacity: 1; }
.catalog-detail__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
.catalog-detail__slider .slick-slide {
  height: auto; }
.catalog-detail__slider .slick-slide > div {
  height: 100%;
  !*width: 450px;*!
}

.catalog-detail__slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45%; }
@media only screen and (max-width: 992px) {
  .catalog-detail__slider-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px; } }

.catalog-detail__nav-slide {
  width: 80px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-slide {
    width: 50px;
    height: 59px;
    padding: 0 4.5px; } }

.catalog-detail__nav-slide-inside {
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
  height: 100%;
  width: 100%; }
.catalog-detail__nav-slide-inside:hover {
  border-color: #014ea2; }
.catalog-detail__nav-slide-inside img {
  max-width: 100%;
  max-height: 100%; }

.catalog-detail__nav-slider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 450px;
  padding: 20px 0;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-slider {
    max-width: 270px;
    padding: 10px 0; } }
@media only screen and (max-width: 992px) {
  .catalog-detail__nav-slider {
    display: none !important; } }
.catalog-detail__nav-slider.slick-initialized {
  opacity: 1; }
.catalog-detail__nav-slider .slick-slide.slick-current.slick-active .catalog-detail__nav-slide-inside {
  border-color: #014ea2; }*/

.catalog-detail-sl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
 /* margin: 0 15px 40px;*/
  max-width: 100%;
  width: -webkit-calc(100% - 30px);
  width: 100%;
  /*width: calc(100% - 30px);*/ }
@media only screen and (max-width: 1200px) {
  .catalog-detail-sl {
    margin-bottom: 30px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-sl {
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px); } }
.catalog-detail-sl__options {
  font: normal 18px/144% "Open Sans", sans-serif; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-sl__options {
    font: normal 15px/133% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-sl__options {
    font: normal 12px/167% "Open Sans", sans-serif; } }
.catalog-detail-sl__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 50px;
  padding-bottom: 32px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-sl__right {
    padding-left: 20px;
    padding-bottom: 28px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-sl__right {
    padding-left: 0;
    padding-bottom: 0; } }
.catalog-detail-sl__bottom-item {
  font: bold 16px/150% "Open Sans", sans-serif;
  color: #014ea2;
  margin-bottom: 20px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-sl__bottom-item {
    font: bold 13px/185% "Open Sans", sans-serif;
    margin-bottom: 5px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-sl__bottom-item {
    text-align: center; } }
.catalog-detail-sl__bottom-item:last-child {
  margin-bottom: 0; }
.catalog-detail-sl__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.catalog-detail-product {
  width: 100%;
  /*margin: 0 15px 60px; */
}

@media only screen and (max-width: 1200px) {
  .catalog-detail-product {
    margin-bottom: 30px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product {
    border-top: 1px solid #e6e6e6; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__header {
    display: none !important; } }
.catalog-detail-product__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  border-bottom: solid 1px #e6e6e6; }
.catalog-detail-product__row:nth-child(odd) .catalog-detail-product-desc {
  background: #f5f5f5; }
.catalog-detail-product__row:nth-child(odd) .catalog-detail-product-price {
  background: #f5f5f5; }
.catalog-detail-product__head {
  font: 600 12px/100% "Open Sans", sans-serif;
  color: white;
  background: #014ea2;
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }
.catalog-detail-product__col:first-child .catalog-detail-product__head {
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__head {
    font: 600 10px/120% "Open Sans", sans-serif;
    text-align: center;
    padding: 9px 9px; } }
.catalog-detail-product__col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%; } }
.catalog-detail-product__col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.50%;
  flex: 0 0 9.50%;
  max-width: 9.50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7.50%;
    flex: 0 0 7.50%;
    max-width: 7.50%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-1 {
    display: none; } }
.catalog-detail-product__col-1 .catalog-detail-product__head {
  padding: 10px 19px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-1 .catalog-detail-product__head {
    padding: 9px 9px; } }
.catalog-detail-product__col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px; } }
.catalog-detail-product__col-4 > div, .catalog-detail-product__col-1 > div, .catalog-detail-product__col-6 > div {
  height: 100%; }

.catalog-detail-product-desc {
  padding: 14px 30px;
  font: 300 14px/114% "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  border-left: solid 1px #e6e6e6; }
.catalog-detail-product__col:nth-child(2) .catalog-detail-product-desc {
  text-align: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-desc {
    padding: 14px 10px;
    font: 300 13px/123% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-desc {
    display: block;
    padding: 22px 10px 14px;} }

.catalog-detail-product-price {
  padding: 14px 30px;
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-price {
    padding: 14px 20px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price {
    border-left: none;
    padding: 14px 10px; } }
.catalog-detail-product-price__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%; }
.catalog-detail-product-price__row-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row; }
.catalog-detail-product-price__price {
  font: bold 14px/114% "Open Sans", sans-serif; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-price__price {
    font: bold 13px/123% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price__price--desktop {
    display: none; } }
.catalog-detail-product-price__price--mobile {
  display: none; }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price__price--mobile {
    margin-top: 20px;
    display: block; } }

.product-price-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 50px; }
@media only screen and (max-width: 1200px) {
  .product-price-counter {
    margin-right: 40px; } }
@media only screen and (max-width: 992px) {
  .product-price-counter {
    margin-right: 0;
    margin-bottom: 20px; } }
.product-price-counter__count {
  border: none;
  background: transparent;
  width: 49px;
  height: 32px;
  font: normal 18px/130% "Open Sans", sans-serif;
  text-align: center;
  margin: 0 10px; }
@media only screen and (max-width: 1200px) {
  .product-price-counter__count {
    padding: 0 4px;
    margin: 0; } }
@media only screen and (max-width: 992px) {
  .product-price-counter__count {
    width: -webkit-calc(100% - 54px);
    width: calc(100% - 54px);
    font: normal 14px/130% "Open Sans", sans-serif; } }
.product-price-counter__controls {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: -webkit-transform .13s;
  transition: -webkit-transform .13s;
  transition: transform .13s;
  transition: transform .13s, -webkit-transform .13s; }
.product-price-counter__controls svg g {
  -webkit-transition: .4s;
  transition: .4s; }
.product-price-counter__controls:hover svg g {
  stroke: #4587e6; }
.product-price-counter__controls:active {
  -webkit-transform: scale(0.94);
  transform: scale(0.94); }
.product-price-counter__controls.disable {
  pointer-events: none; }
.product-price-counter__controls.disable svg g {
  stroke: #85888c; }

.product-price-add-cart {
  font: bold 12px/133% "Open Sans", sans-serif;
  text-transform: uppercase; }
@media only screen and (max-width: 992px) {
  .product-price-add-cart {
    width: 100%;
    text-align: center; } }
.product-price-add-cart__btn {
  font: bold 12px/133% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #014ea2;
  -webkit-transition: .4s;
  transition: .4s; }
@media only screen and (max-width: 992px) {
  .product-price-add-cart__btn {
    display: inline-block; } }
.product-price-add-cart__btn:hover {
  color: #4587e6; }
.product-price-add-cart__btn--link {
  font: bold 12px/133% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #0eb34e;
  -webkit-transition: .4s;
  transition: .4s; }
@media only screen and (max-width: 992px) {
  .product-price-add-cart__btn--link {
    display: inline-block; } }

.catalog-detail-tabs {
  width: 100%;
  margin: 0 15px;
  /*border: solid 1px #e6e6e6; */
}
@media only screen and (max-width: 992px) {
  .catalog-detail-tabs {
    margin-right: -15px;
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px); } }
.catalog-detail-tabs__controls {
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  /*flex-flow: wrap row;*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
}
.catalog-detail-tabs__control {
  flex: 1 1 auto;
  font: 600 16px/150% "Open Sans", sans-serif;
  padding: 20px;
  background: #014ea2;
  color: white;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  /*-webkit-box-flex: 0;*/
  /*-webkit-flex: 0 0 50%;*/
  /*flex: 0 0 50%;*/
  /*max-width: 50%;*/
}
@media only screen and (max-width: 1200px) {
  .catalog-detail-tabs__control {
    font: 600 15px/160% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-tabs__control {
    font: 600 13px/160% "Open Sans", sans-serif;
    padding: 10px; } }
.catalog-detail-tabs__control.active {
  background: #e7f0f7;
  color: #014ea2; }
.catalog-detail-tabs__content {
  /* padding: 40px; */
  position: relative;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .catalog-detail-tabs__content {
    padding: 30px 10px; } }
.catalog-detail-tabs__content p {
  margin-bottom: 50px; }
.catalog-detail-tabs__content table p {
  margin: 0 !important; }
.catalog-detail-tabs__content img {
  display: block;
  margin-bottom: 30px; }
.catalog-detail-tabs__box {
  background: white; }
.catalog-detail-tabs__box.disabled {
  display: none; }
.catalog-detail-tabs__box.active {
  display: block;
  position: relative; }

.catalog-detail-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px; }
.catalog-detail-file__img {
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-file__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52px;
    flex: 0 0 52px;
    max-width: 52px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-file__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46px;
    flex: 0 0 46px;
    max-width: 46px;
    margin-right: 10px; } }
.catalog-detail-file__img img {
  margin-bottom: 0; }
.catalog-detail-file__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }
.catalog-detail-file__title {
  font: 600 16px/188% "Open Sans", sans-serif; }
@media only screen and (max-width: 992px) {
  .catalog-detail-file__title {
    font: 600 16px/113% "Open Sans", sans-serif; } }
.catalog-detail-file__desc {
  font: normal 14px/214% "Open Sans", sans-serif; }
.catalog-detail-file__desc a {
  font: normal 14px/214% "Open Sans", sans-serif; }

.table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e9e9e9; }

.table-scroll-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 10px; }

.table-scroll-wrapper .mCSB_scrollTools {
  opacity: 1; }

.table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
  border-radius: 5px;
  background-color: #014ea2; }

.table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #4587e6; }

.table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #014ea2; }

.jq-toast-single {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.table-header {
  background-color: #014ea2 !important; }
.table-header td {
  color: #fff !important;
  font: 600 12px/100% "Open Sans", sans-serif !important;
  padding: 10px 30px !important;
  border: none; }
.table-header td p {
  font: 600 12px/100% "Open Sans", sans-serif !important;
  color: #fff !important;
  margin: 0 !important; }

table td {
  padding: 10px 5px; }
table td p {
  margin: 0 !important; }



/*форма оповестить о поступлении*/
.any-questions__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px; }
@media only screen and (max-width: 960px) {
  .any-questions__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; } }
@media only screen and (max-width: 740px) {
  .any-questions__grid {
    margin-bottom: 20px; } }

.any-questions__first {
  width: -webkit-calc(100% / 3 - 30px - 1px);
  width: calc(100% / 3 - 30px - 1px);
  margin-right: 30px; }
@media only screen and (max-width: 960px) {
  .any-questions__first {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px; } }

.any-questions_not-amount-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin: 0 15px 25px;
}
.any-questions__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 25px; }
@media only screen and (max-width: 960px) {
  .any-questions__title {
    font-size: 28px;
    margin-bottom: 25px; } }
@media only screen and (max-width: 740px) {
  .any-questions__title {
    font-size: 22px;
    margin-bottom: 20px; } }

.any-questions__subtitle-text {
  font-size: 20px;
  color: #272727; }
@media only screen and (max-width: 960px) {
  .any-questions__subtitle-text {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px; } }
@media only screen and (max-width: 740px) {
  .any-questions__subtitle-text {
    font-size: 15px; } }

.any-questions__second {
  width: -webkit-calc(100% / 3 * 2);
  width: calc(100% / 3 * 2); }
@media only screen and (max-width: 960px) {
  .any-questions__second {
    width: 100%; } }

.any-questions__form-wrap {
  width: 100%;
  /*margin: 0 15px 40px;*/
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 32px 40px 37px; }
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .any-questions__form-wrap {
    margin-right: -15px;
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 960px) {
  .any-questions__form-wrap {
    padding: 25px 35px 30px; } }
@media only screen and (max-width: 740px) {
  .any-questions__form-wrap {
    padding: 20px 15px 25px; } }
@media only screen and (max-width: 479px) {
  .any-questions__form-wrap {
    padding: 10px 0;
    border: 0; } }

.any-questions__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px; }
@media only screen and (max-width: 1200px) {
  .any-questions__row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media only screen and (max-width: 740px) {
  .any-questions__row {
    margin: 0; } }

.any-questions__label {
  width: -webkit-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 25px; }
@media only screen and (max-width: 1200px) {
  .any-questions__label {
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px); }
  .any-questions__label:first-child {
    width: -webkit-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px); } }
@media only screen and (max-width: 740px) {
  .any-questions__label {
    width: 100%;
    margin: 0 0 20px; }
  .any-questions__label:first-child {
    width: 100%; } }

.any-questions__label-textarea {
  width: 100%;
  margin-bottom: 25px; }
@media only screen and (max-width: 740px) {
  .any-questions__label-textarea {
    margin-bottom: 25px; } }

.any-questions__footer {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 740px) {
  .any-questions__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }

.any-questions__agree {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.23px;
  color: #2d2d2d;
  margin-right: 25px; }
@media only screen and (max-width: 740px) {
  .any-questions__agree {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: none; } }
.any-questions__agree a {
  font-weight: 600;
  letter-spacing: 0.25px; }

.any-questions__form-wrap .form-success__title,
.any-questions__form-wrap .form-success__text {
  max-width: unset;
}
.any-questions__form-wrap .form-success__text {
  margin-bottom: 0;
}


/* стикер "распродажа" */
.stickers.offers-list-sticker {
  position: relative;
  display: inline;
  top: -3px;
  margin: 0 auto auto 0;

  float: left;
  height: 0;
}

.stickers.offers-list-sticker .sticker {
  font: normal 11px/100% "Open Sans", sans-serif;
  padding: 0px 9px 2px 5px;
}
.stickers.offers-list-sticker .sticker:before {
  border: 8.5px solid transparent;
  border-right: 6px solid white;
}

.catalog-detail-product__row:nth-child(odd) .catalog-detail-product__col.offers-list-sticker .stickers.offers-list-sticker .sticker:before {
  border-right: 6px solid #f5f5f5;
}

.slick-slide img {
  display: block;
  /*max-width: initial !important;*/
  /*width: -webkit-fill-available;*/
}

.catalog-detail-sl__bottom-item.a {
  border-bottom: 1px dashed;
}

.catalog-detail-sl__bottom-item svg {
  fill: #014ea2;
  width: 17px;
  margin-right: 5px;
  transform: translateY(-1px);
  transition: fill 0.3s ease, opacity 0.3s ease, border 0.3s ease, background .3s ease;
}

.catalog-detail-sl__bottom-item:hover svg {
  fill: #4587e6;
}

.catalog-detail-materials img {
  max-width: 100% !important;
  height: auto !important;
}

.catalog-detail-materials .table-scroll-wrap {
  max-width: 100%;
  overflow-x: auto;
}


.consultation-btn-old {
  display: inline-block;
  background-color: #ffae00;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
  background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  padding-left: 11px; }
.consultation-btn-old:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
  background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.consultation-btn-old:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
  opacity: 1; }
.consultation-btn-old:active {
  top: 2px; }
.consultation-btn-old img {
  position: absolute;
  top: 5px; }
.consultation-btn-old span {
  font: bold 14px/100% "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px 12px 30px;
  display: inline-block;
  z-index: 100;
  position: relative;
  white-space: nowrap; }
.phone-block{
  margin: 20px 0 10px 0;
}

.catalog-detail-product{
  margin: 0 15px 60px 15px;
  width: 100%;
}
.show-more-container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
#showMore{
  font-size: 16px;
  padding: 6px 18px;
  color: #005AAA;
  background-color: #ffffff;
  border: 1px solid #005AAA;
  border-radius: 4px;
  cursor: pointer;
  transition: 200ms;
}
#showMore:hover{
  color: #ffffff;
  background-color: #005AAA;
}

.offers-table .catalog-detail-product-desc {
  padding: 15px;
}
.offers-table .catalog-detail-product-desc__row{
  display: flex;
  align-items: center;
}
.offers-table .img-table{
  display: flex;
  flex: 1 0 auto;
  margin-right: 15px;
  width: 60px;
  height: 60px;
}
.offers-table .img-table img{
  object-fit: contain;
  width: 100%;
}



/* стили грида каталога */
.section_description
{
  padding: 20px;
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom:20px;
}
.catalog-list {
  padding: 5px 0 0;
  margin: 0 15px;
  width: -webkit-calc(100% - 2*15px);
  width: calc(100% - 2*15px); }
.catalog-list__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  margin-right: -15px;
  margin-left: -15px; }

.catalog-list-item {
  padding: 0 15px;
  margin-bottom: 30px; }
.catalog-list-item--small {
  width: 26.65%; }
@media only screen and (max-width: 992px) {
  .catalog-list-item--small {
    width: 50%; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item--small {
    width: 100%; } }
.catalog-list-item--big {
  width: 46.7%; }
@media only screen and (max-width: 992px) {
  .catalog-list-item--big {
    width: 50%; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item--big {
    width: 100%; } }
.catalog-list-item--medium {
  width: 33.33%; }
@media only screen and (max-width: 992px) {
  .catalog-list-item--medium {
    width: 50%; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item--medium {
    width: 100%; } }
.catalog-list-item__box {
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  height: 324px;
  padding: 20px 15px 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
.catalog-list-item__box .catalog-list-item__promo-sticker-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
}
.catalog-list-item__promo-sticker-container .catalog-list-item__promo-sticker {
  position: relative;
  display: block;
  white-space: nowrap;
  background-color: #014ea2;
  width: fit-content;
  color: white;
  font-size: 14px;
  line-height: normal;
  padding: 4px 6px;
  border-radius: 4px;
}
@media only screen and (max-width: 1200px) {
  .catalog-list-item__box {
    height: 280px; } }
@media only screen and (max-width: 1100px) {
  .catalog-list-item__box {
    height: 240px; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item__box {
    height: 100px;
    padding: 20px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .catalog-list-item__promo-sticker-container {
    justify-content: end;
    top: 7px !important;
    right: 7px !important;
    left: auto !important;
  }
  .catalog-list-item__promo-sticker-container .catalog-list-item__promo-sticker {
    font-size: 13px;
    padding: 3px 5px;
  }
}
.catalog-list-item__box:hover .catalog-list-item__title {
  color: #4587e6; }
.catalog-list-item__box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }
.catalog-list-item__title {
  font: bold 15px/133% "Open Sans", sans-serif;
  color: #014ea2;
  -webkit-transition: .4s;
  transition: .4s;
  word-break: break-word;
  text-align: center;
  max-width: 320px;
  max-height: 61px;
  overflow: hidden; }
@media only screen and (max-width: 768px) {
  .catalog-list-item__title {
    font: bold 14px/143% "Open Sans", sans-serif;
    max-height: 80px;
    overflow: hidden;
    text-align: left; } }
.catalog-list-item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 219px;
  width: -webkit-calc(100% - 2*50px);
  width: calc(100% - 2*50px);
  margin: 0 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }
@media only screen and (max-width: 1200px) {
  .catalog-list-item__img {
    height: 135px; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item__img {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0; } }
.catalog-list-item__img img {
  max-width: 100%;
  max-height: 100%; }

.disable-filter{
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  height: 40px;
  max-width: 160px;
  color: #005AAA;
  border-radius: 0;
  border: 1px solid #005AAA;
  margin-top: 20px;
  cursor: pointer;
  transition: 300ms ease;
}
.disable-filter:hover{
  color: #ffffff;
  background: #005AAA;
}
/* End */


/* Start:/local/templates/.default/include/consultation-in-catalog/style.css?174280475510220*/
.supplement {
    font-size: 0;
    position: relative;
    width: 100%;
    /*margin: 0 -15px 20px 245px;*/
}

.supplement:after {
    content: "";
    display: table;
    clear: both;
}

.supplement-contacts .consultation-block {
    height: auto;
    float: none;
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.supplement-contacts .consultation-block .consultation__text {
    font: 400 16px/120% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone {
    font: bold 40px/110% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone:hover {
    color: #9dcbff;
}

.bootstrap-list {
    position: relative;
    float: left;
    height: 225px;
    width: 49%;
    border: 5px solid #e9e9e9;
    margin: 0 0 40px 0;
}

@media only screen and (max-width: 900px) {
    .bootstrap-list {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .bootstrap-list {
        display: table;
    }
}

.bootstrap-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin-top: 33px;
}

@media only screen and (max-width: 900px) {
    .bootstrap-list__wrap {
        margin-top: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__wrap {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 0;
        margin: 0;
    }
}

.bootstrap-list__block {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
}

.bootstrap-list__block--big {
    width: 50%;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block--big {
        width: 100%;
    }
}

.bootstrap-list__block-wrap {
    position: relative;
    width: 100%;
    height: 112px;
    font-size: 0;
    display: block;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block-wrap {
        height: inherit;
    }
}

.bootstrap-list__block:nth-child(2n+1) .bootstrap-list__item {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block:nth-child(2n+1) .bootstrap-list__item {
        width: 100%;
    }
}

.bootstrap-list__item {
    text-align: center;
    position: relative;
    font-size: 0;
    display: block;
    line-height: 0;
    width: 100%;
    vertical-align: middle;
}

.bootstrap-list__item--right {
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__item--right {
        display: block;
        width: 100%;
    }
}

.bootstrap-list__item--left {
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__item--left {
        display: none;
    }
}

.bootstrap-list__link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font: 400 14px/140% "Open Sans", sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__link {
        display: block;
        font: 400 16px/120% "Open Sans", sans-serif;
    }
}

.bootstrap-list__icon {
    display: table-cell;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}

.bootstrap-list__icon--1 {
    width: 57px;
    height: 73px;
    background-image: url(/local/static/assets/img/bootstrap-icon-1.png);
}

.bootstrap-list__icon--2 {
    width: 97px;
    height: 67px;
    background-image: url(/local/static/assets/img/bootstrap-icon-2.png);
}

.bootstrap-list__icon--3 {
    width: 58px;
    height: 73px;
    background-image: url(/local/static/assets/img/bootstrap-icon-3.png);
}

.bootstrap-list__icon--4 {
    width: 57px;
    height: 73px;
    background-image: url(/local/static/assets/img/bootstrap-icon-4.png);
}

.consultation-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    background-color: #ffae00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
    background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
    border-radius: 3px;
    position: relative;
    text-decoration: none;
}

.consultation-block .consultation-btn {
    margin-top: 10px;
}

.consultation-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
    background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consultation-btn:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.consultation-btn:active {
    top: 2px;
}

.consultation-btn span {
    font: bold 12px/100% "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    display: inline-block;
    z-index: 100;
    position: relative;
    white-space: nowrap;
}

.consultation-btn img {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.consultation-btn-old {
    display: inline-block;
    background-color: #ffae00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
    background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
    border-radius: 3px;
    position: relative;
    text-decoration: none;
    padding-left: 11px;
}

.consultation-btn-old:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
    background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consultation-btn-old:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.consultation-btn-old:active {
    top: 2px;
}

.consultation-btn-old img {
    position: absolute;
    top: 5px;
}

.consultation-btn-old span {
    font: bold 14px/100% "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 25px 12px 30px;
    display: inline-block;
    z-index: 100;
    position: relative;
    white-space: nowrap;
}

.consultation {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    width: 100%;
    border: 5px solid #ffae00;
    height: auto;
    /*height: 225px;*/
    text-align: center;
    margin-top: 40px;
    padding: 10px 20px;
}

@media only screen and (max-width: 900px) {
    .consultation {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .consultation {
        padding: 5px 20px;
    }
}

p.consultation__text {
    font: 400 16px/140% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 5px 0;
}

.consultation__phone {
    font: bold 40px/100% "Open Sans", sans-serif;
    color: #424242;
    display: block;
    margin: 0 0 5px 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consultation__phone--grey {
    font: bold 30px/100% "Open Sans", sans-serif;
    color: #747474;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 500px) {
    .consultation__phone--grey {
        font: bold 25px/100% "Open Sans", sans-serif;
    }
}

@media only screen and (max-width: 500px) {
    .consultation__phone {
        font: bold 30px/100% "Open Sans", sans-serif;
    }
}

.consultation_rvz {
    position: relative;
    float: right;
    width: 100%;
    border: 5px solid #ffae00;
    height: 150px;
    text-align: center;
    padding: 10px 20px;
}

@media only screen and (max-width: 900px) {
    .consultation_rvz {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .consultation_rvz {
        padding: 5px 20px;
    }
}

.supplement-contacts .consultation-block {
    height: auto;
    float: none;
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.supplement-contacts .consultation-block .consultation__text {
    font: 400 16px/120% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone {
    font: bold 40px/110% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone:hover {
    color: #9dcbff;
}

.scroll-anim {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.scroll-anim-active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.scroll-anim-transition {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

.viewed-product{
    margin-bottom: 30px;
}
/* End */


/* Start:/local/components/rowen/get-consultation/templates/bit/style.css?16536619491362*/

.consultation-btn-old {
    display: inline-block;
    background-color: #ffae00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
    background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
    border-radius: 3px;
    position: relative;
    text-decoration: none;
    padding-left: 11px; }
.consultation-btn-old:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
    background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.consultation-btn-old:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1; }
.consultation-btn-old:active {
    top: 2px; }
.consultation-btn-old img {
    position: absolute;
    top: 5px; }
.consultation-btn-old span {
    font: bold 14px/100% "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 25px 12px 30px;
    display: inline-block;
    z-index: 100;
    position: relative;
    white-space: nowrap; }
.phone-block{
    margin: 20px 0 10px 0;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/rowen/style.css?17435008521822 */
/* /local/components/rowen/catalog-navigation.v2/templates/.default/style.css?17319159572402 */
/* /local/components/custom/industry-filter/templates/.default/style.css?17486144594803 */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/style.css?172830510724487 */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/horizontal/themes/blue/colors.css?17030749544759 */
/* /local/templates/.default/components/bitrix/catalog/rowen/bitrix/catalog.section.list/.default/style.css?172923149010387 */
/* /local/templates/.default/components/bitrix/catalog/rowen/bitrix/catalog.section/.default/style.css?174350085250211 */
/* /local/templates/.default/include/consultation-in-catalog/style.css?174280475510220 */
/* /local/components/rowen/get-consultation/templates/bit/style.css?16536619491362 */
