

/* Start:/bitrix/templates/new/js/bxslider/jquery.bxslider.css?14569127973841*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff; */
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/bitrix/templates/new/js/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/bitrix/templates/new/js/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/bitrix/templates/new/js/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 500;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/new/js/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/new/js/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/bitrix/templates/new/js/fancybox/jquery.fancybox.css?14569127974682*/
/*! 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;
	padding:0 !important;
}

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

.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-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/new/js/fancybox/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/templates/new/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 8040;
	background: url('/bitrix/templates/new/js/fancybox/../../images/close.png') center center no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/new/js/fancybox/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 {
    overflow: hidden !important;
}

.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/templates/new/js/fancybox/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/templates/new/js/fancybox/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/templates/new/js/fancybox/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/templates/new/js/select2/select2.min.css?145691279714416*/
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	background:#ffffff;
	    color: #666666;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight:normal;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none;
}
.select2-dropdown {
	border: 1px solid #aaa;
	border-radius: 2px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	background:#ffffff;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
	margin:0;
	cursor:pointer;
}
.
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	filter: alpha(opacity=0);
}
.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #c1c1c1;
	border-radius: 2px;
	color: #666666;
    font-size: 12px;
	outline:none;
	background:#ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #666666;
	line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #666666;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #aaa;
	border-radius: 2px;
	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #666666;
	margin-top: 5px;
	float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: 1px solid #aaa;
	border-radius: 2px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #666666;
	cursor: pointer;
	display: inline-block;
	margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #666666;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
	border: none;
	outline: 0;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #666666;
}
.select2-container--default .select2-results__option[aria-selected=true] {

}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background:#c1c1c1;
	color: #ffffff;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic .select2-selection--single {

	border: 1px solid #aaa;
	border-radius: 2px;
	outline: 0;

}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #666666;
	line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #666666;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {

	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	left: 1px;
	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {

	border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	
}
.select2-container--classic .select2-selection--multiple {

	border: 1px solid #aaa;
	border-radius: 2px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {

	border: 1px solid #aaa;
	border-radius: 2px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #666666;
	cursor: pointer;
	display: inline-block;
	margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #666666;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
}
.select2-container--classic .select2-dropdown {

	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
	border-top: none;
}
.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: #666666;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	color: #666666;
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

/* End */


/* Start:/bitrix/templates/new/js/datetimepicker-master/jquery.datetimepicker.css?145691279718420*/
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* End */


/* Start:/bitrix/templates/new/css/more.css?15494525298563*/
.years25 {
	position: absolute;
	z-index: 10;
	width: 100px;
	height: 200px;
	background: url(/bitrix/templates/new/css/../images/award_barklil25.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	right:  200px;
	top: 0;
}

.saleobject_item--address:after{
    content:'';
    display:block;
    width:0%;
    left:50%;
    position:absolute;
    bottom:20;
    height:2px;
    background-color:#2c2c2c;
    -moz-transition-property:left,width;
    -o-transition-property:left,width;
    -webkit-transition-property:left,width;
    transition-property:left,width;
    -moz-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    transition-duration:0.2s;
    -moz-transition-timing-function:ease-in;
    -o-transition-timing-function:ease-in;
    -webkit-transition-timing-function:ease-in;
    transition-timing-function:ease-in
}

address.saleobject_item--address {
    display: inline-block;
    position:relative;
}

address.saleobject_item--address:after
{
    content:'';
    display:block;
    width:0%;
    left:50%;
    position:absolute;
    bottom:20;
    height:2px;
    background-color:#2c2c2c;
    -moz-transition-property:left,width;
    -o-transition-property:left,width;
    -webkit-transition-property:left,width;
    transition-property:left,width;
    -moz-transition-duration:0.2s;
    -o-transition-duration:0.2s;-webkit-transition-duration:0.2s;transition-duration:0.2s;-moz-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.saleobject_item--address:hover:after,.geo-link.active:after{width:100%;left:0}

.geo-link.active:after{width:100%;left:0}

.pdf_icon {
    background:url(/bitrix/templates/new/images/pdficon.png) no-repeat;
    padding-left:25px;
    min-width:25px;
    min-height:25px;
    color:black;
}
.pdf_item {
    display: block;
    line-height: 28px;
    padding: 0 13px;
    border: 3px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    top: 30px;
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.saleobject_item__img-wrapper2 {
    width: 100%;
    height: 205px;
    overflow: hidden;
    position: relative;

}
.border-around {
    border:1px dotted #5a6672!important;
 }

.saleobject_item--type2 {
    display: block;
    position: absolute;
    height: 38px;
    line-height: 38px;
    padding: 0 13px;
    border: 3px solid #fff;
    border-radius: 3px;
    color: #fff;
    right: 75px;
    font-size: 22px;
    top: 280px;
    text-transform: uppercase;
    z-index: 1;
    background-color: rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff');
}

.borderboth {
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:20px 0;
}

.table-head {display:table;
            width:100%;}
.table-cell {display:table-cell;   width:100%; vertical-align: top;}
.fleft {
    background:url(/bitrix/templates/new/images/arrowL.jpg) no-repeat;
    background-size: contain;
    width:44px;
    height:44px;
    display:block;
    margin:0 5px;
}
.fright {
    background:url(/bitrix/templates/new/images/arrowR.jpg) no-repeat;
    background-size: contain;
    width:44px;
    height:44px;
    display:block;
    margin:0 5px;
}
.info-cell {
    font-family: "UbuntuLightMedium";
    font-weight: bold;
    font-size: 38px;
    text-transform: uppercase;
    padding:0px 15px;
    vertical-align: top;
    margin:0px;
}
.info-cell sup{
    font-size: 16px;
    position:relative;
    top:-22px;
}
#errormsg {
    text-align: center;
    margin:20px 0px;
    color:red;
}
.cvform input.error {
    border:1px solid red
}
#errorname, #erroremail {
    display:none;
}
.cvform input.error:after {
    content:"Поле указано не верно";
    color:red;
    position:relative;
    top:-30px;
}
.cvform #checkbox:after {
	display:none;
}
.page404__text {
    text-align:center;
}

.projects__parameters-item:last-child  span {
    float:left;
}
/*****************************************************/
.card-object__image{
	position:relative;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.card-object__additional_photos{
	display:none;
}
.card-object__additional_photos:after{
	content:"";
	width:100%;
	display:block;
	height:0;
	clear:both;
}
.card-object__additional_photos .image{
	float:left;
	width:33.3%;
	height:100px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.card-object__image-left,
.card-object__image-right{
	position:absolute;
	top:50%;
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
.card-object__image-left{
	left:0;
}
.card-object__image-right{
	right:0;
}
.card-object__image-left:after,
.card-object__image-right:after{
	font-family:"Fontello";
}
.card-object__image-left:after{
	content:"\EAA5";
}
.card-object__image-right:after{
	content:"\EAA6";
}
.smart-image-cover-wrap{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.saleobject.is-infostructure .saleobject_item--desc{
	text-align:center;
}
.contacts__map{
	min-height:400px;
}
.contacts__map .bx-yandex-view-map,
.contacts__map .bx-yandex-map{
	height:100% !important;
}
/**********************************/
.card-object__image .projects__controls{
	margin:-75px 0 0 0;
}
.projects__controls.card-object__image-controls{
	top:0;
	left:0;
	right:auto;
	width:100%;
	height:100%;
	margin:0;
}
.projects__next.card-object__image-next span,
.projects__prev.card-object__image-prev span{
	display:none;
} 
.projects__next.card-object__image-next,
.projects__prev.card-object__image-prev{
	position:absolute;
	top:50%;
	margin: -20px 0 0 0;
	float:none;
}
.projects__prev.card-object__image-prev{
	left:10px;
}
.projects__next.card-object__image-next{
	right:10px;
}

/* крутящийся лейбл на первом экране */
.span-with-label {
	position: relative;
}
.span-with-label__container {
	position: absolute;
	top: -20px;
	right: -65px;

	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-ms-perspective: 600px;
	-o-perspective: 600px;
	perspective: 600px;
}
	.span-with-label__label {
		display: block;
		position:; relative;

		-webkit-transition: -webkit-transform 0.5s;
		-moz-transition: -moz-transform 0.5s;
		-ms-transition: -moz-transform 0.5s;
		-o-transition: -o-transform 0.5s;
		transition: transform 0.5s;

		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		transform-style: preserve-3d;

		animation: rotate 6s infinite;
		-webkit-animation: rotate 6s infinite;
	}
		.span-with-label__label::before,
		.span-with-label__label::after {
			content: '';
			display: block;
			width: 57px;
			height: 50px;

			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			-o-backface-visibility: hidden;
			backface-visibility: hidden; 
		}
		.span-with-label__label::before {
			background: url(/bitrix/templates/new/images/label_face.png) center center no-repeat;
			-webkit-transform: rotateY(180deg);
			-moz-transform: rotateY(180deg);
			-ms-transform: rotateY(180deg);
			-o-transform: rotateY(180deg);
			transform: rotateY(180deg);
		}
		.span-with-label__label::after {
			background: url(/bitrix/templates/new/images/label_back.png) center center no-repeat;
			margin-top: -50px;
		}
@keyframes rotate {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	12% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	60% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	72% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
/* End */


/* Start:/bitrix/templates/new/components//bitrix/system.pagenavigation/.default/style.min.css?1456912797659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/new/styles.css?15826235428725*/
.columns{width:auto;position:relative;margin-left:-2.5%}.columns:after{content:'';display:block;clear:left}.column{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wp-grid{width:95%;max-width:1350px;min-width:1024px;margin:0 auto;position:relative}@font-face{font-family:"Ubuntu";src:url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-regular.eot?1455214735');src:url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-regular.eot?&1455214735#iefix') format('embedded-opentype'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-regular.ttf?1455214735') format('truetype'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-regular.woff?1455214735') format('woff'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-regular.svg?1455214735') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:"Ubuntu";src:url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-italic.eot?1455214734');src:url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-italic.eot?&1455214734#iefix') format('embedded-opentype'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-italic.ttf?1455214734') format('truetype'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-italic.woff?1455214735') format('woff'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-italic.svg?1455214735') format('svg');font-weight:normal;font-style:italic}@font-face{font-family:"Ubuntu";src:url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bold.eot?1455214733');src:url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bold.eot?&1455214733#iefix') format('embedded-opentype'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bold.ttf?1455214734') format('truetype'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bold.woff?1455214734') format('woff'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bold.svg?1455214733') format('svg');font-weight:bold;font-style:normal}@font-face{font-family:"Ubuntu";src:url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bolditalic.eot?1455214734');src:url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bolditalic.eot?&1455214734#iefix') format('embedded-opentype'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bolditalic.ttf?1455214734') format('truetype'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bolditalic.woff?1455214734') format('woff'),url('/bitrix/templates/new/fonts/Ubuntu/ubuntu-bolditalic.svg?1455214734') format('svg');font-weight:bold;font-style:italic}@font-face{font-family:"UbuntuLightMedium";src:url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-light.eot?1455214736');src:url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-light.eot?&1455214736#iefix') format('embedded-opentype'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-light.ttf?1455214736') format('truetype'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-light.woff?1455214736') format('woff'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-light.svg?1455214736') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:"UbuntuLightMedium";src:url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-lightitalic.eot?1455214736');src:url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-lightitalic.eot?&1455214736#iefix') format('embedded-opentype'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-lightitalic.ttf?1455214736') format('truetype'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-lightitalic.woff?1455214736') format('woff'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-lightitalic.svg?1455214736') format('svg');font-weight:normal;font-style:italic}@font-face{font-family:"UbuntuLightMedium";src:url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-medium.eot?1455214736');src:url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-medium.eot?&1455214736#iefix') format('embedded-opentype'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-medium.ttf?1455214736') format('truetype'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-medium.woff?1455214736') format('woff'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-medium.svg?1455214736') format('svg');font-weight:bold;font-style:normal}@font-face{font-family:"UbuntuLightMedium";src:url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-mediumitalic.eot?1455214737');src:url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-mediumitalic.eot?&1455214737#iefix') format('embedded-opentype'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-mediumitalic.ttf?1455214737') format('truetype'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-mediumitalic.woff?1455214737') format('woff'),url('/bitrix/templates/new/fonts/UbuntuLightMedium/ubuntu-mediumitalic.svg?1455214737') format('svg');font-weight:bold;font-style:italic}@font-face{font-family:"Fontello";src:url('/bitrix/templates/new/fonts/Fontello/fontello.eot?1455214734');src:url('/bitrix/templates/new/fonts/Fontello/fontello.eot?&1455214734#iefix') format('embedded-opentype'),url('/bitrix/templates/new/fonts/Fontello/fontello.ttf?1455214734') format('truetype'),url('/bitrix/templates/new/fonts/Fontello/fontello.woff?1455214733') format('woff'),url('/bitrix/templates/new/fonts/Fontello/fontello.svg?1455214734') format('svg');font-weight:normal;font-style:normal}html{font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-text-size-adjust:100%}body[contenteditable],.page{font-family:"Ubuntu";font-size:17px;line-height:1.5;color:#2c2c2c;min-width:980px}.page-main p{margin:8px 0}.page-main h1,.page-main .h1,.page-main h2,.page-main .h2,.page-main h3,.page-main .h3,.page-main h4,.page-main .h4,.page-main h5,.page-main .h5,.page-main h6,.page-main .h6{font-family:"UbuntuLightMedium";font-weight:bold}.page-main h1,.page-main .h1{text-align:center;font-size:40px;text-transform:uppercase}.page-main h2,.page-main .h2{text-align:center;font-size:30px}.page-main h3,.page-main .h3{font-size:25px}.page-main h4,.page-main .h4{font-size:20px}.page-main h5,.page-main .h5{font-size:15px}.page-main img{max-width:100%;object-fit:cover}.page-main img.full-fon-image{position:relative}.page-main a{color:#212121;cursor:pointer;position:relative}.page-main ol,.page-main ul{margin-bottom:35px;padding-left:70px}.page-main ol li,.page-main ul li{font-weight:normal;margin-left:30px;font-size:17px;line-height:27px} .foter_text{color:#858585; font-size:11px; margin-top:15px; margin-left: 5px;}
@font-face{font-family:"Fontello New";
src:url('/bitrix/templates/new/fonts/Fontello/new/fontello.eot');
src:url('/bitrix/templates/new/fonts/Fontello/new/fontello.eot#iefix') format('embedded-opentype'),
url('/bitrix/templates/new/fonts/new/Fontello/new/fontello.ttf') format('truetype'),
url('/bitrix/templates/new/fonts/Fontello/new/fontello.woff') format('woff'),
url('/bitrix/templates/new/fonts/Fontello/new/fontello.svg') format('svg');
font-weight:normal;font-style:normal}
.full-image-block{height:270px;}
/* End */


/* Start:/bitrix/templates/new/template_styles.css?164632648087556*/
.columns {
  width: auto;
  position: relative;
  margin-left: -2.5%;
}
.columns:after {
  content: "";
  display: block;
  clear: left;
}
.column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-grid {
  width: 95%;
  max-width: 1350px;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
}
body {
  opacity: 1;
}
.page {
  min-height: 82.5vh;
  position: relative;
  padding-bottom: 13vh;
}
.page-main {
  padding-bottom: 100px;
}
.content {
  max-width: 1178px;
  min-width: 980px;
  margin: 0 auto;
}
.content.is-relative {
  position: relative;
}
.clearme:after,
.rewards__item:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 1200px) {
  .contnet {
    padding: 0 15px;
  }
}
.projects {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.projects__controls {
  position: absolute;
  right: 16px;
  top: 50%;
  margin: -125px 0 0 0;
  z-index: 10;
}
.projects__items {
  width: 100%;
  height: 100%;
  position: relative;
}
.projects__item {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.projects__item.is-active {
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.projects__item .smart-paralax {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 125%;
  z-index: 2;
}
.projects__item .smart-paralax:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
}
.projects__item:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.projects__image {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  object-fit: cover;
}
.projects__item-info {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  z-index: 4;
  max-width: 768px;
  margin: -100px auto 0 auto;
  text-align: left;
}
.projects__name {
  font-family: "UbuntuLightMedium";
  font-weight: bold;
  color: #ffffff;
  font-size: 70px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.projects__name.is-submane {
  font-size: 35px;
}
.projects__description {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 32px 0;
}
.projects__parameters {
  margin: 0 -48px 48px -48px;
}
.projects__parameters-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  padding: 0 48px;
  min-width: 150px;
}
.projects__parameters-item.is-upper {
  font-family: "UbuntuLightMedium";
  font-weight: bold;
  text-transform: uppercase;
}
.projects__parameters-item span {
  font-family: "UbuntuLightMedium";
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  margin: -4px 0 0 0;
}
.projects__parameters-item span span {
  font-family: "Ubuntu";
  font-weight: normal;
  font-size: 70px;
}
.projects__parameters-item + .projects__parameters-item {
  border-left: 1px solid #ffffff;
}
.projects__detail {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 36px;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0);
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.projects__detail:hover {
  background: #ffffff;
  color: #212121;
}
.projects__controls {
  text-align: right;
}
.projects__next,
.projects__prev {
  float: right;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 0;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 10px 0;
  text-align: right;
  clear: both;
  background: rgba(255, 255, 255, 0);
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.projects__next:after,
.projects__prev:after {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  content: "";
  width: 13px;
  height: 22px;
  padding: 0 16px;
  font-family: "Fontello";
  font-size: 38px;
  line-height: 0.5;
  font-weight: normal;
}
.projects__next:after {
  content: "\E8CF";
}
.projects__prev:after {
  content: "\E8CE";
}
.projects__next span,
.projects__prev span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0;
  overflow: hidden;
  max-width: 0;
  -moz-transition-property: max-width, padding;
  -o-transition-property: max-width, padding;
  -webkit-transition-property: max-width, padding;
  transition-property: max-width, padding;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.projects__next:hover,
.projects__prev:hover {
  max-width: 200px;
  background: #ffffff;
  color: #212121;
}
.projects__next:hover span,
.projects__prev:hover span {
  padding: 0 6px 0 22px;
  max-width: 200px;
}
.page-header {
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 20;
}
.page-header:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
.page-preheader {
  position: relative;
}
.page-preheader + .page-header {
  margin: -100px 0 0 0;
}
.is-fixed-menu .page-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}
.is-fixed-menu .page-main {
  padding-top: 101px;
}
.page-header__logotype {
  float: left;
  margin: 16px 0;
  padding-right: 20px;
}
.page-header__logotype .slogan {
  display: block;
}
.page-header__contacts {
  float: right;
  margin: 22px 0 11px 0;
}
.page-header__contacts form {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.page-header__contacts form .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  outline: none;
  text-align: right;
  margin: 0 16px 0 0;
  padding: 4px 0;
  max-width: 0;
  -moz-transition-property: max-width, padding, border;
  -o-transition-property: max-width, padding, border;
  -webkit-transition-property: max-width, padding, border;
  transition-property: max-width, padding, border;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.page-header__contacts form .submit {
  cursor: pointer;
}
.page-header__contacts form .submit:after {
  font-family: "Fontello";
  content: "\E824";
  font-size: 18px;
  color: #212121;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.page-header__contacts form .submit:hover:after {
  color: #1f6fa8;
}
.page-header__contacts form:hover .text {
  width: 535px;
  max-width: 535px;
  padding: 4px 8px;
  border: 1px solid #212121;
}
.page-header__contacts .phone-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  color: #212121;
  font-weight: bold;
  font-size: 20px;
  font-family: "UbuntuLightMedium";
  margin: 0 9px 0 14px;
  letter-spacing: -0.75px;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.page-header__contacts .phone-link:hover {
  color: #1f6fa8;
}
@media (max-width: 1200px) {
  .page-header__contacts form:hover .text {
    width: 360px;
    max-width: 360px;
  }
}
.page-header__menu {
  clear: right;
  font-size: 13px;
  text-align: right;
  padding-right: 8px;
}
.page-header__menu li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 0 0 18px;
}
.page-header__menu a {
  text-decoration: none;
  color: #212121;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  overflow: hidden;
}
.page-header__menu a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  z-index: 1;
  background: #212121;
  -moz-transition-property: left, width;
  -o-transition-property: left, width;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.page-header__menu a:hover:after {
  left: 0;
  width: 100%;
}
.social-networks {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.social-networks__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #212121;
  margin: 0 8px;
  text-decoration: none;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.social-networks__item:hover {
  color: #1f6fa8;
}
.social-networks__item:after {
  font-family: "Fontello";
  content: "";
  color: inherit;
}
.social-networks__item.is-facebook:after {
  content: "\E9D8";
}
.social-networks__item.is-linkedin:after {
  content: "\E9F3";
}
.social-networks__item.is-instagram:after {
  content: "\E9EA";
}
.social-networks__item.is-youtube:after {
  font-family: "Fontello New";
  content: "\f167";
}
.stat-info {
  margin: 50px auto;
  max-width: 980px;
  position: relative;
}
.stat-info:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
.stat-info__date {
  position: absolute;
  left: -6px;
  top: 6px;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
.stat-info__date span {
  font-size: 60px;
  line-height: 0.75;
  font-weight: normal;
}
.stat-info__left {
  float: left;
  width: 50%;
  font-family: "UbuntuLightMedium";
  font-size: 30px;
  line-height: 1.28;
  font-weight: bold;
  padding: 0 14px 0 104px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stat-info__right {
  float: right;
  width: 50%;
  padding: 0 0 0 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
}
.stat-data {
  clear: both;
  margin: 53px auto;
  max-width: 862px;
}
.stat-data__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #111111;
  font-size: 14px;
  line-height: 1.4;
  padding: 0 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stat-data__item span.is-block {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
.stat-data__item span.is-big {
  font-family: "UbuntuLightMedium";
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  margin: -4px 4px 0 4px;
}
.stat-data__item span.is-number {
  font-family: "Ubuntu";
  font-weight: normal;
  font-size: 60px;
  line-height: 1;
}
.stat-data__item + .stat-data__item {
  border-left: 2px solid #000000;
}
.stat-data__footer {
  color: #666666;
  text-align: center;
  font-size: 14px;
  margin: 35px 0;
}
.infographics-block {
  margin: 130px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.infographics-block .smart-paralax {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 125%;
  z-index: 2;
}
.infographics-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 2;
}
.infographics-data {
  position: relative;
  z-index: 4;
  text-align: center;
  max-width: 1112px;
  margin: 0 auto;
  padding: 138px 0 250px 0;
}
.infographics-title {
  font-family: "UbuntuLightMedium";
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 45px;
  line-height: 1.16;
  margin: 0 0 130px 0;
}
.infographics-title h1,
.infographics-title .h1 {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  line-height: inherit;
}
.infographics {
  text-align: center;
  font-size: 0;
}
.infographics__icon {
  margin: 0 0 24px 0;
}
.infographics__text {
  color: #ffffff;
  font-size: 22px;
  font-family: "UbuntuLightMedium";
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 6;
}
.infographics__text a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  line-height: inherit;
}
.infographics__border {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: -60px;
  padding: 0 0 60px 0;
}
.infographics__border:before,
.infographics__border:after {
  display: block;
  content: "";
  background: #ffffff;
  width: 3px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 1;
  -moz-transition-property: top, bottom;
  -o-transition-property: top, bottom;
  -webkit-transition-property: top, bottom;
  transition-property: top, bottom;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.infographics__border:before {
  left: 0;
}
.infographics__border:after {
  right: 0;
}
.infographics__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 23%;
  max-width: 250px;
  padding: 0 0 40px 0;
  position: relative;
  margin: 0 10px;
}
.infographics__item:before,
.infographics__item:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 3px;
  position: absolute;
  left: 25px;
  right: 25px;
  z-index: 1;
  -moz-transition-property: left, right;
  -o-transition-property: left, right;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.infographics__item:before {
  top: -60px;
  left: 50%;
  right: 50%;
}
.infographics__item:after {
  bottom: 0;
}
.infographics__item:hover:before,
.infographics__item:hover:after {
  left: 0;
  right: 0;
}
.infographics__item:hover .infographics__border:before,
.infographics__item:hover .infographics__border:after {
  top: 0;
  bottom: 0;
}
.infographics__item.is-with-link {
  cursor: pointer;
}
.news,
.search-result {
  font-size: 0;
  line-height: 0;
}
.news h1,
.news .h1,
.search-result h1,
.search-result .h1 {
  text-align: center;
  color: #2c2c2c;
  font-size: 40px;
  font-family: "UbuntuLightMedium";
  font-weight: bold;
  text-transform: uppercase;
}
.news:after,
.search-result:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
.news-items__item,
.search-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 104px;
  margin: 17px 0 41px 0;
  position: relative;
}
.news-items__item.is-facebook:before,
.search-item.is-facebook:before {
  font-family: "Fontello";
  content: "\E9D8";
  position: absolute;
  left: 60px;
  top: 34px;
  font-size: 18px;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.search-name {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
}
.search-preview {
  font-size: 17px;
  line-height: 1.25;
  font-weight: normal;
}
.news-items__item-data {
  color: #2c2c2c;
  font-size: 17px;
  line-height: 1;
  font-family: "UbuntuLightMedium";
  font-weight: bold;
  margin: 0 0 20px 0;
}
.news-items__item-name {
  color: #2c2c2c;
  font-size: 17px;
  line-height: 1.7;
  font-family: "UbuntuLightMedium";
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.news-items__item-name a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  line-height: inherit;
}
.news-items__item-name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 2px;
  z-index: 1;
  background: #212121;
  -moz-transition-property: left, width;
  -o-transition-property: left, width;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.news-items__item-name:hover:after {
  left: 0;
  width: 100%;
}
.page-preheader ~ .page-footer {
  margin-top: 0;
}
.page-preheader ~ .page-main {
  padding-top: 0;
}
.page-preheader ~ .page-main .news {
  padding-bottom: 50px;
}
.page-footer {
  background: #242424;
  padding: 41px 0 37px 0;
  margin: 80px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-footer .contnet,
.page-footer .content {
  position: relative;
}
.page-footer__copyright {
  color: #ffffff;
  font-size: 13px;
  position: absolute;
  left: 6px;
  top: 0;
  letter-spacing: 1px;
}
.page-footer__webprofy {
  color: #888888;
  font-size: 14px;
  position: absolute;
  right: 53px;
  top: 0;
  text-align: right;
}
.page-footer__webprofy a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  overflow: hidden;
}
.page-footer__webprofy a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: #888888;
  -moz-transition-property: left, width;
  -o-transition-property: left, width;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.page-footer__webprofy a:hover:after {
  left: 50%;
  width: 0;
}
.page-footer__contact {
  margin: 0 80px 0 206px;
}
.contact__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 30%;
}
.contact__item-title {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.contact__item-value {
  color: #ffffff;
  font-size: 14px;
}
.contact__item-value a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.contact__item-value a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 50%;
  width: 0;
  height: 1px;
  z-index: 1;
  background: #ffffff;
  -moz-transition-property: left, width;
  -o-transition-property: left, width;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.contact__item-value a:hover:after {
  left: 0;
  width: 100%;
}
.breadcrumb-wrap {
  background-color: #f8f8f8;
  line-height: 60px;
  padding: 0 15px;
}
.breadcrumb-wrap .breadcrumb {
  padding: 0;
  margin: 0 auto;
}
.breadcrumb-wrap .breadcrumb li {
  list-style: none;
  font-size: 17px;
  display: inline;
  margin: 0 20px 0 0;
}
.breadcrumb-wrap .breadcrumb li:last-child {
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  line-height: 3.5;
}
.breadcrumb-wrap .breadcrumb li a {
  color: #2c2c2c;
  position: relative;
  text-decoration: none;
}
.breadcrumb-wrap .breadcrumb li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  z-index: 1;
  background: #212121;
  -moz-transition-property: left, width;
  -o-transition-property: left, width;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.breadcrumb-wrap .breadcrumb li a:hover {
  text-decoration: none;
}
.breadcrumb-wrap .breadcrumb li a:hover:after {
  left: 0;
  width: 100%;
}
.landowner-accordeon {
  margin-top: 80px;
  margin-bottom: -1px;
}
.landowner-accordeon + .landowner-accordeon {
  margin-top: 0;
}
.landowner-accordeon__item {
  border-top: 1px solid #2c2c2c;
}
.landowner-accordeon__item:last-child {
  border-bottom: 1px solid #2c2c2c;
}
.landowner-accordeon__item-header {
  height: 130px;
  line-height: 130px;
  cursor: pointer;
  overflow: hidden;
}
.landowner-accordeon__item-header * {
  vertical-align: middle;
}
.landowner-accordeon__item-header .icon {
  display: inline-block;
  width: 117px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.landowner-accordeon__item-header .icon img {
  vertical-align: middle;
  max-width: 64px;
  max-height: 64px;
}
.landowner-accordeon__item-header .icon-arrow {
  float: right;
  padding: 0 50px;
}
.landowner-accordeon__item-header .icon-arrow:after {
  content: "\EAA4";
  font-family: "Fontello";
  font-size: 30px;
}
.landowner-accordeon__item-heading {
  font-family: "UbuntuLightMedium";
  font-size: 30px;
  margin: 0;
  display: inline;
}
.landowner-accordeon__item-body {
  display: none;
  padding: 0 0 40px 117px;
}
.landowner-accordeon__item-body.is-without-padding {
  padding: 0 0 40px 0;
}
.landowner-accordeon__item-body p {
  color: #666666;
  margin: 0 0 30px;
}
.landowner-accordeon__item-body ul {
  padding-left: 70px;
}
.landowner-accordeon__item-body ul li {
  list-style-type: disc;
  color: #666666;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 17px;
}
.landowner-accordeon__item-body h4 {
  font-size: 20px;
  margin: 2.33em 0;
}
.landowner-accordeon__item.active {
  cursor: default;
}
.landowner-accordeon__item.active .icon-arrow:after {
  content: "\EAA7";
}
.landowner-accordeon__item-citate {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  overflow: hidden;
}
.landowner-accordeon__item-citate p {
  max-width: 1178px;
  min-width: 980px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto !important;
  padding: 85px 0;
  position: relative;
  font-weight: 800;
}
.landowner-accordeon__item-citate img {
  position: absolute;
  width: 100%;
}
.page-header.fancybox-margin .contnet {
  padding-right: 8px;
}
.page-header .clear {
  clear: both;
  display: none;
}
.card-object {
  margin: 50px 0 0 0;
}
.card-object__item {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.card-object__item.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.card-object__item-index {
  position: absolute;
  right: 0;
  top: 19px;
}
.card-object__item-index span {
  font-size: 40px;
  line-height: 1.28;
}
.card-object__item-index sup {
  position: absolute;
  font-size: 20px;
  right: -100%;
  top: 19px;
}
.card-object__row:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
.card-object__col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  vertical-align: top;
}
.card-object__img {
  height: 600px;
  text-align: center;
  padding-right: 17px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-object__img img {
  width: 100%; /*height:100%*/
  object-fit: cover;
  vertical-align: middle;
  display: block;
}
.card-object__info {
  padding: 0 0 0 17px;
}
.card-object__info .btn {
  text-transform: uppercase;
}
.card-object__info h1 {
  text-align: left;
}
.card-object__info .saleobject_item--address {
  margin-bottom: 16px;
  display: inline-block;
}
.card-object__info-desk {
  padding-bottom: 10px;
  margin: 0;
  overflow: hidden;
}
.b-gr {
  background-color: #f8f8f8;
}
.card-object__item-functions {
  display: table-row;
}
.card-object__item-functions dt,
.card-object__item-functions dd {
  display: table-cell;
}
.card-object__item-functions > dt:after {
  content: ":";
}
.card-object__item-functions > dd {
  padding-left: 15px;
}
.card-object__item-href a {
  color: #959595;
  text-decoration: none;
}
.card-object__item-href a:hover {
  text-decoration: underline;
}
.card-object-controls {
  position: absolute;
  right: 0;
  top: 85px;
  z-index: 1;
}
.card-object-controls a {
  display: block;
  border: 2px solid #000;
  color: #000;
  float: right;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 5px 0;
  text-align: right;
  clear: both;
  background: rgba(255, 255, 255, 0);
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.card-object-controls span {
  display: none;
  vertical-align: middle;
  visibility: hidden;
  overflow: hidden;
  max-width: 0;
  -moz-transition-property: max-width, padding;
  -o-transition-property: max-width, padding;
  -webkit-transition-property: max-width, padding;
  transition-property: max-width, padding;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.card-object-controls .card-object-controls__prev:after,
.card-object-controls .card-object-controls__next:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 13px;
  height: 22px;
  padding: 0 16px;
  font-family: "Fontello";
  font-size: 38px;
  line-height: 0.5;
  font-weight: normal;
}
.card-object-controls .card-object-controls__prev:after {
  content: "\E8CE";
}
.card-object-controls .card-object-controls__next:after {
  content: "\E8CF";
}
.card-object-controls .card-object-controls__next:hover,
.card-object-controls .card-object-controls__prev:hover {
  background: #000;
  color: #fff;
}
.card-object-controls .card-object-controls__next:hover span,
.card-object-controls .card-object-controls__prev:hover span {
  padding: 0 6px 0 22px;
  max-width: 200px;
  display: inline-block;
  visibility: visible;
}
.page-footer.new {
  background-color: #fff;
  padding: 0;
}
.page-footer.new .footer-row {
  display: table;
  width: 100%;
}
.footer-col {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.footer-row__vcard {
  background-color: #242424;
  padding: 30px 60px;
}
.footer-row__vcard * {
  color: #fff;
}
.footer-row__vcard .org {
  padding: 20px 0;
}
.footer-row__vcard > dl > dd {
  text-transform: uppercase;
  margin: 0 0 20px;
}
.footer-row__vcard > dl > dt {
  margin: 0;
}
.footer-row__emails {
  background-color: #f8f8f8;
  padding: 70px 10px 70px 60px;
}
.footer-row__emails-item {
  float: left;
  width: 33%;
  overflow: hidden;
  height: 160px;
}
.footer-row__emails-item .page-footer__webprofy {
  position: inherit;
  text-align: left;
}
.footer-row__emails-item > h4 {
  text-transform: uppercase;
  color: #959595;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 3px;
  width: 100px;
}
.footer-row__emails-item > a {
  color: #464646;
  text-decoration: none;
}
.full-image-block {
  position: absolute;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
}
.full-image-block .smart-paralax {
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 125%;
  z-index: 2;
  left: 0;
  top: 0;
}
.full-image-block_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-image-block_text,
.full-image-block_fix {
  position: relative;
  padding: 50px 0;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  z-index: 4;
}
.full-image-block_text .scroll-to-cv-form,
.full-image-block_fix .scroll-to-cv-form {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.full-image-block_text .scroll-to-cv-form:hover,
.full-image-block_fix .scroll-to-cv-form:hover {
  background: #ffffff;
  color: #2c2c2c;
}
.full-image-block_text h3 {
  font-size: 30px;
  font-family: "UbuntuLightMedium";
  font-weight: bold;
}
.full-image-block_text .btn {
  vertical-align: top;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
  text-align: uppercase;
  height: auto;
  border-radius: 0;
  padding: 12px 36px;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0);
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.full-image-block_fix {
  z-index: 1;
  position: relative;
  opacity: 0;
}
.standarts {
  border-bottom: 2px solid #2c2c2c;
}
.standarts .section_title {
  margin: 0;
  font-size: 45px;
}
.standarts .section_title-2 {
  margin: 0 0 70px;
  font-size: 32px;
}
.standarts .btn {
  text-transform: uppercase;
  margin-bottom: 32px;
}
.standarts p {
  color: #666666;
  font-family: "Ubuntu";
  font-size: 17px;
  line-height: 1.8em;
}
.standarts p strong {
  color: #000;
}
.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 2px solid #2c2c2c;
  color: #2c2c2c;
  font-size: 23px;
  text-decoration: none;
  background-color: transparent;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.form-submit .btn {
  width: 50px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
}
.form-submit img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
}
.form-submit .btn[href="http://linkedin.com/"] img
{
  margin-bottom: 7px;
  width: 19px;
}
.form-submit .btn[href="http://hh.ru/"] img
{
  width: 30px;
}
.standarts_item {
  display: table-cell;
}
.standarts_item:not(:first-child) {
  padding-right: 30px;
}
.saleobject {
  overflow: hidden;
}
.saleobject-tabs {
  text-align: center;
  padding-bottom: 40px;
}
.saleobject-tab__item {
  display: inline-block;
  font-size: 23px;
  text-transform: uppercase;
  color: #2c2c2c;
  text-decoration: none;
  position: relative;
  line-height: 33px;
  margin: 0 20px;
  font-weight: 300;
  cursor: pointer;
}
.saleobject-tab__item:after {
  content: "";
  display: block;
  width: 0%;
  left: 50%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #2c2c2c;
  -moz-transition-property: left, width;
  -o-transition-property: left, width;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.saleobject-tab__item:hover:after,
.saleobject-tab__item.active:after {
  width: 100%;
  left: 0;
}
.saleobject_items {
  width: 1200px;
  font-size: 0;
  line-height: 0;
}
.saleobject_item {
  vertical-align: top;
  padding: 0 35px 25px 0;
  margin: 0;
  color: #2c2c2c;
  position: relative;
  display: none;
  width: 50%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.saleobject_item.is-active {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
@media only screen and (max-width: 1200px) {
  .saleobject_items {
    width: 1100px;
  }
}
.saleobject_item--type {
  display: block;
  position: absolute;
  height: 38px;
  line-height: 38px;
  padding: 0 13px;
  border: 3px solid #fff;
  border-radius: 3px;
  color: #fff;
  right: 75px;
  font-size: 22px;
  top: 30px;
  text-transform: uppercase;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff');
}
.saleobject_item--type:empty {
  display: none;
}
.saleobject_item__img-wrapper {
  width: 100%;
  height: 405px;
  overflow: hidden;
  position: relative;
}
.saleobject_item--img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  cursor: pointer;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition-property: width, height, left, top;
  -o-transition-property: width, height, left, top;
  -webkit-transition-property: width, height, left, top;
  transition-property: width, height, left, top;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.saleobject_item--img img {
  display: block;
  width: 100%;
  object-fit: cover;
  hegiht: 100%;
}
.saleobject_item:hover .saleobject_item--img {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}
.saleobject_item--title {
  font-size: 34px;
  line-height: 40px;
  margin: 20px 0 0px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  color: #2c2c2c;
  text-decoration: none;
}
.saleobject_item--desc {
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0;
  margin: 0;
  position: relative;
  color: #666;
} /*.saleobject_item--desc:before{display:block;width:200px;height:2px;background-color:#2c2c2c;content:'';top:0;left:0;position:absolute}*/
.saleobject_item--address,
.tender-adress {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  padding-left: 5px;
  font-style: normal;
  color: #2c2c2c;
  text-decoration: none;
}
.saleobject_item--address:before,
.tender-adress:before {
  content: "\F025";
  font-family: "Fontello";
  margin-right: 9px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.row {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row > * {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tenders .contnet,
.tenders .content {
  text-align: center;
}
.tenders .row {
  position: relative;
}
.tenders .section_title {
  margin: 0 auto;
  font-size: 45px;
  line-height: 60px;
}
.tenders-title {
  margin: 74px 0 50px;
}
.tenders-title .btn {
  right: 0;
  top: 10px;
  position: absolute;
  text-transform: uppercase;
}
.load_doc {
  right: 0;
  top: 15px;
  position: absolute;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.load_doc li {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
  list-style: none;
}
.load_doc a {
  font-size: 17px;
  color: #2c2c2c;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.load_doc a:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  background-image: url("/bitrix/templates/new/images/docs.png?1455390440");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 23px 32px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .load_doc a:before {
    background-image: url("/bitrix/templates/new/images/docs@2x.png?1455390441");
    background-size: 23px 32px;
  }
}
.search-form {
  margin-bottom: 50px;
  position: relative;
}
.search-form:after {
  font-family: "Fontello";
  content: "\E824";
  font-size: 18px;
  color: #212121;
  position: absolute;
  right: 12px;
  top: 8px;
}
.search_field {
  height: 46px;
  line-height: 46px;
  width: 100%;
  border: 1px solid #2c2c2c;
  padding: 0 38px 0 30px;
  position: relative;
  z-index: 2;
  background: none;
}
.search_field + label {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 1;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.search_field:focus + label,
.search_field.is-focus + label {
  top: -35px;
}
.search_submit {
  position: absolute;
  height: 46px;
  width: 46px;
  right: 0;
  top: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("/bitrix/templates/new/../images/search_icon.png");
  background-position: center center;
  border: none;
  text-indent: -999px;
  overflow: hidden;
}
.tenderparams {
  padding: 35px 0;
  margin-bottom: 50px;
  text-align: left;
}
.tenderparams_item {
  border-left: 2px solid #2c2c2c;
  postion: relative;
}
.tenderparams_item:nth-child(1) {
  border-left: none;
  padding: 0 95px 0 74px;
  font-size: 21px;
}
.tenderparams_item:nth-child(2) {
  padding: 0 95px 0 74px;
  max-width: 480px;
  line-height: 30px;
}
.tenderparams_item h4 {
  font-size: 17px;
  margin: 0;
  line-height: 1;
}
.tenderparams_item-time {
  font-size: 40px;
  display: block;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 20px 0;
}
.tenderparams_item-date {
  font-size: 20px;
  display: block;
  font-weight: normal;
  line-height: 1;
  margin: 10px 0;
}
.tenderparams_item-clock {
  position: absolute;
  left: 25px;
  top: 35px;
}
.termins {
  margin: 10px 0 0;
  border-collapse: collapse;
}
td.termins_dt,
td.termins_dd {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
}
.termins_dt {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
.termins_dt:after {
  content: "\2013";
  margin: 0 5px;
  font-weight: normal;
}
ul.tenders_params {
  line-height: 38px;
  margin: 30px 0 0 0;
  padding: 0 0 0 62px;
}
ul.tenders_params li {
  list-style-type: none;
  font-weight: bold;
  line-height: 33px;
}
ul.tenders_params span {
  font-weight: bold;
}
ul.tenders_params span:after {
  content: ": ";
}
.all-tenders .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.projects-block {
  text-align: center;
  margin: 50px 0 35px 0;
  position: relative;
}
.projects-block:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 136px;
  background: #f8f8f8;
  margin: 35px 0 0 0;
}
.projects-block__item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #2c2c2c;
  font-size: 23px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  cursor: position;
  position: relative;
  margin: 0 15px;
  cursor: pointer;
}
.projects-block__item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  z-index: 1;
  background: #212121;
  -moz-transition-property: left, width;
  -o-transition-property: left, width;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.projects-block__item:hover:after,
.projects-block__item.is-active:after {
  left: 0;
  width: 100%;
}
.project__notice,
.tender__status-notice {
  background-image: url("/bitrix/templates/new/images/notice.png?1455396378");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 19px;
  display: inline-block;
  height: 19px;
  overflow: hidden;
  position: absolute;
  vertical-align: bottom;
  width: 19px;
  right: -25px;
  top: 2px;
  text-align: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .project__notice,
  .tender__status-notice {
    background-image: url("/bitrix/templates/new/images/notice@2x.png?1455396378");
    background-size: 19px 19px;
  }
}
.project__notice-content,
.tender__status-notice-content {
  background: #f5f5f5;
  box-sizing: border-box;
  display: none;
  padding: 22px;
  position: absolute;
  right: 100%;
  top: 0;
  width: 380px;
  z-index: 10;
}
.project__notice-title,
.tender__status-notice-title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 10px;
}
.project__notice-description,
.tender__status-notice-description {
  font-size: 12px;
  line-height: 1.25;
  margin: 10px 0;
  white-space: initial;
}
.project__notice-description.is-previe,
.tender__status-notice-description.is-preview {
  font-weight: bold;
}
.project__notice:hover,
.tender__status-notice:hover {
  overflow: visible;
}
.project__notice:hover .project__notice-content,
.tender__status-notice:hover .tender__status-notice-content {
  display: block;
}
.tenders .content {
  position: relative;
}
.tenders-list {
  text-align: left;
  width: 100%;
  margin: 0 0 80px 0;
}
.tenders-list th,
.tenders-list td {
  max-width: 400px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  color: #666666;
  font-size: 17px;
  position: relative;
}
.tenders-list thead tr:first-child th {
  padding-top: 30px;
}
.tenders-list thead tr:first-child th:nth-child(1) {
  width: 30px;
  max-width: 30px;
}
.tenders-list thead tr:first-child th:nth-child(2) {
  width: 30px;
  max-width: 30px;
}
.tenders-list thead tr:first-child th:nth-child(3) {
  width: 200px;
  max-width: 200px;
}
.tenders-list thead tr:first-child th:nth-child(4) {
  width: 70px;
  max-width: 70px;
}
.tenders-list thead tr:first-child th:nth-child(5) {
  width: 70px;
  max-width: 70px;
}
.tenders-list thead tr:first-child th:nth-child(6) {
  width: 100px;
  max-width: 100px;
}
.tenders-list thead tr:last-child th {
  padding-bottom: 30px;
  width: 195px;
}
.tenders-list tbody tr td {
  padding: 25px 50px 25px 16px;
  border-bottom: 1px solid #2c2c2c;
}
.tenders-list tbody tr td:nth-child(1) {
  width: 30px;
  max-width: 30px;
}
.tenders-list tbody tr td:nth-child(2) {
  width: 30px;
  max-width: 30px;
}
.tenders-list tbody tr td:nth-child(3) {
  width: 200px;
  max-width: 200px;
}
.tenders-list tbody tr td:nth-child(4) {
  width: 70px;
  max-width: 70px;
}
.tenders-list tbody tr td:nth-child(5) {
  width: 70px;
  max-width: 70px;
}
.tenders-list tbody tr td:nth-child(6) {
  width: 100px;
  max-width: 100px;
}
.tenders-list__top-row {
  color: #666666;
  font-size: 15px;
  white-space: nowrap;
  font-weight: normal;
}
.tenders-list__bottom-row {
  font-weight: normal;
  color: #666666;
  font-size: 17px;
}
.tenders-list__bottom-row input,
.tenders-list__bottom-row .select2.select2-container.select2-container--default,
.tenders-list__bottom-row
  .select2.select2-container.select2-container--default
  .selection,
.tenders-list__bottom-row
  .select2-container--default
  .select2-selection--single,
.tenders-list__bottom-row
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  width: 100% !important;
  font-weight: normal;
  color: #666666;
  font-size: 17px;
  line-height: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 400px;
  border: none;
}
.tenders-list__bottom-row input,
.tenders-list__bottom-row
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 50px 0 16px;
  border: 1px solid #2c2c2c;
}
.tender__status span {
  position: relative;
}
.tender__date-start,
.tender__date-end {
  width: 100px;
}
.tenders-list__bottom-row input[name="filter-data-start"],
.tenders-list__bottom-row input[name="filter-data-end"] {
  width: 185px !important;
  background-image: url("/bitrix/templates/new/images/calendar.png?1455402269");
  background-repeat: no-repeat;
  background-position: 150px center;
  background-size: 24px 23px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .tenders-list__bottom-row input[name="filter-data-start"],
  .tenders-list__bottom-row input[name="filter-data-end"] {
    background-image: url("/bitrix/templates/new/images/calendar@2x.png?1455402269");
    background-size: 24px 23px;
  }
}
.tender__code,
.tender__format,
.tender__date-start,
.tender__date-end,
.tender__status {
  white-space: nowrap;
}
.tender__name a {
  text-decoration: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  font-weight: normal;
  color: #666666;
  font-size: 17px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-results__option {
  white-space: nowrap;
}
.select2-results__options li {
  max-width: 400px;
  white-space: initial;
  font-size: 12px;
  line-height: 1.25;
}
.ui-autocomplete.ui-widget-content.ui-menu {
  background: #ffffff;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.ui-autocomplete.ui-widget-content.ui-menu .ui-menu-item {
  list-style: none;
  padding: 5px 38px 5px 30px;
  font-size: 12px;
  line-height: 1.25;
  white-space: initial;
  max-width: 700px;
}
.ui-autocomplete.ui-widget-content.ui-menu .ui-menu-item.ui-state-focus {
  background: #c1c1c1;
  color: #ffffff;
}
.print-button,
.files-button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 10px auto;
  color: #2c2c2c;
  font-size: 17px;
  line-height: 29px;
  cursor: pointer;
}
.print-button:before,
.files-button:before {
  content: "";
  width: 32px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 15px 0 0;
  cursor: pointer;
}
.print-button:before {
  background-image: url("/bitrix/templates/new/images/printer.png?1455403204");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 29px 29px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .print-button:before {
    background-image: url("/bitrix/templates/new/images/printer@2x.png?1455403205");
    background-size: 29px 29px;
  }
}
.files-button:before {
  background-image: url("/bitrix/templates/new/images/files.png?1455407062");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 26px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .files-button:before {
    background-image: url("/bitrix/templates/new/images/files@2x.png?1455407062");
    background-size: 32px 26px;
  }
}
.contacts .section_title {
  margin-bottom: 50px;
}
.contacts-card .hidden {
  display: none;
}
.contacts__item {
  font-size: 20px;
  line-height: 37px;
  margin-left: 35px;
}
.contacts-card__title {
  font-weight: 600;
  color: #464646;
}
.contacts-card__title:after {
  content: ": ";
}
.contacts__wrapper {
  width: 600px;
}
@media screen and (max-width: 1210px) {
  .contacts__wrapper {
    width: 430px;
  }
}
.contacts__one-contact-wrapper {
  margin: 40px 0;
}
.contacts__one-contact-wrapper:first-child {
  margin-top: 0;
}
.contacts__one-contact-wrapper:last-child {
  margin-bottom: 0;
}
.contacts-card__info {
  margin: 0 0 40px;
}
.contacts-card__info > a {
  color: #464646;
  text-decoration: none;
  position: relative;
}
.contacts-card__info > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  z-index: 1;
  background: #212121;
  -moz-transition-property: left, width;
  -o-transition-property: left, width;
  -webkit-transition-property: left, width;
  transition-property: left, width;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.contacts-card__info > a:hover:after {
  left: 0;
  width: 100%;
}
.row.contacts-card {
  max-width: 100%;
  margin: 50px 0 30px;
}
.row.contacts-card .contacts__item {
  width: 270px;
  margin: 0 30px 0 0;
  margin-left: inherit;
}
.row.contacts-card .contacts__item:nth-child(4n) {
  margin-right: 0px;
}
.career__header {
  height: 280px;
  background-image: url(/bitrix/templates/new/../images/vacancies_header.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 80px;
}
.career__header * {
  color: #fff;
}
.career__header h3 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 500;
  width: 700px;
  margin: 0 auto;
  padding: 60px 0 30px;
}
.career__header .btn {
  border-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  padding: 0 35px;
}
.career__header .btn:hover {
  background: #ffffff;
  color: #212121;
}
.vacancies {
  margin-bottom: 90px;
}
.vacancies .section_title {
  font-size: 45px;
}
.vacancies-tabs {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.vacancies-tab__item {
  display: inline-block;
  font-size: 23px;
  text-transform: uppercase;
  color: #2c2c2c;
  text-decoration: none;
  position: relative;
  line-height: 33px;
  margin: 0 20px;
  font-weight: 300;
  cursor: pointer;
}
.vacancies-tab__item:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2c2c2c;
  opacity: 0;
  -moz-transition-property: opacity, width, left;
  -o-transition-property: opacity, width, left;
  -webkit-transition-property: opacity, width, left;
  transition-property: opacity, width, left;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  width: 0;
  left: 50%;
  bottom: 0;
}
.vacancies-tab__item:hover:after,
.vacancies-tab__item.active:after {
  opacity: 1;
  width: 100%;
  left: 0;
}
.vacancies_items td:not(:last-child) {
  padding: 30px 30px 30px 0;
}
.vacancies_items {
  width: 100%;
}
.vacancies_items > tbody > tr > td {
  color: #666666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 17px;
  line-height: 20px;
  vertical-align: top;
}
.vacancies_items > tbody > tr > td:last-child {
  padding-top: 30px;
  padding-bottom: 30px;
}
.vacancies_item {
  display: none;
}
.vacancies_item.is-active {
  display: table-row;
}
.vacancie_category {
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
}
.vacancies_item .vacancie_name {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.vacancies_item .vacancie_name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 1px;
  z-index: 1;
  background: #212121;
  -moz-transition-property: width, left;
  -o-transition-property: width, left;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.vacancies_item .vacancie_name:hover:after {
  left: 0;
  width: 100%;
}
.experience_required:after {
  content: ": ";
}
.experience_val {
  font-weight: bold;
  display: block;
}
.vacancie_data {
  display: block;
}
.send-resume {
  background-color: #f8f8f8;
  padding: 45px 0 95px;
}
.send-resume .title_section-2 {
  font-size: 45px;
  line-height: 130px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.send-resume form {
  width: 777px;
  margin: 0 auto;
}
.vacancies_detail {
  padding: 0 0 50px;
}
.vacancies_detail .section_title-2 {
  text-align: center;
  font-size: 30px;
}
.vacancies_detail-item {
  width: 850px;
  margin-left: 200px;
  margin-bottom: 50px;
}
.vacancies_detail-item h3 {
  font-size: 30px;
  line-height: 80px;
  margin-bottom: 0;
}
.vacancies_detail-item ol {
  margin-bottom: 35px;
  padding-left: 70px;
}
.vacancies_detail-item ol li {
  font-weight: bold;
  margin-bottom: 20px;
}
.vacancies_detail-item ol li span {
  font-weight: normal;
  margin-left: 30px;
  color: #666;
  font-size: 17px;
  line-height: 27px;
  display: inline-block;
  vertical-align: top;
}
.vacancies_detail-item .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (max-width: 1170px) {
  .page-header .clear {
    display: block;
  }
  .page-header__menu {
    text-align: left;
    clear: both;
  }
  .page-header__menu ul {
    padding: 0;
  }
  .page-header__menu li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1350px) {
  .landowner-accordeon__item-citate img {
    width: auto;
  }
}
.modern-page-navigation {
  text-align: center;
}
.form {
  position: relative;
}
.form-row {
  position: relative;
}
.form-row:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.form-col {
  float: left;
  width: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #f8f8f8;
}
.form-col.is-white {
  background: #ffffff;
}
.form-col.is-hover-label-top label {
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.form-col.is-hover-label-top:hover label,
.form-col.is-hover-label-top.is-focus label {
  top: -30px;
}
.form-col.is-hover-label-fade label {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.form-col.is-hover-label-fade:hover label,
.form-col.is-hover-label-fade.is-focus label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.form-row.is-two-col .form-col {
  width: 50%;
}
.form-input,
.form-textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: 1px solid #c1c1c1;
  color: #333333;
  font-size: 15px;
  outline: medium none;
  padding: 15px 20px;
  resize: none;
  text-align: left;
  position: relative;
  z-index: 2;
  outline: none;
}
.form-input + label,
.form-textarea + label {
  left: 21px;
  position: absolute;
  top: 15px;
  z-index: 1;
  font-size: 15px;
  color: #333333;
}
.form-textarea {
  height: 190px;
}
.form-file {
  position: absolute;
  left: -1000px;
}
.form-file + label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #666;
  font-size: 14px;
  background: url("/bitrix/templates/new/images/clip.png?1455214738") left
    center no-repeat;
  line-height: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  white-space: nowrap;
}
.form-file + label span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  line-height: 24px;
}
.form-file + label span.is-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  z-index: 1;
  background: #212121;
  -moz-transition-property: width, left;
  -o-transition-property: width, left;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.form-file + label span.is-link:hover:after {
  left: 50%;
  width: 0;
}
.form-file + label span.is-clear {
  margin: 0 0 0 10px;
  vertical-align: top;
}
.form-button {
  font-size: 17px;
  height: 47px;
  line-height: 47px;
  border: 2px solid #2c2c2c;
  outline: none;
  text-transform: uppercase;
  background: none;
  cursor: pointer;
  @incldue inline-block;
  padding: 0 15px;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.form-button:hover {
  background: #2c2c2c;
  color: #ffffff;
}
.success_msg {
  text-align: center;
  color: #2c2c2c;
  font-family: "UbuntuLightMedium";
  font-size: 25px;
  font-weight: bold;
  color: #1f6fa8;
  margin: 50px 0;
  display: block;
}
.scroll-to-cv-form {
  cursor: pointer;
  border: 2px solid #2c2c2c;
  color: #2c2c2c;
  background: none;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scroll-to-cv-form:hover {
  background: #2c2c2c;
  color: #ffffff;
}
.location-block {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  padding-left: 5px;
  font-style: normal;
  color: #2c2c2c;
  text-decoration: none;
  text-align: center;
}
.location-block:before {
  content: "\F025";
  font-family: "Fontello";
  margin-right: 9px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.location-block a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.location-block a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0%;
  height: 1px;
  z-index: 1;
  background: #212121;
  -moz-transition-property: width, left;
  -o-transition-property: width, left;
  -webkit-transition-property: width, left;
  transition-property: width, left;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.location-block:hover a:after {
  left: 0;
  width: 100%;
}
.color-block {
  background: #f8f8f8;
  padding: 40px 0;
  margin: 50px 0;
}
.lined-block {
  margin: 35px 0;
  color: #666666;
  font-size: 17px;
  position: relative;
}
.lined-block:before {
  background-image: url("/bitrix/templates/new/images/notice.png?1455396378");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 19px;
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  left: -35px;
  top: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .lined-block:before {
    background-image: url("/bitrix/templates/new/images/notice@2x.png?1455396378");
    background-size: 19px 19px;
  }
}
.tender-params {
  margin: 80px 0;
}
.tender-params tr td {
  padding: 30px 45px;
  border-bottom: 1px solid #2c2c2c;
}
.tender-params tr td:first-child {
  font-weight: bold;
  color: #666666;
}
.tender-apply,
.tender-form .submit {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: 47px;
  line-height: 47px;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
  background: none;
  color: #2c2c2c;
  border: 2px solid #2c2c2c;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.tender-apply:hover,
.tender-form .submit:hover {
  background: #2c2c2c;
  color: #ffffff;
}
.tender-apply.is-disabled {
  background: #f3f4f5 none repeat scroll 0 0;
  color: #333333;
  cursor: default;
}
.tender-form {
  display: none;
  padding: 20px 30px;
}
.tender-form table {
  margin: 30px -10px 0;
  width: 100%;
}
.tender-form td {
  font-size: 11px;
  font-weight: bold;
  padding: 10px 5px;
}
.tender-form td table {
  margin: 0;
  padding: 0;
}
.tender-form td td {
  font: inherit;
  padding: 0;
}
.tender-form td td label {
  display: inline-block;
  margin: 0 10px 0 0;
}
.tender-form input,
.tender-form textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #2c2c2c;
  box-sizing: border-box;
  outline: medium none;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.tender-form input.error,
.tender-form textarea.erorr {
  border: 1px solid red;
}
.tender-form textarea {
  height: 130px;
  resize: none;
}
.tender-form label {
  white-space: nowrap;
}
.tender-form input[type="file"] {
  left: -10000px;
  position: absolute;
}
.tender-form input[type="file"] + label {
  color: #c1c1c1;
  cursor: pointer;
  font-weight: normal;
  padding: 5px 0;
}
.tender-form input[type="file"] + label:hover {
  color: #000000;
}
.tender-form input[type="file"] + label.is-active {
  color: #000000;
  cursor: default;
}
.remove-file {
  color: red;
  cursor: pointer;
  padding: 5px;
}
.more-files {
  color: #c1c1c1;
  cursor: pointer;
  font-weight: normal;
  padding: 5px 0;
}
.more-files:hover {
  color: #000000;
}
.tender-form__title,
.tender-form .success_msg {
  color: #122a4e;
  font-size: 24px;
  line-height: 1.5;
}
.right-block {
  float: right;
}
.ourteam {
  font-size: 0;
}
.ourteam:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.ourteam-item {
  width: 17%;
  margin-right: 3%;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.ourteam-item:nth-child(5n + 1) {
  clear: left;
}
.ourteam-item.chairman {
  float: none;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background: #f5f5f5;
}
.ourteam-item.chairman .ourteam__photo {
  float: left;
  margin-right: 40px;
  margin-bottom: 0;
}
.ourteam-item.chairman .ourteam__title {
  font-size: 25px;
}
.ourteam-item.chairman:after {
  content: "";
  display: block;
  clear: left;
}
.ourteam__wrapper:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.ourteam__photo {
  width: 160px;
  margin-bottom: 10px;
}
.ourteam__photo img {
  width: 100%;
}
.ourteam__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
.ourteam__rank {
  font-size: 16px;
  line-height: 1.4;
}
.ourteam__description {
  font-size: 14px;
  margin: 15px 0 5px 0;
}
.ourteam__footer {
  font-size: 14px;
}
.rewards__item {
  margin-top: 40px;
  margin-bottom: 40px;
}
.rewards__item:first-child {
  margin-top: 0;
}
.rewards__item:last-child {
  margin-bottom: 0;
}
.rewards__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
.rewards__photo {
  width: 20%;
  float: left;
}
.rewards__description-block {
  float: left;
  width: 75%;
  margin-left: 5%;
}
.params {
  border-bottom: 1px solid #2c2c2c;
  margin: 40px 0;
}
.params__item {
  border-top: 1px solid #2c2c2c;
  padding: 20px 0;
}
.params__item:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}
.params__item-title {
  float: left;
  width: 50%;
  text-align: left;
  color: #2c2c2c;
  font-size: 20px;
}
.params__item-value {
  float: right;
  width: 50%;
  text-align: right;
  color: #2c2c2c;
  font-size: 20px;
}
.points {
  margin: 40px 0;
  position: relative;
}
.points:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  height: 97px;
  z-index: 1;
}
.points table {
  width: 100%;
  position: relative;
  z-index: 2;
}
.points table td,
.points table th {
  font-size: 17px;
  color: #666666;
  text-align: left;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.points table thead th {
  padding: 35px 10px;
}
.points table tbody td {
  padding: 20px 10px;
  border-bottom: 1px solid #2c2c2c;
}
.points table tbody tr + tr + tr + tr + tr + tr + tr {
  display: none;
}
.points table tfoot td {
  padding: 35px 10px;
}
.points table.is-active tbody tr + tr + tr + tr + tr + tr + tr {
  display: table-row;
}
.points table.is-active .more {
  display: none;
}
.points .more,
.points .callback-link {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: 47px;
  line-height: 47px;
  margin: 0;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
  background: none;
  color: #2c2c2c;
  border: 2px solid #2c2c2c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.points .callback-link {
  width: 100%;
}
.points .more:hover,
.points .callback-link:hover {
  background: #2c2c2c;
  color: #ffffff;
}
.points .phone-link {
  text-decoration: none;
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  float: right;
}
.points .phone-link:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/bitrix/templates/new/images/phone.png?1455413295");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .points .phone-link:before {
    background-image: url("/bitrix/templates/new/images/phone@2x.png?1455413295");
    background-size: 18px 18px;
  }
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner {
  max-width: 900px;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .body {
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 50px;
}
.fancybox-wrap .fancybox-skin .fancybox-outer .fancybox-inner .footer {
  background: #eae7e7;
}
.fancybox-inner .callback-form .success_msg {
  color: #1f6fa8;
  font-size: 25px;
  padding: 5px 0;
  text-align: left;
}
.fancybox-inner .callback-form .body {
  padding: 25px;
}
.fancybox-inner .callback-form .body thead th {
  font-size: 25px;
  white-space: nowrap;
}
.fancybox-inner .callback-form .body tbody td {
  padding: 5px 0;
  text-align: left;
}
.fancybox-inner .callback-form .body tbody td label {
  color: #333333;
  font-size: 15px;
}
.fancybox-inner .callback-form .body tbody td input {
  background: #ffffff;
  border: 1px solid #c1c1c1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  font-size: 15px;
  outline: medium none;
  padding: 15px 20px;
  resize: none;
  text-align: left;
  width: 100%;
}
.fancybox-inner .callback-form .body tbody td input.error {
  border: 1px solid #ff0000;
}
.fancybox-inner .callback-form .body tbody td input.button {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  height: 47px;
  line-height: 47px;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  background: none;
  color: #2c2c2c;
  border: 2px solid #2c2c2c;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.fancybox-inner .callback-form .body tbody td input.button:hover {
  background: #2c2c2c;
  color: #ffffff;
}
.fancybox-inner .product-description {
  min-width: 800px;
}
.fancybox-inner .product-description .body .preview {
  margin: 0 0 50px;
  position: relative;
}
.fancybox-inner .product-description .body .preview .location {
  color: #999999;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  max-width: 250px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 8px;
}
.fancybox-inner .product-description .body .preview .location::before {
  color: #bba977;
  float: left;
  font-size: 200%;
  line-height: 100%;
}
.fancybox-inner .product-description .body .preview .location a {
  color: #999999;
  text-decoration: none;
}
.fancybox-inner .product-description .body .preview .name {
  color: #122a4e;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 10px;
  padding: 0 250px 0 0;
}
.fancybox-inner .product-description .body .preview .class {
  color: #b0976d;
  font-size: 12px;
  line-height: 18px;
}
.fancybox-inner .product-description .body .description {
  margin: 0 0 50px;
}
.fancybox-inner .product-description .body .description::after {
  clear: both;
  content: "";
  display: block;
}
.fancybox-inner .product-description .body .description > div {
  float: left;
  width: 25%;
}
.fancybox-inner .product-description .body .description > div .title {
  color: #b0976d;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 10px;
  white-space: nowrap;
}
.fancybox-inner .product-description .body .description > div .value {
  color: #333333;
  font-size: 18px;
  height: 25px;
  line-height: 18px;
  vertical-align: bottom;
  white-space: nowrap;
}
.fancybox-inner .product-description .body .note {
  color: #b0976d;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.fancybox-inner .product-description .footer::after {
  clear: both;
  content: "";
  display: block;
}
.fancybox-inner .product-description .footer .print {
  color: #333333;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 100px;
  line-height: 18px;
  text-align: center;
  width: 30%;
}
.fancybox-inner .product-description .footer .print:hover {
  background: #7b5e9a;
  color: #fcfcfc;
}
.fancybox-inner .product-description .footer .print::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-inner .product-description .footer .send {
  color: #333333;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 100px;
  line-height: 18px;
  text-align: center;
  width: 30%;
}
.fancybox-inner .product-description .footer .send:hover {
  background: #7b5e9a;
  color: #fcfcfc;
}
.fancybox-inner .product-description .footer .send::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-inner .product-description .footer .callback-block {
  background: #7b5e9a;
  float: left;
  height: 100px;
  width: 40%;
}
.fancybox-inner .product-description .footer .callback-block .phone {
  color: #fcfcfc;
  font-size: 24px;
  line-height: 24px;
  margin: 25px auto 10px 25px;
  text-align: center;
}
.fancybox-inner
  .product-description
  .footer
  .callback-block
  .phone
  .phone-link {
  cursor: pointer;
  margin: 0 0 0 -25px;
  text-decoration: none;
  color: #ffffff;
}
.fancybox-inner
  .product-description
  .footer
  .callback-block
  .phone
  .phone-link::before {
  background-image: url("/bitrix/templates/new/images/phone-icon-white.png?1455415987");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 22px;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 0 16px 0 0;
  vertical-align: middle;
  width: 22px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .fancybox-inner
    .product-description
    .footer
    .callback-block
    .phone
    .phone-link::before {
    background-image: url("/bitrix/templates/new/images/phone-icon-white@2x.png?1455415988");
    background-size: 22px 22px;
  }
}
.fancybox-inner .product-description .footer .callback-block .callback {
  color: #fcfcfc;
  font-size: 12px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
}
.fancybox-inner
  .product-description
  .footer
  .callback-block
  .callback
  .project-callback-link {
  border-bottom: 1px dashed #fcfcfc;
  cursor: pointer;
}
.fancybox-inner
  .product-description
  .footer
  .callback-block
  .callback
  .project-callback-link:hover {
  border-bottom: 1px dashed #7b5e9a;
}
.news-detail + .btn {
  margin-top: 40px;
}
.news-detail + .btn:hover {
  background-color: #212121;
  color: #fff;
}
.news-detail > div {
  display: table-cell;
  padding-right: 20px;
}
.date_new {
  font-family: "Ubuntu";
  font-weight: normal;
  font-size: 60px;
  line-height: 1;
}
.anons_new {
  font-family: "UbuntuLightMedium";
  font-size: 30px;
  line-height: 1.28;
  font-weight: bold;
  padding: 0 14px 0 104px;
}
.scroll-down {
  width: 116px;
  height: 38px;
  position: absolute;
  left: 50%;
  bottom: 200px;
  margin: 0 0 0 -58px;
  background-image: url("/bitrix/templates/new/images/scroll-down.png?1455804810");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 116px 38px;
  z-index: 8;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .scroll-down {
    background-image: url("/bitrix/templates/new/images/scroll-down@2x.png?1455804810");
    background-size: 116px 38px;
  }
}
#about_rewards .ourteam-item {
  width: 100%;
}
#about_rewards .ourteam__project {
  font-family: "UbuntuLightMedium";
  font-weight: bold;
}
#about_rewards .ourteam__title {
  font-size: 30px;
  width: 900px;
  line-height: 30px;
  margin: 15px 0;
  color: cornflowerblue;
}
#about_rewards .ourteam__photo {
  width: 140px;
}
#about_rewards .ourteam__description-block {
  width: inherit;
  margin-left: 160px;
  float: none;
}
.clear {
  clear: both;
  width: 100%;
  height: 0;
}
.bx-composite-btn {
  padding: 0 42px 0 0 !important;
}
.page-main h1,
.page-main .h1 {
  font-size: 46px;
  line-height: 1.3em;
  margin: 14px 0;
}

.form-file {
  opacity: 0;
}

.tenders-title {
  margin-top: 14px;
}
.card-object__img {
  height: auto;
}
.detail-text {
  margin-top: 30px;
}
.card-object__website a {
  text-decoration: none;
  margin-left: 1ex;
}

.vacancies {
  margin-top: 46px;
}

.detail-numeric {
  margin: 87px 0;
  text-align: center;
}
.detail-numeric__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.detail-numeric__item + .detail-numeric__item::before {
  content: "";
  display: block;
  height: 69px;
  width: 2px;
  background-color: black;
  position: absolute;
  top: 7px;
  left: -1px;
}

.detail-numeric-item {
  padding: 0 42px;
}
.detail-numeric-item__value {
  font-size: 66px;
  line-height: 58px;
}
.detail-numeric-item__label {
  margin-left: 4px;
  font-size: 14px;
  max-width: 70px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.detail-numeric-item__dimension {
  margin-top: 5px;
  display: block;
  text-align: left;
  font-size: 18px;
}

.contacts__map {
  min-height: 320px;
}
/*.card-object__info-desk {
	color: #6d6d6d;
}
.card-object__info-desk.h3 {
	color: black;
}

.detail-text {
	color: #6d6d6d;
}
	.detail-text a {
		color: black;
	}*/
.news-items__item-data {
  font-size: 19px !important;
}
.saleobject-tabs {
  display: none;
}
.stat-info__left {
  width: 100%;
}
.stat-info__right {
  width: 100%;
  padding-top: 30px;
  padding-left: 105px;
}
.news-page h1 {
  text-align: left;
}

/* End */
/* /bitrix/templates/new/js/bxslider/jquery.bxslider.css?14569127973841 */
/* /bitrix/templates/new/js/fancybox/jquery.fancybox.css?14569127974682 */
/* /bitrix/templates/new/js/select2/select2.min.css?145691279714416 */
/* /bitrix/templates/new/js/datetimepicker-master/jquery.datetimepicker.css?145691279718420 */
/* /bitrix/templates/new/css/more.css?15494525298563 */
/* /bitrix/templates/new/components//bitrix/system.pagenavigation/.default/style.min.css?1456912797659 */
/* /bitrix/templates/new/styles.css?15826235428725 */
/* /bitrix/templates/new/template_styles.css?164632648087556 */
