

/* Start:/bitrix/templates/template.main/css/global/global.css?16826689993078*/
﻿/* global.css
 * глобальные стили
 *
 */

* { 
	outline: none; 
}
body, html { 
	height: 100%;
	width: 100%;
	margin: 0; 
	padding: 0;
	border: none;
	background-color: #ffffff;
}
table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}
img { 
	border: none; 
	/*margin: 0; */
	padding: 0; 
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.4em 0;
	padding: 0;
	color: #30302e;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	font-size: 30px;
    line-height: 30px;
    text-transform: none;
	text-transform: uppercase;
	margin-bottom: 25px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6{
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}
p {
	margin: 0.8em 0;
	padding: 0;
}
ul, ol, li {
	margin: 0.8em 0;
}
.g-clean {
	clear: both;
	font-size:0;
  	overflow: hidden;
}
.g-nobr {
	white-space: nowrap;
}
.g-menu ul, .g-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.g-half-link {
	cursor: pointer;
	text-decoration: none !important;
	color: inherit;
	border-bottom-color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.g-img-left {
    float: left;
    margin: 0 20px 0 0;
}
.g-img-right {
    float: right;
    margin: 0 0 0 20px;
}
.g-ico {
	background-image: url('/bitrix/templates/template.main/css/global/../../img/ico-map.png');
}
.g-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
	.g-ul li{
		background: url('/bitrix/templates/template.main/css/global/../../img/li-ico.png') 0px 5px no-repeat;
		padding-left: 20px;
		margin: 0 0 7px;
		font-size: 16px;
		line-height: 16px;
		color: #30302e;
	}
.g-button{
	font-size: 24px;
	line-height: 24px;
	color: #fff !important;
	background: #f33535;
	border: none;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	padding: 15px 35px 15px 35px;
	cursor: pointer;
}
.g-visible-xs {
	display: none;
}
.input_type {
    padding:8px;
    border:1px solid #ccc;
    display:block;
    border-bottom:1px solid #ccc;
    width:25%
}
.sub_btn {
    background-color: #f44336;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}


.b-content , .b-breadcrumb , h1 {
position: relative;
z-index: 6;
}

.error404-block {
height: 510px;
}

.error404-bg {
background: url(/images/error404-new.png) no-repeat 50% 50% / cover;
width: 1186px;
height: 610px;
position: absolute;
top: 3px;
z-index: 5;
}

.title404 {
font-size: 30px;
font-weight: 600;
}

.desc404 {
line-height: 1.7;
position: relative;
z-index: 5;
}

.box404 {
padding-top: 50px;
position: relative;
z-index: 5;
}

.btn404, .btn404:visited {
display: inline-block;
background: #F33535;
color: #fff;
text-decoration: none;
border: 1px solid #F33535;
padding: 14px 41px;
cursor: pointer;
}

.btn404:hover {
background: none;
color: #F33535;
border: 1px solid #F33535;
text-decoration: none;
}


@media (max-width: 768px) {

.box404 {
text-align: center;
padding-top: 30px;
}

.desc404 {
text-align: center;
}

.error404-bg {
background: #fff;
}

.btn404, .btn404:visited {
margin-bottom: 15px;
}

}




/* End */


/* Start:/bitrix/templates/template.main/css/global/font.css?1682668999287*/
/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */

body {
	color: #30302e;
	font: 14px/1.4 Arial, sans-serif;
}
a, a:visited { 
	color: #f33535;
	text-decoration: underline;
}
a:hover, a:active {
	color:  #30302e;
	text-decoration: underline;
}

/* End */


/* Start:/bitrix/templates/template.main/css/layout/holster.css?1682668999843*/
/* holster.css
 * стили основных блоков сайта, его сетки
 *
 */

.l-page {
	position: relative;
  	height: auto !important;
  	height: 100%;
  	min-height: 100%;
	width: 100%;
	min-width: 1180px;
	margin: 0 auto;
}
	.l-page-holder {
		margin: 0 auto;
		padding: 0px  0px 190px 0px;
	}
		.l-wrapper {
			width: 100%;
			overflow: hidden;
		}
			.l-header {
				height: 235px;
			}
			.l-page-content {
				width: 100%;
				float: left;
				overflow: hidden;
			}
				.l-content {
					margin: 0px;
				}
			.l-page-left {
				float: left;
				width: 250px;
				
				overflow: hidden;
			}
			.l-page-right {
				float: left;
				width: 250px;
				margin-left: -250px;
				overflow: hidden;
			}
	.l-footer {
		position: absolute;
		bottom: 0; 
		left: 0;
		width: 100%;
		height: 150px;
		background: #f2f2f2;
	}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/blocks.css?17226014707580*/
/* blocks.css
 * Стили блоков сайта, основной рабочий файл
 *
 */

.b-header {
}

.b-header-top-block {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

.b-header-logo {
    position: absolute;
    top: 10px;
    left: 0;
}

.b-header-text {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 260px;*/
    width: 300px;
    /*height: 90px;*/
    height: 110px;
    background: #f2f2f2;
    /*padding: 14px 20px 4px 20px;*/
    padding: 10px 20px 10px 20px;
    margin-left: 210px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
}

.b-header-title {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 330px;*/
    width: 370px;
    margin-left: 20px;
    background: #f2f2f2;
    padding: 14px 20px 4px 20px;
    border-radius: 5px;
}

.b-header-contact {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 220px;*/
    width: 260px;
    background: #f2f2f2;
    /*padding: 20px 15px 10px 25px;*/
    padding: 2px 15px 15px 25px;
    border-radius: 5px;
}

.b-header-phone,
.b-header-mail,
.b-header-address {
    position: relative;
    padding-left: 35px;
    line-height: 35px;
}

.b-header-phone {
    font-size: 22px;
    font-weight: 700;
}

.b-header-mail,
.b-header-address {
    font-size: 16px;
    color: #30302e !important;
}

.b-header-phone::before,
.b-header-mail::before,
.b-header-address::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
    width: 26px;
    height: 26px;
    background: transparent center no-repeat;
}

.b-header-phone::before {
    background-image: url("/bitrix/templates/template.main/css/layout/../../img/phone-ico.png");
}

.b-header-mail::before {
    background-image: url("/bitrix/templates/template.main/css/layout/../../img/mail-ico.png");
}

.b-header-address::before {
    background-image: url("/bitrix/templates/template.main/css/layout/../../img/map-ico.png");
}

.b-header-search {
    float: right;
    width: 370px;
    margin-right: 20px;
}

.b-header-menu {
    background: #f2f2f2;
    margin-top: 15px;
    height: 60px;
}

.b-header-menu-wrap {
    width: 1180px;
    margin: 0 auto;
    background: #30302e;
}

.b-header-menu-wrap ul.deep-1 {
    display: flex;
}

.b-header-menu-wrap ul.deep-1,
.b-header-menu-wrap ul.deep-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #30302e;
}

.b-header-menu-wrap li.deep-1 {
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
    margin: 0;
}

.b-header-menu-wrap a.deep-1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    padding: 0px 25px;
    text-decoration: none !important;
    color: #fff !important;
    background: #30302e;
    text-transform: uppercase;
    font-size: 15px;
}

.b-header-menu-wrap a:hover {
    background: #666666;
}

.b-header-menu-wrap a.root-selected {
    background: #666666;
}

.b-header-menu-wrap li.deep-1:last-child {
    float: right;
    position: relative;
}

.b-header-menu-wrap li.deep-1:last-child a {
    padding: 0px 35px;
}

.b-header-menu-wrap ul.deep-2 {
    position: absolute;
    display: none;
    width: 287px;
    top: 60px;
    left: 0px;
    z-index: 10;
    overflow: hidden;
}

.b-header-menu-wrap li.deep-1-last ul.deep-2 {
    position: absolute;
    display: none;
    top: 60px;
    right: 0px;
    z-index: 10;
    overflow: hidden;
}

li.deep-1:hover > ul.deep-2 {
    display: block;
}

.b-header-menu-wrap a.deep-2 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 256px;
    height: 60px;
    padding: 0px 16px 0px 16px !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #30302e;
    text-transform: uppercase;
    font-size: 16px;
}

