

/* Start:/local/templates/template.main_new/components/ma/breadcrumb/path/style.css?1736918861936*/
.b-breadcrumb {
    color: #003b77;
    font: normal 14px opensans-bold;
    text-transform: uppercase;
    position: relative;
    top: -3px;
    margin: 12px 0px;
    line-height: 30px;
}

    .b-breadcrumb .b-path-arrow {
        display: inline-block;
        width: 9px;
        height: 17px;
        margin: 0 15px;
        background: url('/local/templates/template.main_new/components/ma/breadcrumb/path/img/arrow.png') no-repeat 0 0;
        position: relative;
        top: 3px;
    }

    /*.b-breadcrumb span:not([class="b-breadcrumb_separator"]):not([class="b-path-arrow"]) {
        display: none;
    }

    .b-breadcrumb_separator:nth-last-child(2) {
        display: none;
    }*/



@media (max-width: 768px) {
    .b-breadcrumb {
        margin-top: 10px;
        margin-bottom: 18px;
        line-height: 25px;
        font-size: 10px;
    }

    .b-breadcrumb .b-path-arrow {
        margin: 0 8px;
        background-size: contain;
        height: 12px;
        top: 3px;
    }
}
/* End */


/* Start:/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/style.css?173691886122986*/
.bx-filter {
	width: 100%;
	min-width: 300px;
	margin: 0px auto 41px;
	background: #f6f8f9;
	border: 1px solid #e6ebed;
	border-radius: 10px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	/*padding-top: 26px*/
}
.bx-filter .bx-filter-title {
	position: relative;
    font-size: 14px;
    text-transform: uppercase;
	padding: 10px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
.filter-active.bx-filter-title {
	background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/title-border.png') 0px bottom repeat-x;
}
.filter-deactive:after {
	position: absolute;
    right: 14px;
    top: 12px;
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/toggler_bg.png') 0px -90px no-repeat;
}
.filter-active:after {
	position: absolute;
    right: 14px;
    top: 12px;
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/toggler_bg.png') 0px 4px no-repeat;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
	background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/title-border.png') 0px bottom repeat-x;
}
.bx-filter .bx-filter-parameters-box-title {
	padding: 12px 33px 12px 9px;
}
.bx-filter .bx-filter-parameters-box-title .fa-angle-up {
    position: absolute;
    right: 14px;
    top: 15px;
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/toggler_bg.png') 0px 4px no-repeat;
}
.bx-filter .bx-filter-parameters-box-title .fa-angle-down {
    position: absolute;
    right: 14px;
    top: 15px;
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/toggler_bg.png') 0px -90px no-repeat;
}
@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: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: transparent;
}
.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: 0 0 15px;
	overflow: hidden; 
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	width: 98%;
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 13px;
	height: 30px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/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/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/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 {
	clear: both;
	text-align: center;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	width: 95%;
	margin: 0px auto;
}
.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 span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.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-ui-slider-pricebar-all,
.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-ui-slider-pricebar-all {
	width: 100%;
	height: 2px;
	background: #bfcdd2;
	z-index: 3;
}
.bx-filter .bx-ui-slider-range {
	z-index: 6;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 6;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 3;
	height: 2px;
	background: #bfcdd2;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 4;
	height: 2px;
	background: #bfcdd2;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 5;
	height: 2px;
	background: #00aeef;
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: -5px;
	width: 6px;
	height: 14px;
	border-bottom: none;
	z-index: 7;
}
	.bx-filter .bx-ui-slider-handle input {
		background: transparent;
		border: none;
		outline: none;
	}
	.bx-filter .bx-ui-slider-handle .pricebar-content_min {
		position: absolute;
		top: 14px;
		left: 0px;
		display: block;
		font-size: 12px;
	}
	.bx-filter .bx-ui-slider-handle .pricebar-content_max {
		position: absolute;
		top: 14px;
		right: 0px;
		display: block;
		font-size: 12px;
	}
		.min-price {
			text-align: left;
		}
