

/* Start:/bitrix/templates/unisite_s2/components/bitrix/catalog/services2/style.css?14986529986607*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.adaptiv .grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.adaptiv .grid2x1 .bx_content_section,
	.adaptiv .grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.adaptiv .grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.adaptiv .grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.top_plash {
	background:#fff;
	border:1px solid #ebebec;
	border-radius:5px;
	overflow:hidden;
	height:40px;
	margin-bottom:15px;
}
.top_plash .title_text {	
	font-size:12px;
	color:#444648;
	text-shadow:1px 1px 1px #fff;
	line-height: 40px;
}
.top_plash .value_sort {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:7px;
}
.top_plash .value_sort li {
	float:left;
}
.top_plash .value_sort li.active {
	background:#444648;
	border-radius:3px;
}
.top_plash .value_sort li.active .arrow_down {
	display: inline-block;	
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #fff;
	position:absolute;
	left:9px;
	top:10px;
}
.top_plash .value_sort li.active .arrow_up {
	display: inline-block;	
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #fff;
	position:absolute;
	left:9px;
	top:10px;
	margin-right:5px;
}
.top_plash .value_sort li a {
	display:block;
	color: #444648;
	text-shadow: 1px 1px 1px #fff;
	font-size:12px;
	padding: 5px 10px 5px 24px;
	text-decoration:none;
	position:relative;
	font-weight: bold;
}
.top_plash .value_sort li.active a {
	color:#fff;
	text-shadow:none;
	
}

.top_plash .sort_plash {
	padding-left:13px;
	margin-right: 20%;
}

.view_catalog {
	overflow:hidden;
	margin-right:18px;
}
.view_catalog a {
	float:left;
	width:20px;
	height:18px;
	background:url(/bitrix/templates/unisite_s2/components/bitrix/catalog/services2/images/sprite_sort.png) no-repeat;
	display:block;
	margin-right:12px;
	margin-top:12px;
}
.view_catalog  .title_text {
	margin-right:18px;
}
.view_catalog a.table {
	background-position:-20px 0;	
}
.view_catalog a.table_active {
	background-position:-20px -18px;
}
.view_catalog a.pic_list {
	background-position:0 0;
}
.view_catalog a.pic_list_active {
	background-position:0 -18px;
}
.view_catalog a.cells {
	background-position:-40px 0;
}
.view_catalog a.cells_active {
	background-position:-40px -18px;
}
@media (max-width:959px){
	.adaptiv .catalog_filter_left {
		display:none;
	}
	.adaptiv .wrap_section {
		width:100%;
		float:none;
	}
}
.full_size {
	width:100%;
}
.catalog_filter_top {
	width:100%;
	background:#eee;
	color:#5a5a5a;
	font-family:Arial,sans-serif;
	text-transform:uppercase;
	font-size:14px;
	height:35px;
	margin-bottom:20px;
	position:relative;
	z-index:20;
}
.wrap_section .search_model {
	float:left;
	padding-left:16px;
	margin-top:10px;
	
}
.wrap_section .sort {
	float:left;
	margin-top: 5px;
	padding-left:15%;
}
.wrap_section .view_catalog {
	float:left;
	margin-left:25%;
	margin-top:10px;
}
.wrap_section .view_catalog a{
	display:inline-block;
	width:17px;
	height:15px;
	background-image:url(/bitrix/templates/unisite_s2/components/bitrix/catalog/services2/images/sprite_sort.png);
}
.wrap_section .view_catalog a.cells {
	background-position:top right;
}
.wrap_section .view_catalog a.cells_active {
	background-position:bottom right;
}
.wrap_section .view_catalog a.list {
	background-position:top left;
}
.wrap_section .view_catalog a.list_active {
	background-position:bottom left;
}
.wrap_section .view_catalog .line_view{
	display:inline-block;
	height:15px;
	background:#b1b1b1;
	margin:0 7px 0 8px;
	width:1px;
}
.wrap_section .sort .sort_dropdown {
	border-radius:0 0 3px 3px;
	display: none;
	position: absolute;
	width: 163px;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #d5d5d5;
	background: #fff;
	border-top: 0;	
	top:25px;	
}
.wrap_section .sort .sort_dropdown li {
	padding-left:15px;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wrap_section .sort .sort_dropdown li:last-child {
	border-bottom:0;
}
.wrap_section .sort .sort_dropdown a {
	color:#5a5a5a;
	text-decoration:none;
}
.wrap_section .sort .sort_dropdown li:hover a{
	text-decoration:underline;
	color:#cf9f33;
}
.wrap_section .sort .active_sort {
	position:relative;
	cursor:pointer;
	display:inline-block;
	margin-left:9px;
	height:24px;
	width:148px;	
}
.wrap_section .sort .active_sort_bg {	
	position:relative;
	border:1px solid #d5d5d5;
	z-index:10;
	height:24px;
	width:148px;
	line-height: 25px;
	border-radius:3px;	
	padding-left:15px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.wrap_section .sort .active_sort span.arrow_sort{
	width: 9px;
	position: absolute;
	right: 9px;
	height: 24px;
	background: url(/bitrix/templates/unisite_s2/components/bitrix/catalog/services2/images/arrow_sort.png) no-repeat;
	display: inline-block;
}
.wrap_section .sort .active_sort:hover .sort_dropdown{
	display:block;
}
.catalog_filter_top .count_filter {
	float:right;
	margin-right:25px;
	margin-top:10px;
}
.catalog_filter_top .count_filter span.title {
	padding-right:5px;
}
.catalog_filter_top .count_filter a {
	text-decoration:none;
	color:#5a5a5a;
	padding:5px;
}
.catalog_filter_top .count_filter a.active, .catalog_filter_top .count_filter a:hover{
	text-decoration:underline;
}
@media all and (max-width:1230px){
	.adaptiv .title_text {
		display:none;
	}
	.adaptiv .top_plash .value_sort {
		margin-left:5px;
	}
	.adaptiv .top_plash .sort_plash {
		margin-right: 7%;
		padding-left:0;
	}
}
@media all and (max-width:900px){
	.adaptiv .top_plash .sort_plash {
		margin-right: 2%;
		padding-left:0;
	}
}
@media all and (max-width:645px){
	.adaptiv .top_plash .sort_plash {
		margin-right: 0%;
		padding-left:0;
	}
}
/* End */