.b-header-menu-wrap li.deep-1-last ul.deep-2 {
    width: 157px;
}

.b-header-menu-wrap a:hover {
    background: #666666;
}

.b-header-menu-wrap a.root-selected {
    background: #666666;
}

.b-content {
    width: 1180px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.b-catalog-left {
    float: left;
    width: 290px;
    overflow: hidden;
    background: #f2f2f2;
}

.b-catalog-right {
    overflow: hidden;
    margin-left: 350px;
}

.b-content-catalog_banner img {
    width: 830px;
    height: 306px;
}

.b-breadcrumb {
    color: #a6a6a6;
    margin-top: 12px;
    margin-bottom: 15px;
}

.b-breadcrumb a {
    color: #a6a6a6 !important;
}

a.b-breadcrumb_main {
    position: relative;
    background: url("/bitrix/templates/template.main/css/layout/../../img/home-ico.png") 0px 0px no-repeat;
    text-indent: -10000px;
    width: 11px;
    height: 14px;
    display: inline-block;
}

.b-breadcrumb_separator {
    display: inline-block;
    vertical-align: middle;
    background: url("/bitrix/templates/template.main/css/layout/../../img/bread-ico.png") 0px 0px no-repeat;
    text-indent: -10000px;
    width: 4px;
    height: 4px;
    margin: 0px 10px;
}

.b-content-contact-left {
    float: left;
    width: 520px;
}

.b-content-contact {
    border-bottom: 1px solid #e8e7e8;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.b-content-contact-right {
    width: 590px;
    float: right;
}

.b-content-contact-map {
    margin-bottom: 30px;
}

.b-footer {
    width: 1180px;
    margin: 0 auto;
    padding-top: 35px;
    overflow: hidden;
}

.b-footer-copy {
    float: left;
    /*margin-top: 35px;*/
    line-height: 19px;
}

.b-footer-phone,
.b-footer-mail,
.b-footer-adress {
    position: relative;
    float: left;
    /*margin-top: 45px;*/
    /*margin-top: 10px;*/
    margin-left: 30px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 19px;
}

.b-footer-phone {
    margin-left: 190px;
}

.b-footer-phone::before,
.b-footer-mail::before,
.b-footer-adress::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -1px;
    width: 26px;
    height: 26px;
    background: transparent center no-repeat;
}

.b-footer-phone::before {
    background-image: url("/bitrix/templates/template.main/css/layout/../../img/phone-ico.png");
}

.b-footer-mail::before {
    background-image: url("/bitrix/templates/template.main/css/layout/../../img/mail-ico.png");
}

.b-footer-adress::before {
    background-image: url("/bitrix/templates/template.main/css/layout/../../img/map-ico.png");
}

.b-footer_personal-data {
    max-width: 800px;
    margin: 25px auto 0;
    font-size: 12px;
    text-align: center;
    color: #a6a6a6;
}

.b-global-order-form {
    position: fixed;
    top: 196px;
    right: -58px;
    padding: 15px 18px 16px 39px;
    transform: rotate(270deg);
    font-size: 14px;
    z-index: 10;
}