/*		.max-price {
			text-align: right;
		}*/
.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: -6px;
	/* COLOR */
	background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/selector-item.png') 0px 0px no-repeat;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -6px;
	/* COLOR */
	background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/selector-item.png') 0px -16px no-repeat;
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
    width: 95%;
    margin: 0 auto;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/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/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/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: 28px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 13px;
	line-height: 28px;
	overflow: hidden;
	max-width: 100%;
	height: 28px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #3f3f3f;
}
.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: 13px;
	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: #3f3f3f;
}
.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-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: #bbb;
}
.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] {display: none;}
.bx-filter .bx-filter-input-checkbox input[type=checkbox] + label {
	display: block;
	position: relative;
	padding: 9px 15px 5px;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 26px;
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    left: -16px;
    width: 16px;
    height: 16px;
    border: 1px solid #3eb5f1;
    border-radius: 4px;
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox] + label:hover::before {
    background-color: #fff;
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + label:before {
	background-color: #fff; 
}
.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + label:after {
	content: '';
	position: absolute;
	top: 14px;
	left: -11px;
	width: 8px;
	height: 8px;
	color: #fff;
	background: #3eb5f1;
	z-index: 1;
}
.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/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/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/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/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: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;
}

/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 7px 15px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/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/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/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: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
.btn-themes {
	outline: none;
}
.btn-link.g-half-link {
	margin-left: 10px;
	margin-right: 10px;
	background: none;
	outline: none;
	border-left: none;
	border-top: none;
	border-right: none;
	color: #003b77;
	padding: 0;
}
.filter-result {
	float: left;
	font-weight: bold;
}
/*.filter-toggler {
	/*float: right;
	margin-bottom: 20px;
	padding-right: 25px;
	background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/toggler_bg.png') 35% -83px no-repeat;
	font-weight: bold;
	text-align: right;
	cursor: pointer
}*/
	/*.filter-toggler.filter-active {
		background: url('/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/images/toggler_bg.png') 35% 10px no-repeat;
	}*/
.col-xs-6 {
	width: 47% !important;
}
.bx-left {
	float: left;
}
.bx-right {
	float: right;
}
.filter-sep {
	margin-left: 5px;
	line-height: 30px;
}

.bx-filter-container-modef {
	display: none;
}

@media (max-width: 768px) {
	.bx-filter {
		width: 100%;
		min-width: 1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
		margin-bottom: 20px;
	}

		.bx-filter .bx-filter-title {
		    width: 100%;
		    box-sizing: border-box;
		    font-size: 14px;
		    text-transform: uppercase;
		    margin: 0;
		    letter-spacing: 0.5px;
		}

		.filter-deactive:after {
		    right: 14px;
		    top: 12px;
		}

		.filter-active:after {
		    right: 14px;
		    top: 12px;
		}

		.bx-filter .bx-filter-parameters-box-title {
		    padding: 12px 5px;
		    background-position: 0 0;
		}

		.bx-filter .bx-ui-slider-track-container {
		    padding: 0 0;
		}

		.bx-filter .bx-filter-parameters-box-container-block {
		    width: calc(50% - 14px) !important;
		    float: left;
		}

		.bx-retina .bx-filter .bx-filter-input-container input {
		    font-size: 13px;
		    height: 27px;
		}

		.filter-sep {
		    /*font-size: 0;*/
		    margin: 0 10px;
		    line-height: 27px;
		}

		.bx-retina .bx-filter .bx-filter-select-container {
		    margin: 0 auto;
		    height: 32px;
		}

		.bx-filter .bx-filter-select-text {
		    font-size: 13px;
		    height: 30px;
		    line-height: 30px;
		}

		.bx-filter .bx-filter-select-block {
		    height: 30px;
		}

		.bx-filter .bx-filter-input-checkbox input[type=checkbox] + label {
		    float:  none;
		    text-align: left;
		    padding: 8px 15px;
		    margin: 0 31px 7px;
		}

		.g-half-link {
		    font-size: 15px;
		    color: #003b77;
		}

}
/* End */