/* Start:/bitrix/templates/unisite_s2/components/bitrix/menu/left_menu/style.css?14986529995689*/
.bx_vertical_menu_advanced>ul{
	display:block;
	margin:0;
	padding:0;
	width:100%;	
	background:#fff;
	list-style:none;
	outline:none;
}

/* 1 уровень */
.bx_vertical_menu_advanced .bx_hma_one_lvl{
	display:block;
	padding:0;
	outline:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	position:relative;
	z-index:105;
	display:block;
	padding:10px 10px 10px 20px;	
	color:#494847;
	vertical-align:middle;
	text-align:left;
	border-radius: 6px;
	color: #262626;
	font-size:14px;
	line-height:16px;
	outline:none;
	text-decoration: none;
}.bx_vertical_menu_advanced .bx_hma_one_lvl>a:hover{
	background: #f7f7f7;
	color: #3a58d2;
}.bx_vertical_menu_advanced .bx_hma_one_lvl.current>a {
	background: #f7f7f7;
	color: #3a58d2;
}

.bx_vertical_menu_advanced ul:last-child .bx_hma_one_lvl:last-child>a{border-bottom:none}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a{outline:none;}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover{
	border:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover{}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover>a{z-index:1500}

/* // 1й уровень */
/* Контейнер*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
	top:0;
	left:0;
	z-index:1300;
	display:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	border-radius:2px;
	background:#fff;
	
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:-20000px;
	padding:10px 12px;
	padding-bottom:20000px;
	min-width:130px;
	max-width:280px;
	border-left:1px solid #f2f2f2;
	background:#fff;
}
.bx_shadow_fix{display:none}
.bx_vertical_menu_advanced .dropdown:hover .bx_shadow_fix,
.bx_vertical_menu_advanced .dropdown.hover .bx_shadow_fix{
	position: absolute;
	top: 0;
	right: -2px;
	bottom: -5px;
	z-index: 1500;
	display: block;
	width: 5px;
	background: #fff;
	opacity: 1;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;
	box-shadow:inset 5px 0 7px -5px rgba(0,0,0,.12);
}
/*// Контейнер*/
/* 2й уровень*/
.bx_vertical_menu_advanced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{
	display:block;
	padding:5px 10px;
}

/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{
	color: #366181;
}*/
/* //2й уровень*/
/* 3й уровень */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a{
	display:block;
	padding:5px 10px;
}
/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb;
}*/
/* // 3й уровень */