.b-global-order-form:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 14px;
    height: 12px;
    margin-top: -7px;
    background: url("/bitrix/templates/template.main/css/layout/../../img/map-ico-d.png") 0px -36px no-repeat;
    transform: rotate(90deg);
}

.b-list-a-sales {
    background: #f33535 !important;
}

.b-telegram {
    font-size: 16px;
    position: relative;
    padding-left: 35px;
    line-height: 35px;
}

.b-telegram:before {
    content: "";
    position: absolute;
    top: 25%;
    left: -1px;
    width: 20px;
    height: 19px;
    background-image: url(/bitrix/templates/template.main/img/telegram-icon.svg);
    background-repeat: no-repeat;
}

.fancybox-gallery-btn {
    display: block;
    max-width: 170px;
    box-sizing: border-box;
    margin: 10px auto 0;
}
.fancybox-gallery-product-id {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 18px;
    font-weight: bold;
}

iframe {
    max-width: 100%;
}

@media (max-width: 768px) {
    .fancybox-gallery-product-id {
        right: 0;
    }

    .b-global-order-form {
        top: 40%;
    }
}

/* End */


/* Start:/bitrix/templates/template.main/css/layout/content.css?1682668999638*/
/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content td {
    vertical-align: top;
}

.b-table {
    margin-right: 2px;
}
    .b-table table {
        border-top: 3px solid #0592d0;
    }
    .b-table th, .b-table td {
        padding: 10px;
        border: 1px solid #d4d4d4;
        text-align: left;
        vertical-align: middle;
        font-size: 13px;
        color: #000;
    }
    .b-table th, .b-table tr:first-child td, .b-table tr:nth-child(odd) {
        background-color: #e5e5e5;
    }
    .b-table .phone {
        width: 120px;
    }
/* End */