/* Start:/local/templates/template.main_new/components/ma/form/left_form/style.css?17369188615066*/
.b-message-left_form {
    margin: 2.0em 0 0 0;
    font: normal 1.0em/1.2 Arial, sans-serif;
}
  
    .b-message-left_form_info {
        margin-bottom: 2.0em;
    }
    .b-message-left_form_item {
        position: relative;
        margin: 0 0 6px 0;
        zoom: 1;
    }
    .b-message-left_form_item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
        .b-message-left_form_item label {
            display: block;
            margin: 0 0 0.3em 0;
            text-align: left;
        }
            .b-message-left_form_item label .required {
                color: #CC0000;
                display: none;
            }
        .b-message-left_form_item_text label, .b-message-left_form_item_textarea label {
            position: absolute;
            top: 9px;
            left: 7px;
            z-index: 2;
            color: #999999;
            font: normal 15px opensans-italic;
        }
    .b-message-left_form_field {
        position: relative;
    }
        .b-message-left_form_checkbox label, .b-message-left_form_radio label {
            display: inline;
            float: none;
            width: auto;
            margin: 0;
            text-align: left;
            font-size: 14px;
        }
        .b-message-left_form_text input, .b-message-left_form_date input {
            width: 224px;
            height: 27px;
            margin: 0;
            padding: 5px 7px;
            background: #FFF;
            border: 2px solid #e6ebed;
            -moz-border-radius: 10px; 
        	-webkit-border-radius: 10px;
        	border-radius: 10px;
            font: normal 14px/1.2 Arial, sans-serif;
        }
        .b-message-left_form_date input {
            /*width: 170px;*/
        }
            .b-message-left_form_date .calendar-icon {
                position: absolute;
                top: 4px;
                left: 342px;
            }
        .b-message-left_form_item .textarea {
            width: 224px;
            height: 105px;
            margin: 0;
            padding: 5px 7px;
            background: #FFF;
            border: 2px solid #e6ebed;
            -moz-border-radius: 10px; 
        	-webkit-border-radius: 10px;
        	border-radius: 10px;
            font: normal 14px/1.2 Arial, sans-serif;
        }
        .b-message-left_form_dropdown select {
            width: 367px;
            margin-left: 1px;
            font: normal 16px/1.2 Arial, sans-serif;
        }
        

        .b-message-left_form_item-hint {
            display: block;
            clear: both;
            padding: 0.4em 0 0 0;
            color: #979797;
            font-size: 11px;
        }
        .b-message-left_form_item-error {
            display: block;
            clear: both;
            margin: 0;
            padding: 0.4em 0 0 0;
            color: #dd4b39;
            font-size: 11px; 
        }
        .b-message-left_form_error .b-message-left_form_text input, .b-message-left_form_error .b-message-left_form_date input, .b-message-left_form_error textarea {
            border-color: #dd4b39 !important;
        }

        .b-color-captcha {
            float: left;
            margin: -5px 0 0 -5px; 
        }
            .b-color-captcha_item {
                float: left;
                padding: 8px;
            }
            .b-color-captcha_selected {
                padding: 5px;
                border: 3px solid red;
            }
                .b-color-captcha_item span {
                    display: block;
                    width: 25px;
                    height: 25px;
                    overflow: hidden;
                    text-indent: -5000px;
                }
        .b-color-captcha-text {
            position: relative;
            float: left;
            height: 24px;
            margin: 3px 0 0 15px;
            padding: 0 10px;
            line-height: 25px;
            background-color: #f2efda;
            background-color: #fff9c9;
            border: 1px solid #c7bf93;
        }
            .b-color-captcha-text_corner {
                position: absolute;
                margin-top: 7px;
                margin-left: -10px;
                top: 0;
                left: 0;
                width: 10px;
                height: 10px;
                overflow: hidden;
                background: url(/local/templates/template.main_new/components/ma/form/left_form/img/tip-yellow_arrows.png) no-repeat -30px 0;
            }
            .b-color-captcha-text label {
                color: #000;
                font-size: 12px;
            }

    .b-message-left_form_submit {
        clear: both;
        margin-top: 17px;
    }
        .b-message-left_form_submit input {
            font: normal 16px/1.2 Arial, sans-serif;
            cursor: pointer;
        }
    .b-message-left_form_required-sing {
        margin-top: 1.2em;
        margin-left: 310px;
        font-size: 11px;
    }

    .b-message-left_form .b-message-form_personal-data {
        float: left;
        margin: 10px 0;
        font-size: 12px;
    }