/* Панель */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel p{
	max-width:100%;
	max-height:220px;
	color:#000;
	text-align:left;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

/* // Панель*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{
	display:block;
	background:#fff;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	color:#20394c;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	line-height:23px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a{
	color:#000;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
}

@media (max-width:800px) {
	.adaptiv .bx_vertical_menu_advanced .bx_hma_one_lvl {
		float:left;
		margin-right:5px;
		margin-bottom:5px;
	}
	.adaptiv .bx_vertical_menu_advanced .bx_hma_one_lvl>a {
		padding: 3px 10px 3px 10px;
	}
}
/* End */


/* Start:/bitrix/templates/unisite_s2/components/bitrix/catalog/services2/bitrix/catalog.section.list/.default/style.css?14986529985575*/
/*Общие*/

* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.services-sections-list > .description {
	display: block;
	white-space: normal;
	margin-top: 10px;
}

/*MENU*/

.services-sections-list.menu {
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background: #fff;
	width: 100%;
}

.services-sections-list.menu .valign {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.services-sections-list.menu .element:first-child {
	border-top: none;
}

.services-sections-list.menu .element {
	position: relative;
	display: block;
	border-top: 1px solid #ebebeb;
	color: #484848;
	height: auto;
	transition-property: color;
	transition: 0.2s;
}

.services-sections-list.menu .element:hover, .services-sections-list.menu .element.selected {
	color: #1a58d7;
}

.services-sections-list.menu .element .content {
	position: relative;
	margin: 10px;
}

.services-sections-list.menu .element .content a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 15px;
	white-space: normal;
	color: inherit;
	text-decoration: none;
}

.services-sections-list.menu .element .content .selector {
	position: absolute;
	display: inline-block;
	top: 0px;
	right: 0px;
	color: inherit;
	height: 100%;
	font-size: 0px;
}

.services-sections-list.menu .element:hover .content .selector, .services-sections-list.menu .element.selected .content .selector {
	font-size: 14px;
}

/*TILES*/

.services-sections-list.tile {
	position: relative;
	display: block;
	background: transparent;
	white-space: nowrap;
	overflow: hidden;
	margin-top: -8px;
	margin-bottom: -8px;
}

.services-sections-list.tile .element {
	position: relative;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

.services-sections-list.tile .element .wrapper {
	position: relative;
	display: block;
	border: 1px solid #ebebeb;
	text-decoration: none;
	overflow: hidden;
}.services-sections-list.tile .element .wrapper:focus {
	outline: none;
}

.services-sections-list.tile .element .image {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.services-sections-list.tile .element .image > div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
    font-size: 0px;
    white-space: nowrap;
    text-align: center;
}

.services-sections-list.tile .element .image > div img {
	position: relative;
    display: inline-block;
    vertical-align: middle;
	border: none;
    max-width: 100%;
	max-height: 100%;
}

.services-sections-list.tile .element .text {
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.services-sections-list.tile .element .text .text-wrapper {
	font-size: 13px;
	line-height: 19px;
	color: #333;
	font-weight: bold;
	text-align: center;
	white-space: normal;
	height: 38px;
	overflow: hidden;
}

.services-sections-list.tile  > .description {
	padding-left: 8px;
	padding-right: 8px;
}

/*TEXT*/
.services-sections-list.text {
	position: relative;
	display: block;
	background: transparent;
	white-space: nowrap;
}

.services-sections-list.text .element {
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}

.services-sections-list.text .element .content {
	display: block;
	text-decoration: inherit;
}

.services-sections-list.text .element .content a {
	display: block;
	text-decoration: none;	
}

.services-sections-list.text .element .content .name {
	display: block;
	text-decoration: underline;
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
    height: 48px;
	white-space: normal;
	margin-bottom: 10px;
}

.services-sections-list.text .element .content .description {
	display: block;
	text-decoration: inherit;
	white-space: normal;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	height: 48px;
	color: #000;
}

/*LIST*/
.services-sections-list.list {
	position: relative;
	display: block;
	background: transparent;
	white-space: nowrap;
}

.services-sections-list.list .element {
    position: relative;
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}

.services-sections-list.list .element .content {
    position: relative;
	display: block;
	text-decoration: inherit;	
	overflow: hidden;
}

.services-sections-list.list .element .content a {
    position: relative;
	display: block;
	text-decoration: none;
    overflow: hidden;
}

.services-sections-list.list .element .content .image {
	display: block;
    position: relative;
	vertical-align: top;
	float: left;
	width:40%;
    padding-top: 40%;
	height: auto;
}

.services-sections-list.list .element .content .image > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.services-sections-list.list .element .content .image > div img {
    max-height: 100%;
    max-width: 100%;
}

.services-sections-list.list .element .content .text {
	display: block;
	vertical-align: top;
	width: 55%;
	margin-left: 45%;
}

.services-sections-list.list .element .content .text .name {
	display: block;
	text-decoration: underline;
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	max-height: 48px;
	margin-bottom: 10px;
	white-space: normal;
}

.services-sections-list.list .element .content .text .description {
	display: block;
	text-decoration: inherit;
	white-space: normal;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	max-height: 64px;
	color: #000;
}
@media (max-width: 800px) {
	.adaptiv .services-sections-list.menu {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/unisite_s2/components/bitrix/catalog/services2/bitrix/catalog.section/extend/style.css?14986529992025*/
.services-section.extend > .description {
	display: block;
	white-space: normal;
	margin-top: 10px;
}

.services-section.extend > .description.only {
	margin-top: 0px;
}

.services-section.extend .element {
	display: block;
	white-space: nowrap;
	border: 1px solid #e9e9e9;
	border-top: none;
	overflow: hidden;
	cursor: pointer;
}

.services-section.extend div:first-child .element {
	border-top: 1px solid #e9e9e9;
}

.services-section.extend .element .image {
	position: relative;
	display: block;
	float: left;
	vertical-align: top;
	width: 130px;
	height: 130px;
	margin: 30px;
	text-align: center;
	font-size: 0px;
	overflow: hidden;
}

.services-section.extend .element .image img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.services-section.extend .element .content {
	position: relative;
	display: block;
	text-align: left;
	margin-left: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
	overflow: hidden;
}

.services-section.extend .element .content .name {
	color: inherit;
	display: block;
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	height: 24px;
	font-weight: bold;
	color: #000;
	white-space: normal;
}

.services-section.extend .element:hover .content .name {
	text-decoration: underline;
}

.services-section.extend .element .content .description {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	margin-top: 20px;
	overflow: hidden;
}

.services-section.extend .element .content .button {
	padding: 10px 36px;
	font-size: 14px;
	margin-top: 16px;
	cursor: pointer;
}

.services-section.extend .description {
	display: block;
	white-space: normal;
}

@media all and (max-width: 600px) {
	.adaptiv .services-section.extend .element .image {
		width: 60px;
		height: 60px;
	}
	
	.adaptiv .services-section.extend .element .content {
		margin-left: 120px;
		margin-right: 20px;
	}
}
/* End */
/* /bitrix/templates/unisite_s2/components/bitrix/catalog/services2/style.css?14986529986607 */
/* /bitrix/templates/unisite_s2/components/bitrix/menu/left_menu/style.css?14986529995689 */
/* /bitrix/templates/unisite_s2/components/bitrix/catalog/services2/bitrix/catalog.section.list/.default/style.css?14986529985575 */
/* /bitrix/templates/unisite_s2/components/bitrix/catalog/services2/bitrix/catalog.section/extend/style.css?14986529992025 */