/* Start:/bitrix/templates/template.main/css/layout/responsive.css?169095179214823*/
@media (max-width: 768px) {


	.g-visible-xs {
		display: block;
	}

	.g-hidden-xs {
		display: none !important;
	}

	.b-footer-mail .g-visible-xs {
		display: none;
	}

	.b-footer-mail .g-hidden-xs {
		display: inline-block !important;
	}

	body {
		font-size: 14px;
		line-height: 1.25;
	}

	h1 {
		font-size: 18px;
		line-height: 24px;
	}

	h2 {
		font-size: 18px;
		line-height: 24px;
	}

	img {
		max-width: 100%;
		height: auto !important;
	}


	.l-page {
		min-width: 320px;
	}

	.l-page-holder {
		padding-bottom: 0;
	}

	.l-wrapper {}

	.l-header {
		height: auto;
	}

	.l-page-content {
		float: none;
	}

	.l-content {}

	.l-footer {
		position: static;
		height: auto;
	}


	/*header*/

	.b-header {
		position: relative;
		padding-bottom: 84px;
		border-bottom: 1px solid #f2f2f2;
	}

	.b-header-top-block {
		position: static;
		width: auto;
		margin: 0;
		border-bottom: 1px solid #f2f2f2;
	}

	.b-header-logo {
		position: absolute;
		top: auto;
		bottom: 14px;
		left: 50%;
		width: 130px;
		height: 60px;
		margin-left: -65px;
	}

	.b-header-logo img {
		max-width: 100%;
	}

	.b-header-text,
	.b-header-title,
	.b-header-contact {
		float: none;
		width: auto;
		margin: 0;
		border-radius: 0;
	}

	.b-header-contact {
		display: flex;
		flex-direction: column;
		/* width: 220px; */
		padding: 10px 15px 8px;
		overflow: hidden;
		background: none;
	}

	.b-header-phone,
	.b-header-mail {
		float: left;
		min-height: 24px;
		padding: 0 0 0 30px;
		font-size: 16px;
		line-height: 34px;
		white-space: nowrap;
		background-position: 0px 0px;
	}

	.b-header-phone {
		/*float: right;*/
	}

	.b-header-mail {
		/*font-size: 0;*/
	}

	.b-header-address {
		clear: both;
	}

	.b-header-phone::before,
	.b-header-mail::before .b-header-address::before {
		top: -1px;
	}

	.b-header-phone a {
		text-decoration: none;
		color: inherit;
	}

	.b-header-mail a {
		/* position: absolute; */
		top: -1px;
		left: 0;
		/* display: block !important; */
		width: 26px;
		height: 26px;
	}


	.b-header-menu {
		height: auto;
		margin: 0;
		background-color: #f2f2f2;
		color: #30302e;
	}

	.b-header-menu-title {
		/* position: absolute; */
		position: fixed;
		z-index: 100;
		top: 0px;
		right: 0px;
	}

	.b-header-menu-title button {
		position: relative;
		margin: 0;
		padding: 0;
		font-size: 0;
		width: 50px;
		height: 44px;
		background: none;
		border: none;
		outline: none;
		-webkit-transition: background 0.4s;
		-o-transition: background 0.4s;
		transition: background 0.4s;
		background-color: #fff;
	}

	.b-header-menu-title button span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 3px;
		margin-top: -2px;
		margin-left: -10px;
		background-color: #666666;
	}

	.b-header-menu-title button span::before,
	.b-header-menu-title button span::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #666666;
	}

	.b-header-menu-title button span::before {
		top: -6px;
		-webkit-transition: top 0.2s 0.2s, -webkit-transform 0.2s;
		transition: top 0.2s 0.2s, -webkit-transform 0.2s;
		-o-transition: transform 0.2s, top 0.2s 0.2s;
		transition: transform 0.2s, top 0.2s 0.2s;
		transition: transform 0.2s, top 0.2s 0.2s, -webkit-transform 0.2s;
	}

	.b-header-menu-title button span::after {
		bottom: -6px;
		-webkit-transition: bottom 0.2s 0.2s, -webkit-transform 0.2s;
		transition: bottom 0.2s 0.2s, -webkit-transform 0.2s;
		-o-transition: transform 0.2s, bottom 0.2s 0.2s;
		transition: transform 0.2s, bottom 0.2s 0.2s;
		transition: transform 0.2s, bottom 0.2s 0.2s, -webkit-transform 0.2s;
	}

	.b-header-menu-title button.active {
		background: #f2f2f2;
	}

	.b-header-menu-title button.active span {
		background-color: transparent;
	}

	.b-header-menu-title button.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s;
		transition: top 0.2s, -webkit-transform 0.2s 0.2s;
		-o-transition: top 0.2s, transform 0.2s 0.2s;
		transition: top 0.2s, transform 0.2s 0.2s;
		transition: top 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
	}

	.b-header-menu-title button.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s;
		transition: bottom 0.2s, -webkit-transform 0.2s 0.2s;
		-o-transition: bottom 0.2s, transform 0.2s 0.2s;
		transition: bottom 0.2s, transform 0.2s 0.2s;
		transition: bottom 0.2s, transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
	}

	.b-header-menu-wrap {
		position: fixed;
		top: 0;
		right: 50px;
		left: 0;
		bottom: 0;
		z-index: 100;
		display: none;
		width: auto;
		padding: 0 15px;
		background: none;
		background-color: #fff;
		box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
	}

	.b-header-menu-wrap ul.deep-1 {
		background: none;
	}

	.b-header-menu-wrap li.deep-1,
	.b-header-menu-wrap li.deep-1:last-child {
		float: none;
	}

	.b-header-menu-wrap ul.deep-1 {
		flex-direction: column;
	}

	.b-header-menu-wrap a.deep-1 {
		display: block;
		height: auto;
		padding: 12px 0 10px;
		background: none;
		/* border-bottom: 1px solid #dedede; */
		color: inherit !important;
	}

	.b-header-menu-wrap li.deep-1:last-child a {
		display: block;
		height: auto;
		padding: 12px 0 11px;
		background: none;
		border-bottom: none;
		color: inherit !important;
	}

	.b-header-menu-wrap a.deep-1.root-selected {
		font-weight: bold;
	}

	.b-header-menu-wrap ul.deep-2 {
		display: none !important;
	}

	.b-header-menu-wrap a.deep-2 {
		display: block;
		height: auto;
		padding: 5px 10px;
	}

	.b-header-search {
		float: none;
		padding: 0 15px;
		width: auto;
		margin: 0;
	}

	/*content*/

	.b-content {
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 20px;
	}

	.b-content-catalog {}

	.b-catalog-left,
	.b-catalog-right {
		float: none;
		width: auto;
		margin: 0 0 10px;
		overflow: visible;
	}

	.b-catalog-left {
		background: none;
	}

	/*catalog menu*/

	.b-catalog-left .b-catalog-menu_holder_items {
		margin: 0 -15px;
		background-color: #f2f2f2
	}

	.b-catalog-left .b-catalog-menu_title {}

	.b-catalog-left .b-catalog-menu_title {
		display: block;
		margin: 0;
		padding: 9px 15px;
		font: bold 16px/1 'Arial', sans-serif;
		text-align: center;
		background: #f2f2f2;
		border: none;
	}

	.b-catalog-left .b-catalog-menu_title span {
		position: relative;
		display: inline-block;
		padding-right: 27px;
	}

	.b-catalog-left .b-catalog-menu_title span::after {
		content: '';
		position: absolute;
		top: 1px;
		right: 3px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #30302e;
		border-right: 2px solid #30302e;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);

		-webkit-transition: top 0.4s, -webkit-transform 0.4s;

		transition: top 0.4s, -webkit-transform 0.4s;

		-o-transition: transform 0.4s, top 0.4s;

		transition: transform 0.4s, top 0.4s;

		transition: transform 0.4s, top 0.4s, -webkit-transform 0.4s;
	}

	.b-catalog-left .b-catalog-menu_title.active {
		background-color: #e0e0e0;
	}

	.b-catalog-left .b-catalog-menu_title.active span::after {
		top: 5px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.b-catalog-left .b-catalog-menu_holder_items ul.ul-deep-1 {
		display: none;
		padding: 0 15px;
	}

	.b-catalog-left .b-catalog-menu_holder_items li {
		margin: 0;
		padding: 0;
		border: none;
	}

	.b-catalog-left .b-catalog-menu_holder_items .li-item-uslugi {
		padding: 0 15px;
		list-style-type: none;
	}

	.b-catalog-left .b-catalog-menu_holder_items li:last-child {
		/*border-bottom: none;*/
	}

	.b-catalog-left .b-catalog-menu_holder_items li a {
		display: block;
		padding: 13px 0 12px;
		font-size: 14px;
		border-bottom: 1px solid #dedede;
	}

	.b-catalog-left .b-catalog-menu_holder_items li a.a-deep-1 {
		padding: 12px 0 11px;
		font-size: 16px;
	}

	.b-catalog-left .b-catalog-menu_holder_items li.li-deep-1:last-child a {
		border-bottom: none;
	}

	.b-catalog-left .b-catalog-menu_holder_items li.li-deep-2::before {
		content: none;
	}

	.b-catalog-left .b-catalog-menu_holder_items ul.ul-deep-3 {
		display: none;
	}


	.b-content .b-catalog-left_carousel {
		display: none;
		margin: 25px 0;
		padding-top: 0;
	}

	.b-content .b-catalog-elements-slider-title,
	.b-content .b-catalog-elements-slider-title_value {
		margin: 0;
		font-weight: normal;
		font-size: 16px;
	}

	.b-content .b-catalog-elements-slider_more_obekty {
		margin-top: 17px;
		text-align: center;
	}

	.b-content .js-mobile-objects .b-catalog-left_carousel {
		display: block;
	}


	/*page-title*/

	.b-content .b-breadcrumb {}


	/*catalog section*/

	.b-content .b-catalog-section-blocks {
		overflow: visible;
		margin: 0 -15px;
	}

	.b-content .b-catalog-section-blocks_item {
		display: block;
		width: auto;
		margin: 0 0 20px;
	}

	.b-content .b-catalog-section-blocks_holder {}

	.b-content .b-catalog-section-blocks_image,
	.b-content .b-catalog-section-blocks_no-image,
	.b-content .b-catalog-section-blocks_image a,
	.b-content .b-catalog-section-blocks_no-image a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.b-content .b-catalog-section-blocks_text {}

	.b-content .b-catalog-section-blocks_name {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.b-content .b-catalog-section-blocks_name a {
		display: block;
		min-height: 32px;
		padding: 14px 15px;
	}


	/*catalog elements*/

	.b-content .b-catalog-elements-blocks {
		overflow: visible;
		margin: 0 -15px 25px;
	}

	.b-content .b-catalog-elements-blocks_item {
		float: none;
		display: block;
		width: auto;
		margin: 0 0 20px;
		border: none;
	}

	.b-content .b-catalog-elements-blocks_holder {
		margin: 0;
	}

	.b-content .b-catalog-elements-photo_image:not(.video) {
		width: auto;
		height: auto;
	}

	.b-content .b-catalog-elements-blocks_no-image {
		display: block;
		width: auto;
	}

	.b-content .b-catalog-elements-blocks_name {
		padding: 0;
		background: none;
	}

	.b-content .b-catalog-elements-blocks_name a {
		display: block;
		padding: 15px;
		background: #f2f2f2;
	}

	/*photogallery elements*/

	.b-content .b-catalog-elements-photo {
		overflow: visible;
		margin: 0 -15px 25px;
	}

	.b-content .b-catalog-elements-photo_item {
		float: none;
		display: block;
		width: auto;
		height: auto;
		margin: 0 0 20px;
		border: none;
	}

	.b-content .b-catalog-elements-photo_holder {
		margin: 0;
	}

	.b-content .b-catalog-elements-photo_image:not(.video) {
		width: auto;
		height: auto;
	}

	.b-content .b-catalog-elements-photo_image.video {
		width: 100%;
	}

	.b-content .b-catalog-elements-photo_no-image {
		display: block;
		width: auto;
	}

	/*catalog detail*/

	.b-content .b-catalog-detail {}

	.b-content .b-catalog-detail_holder-pic {
		float: none;
		width: auto;
		height: 256px;
		margin: 0 0 25px;
	}

	.b-content .b-catalog-detail_detail-pic {
		/*margin: 0;*/
		text-align: center;
	}

	.b-content .b-catalog-detail_more-pic_item,
	.work__examples-list-item {
		float: none;
		width: auto;
		height: auto;
		margin-bottom: 15px;
		margin-left: 0;
		border: none;
	}

	.b-content .b-catalog-detail_more-pic_item a {}

	.b-content .b-catalog-detail_detail-pic img,
	.b-content .b-catalog-detail_more-pic_item img,
	.b-content .work__examples-list-item img {
		max-height: 256px;
	}

	.work__examples,
	#carouselOwl-examples-list {
		display: none;
	}

	.b-catalog-detail_more-pic_item.mobile {
		display: block;
	}

	.b-content .b-catalog-detail_text {
		width: auto;
		overflow: visible;
	}

	.b-content .b-catalog-detail_order {
		text-align: center;
	}

	.b-catalog-detail_order.no-icon .g-button {
		padding-right: 27px;
		padding-left: 27px;
	}

	/*objects*/

	.b-content .b-objects {
		margin-bottom: 0;
	}

	.b-content .b-objects_item {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-bottom: 30px;
		border: none;
	}

	.b-content .b-objects_item_holder {
		padding: 0;
	}

	.b-content .b-objects_item_no-image {
		width: 170px;
		margin: 0 auto;
	}

	.b-content .b-objects_item_text {
		margin-top: 10px;
	}


	/*contacts*/

	.b-content .b-content-contact-right,
	.b-content .b-content-contact-left {
		float: none;
		width: auto;
	}

	/*content && modal-box form*/

	.b-content .b-message-form_text input,
	.b-content .b-message-form_date input,
	.b-content .b-message-form_item .textarea,
	.m-box-modal .b-message-form_text input,
	.m-box-modal .b-message-form_date input,
	.m-box-modal .b-message-form_item .textarea {
		width: 100%;
		height: 37px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.b-content .b-message-form_item .textarea,
	.m-box-modal .b-message-form_item .textarea {
		height: 125px;
	}

	.b-content .b-captcha,
	.b-content .b-captcha-text,
	.m-box-modal .b-captcha,
	.m-box-modal .b-captcha-text {
		float: none;
		width: auto;
		text-align: center;
	}

	.b-content .b-captcha_item,
	.m-box-modal .b-captcha_item {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.b-content .b-captcha-text,
	.m-box-modal .b-captcha-text {
		margin: 5px 0 0;
		padding: 0;
		background: none;
		border: none;
	}

	.b-content .b-captcha-text_corner,
	.m-box-modal .b-captcha-text_corner {
		display: none;
	}

	.b-content .b-captcha-text label,
	.m-box-modal .b-captcha-text label {
		text-align: center;
	}

	.b-content .b-message-form_submit,
	.m-box-modal .b-message-form_submit {
		float: none;
		margin: 0 0 15px;
	}

	.b-content .b-message-form_submit .g-button,
	.m-box-modal .b-message-form_submit .g-button {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.b-content .b-message-form_personal-data-note,
	.m-box-modal .b-message-form_personal-data-note {
		width: auto;
		margin: 0 0 15px;
		padding-top: 0;
		text-align: center;
	}


	/*footer*/

	.b-footer {
		width: auto;
		padding: 17px 15px 27px;
	}

	.b-footer-copy,
	.b-footer-phone,
	.b-footer-mail,
	.b-footer-adress,
	.b-footer_personal-data {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}

	.b-footer-copy {
		margin-bottom: 27px;
		text-align: center;
	}

	.b-footer-phone,
	.b-footer-mail,
	.b-footer-adress {
		margin-bottom: 25px;
		padding-left: 34px;
	}

	.b-footer-phone a,
	.b-footer-mail a {
		display: inline-block;
		text-decoration: none;
		color: inherit;
	}

	.b-footer-adress {
		margin-bottom: 12px;
	}

	.b-footer_personal-data {
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		color: inherit;
	}

}
/* End */


/* Start:/bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?16826689214867*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/ma/site.settings/fancybox2/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/components/ma/site.settings/templates/.default/style.css?16907976232915*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/bitrix/components/ma/site.settings/templates/.default/img/loading.gif) no-repeat 50% 50%; }

.m-box-modal {
    max-width: 700px;
    background: #fff;
    padding: 15px 20px;
    position: relative;
}

    .m-box-modal .box-modal_close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        background: url('/bitrix/components/ma/site.settings/templates/.default/img/modal_close.png') no-repeat 0px 0px;
    }

.b-up_button {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
}

.b-up_button span {
    display: block;
    height: 100%;
    background: url('/bitrix/components/ma/site.settings/templates/.default/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

@media (max-width: 767px) {
    .b-up_button {
        pointer-events: none;
    }

    .b-up_button span {
        display: none;
    }
}

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/bitrix/components/ma/site.settings/templates/.default/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/bitrix/components/ma/site.settings/templates/.default/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
/* End */


/* Start:/bitrix/templates/.default/components/ma/search.title/catalog/style.css?16826689983855*/
.bx_search_container{
	/* height: 50px;
	line-height: 50px; */
	padding: 0;
}

.bx_search_container .bx_field{
	position: relative;
	margin-top: 15px;
	height: 30px;
	border-top:    1px solid #8ca3ae;
	border-right:  1px solid #a0b4be;
	border-bottom: 1px solid #b6c8d1;
	border-left:   1px solid #a0b4be;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	line-height: 30px;
}
.bx_search_container .bx_field .bx_input_text{
	position: absolute;
	left: 0;
	height: 30px;
	outline: none;
	border: none;
	background: none;
	line-height: 30px;
	width: 100%;
	padding-right: 40px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}
.bx_search_container .bx_field .bx_input_submit{
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	width: 34px;
	border: none;
	/* background: url('/bitrix/templates/.default/components/ma/search.title/catalog/images/search_lupe.png') no-repeat left center; */
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.6975 22.2894L16.8116 15.3929C18.1691 13.7635 18.9856 11.6813 18.9856 9.40703C18.9856 4.21864 14.731 0 9.4977 0C4.26437 0 0 4.22357 0 9.41196C0 14.6003 4.25453 18.819 9.48786 18.819C11.711 18.819 13.7571 18.056 15.3803 16.781L22.2908 23.6973C22.6941 24.1009 23.2942 24.1009 23.6975 23.6973C24.1008 23.2936 24.1008 22.6931 23.6975 22.2894ZM2.0166 9.41196C2.0166 5.33607 5.37104 2.02318 9.48786 2.02318C13.6047 2.02318 16.9591 5.33607 16.9591 9.41196C16.9591 13.4878 13.6047 16.8007 9.48786 16.8007C5.37104 16.8007 2.0166 13.4829 2.0166 9.41196Z' fill='black'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-color: transparent;
	background-position: center center;
	cursor: pointer;
}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none !important;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-left: 11px;
	margin-top:-20px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/.default/components/ma/search.title/catalog/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 45px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/template.main/components/ma/catalog.section.list/catalog.left/style.css?16826689992772*/
.b-catalog-left ul.ul-deep-1{
    list-style: none;
    padding: 0;
    margin: 0
}
    .b-catalog-left .li-deep-1{
        margin: 0;
        border-bottom: 1px solid #d0d0d0;
        padding: 20px 20px 20px 25px;
    }
    .b-catalog-left li:last-child.li-deep-1{
        border:none;
    }
        .b-catalog-left .a-deep-1{
            font-weight: 700;
            font-size: 16px;
            text-transform: uppercase;
            text-decoration: none !important;
        }
        .b-catalog-left .li-deep-1.active > .a-deep-1{
            color: #30302e !important;
        }
        .b-catalog-left ul.ul-deep-2{
            list-style: none;
            padding: 0;
            margin: 0
        }
            .b-catalog-left .li-deep-2{
                padding-left: 15px;
                margin: 12px 0 0;
                position: relative;
                line-height: 18px;
            }
            .b-catalog-left li.li-deep-2:before{
                content: "–";
                counter-increment: li;
                position: absolute;
                left: 0;
                top:0;
            }
            .b-catalog-left .a-deep-2{
                font-size: 16px;
                text-decoration: none !important;
                color: #30302e !important;
            }
            .b-catalog-left .a-deep-2:hover{
                color: #f33535 !important;
            }
            .b-catalog-left .li-deep-2.active > .a-deep-2{
                color: #f33535 !important;
            }
                .b-catalog-left ul.ul-deep-3{
                    list-style: none;
                    padding: 0;
                    margin: 0
                }
                    .b-catalog-left .li-deep-3{
                        padding-left: 15px;
                        margin: 12px 0 0;
                        position: relative;
                        line-height: 18px;
                        margin-left: 12px;
                    }
                    .b-catalog-left li.li-deep-3:before{
                        content: "–";
                        counter-increment: li;
                        position: absolute;
                        left: 0;
                        top:0;
                    }
                        .b-catalog-left .a-deep-3{
                            font-size: 16px;
                            text-decoration: none !important;
                            color: #30302e !important;
                        }
                        .b-catalog-left .a-deep-3:hover{
                            color: #f33535 !important;
                        }
                        .b-catalog-left .li-deep-3.active > .a-deep-3{
                            color: #f33535 !important;
                        }
/* End */


/* Start:/bitrix/templates/template.main/components/ma/catalog.section/section-slider/style.css?16826689994043*/
.b-catalog-left_carousel {
    background: #fff;
    padding-top: 40px;
}
.b-catalog-elements-slider {
    background: #fff;
}
.b-catalog-elements-slider-title {
	font-weight: bold;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 32px;
	position: relative;
}
	.b-catalog-elements-slider-title_value {
		display: block;
		position: relative;
		margin-right: 4px;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-decoration: none !important;
		color: #000;
		text-align: center;
	}
	.b-catalog-elements-slider-title_border {
		display: block;
		overflow: hidden;
		height: 32px;
		border-bottom: 3px solid #f3a222;
	}
.b-catalog-elements-slider {
	position: relative;	
	/*margin-bottom: 38px;*/
}
	.b-catalog-elements-slider_holder {
		margin: 1px 0px 0px 1px;
		text-align: center;
	}
		.b-catalog-elements-slider_item {
			float: none;
			position: relative;
			width: 50%;
			height: 110px;
			margin: -1px 0px 0px -1px;
			/* background-color: #fff; */
			/* border: 1px solid #e1e1e1; */
			font-family: Arial, sans-serif;
			overflow: hidden;
			margin: 0 auto;
			display: table;
		}
			.b-catalog-elements-slider_label {
				position: absolute;
				left: 0;
				top: 7px;
				padding: 0px 14px 0px 7px;
				min-width: 70px;
				height: 22px;
				line-height: 22px;
				color: #fff;
			}
				.b-catalog-elements-slider_label.NEW {
					background-color: #00a651;
				}
				.b-catalog-elements-slider_label.ACTION {
					background-color: #cf121b;
				}
				.b-catalog-elements-slider_label.SALE {
					background-color: #feb022;
				}
				.b-catalog-elements-slider_label.SHOW_ROOM {
					background-color: #0072bc;
				}
				.b-catalog-elements-slider_label.LIMITED {
					background-color: #9e005d;
				}

			.b-catalog-elements-slider_image {
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				box-sizing: border-box;
				display: block;
				height: 100px;
				margin: 10px;
				width: 195px;
				width: calc(100% - 20px);
			}
			.b-catalog-elements-slider_no-image {
				display: block;
				height: 170px;
				width: 218px;
				background: #FFF url(/bitrix/templates/template.main/components/ma/catalog.section/section-slider/img/no-image_220x170.png) 50% 50% no-repeat;
			}
			.b-catalog-elements-slider_no-image1 {
				color: #f33535;
				font-weight: 700;
				font-size: 14px;
				text-transform: uppercase;
				text-decoration: none !important;
				text-align: center;
			    vertical-align: middle;
				display: table-cell;
			}
			.b-catalog-elements-slider_no-image1:hover {
				color: #f33535;
				text-decoration: none !important;
			}
			.b-catalog-elements-slider_text {
				padding: 10px 10px 20px 10px;
			}
				.b-catalog-elements-slider_name {
					font-size: 14px;
					line-height: 18px;
					height: 55px;
					overflow: hidden;
				}
					.b-catalog-elements-slider_name a {

					}
				.b-catalog-elements-slider_props {
					font-size: 14px;
					line-height: 21px;
					max-height: 42px;
					overflow: hidden;
				}
					.b-catalog-elements-slider_props-item {

					}
						.b-catalog-elements-slider_props-item_name {
							
						}
						.b-catalog-elements-slider_props-item_value {

						}
	.b-catalog-elements-slider .owl-buttons {

	}
		.b-catalog-elements-slider .owl-buttons div {
			position: absolute;
			top: 50%;
			margin-top: -20px;
			background-image: url(/bitrix/templates/template.main/components/ma/catalog.section/section-slider/img/slider-arrows.png);
			background-repeat: no-repeat;
			width: 19px;
			height: 30px;
			text-indent: -9000px;
		}
		/* .b-catalog-elements-slider .owl-buttons div:hover {
			background-color: #2061ae;
		} */
		.b-catalog-elements-slider .owl-prev {
			left: 0;
			background-position: -5px 0;
		}
		.b-catalog-elements-slider .owl-next {
			right: 0;
			background-position: -24px 0;
		}
.b-catalog-elements_buy {
	margin-top: 10px;
	text-align: center;
}
	.b-catalog-elements_buy .b-catalog-elements_buy-btn {
		padding-left: 15px;
		padding-right: 15px;
	}
.b-catalog-elements-slider_more_obekty {
    text-align: right;
	font-size: 16px;
}

/* End */


/* Start:/bitrix/templates/template.main/components/ma/catalog.section/section-slider/owlcarousel/owl.carousel.css?16826689991476*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/bitrix/templates/template.main/components/ma/catalog.section/section-slider/owlcarousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/bitrix/templates/template.main/components/ma/carousel/template1/style.css?16826689991711*/
.b-content-slider {
    width: 1180px;
    margin: 0 auto;
	text-align: center;
    border-top: solid 1px #f2f2f2;
    margin-top: 30px;
    padding-top: 30px;
}
.b-carousel {
	position: relative;
	overflow: hidden;    
	margin: 30px 0;
}
	.b-carousel_holder {
		overflow: hidden;
		margin: 0 auto;
	}
		.b-carousel_item {
			overflow: hidden;
		}
		.b-carousel_hor .b-carousel_item {
			float: left;
		}
		.b-carousel_ver .b-carousel_item {

		}
			.b-carousel_item_pic {
				text-align: center;
				position: relative;
			}
				.b-carousel_item_pic img {
					vertical-align: middle;
					position: absolute;
					margin: auto;
					left: 0;
					right: 0;
					top: 0;
					bottom: 0;
				}
			
	.b-carousel_left, .b-carousel_right {
		position: absolute;
		z-index: 2;
		overflow: hidden;
		cursor: pointer;
	}
	.b-carousel_hor .b-carousel_left {
		top: 42%;
		left: 10px;
		text-indent: -1000px;
		height: 30px;
		width: 24px;
	}
	.b-carousel_hor .b-carousel_right {
		top: 42%;
		right: 10px;
		text-indent: -1000px;
		height: 30px;
		width: 24px;
		background-position: -24px 0;
	}
	.b-carousel_ver .b-carousel_left {
		top: 10px;
		background-image: none !important;
	}
	.b-carousel_ver .b-carousel_right {
		bottom: 10px;
		background-image: none !important;
	}
	.b-carousel_nav {
		position: absolute;
		left: 15px;
		bottom: 15px;
		z-index: 2;
		text-align: center;
	}
		.b-carousel_nav_item {
			position: relative !important;
			display: inline-block !important;
			margin: 0 3px 0 0;
			width: 12px;
			height: 12px;
			overflow: hidden;
			background-color: #CCC;
			border-radius: 12px;
			text-indent: -1000px;
			cursor: pointer;
		}
		.b-carousel_nav .active {
			background-color: #000;
		}
/* End */


/* Start:/bitrix/templates/template.main/components/ma/catalog.section.list/catalog.main/style.css?16826689991223*/

.b-catalog-section-blocks {
	overflow: hidden;
	margin: 25px 0 0 -25px;
}
	.b-catalog-section-blocks_item {
		width: 256px;
		display: inline-block;
		margin: 0 0 30px 25px;
		overflow: hidden;
		*display: inline;
	  	zoom: 1;
	  	vertical-align: top;
	}
		.b-catalog-section-blocks_holder {
			overflow: hidden;
		}
			.b-catalog-section-blocks_image {
 				text-align: center;
 				height: 256px;
 				
 			}
 			.b-catalog-section-blocks_no-image {
 				text-align: center;
 				width: 256px;
 				height: 256px;
 				background: #FFF url(/bitrix/templates/template.main/components/ma/catalog.section.list/catalog.main/img/no-image_220x170.png) 50% 50% no-repeat;
 			}
 				.b-catalog-section-blocks_no-image a {
 					display: block;
 					width: 256px;
 					height: 256px;
 					overflow: hidden;
 					text-indent: -1000px;
 				}
 			.b-catalog-section-blocks_text {
 				clear: both;
 			}
 				.b-catalog-section-blocks_name {
 					text-align: center;
 					width: 256px;
 					background: #f2f2f2;
 					padding-top: 10px;
 					height: 50px;
 				}
 				.b-catalog-section-blocks_name a{
 					text-transform: uppercase;
 					color: #30302e !important;
 					text-decoration: none !important;
 				}
 					.b-catalog-section-blocks_name a:hover{
 						color: #f33535 !important;
 					}
/* End */


/* Start:/bitrix/templates/template.main/styles.css?1682668999294*/
/*@import url('/bitrix/templates/template.main/css/global/global.css');
@import url('/bitrix/templates/template.main/css/global/font.css');

@import url('/bitrix/templates/template.main/css/layout/holster.css');
@import url('/bitrix/templates/template.main/css/layout/blocks.css');
@import url('/bitrix/templates/template.main/css/layout/content.css');*/


.g-ico {
	background-image: url('/bitrix/templates/template.main/img/ico-map.png') !important;
}

/* End */
/* /bitrix/templates/template.main/css/global/global.css?16826689993078 */
/* /bitrix/templates/template.main/css/global/font.css?1682668999287 */
/* /bitrix/templates/template.main/css/layout/holster.css?1682668999843 */
/* /bitrix/templates/template.main/css/layout/blocks.css?17226014707580 */
/* /bitrix/templates/template.main/css/layout/content.css?1682668999638 */
/* /bitrix/templates/template.main/css/layout/responsive.css?169095179214823 */
/* /bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?16826689214867 */
/* /bitrix/components/ma/site.settings/templates/.default/style.css?16907976232915 */
/* /bitrix/templates/.default/components/ma/search.title/catalog/style.css?16826689983855 */
/* /bitrix/templates/template.main/components/ma/catalog.section.list/catalog.left/style.css?16826689992772 */
/* /bitrix/templates/template.main/components/ma/catalog.section/section-slider/style.css?16826689994043 */
/* /bitrix/templates/template.main/components/ma/catalog.section/section-slider/owlcarousel/owl.carousel.css?16826689991476 */
/* /bitrix/templates/template.main/components/ma/carousel/template1/style.css?16826689991711 */
/* /bitrix/templates/template.main/components/ma/catalog.section.list/catalog.main/style.css?16826689991223 */
/* /bitrix/templates/template.main/styles.css?1682668999294 */