/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/.default/user_consent.min.css?17579378213754*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;width:100%;max-width:600px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 10px 0;font:normal 18px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{border:1px solid #999;overflow:auto;padding:8px;text-align:left;color:#545454}.main-user-consent-request-popup-link{height:130px;display:flex;justify-content:center;align-items:center;flex-direction:column}.main-user-consent-request-popup-link a{display:block;margin:20px 0 0 0;text-overflow:ellipsis;overflow:hidden;max-width:260px}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{color:#333;font-size:13px;line-height:15px}.main-user-consent-request-announce-link{cursor:pointer}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text,.main-user-consent-request-popup-link{height:240px}.main-user-consent-request-popup-link a{max-width:200px}}@media(max-width:768px){.main-user-consent-request-popup-cont{height:100%}}
/* End */


/* Start:/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.section.list/blocks/style.css?17369188617901*/
/**
 * @version 1.0.1
 * @since 2017-11-27
 */

.b-catalog-section-blocks {
	overflow: hidden;
	margin: 0 0 0 -15px;
}
	.b-catalog-section-blocks_item {
		/*width: 222px;*/
		display: inline-block;
		margin: 0 0 20px 15px;
		overflow: hidden;
		*display: inline;
	  	zoom: 1;
	  	vertical-align: top;
	}
		.b-catalog-section-blocks_holder {
			overflow: hidden;
		}
			.b-catalog-section-blocks_image {
 				float: left;
 				width: 100%;
 				height: 221px;
				box-sizing: border-box;
 				margin-bottom: 0.8em;
 				padding: 2px;
				vertical-align: middle;
				border: 1px solid #CCC;
				border-radius: 2px;
 			}
			.b-catalog-section-blocks_image a {
				height: 100%;
				width: 100%;
				display: inline-block;
				text-align: center;
				vertical-align: middle;
 			}
			.b-catalog-section-blocks_image:hover {
 				padding: 1px;
 				border-color: rgb(0, 174, 239);
 				border-width: 2px;
			}
				.b-catalog-section-blocks_image a:before {
					content: '';
					display: inline-block;
					height: 100%;
					width: 0;
					vertical-align: middle;
				}
				.b-catalog-section-blocks_image img {
					vertical-align: middle;
				}
 			.b-catalog-section-blocks_no-image {
 				float: left;
 				width: 218px;
 				height: 132px;
 				margin-bottom: 0.8em;
 				background: #FFF url(/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.section.list/blocks/img/no-image_220x170.png) 50% 50% no-repeat;
				border: 1px solid #CCC;
 			}
 				.b-catalog-section-blocks_no-image a {
 					display: block;
 					width: 220px;
 					height: 132px;
 					overflow: hidden;
 					text-indent: -1000px;
 				}
 			.b-catalog-section-blocks_text {
 				margin-bottom: 0.8em;
 				clear: both;
 			}
 				.b-catalog-section-blocks_name {
 					margin-bottom: 0.8em;
 				}



@media (min-width: 769px) {
	.b-catalog-section-blocks {
		height: auto !important;
		opacity: 1 !important;
	}
}

@media (max-width: 768px) {
	.owl-carousel {
		margin: 0 auto 40px;
		width: 100%;
		-webkit-tap-highlight-color: transparent;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
	}
	.owl-carousel .owl-stage:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	.owl-carousel .owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none;
	}
	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		-webkit-transform-style: preserve-3d;
	}
	.owl-carousel .owl-nav.disabled,
	.owl-carousel .owl-dots.disabled {
		display: none;
	}
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
		cursor: pointer;
		cursor: hand;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.b-catalog-section-blocks .owl-nav .owl-prev,
	.b-catalog-section-blocks .owl-nav .owl-next {
		position: absolute;
		width: 10px;
		height: 10px;
		border-top: 1px solid #ed1c24;
		border-left: 1px solid #ed1c24;
		font-size: 0;
		top: 50%;
		margin-top: -23px;
	}

	.b-catalog-section-blocks .owl-nav .owl-prev {
		transform: rotate(-45deg);
		left: 0;
	}

	.b-catalog-section-blocks .owl-nav .owl-next {
		transform: rotate(135deg);
		right: 0;
	}

	.b-catalog-section-blocks .owl-nav .disabled {
		opacity: 0.3;
	}

	.owl-carousel.owl-loaded {
		display: block;
		overflow: visible;
		margin: 0 auto;
	}
	.owl-carousel.owl-loading {
		opacity: 0;
		display: block;
	}
	.owl-carousel.owl-hidden {
		opacity: 0;
	}
	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden;
	}
	.owl-carousel.owl-drag .owl-item {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.owl-carousel.owl-grab {
		cursor: move;
		cursor: grab;
	}
	.owl-carousel.owl-rtl {
		direction: rtl;
	}
	.owl-carousel.owl-rtl .owl-item {
		float: right;
	}
	/* No Js */
	.no-js .owl-carousel {
		display: block;
	}
/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out;
}
/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("/local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.section.list/blocks/owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
.owl-carousel .owl-dots {
position: absolute;
right: 13px;
top: 15px;
z-index: 2;
text-align: center;
width: 10px;
}
.owl-carousel .owl-dot {
position: relative !important;
display: inline-block !important;
margin: 0 0 5px 0;
width: 10px;
height: 10px;
overflow: hidden;
background-color: #FFF;
border-radius: 12px;
text-indent: -1000px;
cursor: pointer;
}
.owl-carousel .owl-dot:last-child {
margin: 0;
}
.owl-carousel .owl-dot.active {
background-color: #3eb5f1;
}

.b-catalog-section-blocks {
	padding: 0 20px;
	box-sizing: border-box;
}

.b-catalog-section-blocks_item {
    margin: 0;
    width: 99% !important;
}

.b-catalog-section-blocks_holder {
    width: 100% !important;
}

.b-catalog-section-blocks_image {
	height: 140px;
}

.b-catalog-section-blocks_no-image {
    float: left;
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    margin-bottom: 0.8em;
    padding: 2px;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-radius: 2px;
}

.b-catalog-section-blocks_image a {
	height: 135px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	overflow: hidden;
}

.b-catalog-section-blocks_image {
    height: 140px;
}

.owl-carousel .b-catalog-section-blocks_image a img {
	width: auto;
	max-width: 135px;
	max-height: 135px;
}

}
/* End */
/* /local/templates/template.main_new/components/ma/breadcrumb/path/style.css?1736918861936 */
/* /local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.smart.filter/.default/style.css?173691886122986 */
/* /local/templates/template.main_new/components/ma/form/left_form/style.css?17369188615066 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/.default/user_consent.min.css?17579378213754 */
/* /local/templates/template.main_new/components/ma/catalog/gazmaster-catalog/ma/catalog.section.list/blocks/style.css?17369188617901 */
