

/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog/BZCatalogServiceWidget/style.css?16666987641122*/
.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){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/components/bz/filter.tags/templates/.default/style.css?16666989651906*/
.ns-intec-seo.c-filter-tags.c-filter-tags-default {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.ns-intec-seo.c-filter-tags.c-filter-tags-default .filter-tags-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -3px;
}
.ns-intec-seo.c-filter-tags.c-filter-tags-default .filter-tags-item {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 3px;
}
.ns-intec-seo.c-filter-tags.c-filter-tags-default .filter-tags-item[data-active=true] .filter-tags-item-name {
  background-color: #e8e8e8;
}
.ns-intec-seo.c-filter-tags.c-filter-tags-default .filter-tags-item-name {
  display: block;
  padding: 7px 12px;
  border-radius: 3px;
  background-color: #f8f8f8;
  color: #606060;
  text-decoration: none;
  -webkit-transition: background-color 350ms;
  -moz-transition: background-color 350ms;
  -ms-transition: background-color 350ms;
  -o-transition: background-color 350ms;
  transition: background-color 350ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ns-intec-seo.c-filter-tags.c-filter-tags-default .filter-tags-item-name:first-letter { text-transform: uppercase; }

.ns-intec-seo.c-filter-tags.c-filter-tags-default .filter-tags-item-name:hover {
  background-color: #e8e8e8;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/style.css?166669876518695*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

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

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/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(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/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;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.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-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/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(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

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

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

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

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

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/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(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
	   -moz-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
		 -o-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/active.png) 2 repeat;
			border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/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;
}
/*
*	BTN result and reset 
*
*/

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

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/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(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/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;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/bz_page/style.css?16666987632487*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.section.list/BZcatalog.ServiceWidget/style.css?166669876411360*/
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 {
  display: block;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-items {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item {
  -webkit-transition: box-shadow 350ms;
  -moz-transition: box-shadow 350ms;
  -ms-transition: box-shadow 350ms;
  -o-transition: box-shadow 350ms;
  transition: box-shadow 350ms;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item:hover {
  z-index: 1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-wrapper {
  display: block;
  padding: 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-image-wrapper {
  width: 50px;
  height: 50px;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-information {
  text-align: left;
}
@media all and (max-width: 420px) {
  .ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-information {
    text-align: center;
  }
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-title {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  color: #2d2d2d;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-children {
  display: block;
  margin: 10px -6px 0 -6px;
  min-width: 12px;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-child {
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
  margin: 0 6px;
  text-decoration: none;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-child-elements {
  color: #1d1d1d;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-description {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #888888;
  margin-top: 10px;
  text-align: left;
}
@media all and (max-width: 420px) {
  .ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-description {
    text-align: center;
  }
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1[data-borders=true] .catalog-section-list-item {
  border: 1px solid #f2f2f2;
  margin: 0 -1px -1px 0;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1[data-picture-size=small] .catalog-section-list-item-image-wrapper {
  width: 60px;
  height: 60px;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1[data-picture-size=medium] .catalog-section-list-item-image-wrapper {
  width: 90px;
  height: 90px;
}


/*# sourceMappingURL=style.css.map */

.section-action-wrapper .widget-element-picture {
  display: block;
  height: 368px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-action-wrapper .widget-element {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #e8e8e8;
  background: #fff;
  height: 100%;
  border-radius: 3px;
}
.section-action-wrapper .widget-element-text {
  padding: 20px;
}
.section-action-wrapper .intec-ui.intec-ui-size-mini a {
  border-bottom: 1px dotted;
  text-decoration: none;
  display: inline-block;
  color: #101010;
}
.section-action-wrapper .intec-ui.intec-ui-control-button.bz-intec-ui-scheme-current {
  background: #edf8fc;
  color: #101010;
  /* border-color: #0096d212; */
}
.section-action-wrapper .intec-ui.bz-intec-ui-scheme-current-lite {
  border: 1px solid #0097d2;
  background: white;
  color: #0097d2;
}
.section-action-wrapper .widget-element-text .intec-ui-scheme-current {
  border: 1px solid #f7f7f7;
}
.section-action-wrapper .catalog-section-price {
  color: #FF3300;
  font-size: 22px;
  font-weight: bold;
}
.section-action-wrapper .catalog-section-price-discount {
  font-size: 22px;
  text-decoration: line-through;
}
.section-action-wrapper .catalog-section-price-wrap {
  font-size: 22px;
  margin-bottom: 10px;
}
.section-action-wrapper .catalog-section-price-wrap-no-action {
  font-weight: bold;
  color: #0097d2;
}
.section-action-wrapper .catalog-section-action-time {
  font-weight: bold;
  margin-top: 5px;
}
.section-action-wrapper .intec-grid.catalog-section-navigation {
  margin-top: 20px;
}
.section-action-wrapper .intec-grid.catalog-section-button {
  margin-top: 20px;
}
.section-action-wrapper .widget-element-picture-discount-pic svg {
  width: 104px;
  height: 40px;
}
.section-action-wrapper .widget-element-picture-discount-pic {
  top: 20px;
  position: absolute;
  left: 0;
  z-index: 2;
}
.section-action-wrapper .widget-element-picture-discount-pic b {
  font-size: 20px;
  line-height: 40px;
}
.section-action-wrapper .widget-element-picture-discount-pic b {
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.section-action-wrapper .catalog-section-action-time-wrap {
  margin-top: 10px;
}
.section-action-wrapper .catalog-section-price-wrap-no-action, .section-action-wrapper .catalog-section-text{
  display: none;
}
.section-action-wrapper.no-action .catalog-section-price-econ, .section-action-wrapper.no-action .catalog-section-price-wrap-action, .section-action-wrapper.no-action .widget-element-picture-discount-pic,.section-action-wrapper.no-action .catalog-section-action-time-wrap{
  display: none;
}
.section-action-wrapper.no-action .catalog-section-price-wrap-no-action, .section-action-wrapper.no-action .catalog-section-text{
  display: block;
}
@media all and (max-width: 720px) {
  .section-action-wrapper .widget-element-picture {
    display: block;
    height: 200px!important;}
  .section-action-wrapper .catalog-section-price-wrap {
    font-size: 20px;}
}

.bz-tiles-wrap-2  .info-text-item-wrapper {
  background:rgb(246, 246, 246);
  border-radius: 10px;
  position:relative;
  height: 100%;
  min-height: auto !important;
}
.bz-tiles-wrap-2  .widget-item-picture {
  position:absolute;
  width:70px;
  height:70px;
  right:40px;
  top:40px;
}

.bz-tiles-wrap-2 .widget-item-picture img{
  width:100%;
  height:100%;
}

.bz-tiles-wrap-2 .widget-item-name{
  font-size: 18px;
  font-weight: 500;
  padding-right: 100px;

}

.bz-tiles-wrap-2 .widget-item-description {
  padding-right: 100px;
  margin-top:40px;
}
.bz-tiles-wrap-2 .widget-item-content{
  padding: 40px
}

@media (max-width: 720px) {


  .bz-tiles-wrap-2 .widget-item-picture {
    width:50px;
    height:50px;
    right:20px;
    top:20px;
  }
  .bz-tiles-wrap-2 .widget-item-description {
    padding-right: 0px;
    margin-top:35px;
  }

  .bz-tiles-wrap-2 .widget-item-content{
    padding: 20px
  }

  .bz-tiles-wrap-2 .widget-item-name{
    margin-top:15px;
    padding-right: 70px;
  }
}
/*Поле срок выполнения*/
@media (max-width: 540px) {
  .showDesctop {display: none;}
  .mob-hide-top-block {display: none!important;}
}
@media (min-width: 541px) {
  .showMobile.rowTime {display: none;}
}
.showDesctop.rowTime {
  padding-top: 15px;
}
.showMobile.rowTime {
  padding-bottom: 15px;
}
.rowTime > img {
  position: relative;
  top: 4px;
}
/*Блок услуг*/
/***************************
General styles
***************************/
a {
  transition: all .3s;
}
.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

/***************************
Services categories
***************************/
.bz-categories-list .bz-category-item {
  margin-bottom: -1px;
  padding-left: 0;
}
.bz-categories-list .bz-category-item:before {
  display: none;
}
.bz-categories-list .bz-category-item-link {
  display: flex;
  align-items: center;
  padding: 9px 21px;
  border: 1px solid #F2F2F2;
  text-decoration: none;
}
.bz-categories-list .bz-category-item:first-child .bz-category-item-link {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.bz-categories-list .bz-category-item:last-child .bz-category-item-link {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.bz-categories-list .bz-category-item-icon {
  width: 33px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 21px;
}
.bz-categories-list .bz-category-item-icon img {
  max-height: 100%;
}
.bz-categories-list .bz-category-item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #374144;
  transition: all .3s;
}
@media (min-width: 768px) {
  .bz-categories-list {
    display: flex;
    flex-wrap: wrap;
  }
  .bz-categories-list .bz-category-item {
    flex: 0 0 auto;
    width: 50%;
    margin-right: -1px;
  }
  .bz-categories-list .bz-category-item .bz-category-item-link {
    padding: 15px 30px;
  }
  .bz-categories-list .bz-category-item:first-child .bz-category-item-link {
    border-top-right-radius: 0;
  }
  .bz-categories-list .bz-category-item:nth-child(2) .bz-category-item-link {
    border-top-right-radius: 3px;
  }
  .bz-categories-list .bz-category-item:last-child:nth-child(odd) .bz-category-item-link {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
  }
  .bz-categories-list .bz-category-item:last-child:nth-child(even) .bz-category-item-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
  }
  .bz-categories-list .bz-category-item:nth-last-child(2):nth-child(odd) .bz-category-item-link {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) {
  .bz-categories-list .bz-category-item-icon {
    width: 40px;
    height: 53px;
    margin-right: 25px;
  }
  .bz-categories-list .bz-category-item-text {
    font-size: 18px;
  }
  .bz-categories-list .bz-category-item:hover {
    z-index: 1;
  }
  .bz-categories-list .bz-category-item .bz-category-item-link:hover {
    border-color: #0096D2;
  }
  .bz-categories-list .bz-category-item .bz-category-item-link:hover .bz-category-item-text {
    color: #0096D2;
  }
}

/***************************
Blank media (don't delete)
***************************/
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.list/specToService/style.css?17513684741693*/
.services-block-container {
    background: linear-gradient(45deg, rgba(16, 87, 159, 1) 0%, rgba(1, 147, 207, 1) 100%)
}

.services-block-container h3{
    color: white;
    margin-top: 0px;
    margin-bottom: 30px;
}

.services-block-box {
    padding: 40px 0px 60px 0px;
}
.services-block-items{
    display: flex;
    flex-wrap: wrap;
}

.services-block-item-img-wrap {
    padding-right: 8px !important;
    padding-left: 8px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.services-block-item-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;

}

.services-block-item-img img {
    max-height: 50px;
    display: block;
    margin: 0 auto;
}

.services-block-item-name a {
    color: white;

}

.services-block-item-name{
    padding-right: 8px !important;
    padding-left: 8px !important;

    padding-top: 6px !important;
    padding-bottom: 6px !important;

    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
    min-height: 55px !important;
}



.services-block-item{
    display: block;
    border: 1px solid #68a9d0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.services-block-item-wrap {
    margin: 40px 5px 10px 5px;
}

@media (max-width: 720px) {
    .services-block-item-img-wrap {
        display: none;
    }
    .services-block-items {
        flex-direction: column;
    }
    .services-block-item {
        max-width: 100%;
        width: 100%;
        border: none;
    }
    .services-block-item-wrap {
        margin: 0px;
    }

    .services-block-item-name{
        min-height: 0px !important;
        text-align: left;
        border-bottom: 1px solid #68a9d0;
    }


}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.list/advantages.list/style.css?16666987656134*/
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-wrapper {
  height: 100%;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-date {
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags {
  margin-top: 10px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper {
  display: block;
  margin: 0;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper input {
  display: none;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 3px;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -ms-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper input:enabled + span {
  cursor: pointer;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper input:disabled + span {
  cursor: default;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 .news-list-item-tags-item-wrapper input:checked + span,

.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-image {
  display: block;
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repear;
  background-position: center;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-text {
  padding: 20px 25px 25px 25px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-name a {
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-tags {
  margin-top: 10px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-description {
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-wrapper {
  position: relative;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-text {
  padding: 30px 35px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-name {
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  color: #FFF;
  max-width: 300px;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-date {
  color: #FFF;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-tags-item-wrapper {
  pointer-events: all;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-tags-item-wrapper span {
  color: #FFF;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-grid="4"] [data-view=big] {
  width: 50%;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-grid="3"] [data-view=big] {
  width: 66.6666666667%;
}
.ns-bitrix.c-news-list.c-news-list-tile-1 [data-role=form] {
  display: none;
}
@media all and (max-width: 1024px) {
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-grid="4"] [data-view=big] {
    width: 66.6666666667%;
  }
}
@media all and (max-width: 768px) {
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-grid] [data-view=big] {
    width: 100%;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-image {
    padding-top: 50%;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-name a {
    font-size: 14px;
    line-height: 21px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-date {
    font-size: 11px;
    line-height: 14px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=default] .news-list-item-description {
    font-size: 12px;
    line-height: 18px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-wrapper {
    padding-top: 50%;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-name {
    font-size: 14px;
    line-height: 21px;
  }
  .ns-bitrix.c-news-list.c-news-list-tile-1 [data-view=big] .news-list-item-date {
    font-size: 11px;
    line-height: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/bz/services.list/templates/catalog.list.1.v4/style.css?16666989655823*/
table.service-table{
  width: 100%;
  display: none;
}

table.service-table thead th, table.service-table tfoot th {
  font-weight: bold;
}

table.service-table thead th {
  width: fit-content !important;
}


table.service-table thead th, table.service-table thead td {
  padding: 10px 5px;

}
table.service-table tbody th, table.service-table tbody td {
  padding: 10px 5px;
}

table:not( .has-background ) th {
  background-color: #f8f8f8;
}
table.service-table tbody td.col-name {
  /*color: #3498db;*/
  color: #333;

}

table.service-table tbody tr{
  border-bottom: 1px solid #eff3f2;
}


table.service-table tbody td.col-prop[data-visible=false] .skuDropdown
{
  display: none;
}
table.service-table tbody td.col-prop {
  padding-right: 20px;
}

table.service-table tbody td.col-discount {
  width: 0px;
  padding: 0px;

}
table.service-table tbody td.col-discount span{
  display: none;
  border-radius: 5px;
}
table.service-table tbody td.col-discount[data-discount=true] span{
  display: inline;
  padding: 10px 5px;
}
table.service-table tbody td.col-discount span{
  /*color: #3498db;*/
  background: #edf8fc;

}
table.service-table tbody td.col-price {
  width: max-content;
  min-width: 110px;
  color: #3498db;

  font-weight: bold;

}

table.service-table tbody td.col-old-price{
  max-width: 115px;
  text-decoration:line-through;


}

table.service-table tbody td.col-old-price span{
  display: none;
}


table.service-table tbody td.col-old-price[data-discount=true] span{
  display: block;
  width: 80px;
}

table.service-table tbody td.col-action{
  text-align: right;
  width: 130px;
}

table.service-table tbody td:first-child, table.service-table thead th:first-child {
  padding-left: 40px;
}

table.service-table .props {
  display: none;
}

.bz-table-doctor-button {
  text-align: center;
  display: none;
  margin-top: 30px;
  cursor: pointer;
}
.dataTables_paginate {
  margin-bottom: 0 !important;
}

@media (max-width: 720px){

  table.service-table tbody td:first-child, table.service-table thead th:first-child {
    padding-left: 5px;
  }
  table.service-table .col-mobile-none{
    display: none;
  }

  .bz-table-doctor-button {
    display: block;
  }
}

table.service-table .skuDropdown {
  background-color: #ffffff;
  border: 1px solid #e7e8ea;
  position: relative;
  line-height: 13px;
  font-size: 13px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 2px;
  /*width: 264px;*/
  /*margin-top: 4px;*/
}
table.service-table .elementSkuPropertyList {
  overflow: hidden;
  list-style: none;
  margin: 0px -2px 0 -4px;
  padding: 0px;
}

table.service-table .skuDropdownList {
  background-color: #ffffff;
  border: 1px solid #e7e8ea;
  visibility: hidden;
  position: absolute;
  list-style: none;
  margin: 0 -1px;
  opacity: 0;
  padding: 0;
  z-index: 2;
  top: 40px;
  right: 0;
  left: 0;
}

table.service-table .elementSkuPropertyValue {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

table.service-table .elementSkuProperty li {
  box-sizing: border-box;
  overflow: hidden;
  min-width: 54px;
  padding: 4px 2px 2px 4px;
  float: left;
}

table.service-table .skuDropdownListItem {
  box-sizing: content-box;
  overflow: visible;
  min-width: auto;
  padding: 0px;
  float: none;
}

table.service-table .skuDropdownList .elementSkuPropertyValue {
  border-top: 1px solid #e7e8ea;
  position: relative;
  display: block;
  list-style: none;
}

table.service-table .skuDropdownList .elementSkuPropertyValue:before {
  display: none;
}

table.service-table .skuDropdownList .elementSkuPropertyValue:first-child {
  border-top: 0px;
}

table.service-table .skuDropdownList .selected {
  background-color: #f9f9f9;
  cursor: pointer;
  color: #ffffff;
  opacity: 0.8;
}

table.service-table .skuDropdownList .skuDropdownListItem.selected .skuPropertyItemLink {
  border: 0px;
  background: transparent;
}

table.service-table .elementSkuPropertyLink {
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  background-color: #f5f5f5;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  padding: 8px 12px;
  font-size: 14px;
  display: block;
  color: #000000;
}

table.service-table .skuDropdownList .skuPropertyItemLink {
  padding: 12px 8px !important;
  text-decoration: none;
  line-height: 18px;
  text-align: left;
  font-size: 13px;
  color: #000000;
  display: block;
  border: 0px;
}

table.service-table .skuDropdownList.opened {
  visibility: visible;
  opacity: 1;
}

table.service-table .skuCheckedItem {
  background: url(https://v2.dw-deluxe.ru/bitrix/components/dresscode/catalog.item/templates/detail/images/selectArrow.png) 97% 50% no-repeat transparent;
  padding: 12px 30px 12px 8px !important;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}

table.service-table .skuDropdownList .elementSkuPropertyValue[data-state=hidden] {
  display: none;
}

table.service-table .skuDropdownList .elementSkuPropertyValue[data-state=enabled]:hover {
  background-color: #f9f9f9;
  cursor: pointer;
  color: #ffffff;
  opacity: 0.8;
}

table.service-table .ns-bitrix.c-catalog-section.c-catalog-section-catalog-list-1 .catalog-section-item-content{
  overflow: visible;
}
table.service-table .ns-bitrix.c-catalog-section.c-catalog-section-catalog-list-1 .catalog-section-item-offers-property {
  overflow: visible;
}

table.service-table .skuDropdownList .elementSkuPropertyValue[data-state=disabled] .elementSkuPropertyLink{
  color: #e8e8e8;
  border-color: #e8e8e8 !important;
}

.dataTables_info {
  display: none !important;
}
.dataTables_length {
  display: none;
}

.loader {
  height: 100% !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
}







/* End */


/* Start:/local/common.blocks/search.css?16666989731391*/
.search__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}
.search__clear-button {
    background-color: transparent;
    cursor: pointer;
    color: #3498db;
    border: none;
    padding: 0;
    font-size: 30px;
    position: absolute;
    right: 50px;
}

.search__submit-button {
    background-color: #3498db;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
    min-width: 40px;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 0 3px 3px 0;
}

.search__input{
    border: 1px solid #e8e8e8;
    width: 100%;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    outline: none;
    padding: 9px 10px;
    border-radius: 3px 0 0 3px;
}

.search__filter-button {
    display: none;
}

@media (max-width: 720px) {
    .search {
        display: flex;
        flex-wrap: nowrap;
    }

    .search__input {
        font-size: 16px;
    }

    .search__filter-button {
        display: block;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 40px;
        margin-left: 6px;
        border: 1px solid #e8e8e8;
        border-radius: 3px;
        padding: 0;
        cursor: pointer;
    }

}

/* End */


/* Start:/local/common.blocks/checkbox.css?16666989731693*/
.checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 6px;
    cursor: pointer;
}
.checkbox:last-of-type {
    margin-bottom: 0;
}

.checkbox_horizontal {
    margin-bottom: 0;
    margin-left: 10px;
    padding-bottom: 10px;
}

.checkbox__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.checkbox__overlay {
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 7px;
    margin-right: 5px;
}

.checkbox__input:checked + .checkbox__overlay {
    background-color: #3498db;
    background-image: url(/images/bz_check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.checkbox__input:disabled + .checkbox__overlay {
    background-color: rgba(0,0,0, .15);
    cursor: default;
}

.checkbox__input:disabled ~ span {
    cursor: default;
}

.checkbox__input_disabled:checked + .checkbox__overlay {
    background-color: rgba(0,0,0, .15);
    background-image: url(/images/bz_check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 720px) {
    .checkbox {
        flex-direction: row-reverse;
        justify-content: space-between;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 0;
        padding-bottom: 3px;
    }
    .checkbox_horizontal {
        margin-bottom: 6px;
    }

    .checkbox__overlay {
        border: 1px solid #e8e8e8;
        width: 26px;
        height: 26px;
        margin-right: 0;
    }
}

/* End */


/* Start:/bitrix/templates/universe_s1/plugins/data-tables/theme.css?166669876110848*/
/*  */
#shedule_paginate {
    padding-top: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid#3498db!important;
    background-color: #585858!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3498db), color-stop(100%, #111))!important;
    background: -webkit-linear-gradient(top, #3498db 0%, #3498db 100%)!important;
    background: -moz-linear-gradient(top, #3498db 0%, #3498db 100%)!important;
    background: -ms-linear-gradient(top, #3498db 0%, #3498db 100%)!important;
    background: -o-linear-gradient(top, #3498db 0%, #3498db 100%)!important;
    background: linear-gradient(to bottom, #3498db 0%, #3498db 100%)!important;
    color: white !important;

}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid#3498db!important;
    background-color: #585858!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3498db), color-stop(100%, #111))!important;
    background: -webkit-linear-gradient(top, #3498db 0%, #3498db 100%)!important;
    background: -moz-linear-gradient(top, #3498db 0%, #3498db 100%)!important;
    background: -ms-linear-gradient(top, #3498db 0%, #3498db 100%)!important;
    background: -o-linear-gradient(top, #3498db 0%, #3498db 100%)!important;
    background: linear-gradient(to bottom, #3498db 0%, #3498db 100%)!important;
}
.dataTables_wrapper .dataTables_filter input {
    -webkit-appearance: none;
    border-radius: 0!important;
}
/*preloader*/
.preloader-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    display: none;
}

.preloader-wrapper.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.preloader-wrapper svg.butterfly-svg {
    width: 2rem;
    height: 2rem;
    top: 25%;
    left: 50%;
    position: relative;
    -webkit-animation: flight 3s ease-in-out infinite,
    appear 3s ease-in-out infinite;
    animation: flight 3s ease-in-out infinite,
    appear 3s ease-in-out infinite;
}

.preloader-wrapper svg.butterfly-svg .left-wing {
    -webkit-animation: swing 0.25s ease infinite;
    animation: swing 0.25s ease infinite;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.preloader-wrapper svg.butterfly-svg .right-wing {
    -webkit-animation: swing 0.25s ease infinite;
    animation: swing 0.25s ease infinite;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    6.25% {
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
    }

    25% {
        -webkit-transform: scaleX(0.9375);
        transform: scaleX(0.9375);
    }

    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    75% {
        -webkit-transform: scaleX(0.9375);
        transform: scaleX(0.9375);
    }

    93.75% {
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes swing {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    6.25% {
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
    }

    25% {
        -webkit-transform: scaleX(0.9375);
        transform: scaleX(0.9375);
    }

    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    75% {
        -webkit-transform: scaleX(0.9375);
        transform: scaleX(0.9375);
    }

    93.75% {
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@-webkit-keyframes flight {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(-25deg);
        transform: translateX(0) translateY(0) rotate(-25deg);
    }

    10% {
        -webkit-transform: translateX(5%) translateY(-2.5%) rotate(-15deg);
        transform: translateX(5%) translateY(-2.5%) rotate(-15deg);
    }

    20% {
        -webkit-transform: translateX(-5%) translateY(-5%) rotate(-10deg);
        transform: translateX(-5%) translateY(-5%) rotate(-10deg);
    }

    40% {
        -webkit-transform: translateX(10%) translateY(-10%) rotate(-20deg);
        transform: translateX(10%) translateY(-10%) rotate(-20deg);
    }

    60% {
        -webkit-transform: translateX(-10%) translateY(-10%) rotate(-30deg);
        transform: translateX(-10%) translateY(-10%) rotate(-30deg);
    }

    80% {
        -webkit-transform: translateX(5%) translateY(-5%) rotate(-25deg);
        transform: translateX(5%) translateY(-5%) rotate(-25deg);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0) rotate(-25deg);
        transform: translateX(0) translateY(0) rotate(-25deg);
    }
}

@keyframes flight {
    0% {
        -webkit-transform: translateX(0) translateY(0) rotate(-25deg);
        transform: translateX(0) translateY(0) rotate(-25deg);
    }

    10% {
        -webkit-transform: translateX(5%) translateY(-2.5%) rotate(-15deg);
        transform: translateX(5%) translateY(-2.5%) rotate(-15deg);
    }

    20% {
        -webkit-transform: translateX(-5%) translateY(-5%) rotate(-10deg);
        transform: translateX(-5%) translateY(-5%) rotate(-10deg);
    }

    40% {
        -webkit-transform: translateX(10%) translateY(-10%) rotate(-20deg);
        transform: translateX(10%) translateY(-10%) rotate(-20deg);
    }

    60% {
        -webkit-transform: translateX(-10%) translateY(-10%) rotate(-30deg);
        transform: translateX(-10%) translateY(-10%) rotate(-30deg);
    }

    80% {
        -webkit-transform: translateX(5%) translateY(-5%) rotate(-25deg);
        transform: translateX(5%) translateY(-5%) rotate(-25deg);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0) rotate(-25deg);
        transform: translateX(0) translateY(0) rotate(-25deg);
    }
}

@-webkit-keyframes appear {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes appear {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}


.dataTables_wrapper .dataTables_paginate {
    /*float: right;*/
    text-align: center;
    padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}
.dataTables_wrapper .dataTables_paginate {
    margin: 25px 0;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

.dataTables_scrollHead {
    padding-top: 25px ;
}
/* End */


/* Start:/local/common.blocks/filter.css?16666989732276*/
.filter__wrapper {
    background: #F8F8F8;
    border-radius: 3px;
}

.filter__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 20px;
    font-size: 14px;
}

.filter__header-button {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    background-color: transparent;
    color: #3498db;
    border: none;
    font-weight: 500;
    padding: 0;
    cursor: pointer;
}
.filter__header-button_type_reset:disabled {
    color:rgba(0, 0, 0, .4);
    cursor: default;
}


.filter__header-button_type_cancel, .filter__heading, .filter__button-wrapper {
    display: none;
}

.filter__table_horizontal {
    display: flex;
    align-items: flex-start;
}

.filter__fields_horizontal {
    display: flex;
    flex-wrap: wrap;
}
.filter__field-name_horizontal {
    padding-bottom: 10px;
    margin-right: 5px;
}

@media (max-width: 720px) {
    .filter {
        display: none;
    }

    .filter_opened {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .3);
        z-index: 1000000005;

    }

    .filter__wrapper {
        background-color: #fff;
        width: 100%;
        margin-top: 60px;
        overflow: scroll;
        border-radius: 3px 3px 0 0;

    }
    .filter__wrapper::-webkit-scrollbar {
        width: 0;
    }

    .filter__header {
        font-size: 16px;
        line-height: 1.1;
    }

    .filter__header-button {
        width: calc(100% / 3);
    }

    .filter__header-button_type_cancel {
        display: block;
        justify-content: flex-end;
        text-align: right;
    }

    .filter__heading {
        display: block;
        margin: 0;
    }

    .filter__table_horizontal, .filter__fields_horizontal {
        display: block;
    }

    .filter__button-wrapper {
        display: block;
        background-color: #fff;
        padding: 15px 25px;
    }

    .filter__button {
        background-color: #3498db;
        color: #fff;
        border: none;
        border-radius: 7px;
        padding: 0;
        height: 40px;
        width: 100%;
    }
}

/* End */
/* /bitrix/templates/universe_s1/components/bitrix/catalog/BZCatalogServiceWidget/style.css?16666987641122 */
/* /local/components/bz/filter.tags/templates/.default/style.css?16666989651906 */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.smart.filter/serviceFilter/style.css?166669876518695 */
/* /bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/bz_page/style.css?16666987632487 */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.section.list/BZcatalog.ServiceWidget/style.css?166669876411360 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/specToService/style.css?17513684741693 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/advantages.list/style.css?16666987656134 */
/* /local/components/bz/services.list/templates/catalog.list.1.v4/style.css?16666989655823 */
/* /local/common.blocks/search.css?16666989731391 */
/* /local/common.blocks/checkbox.css?16666989731693 */
/* /bitrix/templates/universe_s1/plugins/data-tables/theme.css?166669876110848 */
/* /local/common.blocks/filter.css?16666989732276 */
