

/* Start:/bitrix/templates/main3/js/fancybox_new/jquery.fancybox.css?17071423475037*/
/*! 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: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/main3/js/fancybox_new/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/main3/js/fancybox_new/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/main3/js/fancybox_new/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/main3/js/fancybox_new/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/main3/js/fancybox_new/fancybox_sprite@2x.png');
		background-size: 44px 152px; 
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/main3/js/fancybox_new/fancybox_loading@2x.gif');
		background-size: 24px 24px; 
	}
}*/
/* End */


/* Start:/bitrix/templates/main3/js/chosen/chosen.css?170714234711133*/
/* @group Base */
.chosen-container {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  border: 1px solid #c4c9cd;
  margin: 0 0 0 10px;
  border-top: 0;
  background: #fff;  
  padding: 5px 0 0 0;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 33px;
  background:  url(/bitrix/templates/main3/js/chosen/../../images/select.png) scroll left top no-repeat;
  font-size: 14px; color: #262d33; font-family: 'intro', arial; 
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
  
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 27px;
  text-overflow: ellipsis;
  white-space: nowrap;  
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;  
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 27px;
  height: 100%;
  background:  url(/bitrix/templates/main3/js/chosen/../../images/select.png) scroll right top no-repeat;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;  
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px -1px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0 8px;
  padding: 7px 2px 8px;
  list-style: none;
  line-height: 15px;
  font-size: 13px;
  color: #262d33;  
  background:  url(/bitrix/templates/main3/js/chosen/);
  border-bottom: 1px #c4c9cd solid;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  color: #ff6000;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;

}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;  
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;  
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;  
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  
}
.chosen-container-active.chosen-with-drop .chosen-single {

}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/bitrix/templates/main3/js/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}



#projects_filter_chosen{width: 225px !important; font-family: 'condo_mi', arial; font-size: 16px;}
#projects_filter_chosen .chosen-single{font-family: 'condo_mi', arial; font-size: 16px; color: #a3a3a3;}
#projects_filter_chosen .chosen-drop{border: solid 2px #005596; margin-top: 11px;}
#projects_filter_chosen .chosen-drop:after{position:absolute; content: ""; width: 16px; height: 9px; right: 5px; top: -9px; background:  url(/bitrix/templates/main3/js/chosen/chosen_galka.png) 0 0 no-repeat;}
#projects_filter_chosen .chosen-drop ul.chosen-results{max-height: 400px;}
#projects_filter_chosen .chosen-drop ul.chosen-results li{padding-left: 17px; font-family: 'condo_mi', arial; font-size: 16px; color: #000000;} 
#projects_filter_chosen .chosen-drop ul.chosen-results li.highlighted{background-color:#E0EDF6; color: #005397; }
.chosen-container .chosen-results li.highlighted{}

/* @end */
/* End */


/* Start:/bitrix/templates/main3/js/splide/splide.min.css?17071423475002*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* End */


/* Start:/bitrix/templates/main3/fonts/stylesheet.css?17071423471925*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 13, 2014 */

@font-face {
    font-family: 'condo_bn';
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-bold.eot');
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-bold.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-bold.woff') format('woff'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'condo_bi';
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-boldital.eot');
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-boldital.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-boldital.woff') format('woff'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-boldital.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'condo_ni';
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-italic.eot');
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-italic.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-italic.woff') format('woff'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'condo_mi';
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-medital.eot');
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-medital.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-medital.woff') format('woff'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-medital.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'condo';
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-regular.eot');
    src: url('/bitrix/templates/main3/fonts/pfdintextcondpro-regular.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-regular.woff') format('woff'),
         url('/bitrix/templates/main3/fonts/pfdintextcondpro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* End */


/* Start:/bitrix/templates/main3/resp_table/responsive-tables.css?17071423471433*/
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 800px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}

/* End */


/* Start:/bitrix/templates/main3/components/bitrix/menu/top_new/style.css?17071423473869*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 13, 2014 */

/*@font-face {
    font-family: 'condo_bn';
    src: url('/bitrix/templates/main3/components/bitrix/menu/top_new/fonts/pfdintextcondpro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'condo_bi';
    src: url('/bitrix/templates/main3/components/bitrix/menu/top_new/fonts/pfdintextcondpro-boldital.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'condo_ni';
    src: url('/bitrix/templates/main3/components/bitrix/menu/top_new/fonts/pfdintextcondpro-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'condo_mi';
    src: url('/bitrix/templates/main3/components/bitrix/menu/top_new/fonts/pfdintextcondpro-medital.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'condo';
    src: url('/bitrix/templates/main3/components/bitrix/menu/top_new/fonts/pfdintextcondpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/main3/components/bitrix/menu/top_new/fonts/OpenSans-BoldItalic.woff') format('woff'),
        url('/bitrix/templates/main3/components/bitrix/menu/top_new/fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/
.menu-production-lvl2-group {
  padding-left: 0;
  padding-top: 14px;
  border-top: 1px solid #DCF0FF;
}

.b_head .menu ul .menu-production-lvl2-group ul {
  display: block;
  margin-top: 0;
}

.b_head .menu ul.lvl2.menu-production-lvl2 {
  width: 195px;
}

.b_head .menu .menu-production-lvl2-group li.lvl2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.menu-production-lvl2-group:first-child {
  padding-top: 0;
  border-top: 1px solid transparent;
}

.menu-production-lvl2-group:nth-child(3) {

}

.lvl2-title {
  display: block;
  margin-bottom: 7px;
  font-family: 'condo_bi', arial;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}

.b_head .menu li .arrow_mobile_menu {
  display: none;
  float: right;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 30px;
  background-color: transparent;
  border-radius: 2px;
  cursor: pointer;
}

.b_head .menu li .arrow_mobile_menu.arrow_mobile_menu_close {
  background-image: url('/bitrix/templates/main3/images/UP.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

.b_head .menu li .arrow_mobile_menu.arrow_mobile_menu_open {
  background-image: url('/bitrix/templates/main3/images/UP.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

@media (max-width: 800px) {
  /*.menu-production-lvl1 > span {
      display: block;
  }*/
  .b_head .menu ul.lvl2.menu-production-lvl2 {
    width: auto;

  }

  .b_head .menu li.lvl1 span.lvl2-title {
    text-decoration: none !important;
  }

  .menu-production-lvl2-group {
    padding-left: 10px;
  }

  .b_head .menu li.menu-production-lvl1 li.menu-production-lvl2-group:hover > ul {
    display: block !important;
  }

  .b_head .menu li.menu-production-lvl1:hover li.menu-production-lvl2-group > ul {
    display: block !important;
  }

  .b_head .menu li.menu-production-lvl1:hover a {
    text-decoration: none !important;
  }

  .b_head .menu li.menu-production-lvl1:active a {
    text-decoration: none !important;
  }

  .b_head .b_menu_nav li.menu-production-lvl1:hover li,
  .b_head .b_menu_nav li.menu-production-lvl1:hover li a {
    text-decoration: none !important;
  }

  .b_head .b_menu_nav li.menu-production-lvl1 .menu-production-lvl2-group li:hover a {
    text-decoration: underline !important;
  }

  .menu-production-lvl2-group:nth-child(3) {
    margin-bottom: 0;
  }

  .b_head .menu li .arrow_mobile_menu {
    display: block;
  }

}

@media (max-width: 500px) {
  .menu-production-lvl2 {
    padding-right: 30px;
  }

  .b_head .menu ul .menu-production-lvl2-group ul {
    padding-left: 0;
    z-index: 10;
  }

  .b_head .menu ul .menu-production-lvl2-group:first-child ul {
    padding-left: 2px;
  }

}
/* End */


/* Start:/bitrix/templates/main3/styles.css?1707142347198*/
.ta_left{text-align: left;}
.ta_right{text-align: right;}
.ta_center{text-align: center;}

table.table_white{}
table.table_white td{background-color: #fff!important;}



/* под админом */

/* End */


/* Start:/bitrix/templates/main3/template_styles.css?1766578082170215*/
.bx_fix_pan {
    width: 100%;
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    background: url(/bitrix/templates/main3/images/no_img.png) no-repeat;
    position: relative;
    z-index: 1;
    min-height: 100%;
}

html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    min-width: 1040px
}

.clear {
    clear: both;
}

a img {
    border: 0px;
}

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

.news-detail img {
    display: block;
}

img[align=left] {
    margin: 5px 30px 30px 0;
    float: left;
}

img[align=right] {
    margin: 5px 0 30px 30px;
    float: right;
}

hr {
    border: 0px none;
    height: 1px;
    width: 100%;
    float: left;
    clear: both;
    background-color: #d9d9d9;
    margin: 10px 0 20px 0;
}

div,
p {
    font-size: 14px;
    font-family: arial;
    color: #000;
}

p {
    margin: 15px 0;
    line-height: 20px;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

blockquote {
    color: #005496;
    font-family: 'condo_ni', arial;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
    width: 70%;
    padding: 36px 20px;
    margin: 30px auto;
    position: relative;
}

blockquote>div.wrap {
    color: #005496;
    font-family: 'condo_ni', arial;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
    position: relative;
    z-index: 20;
    font-weight: 100;
}

blockquote:after {
    content: "";
    background-color: #f7f7f7;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    z-index: 5;
    left: -40px;
    -moz-transform: skewX(-9.8deg);
    -webkit-transform: skewX(-9.8deg);
    -o-transform: skewX(-9.8deg);
    -ms-transform: skewX(-9.8deg);
    transform: skewX(-9.8deg);
}

.bc-last-link {
    text-decoration: none;
    color: #333;
    cursor: default;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
}

a {
    color: #015496;
    text-decoration: underline;
    outline: 0px none;
}

a:visited {
    color: #015496;
}

a:hover {
    color: #015496;
    text-decoration: none;
}

ul {
    margin: 28px 0;
    padding: 0 0 0 2.2%;
    width: 100%;
    overflow: hidden;
}

ul li {
    background: url(/bitrix/templates/main3/images/no_img.png) no-repeat scroll 25px 6px;
    padding: 0 0 8px 50px;
    list-style: url(/bitrix/templates/main3/images/no_img.png) none;
    font-size: 15px;
    font-family: arial;
    line-height: 20px;
    margin: 0 0 13px 0;
    background: url(/bitrix/templates/main3/images/li.png) no-repeat 9px 3px;
}

ul ul,
ol ul {
    width: 100%;
    margin: 17px 0 4px 0;
}

ul li li,
ol li li {
    background: url(/bitrix/templates/main3/images/no_img.png);
    padding: 0 0 8px 4%;
}

.privacy-policy ul li li,
.privacy-policy ol li li {
    background: url(/bitrix/templates/main3/images/li.png) no-repeat 9px 3px;
    padding: 0 0 8px 50px;
}

div {
    display: block;
}

.h1,
h1 {
    font-size: 40px;
    line-height: 42px;
    color: #005596;
    font-family: 'condo_mi', arial;
    margin: 15px 0 15px 0;
    font-weight: 100;
}

.h2,
h2 {
    font-size: 36px;
    line-height: 38px;
    color: #000;
    font-family: 'condo_mi', arial;
    margin: 18px 0 15px 0;
    font-weight: 100;
}

.h3,
h3 {
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-family: 'condo_mi', arial;
    margin: 18px 0 15px 0;
    font-weight: 100;
}

.h4,
h4 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-family: 'condo_mi', arial;
    margin: 18px 0 15px 0;
    font-weight: 100;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: 'condo_mi', arial;
    margin: 18px 0 15px 0;
    font-weight: 100;
}

/* .h5, h5{font-size: 20px; line-height: 24px; color: #000; font-family: 'condo_mi', arial; margin: 18px 0 15px 0; font-weight: 100;} */
.h6,
h6 {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: 'condo_mi', arial;
    margin: 18px 0 15px 0;
    font-weight: 100;
}

.h1.title_page,
h1.title_page {
    float: left;
}

.b_ol {
    width: 90%;
    margin: 17px 0 20px 0;
    padding: 0 0 0 31px;
}

.b_ol .b_ol_li {
    list-style: none url(/bitrix/templates/main3/images/no_img.png);
    background: url(/bitrix/templates/main3/images/no_img.png);
    width: 100%;
    float: left;
    padding: 0 0 12px 0;
    margin: 0;
}

.b_ol_num {
    display: block;
    float: left;
    width: 28px;
    height: 21px;
    text-align: center;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    line-height: 21px;
    padding: 0 1px 0 0;
    margin: 5px 17px 0 6px;
    font-weight: 100;
    position: relative;
    background: url(/bitrix/templates/main3/images/ol_list.png) scroll 0 0 no-repeat;
}

.b_ol_div {
    float: left;
    width: 80%;
    line-height: 20px;
    margin: 7px 0 0 0;
}

.b_btn {
    background-color: #005596;
    padding: 0 30px;
    line-height: 34px;
    height: 32px;
    float: left;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0px none;
    outline: 0px none;
    color: #fff;
    font-size: 16px;
    font-family: 'condo_bi', arial;
    font-weight: 100;
    margin: 0 20px 0 0;
    width: auto;
    text-transform: uppercase;
}

.b_btn:visited {
    color: #fff;
}

.b_btn:hover {
    background-color: #0767b2;
    color: #fff;
}

.b_btn:active {
    background-color: #004478;
    color: #fff;
}

.b_btn.disabled {
    position: relative;
    opacity: 0.5;
}

.b_btn .btn_arrow {
    border: transparent 5px solid;
    border-top: 5px #fff solid;
    margin: 14px -5px 0 19px;
    float: right;
}

.no_photo {
    background: url(/img/no_photo.png) no-repeat center center;
}

.b_content table {
    border-collapse: collapse;
    border: 0px none;
    margin: 22px 0;
    width: 100%;
    max-width: 100%
}

.b_content table th {
    background: #e8e8e8;
    border-right: 1px #afafaf solid;
    font-size: 15px;
    font-family: arial;
    font-weight: 100;
    color: #636363;
    white-space: nowrap;
}

.b_content .table_responsive table th {
    white-space: normal;
}

.b_content table td,
.b_content table th {
    padding: 12px 15px;
    text-align: left;
}

.b_content table td.csv_form,
.b_content table td.content_table_form {
    min-width: 30px;
}

.b_content table td[align=center],
.b_content table th[align=center] {
    text-align: center;
}

.b_content table td[align=right],
.b_content table th[align=right] {
    text-align: right;
}

.b_content table th:last-child {
    border-right: 0px none;
}

.b_content table td {
    border: 0px none;
    background-color: #f7f7f7;
    font-size: 14px;
    font-family: arial;
    font-weight: 100;
    color: #000;
    line-height: 16px;
    border-right: 1px #e8e8e8 solid;
    border-bottom: 1px #e8e8e8 solid;
}

.b_content table th p,
.b_content table td p {
    margin: 0;
    padding: 0;
}

.b_content table tr.odd td {
    background-color: #fff;
}

.b_content table.table-stock tr.hide-stock {
    display: none;
}

.btn-show-stock {
    cursor: pointer;
}

.b_file {
    float: left;
    width: auto;
    padding: 15px 30px 5px 40px;
    min-height: 30px;
    text-decoration: none;
    position: relative;
    z-index: 5;
    clear: both;
    margin: 5px 0;
}

.b_file .b_format {
    color: #095fa6;
    text-transform: uppercase;
    font-family: arial;
    font-size: 7px;
    text-align: center;
    line-height: 30px;
}

.b_file .b_title {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}

.b_file:hover .b_title {
    text-decoration: none
}

.b_file .b_size {
    color: #868686;
    font-size: 12px;
}

.b_file .b_format {
    display: block;
    position: absolute;
    height: 30px;
    width: 24px;
    background: url(/bitrix/templates/main3/images/file_ico.png) scroll left -45px no-repeat;
    content: "";
    left: 5px;
    top: 9px;
    z-index: 5;
}

.b_file.b_file_pdf .b_format {
    color: #d10000;
    background: url(/bitrix/templates/main3/images/file_ico.png) scroll left top no-repeat;
}

.b_file.b_file_xls .b_format {
    color: #27a609;
    background: url(/bitrix/templates/main3/images/file_ico.png) scroll left -90px no-repeat;
}

.b_file.b_file_ppt .b_format {
    color: #ff9e26;
    background: url(/bitrix/templates/main3/images/file_ico.png) scroll left -135px no-repeat;
}

.b_file:hover {
    background-color: #efefef;
}

.page_nav {
    width: 100%;
    margin: 35px 0 0 0;
    float: left;
}

.page_nav .title_nav {
    color: #000;
    font-family: 'condo_mi', arial;
    font-size: 18px;
    font-weight: 100;
    line-height: 21px;
    float: left;
    margin: 0 2% 0 0;
}

.page_nav .nav {
    display: block;
    float: left;
    padding: 0 0 0 15px;
}

.page_nav .nav span,
.page_nav .nav a {
    padding: 0 3px;
    margin: 0 7px;
    font-family: 'condo_ni', arial;
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
    color: #015496;
    text-decoration: underline;
    float: left;
    width: auto;
    height: 21px;
    text-align: center;
    text-decoration: none;
}

.page_nav .nav span.active,
.page_nav .nav a.active {
    color: #fff !important;
    background: url(/bitrix/templates/main3/images/ol_list.png) scroll center top no-repeat;
    width: 28px;
    margin: 0;
}

.page_nav .nav a:hover {
    color: #000;
    text-decoration: none;
}

.page_nav .cntrl {
    float: right;
}

.page_nav .cntrl a,
.page_nav .cntrl span {
    color: #015496;
    font-family: 'condo_mi', arial;
    font-size: 18px;
    font-weight: 100;
    line-height: 21px;
}

.page_nav .cntrl a:hover,
.page_nav .cntrl span {
    color: #000;
}

.page_nav .cntrl a:hover {
    text-decoration: underline;
}


.b_middle {
    width: 980px;
    margin: 0 auto;
}

/*.b_main{padding: 186px 0 173px;}*/
.b_main {
    padding: 226px 0 30px;
}

.b_content {
    float: left;
    width: 100%;
    margin: 26px 0 40px;
}

.content_left {
    padding-left: 230px;
    width: 750px;
}

.l_block {
    float: left;
    margin: 20px 0 0 -100%;
    width: 180px;
}


.b_head {
    position: absolute;
    top: 0px;
    width: 100%;
    background: url(/bitrix/templates/main3/images/head_line.png) no-repeat center bottom;
    padding: 0 0 26px 0;
}

.b_head_ny {
    background-image: url(/bitrix/templates/main3/images/newyear_header_bg.png)
}

.b_head .b_top_line {
    float: left;
    width: 100%;
}

.b_head .b_logo {
    float: left;
    margin: 50px 0 0 5px;
    position: relative;
}

.b_head_ny .b_logo:before {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    top: -20px;
    left: -10px;
    background-size: contain;
    background: url(/bitrix/templates/main3/images/logo_ny.png) no-repeat center;
}

@media (max-width: 1050px) {
    .b_head .b_top_line {
        margin-top: 10px;
    }
}

@media (max-width: 800px) {
    .b_head .b_top_line {
        margin-top: 0px;
    }
}

.b_head .b_slogan {
    float: left;
    width: 280px;
    margin: 49px 0 0 24px;
}

.b_head .b_slogan,
.b_head .b_slogan div,
.b_head .b_slogan,
.b_head .b_slogan h1,
.b_head .b_slogan,
.b_head .b_slogan div,
.b_head .b_slogan,
.b_head .b_slogan .h1 {
    font-family: 'condo_ni', arial;
    font-size: 16px;
    text-indent: 3px;
    line-height: 18px;
    word-spacing: 2px;
}

.b_head .b_slogan h1,
.b_head .b_slogan .h1 {
    margin: 0;
    color: #000;
    min-height: 82px;
}

.b_head .b_right {
    float: right;
    width:
        /*365px;*/
        380px
}

.b_head .b_right .b_tel_tab {
    float: right;
    width:
        /*160%*/
        200%;
    position: relative;
}

.b_head .b_right .b_tel_tab a.btn_tab {
    width: auto;
    height: 32px;
    float: left;
    margin: 0 -10px 0 0;
    padding: 0 0 0 10px;
}

.b_head .b_right .b_tel_tab a.btn_tab .wrap1 {
    padding: 0 10px 0 0;
}

.b_head .b_right .b_tel_tab a.btn_tab .wrap2,
.b_head .b_right .b_tel_tab a .wrap1 {
    display: block;
    width: auto;
    height: 32px;
    float: left;
}

.b_head .b_right .b_tel_tab a.btn_tab .wrap2 {
    padding: 0 10px;
    line-height: 32px;
    font-family: 'condo_ni', arial;
    font-size: 16px;
}

.b_head .b_right .b_tel_tab a.btn_tab:hover .wrap2 {
    text-decoration: underline;
}

.b_head .b_right .b_tel_tab a.btn_tab.active {
    background: url("/bitrix/templates/main3/images/head_active_tab.png") no-repeat left top;
    color: #242424;
}

.b_head .b_right .b_tel_tab a.btn_tab.active .wrap1 {
    background: url("/bitrix/templates/main3/images/head_active_tab.png") no-repeat right -64px;
}

.b_head .b_right .b_tel_tab a.btn_tab.active .wrap2 {
    background: url("/bitrix/templates/main3/images/head_active_tab.png") repeat-x 0 -32px;
    text-decoration: none;
}

.b_head .b_right .b_cell {
    color: #a0a0a0;
    font-family: 'condo_ni', arial;
    font-size: 16px;
    line-height: 32px;
    text-decoration: underline;
    position: absolute;
    left: -120px;
    top: 0;
}

.b_head .b_right .b_cell:hover {
    text-decoration: none;
}


.b_head .b_tab {
    float: left;
    width: 100%;
    display: none;
}

.b_head .b_tab.active {
    display: block;
}

.b_head .b_tab {
    margin: 9px 0 0 -12px;
    text-indent: 8px;
    overflow: hidden;
    height: 100px;
}

.b_head .b_tab,
.b_head .b_tab div {
    font-size: 16px;
    font-family: 'condo_ni', arial;
    color: #242424;
    line-height: 30px;
}

.b_head .b_tab b {
    font-weight: 100;
    font-family: 'condo_bi', arial;
    color: #242424;
    font-size: 20px;
    padding: 0 15px 0 0;
}

.b_head .b_tab .adress {
    font-size: 14px;
    line-height: 20px;
}

.b_head .b_tab br {
    display: none;
}


@media (max-width: 1050px) {

    /*.b_head .b_right { width: 365px; }*/
    .b_head .b_right .b_tel_tab {
        width: 160%;
    }

    .b_head .b_right .b_tel_tab a.btn_tab .wrap2 {
        padding: 0 5px;
        font-size: 14px;
    }

    .b_head .b_right .b_tel_tab a.btn_tab .wrap1 {
        padding: 0 10px 0 0;
    }

    .b_head .b_tab,
    .b_head .b_tab div {
        line-height: 26px;
    }

    .b_head .b_tab .header-mail b {
        font-size: 18px;
    }

}

@media (max-width: 800px) {
    .b_head .b_right {
        width: 365px;
    }

    .b_head .b_right .b_tel_tab {
        width: 100%;
    }

    .sp-mltpl-email {
        display: none;
    }

    .b_head .b_tab br {
        display: block;
    }
}

.lang_flag {
    float: right;
    margin: 0 0 0 5px;
}

.lang_flag a,
.lang_flag span {
    float: left;
    display: block;
    width: 48px;
    height: 31px;
    z-index: 10;
    position: relative;
}

.lang_flag span {
    background: url(/bitrix/templates/main3/./images/lang_flag_bg.png) no-repeat 50% 50%;
    z-index: 9;
}

.lang_flag a.ru {
    margin-left: -10px;
}

.lang_flag span.en {
    margin-left: 5px;
}

.lang_flag a:after,
.lang_flag span:after {
    float: left;
    content: "";
    display: block;
    width: 48px;
    height: 31px;
    position: relative;
    z-index: 10;
    background: url(/bitrix/templates/main3/./images/lang_flag.png) no-repeat 11px 50%;
}

.lang_flag .ru:after {
    background-position: -30px 50%;
}

@media (min-width: 500px) {
    .b_menu_nav .lang_flag {
        display: none;
    }
}

@media (max-width: 500px) {
    .b_head .b_right .lang_flag {
        display: none;
    }

    .lang_flag {
        float: left;
    }

    .lang_flag .en {
        margin-left: -10px;
    }

    .b_head .b_tab .header-mail {
        padding-right: 0;
    }

    .b_head .b_tab .header-mail b {
        padding-right: 7px;
    }
}

.b_head .b_menu_nav {
    float: left;
    width: 805px;
    padding: 0;
    margin: 32px 0 0 0;
}

.b_head .menu {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
    overflow: visible;
    height: 22px;
}

.b_head .menu li.lvl1 {
    float: left;
    width: auto;
    padding: 0 20px 20px 0;
    margin: 0;
    list-style: url(/bitrix/templates/main3/images/no_img.png) none;
    background: url(/bitrix/templates/main3/images/no_img.png);
    position: relative;
    display: block;
}

.b_head .menu li.lvl1,
.b_head .menu li.lvl1 a {
    font-family: 'condo_bi', arial;
    color: #005497;
    font-size: 16px;
    text-transform: uppercase;
}

.b_head .menu li.lvl1 a.active {
    color: #000;
}

.b_head .menu ul {
    display: none;
}

.b_head .menu ul.lvl2 {
    position: absolute;
    left: -27px;
    top: 10px;
    float: left;
    border: 4px #0a5693 solid;
    background: #fff;
    width: 150px;
    overflow: visible;
    padding: 14px 13px;
    z-index: 999;
}

.b_head .menu ul.lvl2:after {
    position: absolute;
    top: -8px;
    left: 32px;
    content: "";
    width: 7px;
    height: 8px;
    background: url(/bitrix/templates/main3/./images/menu_lvl_2.png) no-repeat 0 0;
}

.b_head .menu li.lvl2 {
    padding: 5px 10px;
    margin: 0;
}

.b_head .menu li.lvl2,
.b_head .menu li.lvl2 a {
    font-family: 'condo_bi', arial;
    color: #323232;
    font-size: 13px;
    text-transform: none;
    text-decoration: none;
    line-height: 16px;
}

.b_head .menu li.lvl2 a:hover {
    text-decoration: underline;
}

.b_head .menu li.lvl2 a:hover,
.b_head .menu li.lvl2,
.b_head .menu li.lvl2 a.active {
    color: #0a5693;
}

.russia {
    position: relative;
    padding-right: 35px;
    display: block;
}

.russia:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 25px;
    top: -2px;
    right: -4px;
    background: url(/bitrix/templates/main3/./images/ru2.png) center no-repeat;
    background-size: contain;
    transform: rotate(-3deg);
    /*transform: rotate(18deg);*/
}


.b_head .b_search {
    float: right;
    width: 165px;
    height: 33px;
    background: url("/bitrix/templates/main3/images/head_search.png") no-repeat left top;
    margin: 26px 0 0 0;
}

.b_head .b_search .b_search_input {
    float: left;
    width: 110px;
    padding: 5px 15px;
    height: 23px;
    line-height: 23px;
    font-family: 'condo_ni', arial;
    color: #666;
    border: 0px none;
    background-color: transparent;
    outline: 0px none;
}

.b_head .b_search .b_search_input.b_active {
    color: #000;
    font-family: arial;
}

.b_head .b_search .b_search_btn {
    float: left;
    width: 20px;
    height: 33px;
    border: 0px none;
    outline: 0px none;
    background: transparent;
    cursor: pointer;
    background: url("/bitrix/templates/main3/images/search_small_btn.png") no-repeat 0 10px;
}

.b_head .b_search .b_search_btn:hover {
    background-position: 0 -18px;
}

/*.b_footer{float: left; width: 100%; height: 133px; background: url(/bitrix/templates/main3/images/fotter.png) no-repeat center top; margin: 11px 0 0 0; position: absolute; bottom: 0px;}*/
.b_footer {
    float: left;
    width: 100%;
    background: url(/bitrix/templates/main3/images/fotter.png) no-repeat center top;
    margin: 11px 0 0 0;
    bottom: 0px;
}

.b_footer .b_copy1 {
    float: left;
    margin: 50px 15px 0 14px;
    font-family: 'condo_ni', arial;
    color: #000;
    letter-spacing: 0.5px;
    width: 182px;
}

.b_footer .b_right {
    float: left;
    width: 395px;
}

.b_footer .b_right .b_tel_tab {
    float: left;
    width:
        /*130%*/
        160%;
}

.b_footer .b_right .b_tel_tab a.btn_tab {
    width: auto;
    height: 32px;
    float: left;
    margin: 0 -10px 0 0;
    padding: 0 0 0 10px;
}

.b_footer .b_right .b_tel_tab a.btn_tab .wrap1 {
    padding: 0 10px 0 0;
}

.b_footer .b_right .b_tel_tab a.btn_tab .wrap2,
.b_footer .b_right .b_tel_tab a .wrap1 {
    display: block;
    width: auto;
    height: 32px;
    float: left;
}

.b_footer .b_right .b_tel_tab a.btn_tab .wrap2 {
    padding: 0 10px;
    line-height: 32px;
    font-family: 'condo_ni', arial;
    font-size: 16px;
}

.b_footer .b_right .b_tel_tab a.btn_tab:hover .wrap2 {
    text-decoration: underline;
}

.b_footer .b_right .b_tel_tab a.btn_tab.active {
    background: url("/bitrix/templates/main3/images/footer_active_tab.png") no-repeat left top;
    color: #fff;
}

.b_footer .b_right .b_tel_tab a.btn_tab.active .wrap1 {
    background: url("/bitrix/templates/main3/images/footer_active_tab.png") no-repeat right -64px;
}

.b_footer .b_right .b_tel_tab a.btn_tab.active .wrap2 {
    background: url("/bitrix/templates/main3/images/footer_active_tab.png") repeat-x 0 -32px;
    text-decoration: none;
}

.b_footer .b_tab {
    float: left;
    width: 100%;
    display: none;
}

.b_footer .b_tab.active {
    display: block;
}

.b_footer .b_tab {
    font-size: 16px;
    font-family: 'condo_ni', arial;
    color: #242424;
    line-height: 35px;
    margin: 10px 0 0 -12px;
    text-indent: 8px;
    overflow: hidden;
}

/*height: 65px;*/
.b_footer .b_tab b {
    font-weight: 100;
    font-family: 'condo_bi', arial;
    color: #242424;
    font-size: 20px;
    padding: 0 15px 0 0;
}

.b_footer .b_link {
    float: left;
    width: 150px;
    margin: 50px 0 0 -4px;
}

.b_footer .b_link a {
    font-family: 'condo_ni', arial;
    font-size: 18px;
    font-weight: bold;
}

.b_footer .right_copyright {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 210px;
    margin: 50px 0 0 0;
    /*text-align: right;*/
}

.b_footer .right_copyright img {
    /*float: right; margin: 2px 0 0 2px;*/
}

.b_footer .right_copyright,
footer .right_copyright * {
    color: #ffe3bf;
    font-size: 16px;
    text-decoration: none;
    font-family: 'condo_ni', arial;
    color: #242424;
}

.b_footer .right_copyright a:hover {
    color: #015496;
}

.b_footer .b_middle {
    position: relative;
}

.b-footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    margin-left: 14px;
    margin-bottom: 30px;
}

.b-footer-row__link {
    font-family: 'condo_bi', arial;
    color: #005497;
    font-size: 16px;
    text-transform: uppercase;
}

.b-footer-row__link:not(:first-child) {
    margin-left: 20px;
}

.b-footer-row__right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-footer-row__cell {
    font-family: 'condo_ni', arial;
    font-size: 18px;
    font-weight: bold;
}

.b-footer-row__policy {
    font-family: 'condo_ni', arial;
    font-size: 18px;
    margin-left: 20px;
    font-weight: bold;
}

@media (max-width: 1050px) {
    .b_footer .b_tab .adress {
        font-size: 12px;
    }

    .b_footer .b_right .b_tel_tab a.btn_tab .wrap2 {
        padding: 0 5px;
    }

    .b-footer-row {
        padding-top: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .b-footer-row__right {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 800px) {
    .b_footer {
        background-color: #f7f7f8;
    }

    .b-footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .b-footer-row__link:not(:first-child) {
        margin-left: 0;
        margin-top: 10px;
    }

    .b-footer-row__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .b-footer-row__policy {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .b-footer-row {
        margin-left: 0;
    }
}

.left_arrow,
.right_arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 15;
}

.left_arrow span,
.right_arrow span {
    display: block;
    width: 17px;
    height: 30px;
    background: url(/bitrix/templates/main3/images/arrow.png) scroll left top no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -15px 0px;
}

.left_arrow:hover span,
.right_arrow:hover span {
    background: url(/bitrix/templates/main3/images/arrow.png) scroll left bottom no-repeat;
}

.right_arrow {
    right: 0;
    left: auto;
}

.right_arrow span {
    background-position: right 0;
    right: 0;
    left: auto;
}

.right_arrow:hover span {
    background-position: right bottom;
}

.left_arrow.disable,
.right_arrow.disable {
    opacity: 0.5;
}

.left_arrow.disable span {
    background-position: left 0 !important;
}

.right_arrow.disable span {
    background-position: right 0 !important;
}

/*
.b_home_slider{float: left; width: 100%; position: relative; z-index: 10; height: 366px; margin: -1px 0 0 0; padding: 0 0  0; background: url(/bitrix/templates/main3/images/head_line.png) no-repeat center bottom; padding: 0 0 0 1px;}
.b_home_slider .b_gall2{float: left; margin: 0; width: 100%; padding: 0; overflow: hidden; position: relative; height: 366px; z-index: 14;}
.b_home_slider .b_gall2 ul{margin: 0; padding: 0; float: left; margin: 0; width: 100%; height: 495px;}
.b_home_slider .b_gall2 li{float: left; background: url(/bitrix/templates/main3/images/no_img.png); list-style: none url(/bitrix/templates/main3/images/no_img.png); padding: 0; margin: 0; background: url(/bitrix/templates/main3/images/no_img.png);}
.b_home_slider .images img{display: block; margin: 0 auto;}
.b_home_slider .mid_nav{float: left; position: absolute; right: 0px; bottom: 0; z-index: 15; }
.b_home_slider .mid_nav li{float: left; display: block; background:  url(/bitrix/templates/main3/images/nav_btn.png) scroll center -32px no-repeat; width: 45px; height: 32px; cursor: pointer; color: #005597; font-size: 16px; font-family: 'condo_ni', arial; text-align: center; line-height: 32px; margin: 0 0 0 -5px; opacity: 0.7;}
.b_home_slider .mid_nav li:hover{opacity: 1;}
.b_home_slider .mid_nav li.active{background-position: center 0; color: #fff; cursor: default; text-decoration: none; opacity: 1;}
.b_home_slider .mid_nav2{float: left; width: 100%;}
.b_home_slider .b_line{height: 1px; background-color: #fff; float: right; padding: 0 0 0 10px; width: 100%; position: absolute; bottom: 0; right: 0; left: -10px;}
*/

.b_home_slider {
    width: 100%;
    position: relative;
    z-index: 10;
    height: 365px;
    margin: 5px 0 0 0;
    padding: 0 0 0;
    background: url(/bitrix/templates/main3/images/head_line.png) no-repeat center bottom;
    padding: 0 0 0 1px;
}

.b_home_slider .b_gall2 {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 365px;
    z-index: 14;
}

.b_home_slider .b_gall2 ul {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0;
    width: 100%;
    height: 365px;
}

.b_home_slider .b_gall2 li {
    float: left;
    background: url(/bitrix/templates/main3/);
    list-style: none;
    padding: 0;
    margin: 0;
    background: url();
    width: 980px;
    height: 365px;
    position: relative;
}

.b_home_slider .b_gall2 .b_img {
    background: transparent url(/bitrix/templates/main3/) no-repeat 50% 50%/contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 5%;
    text-align: center;
}

.b_home_slider .b_gall2 .b_promo {
    width: 400px;
    position: absolute;
    right: 30px;
    top: 48px;
}

.b_home_slider .b_gall2 .b_name {
    font-size: 36px;
    font-family: 'condo_bi', arial;
    color: #005596;
    text-transform: uppercase;
    line-height: 50px;
    display: block;
    text-indent: 5px;
    margin: 0 0 26px 0;
}

.b_home_slider .b_gall2 p {
    margin: 11px 0 15px;
    font-family: 'condo_mi', arial;
    font-size: 18px;
    color: #000;
    /*background: url(images/li_v3.png) no-repeat 11px 5px;*/
    padding: 5px 0 5px 52px;
}

.b_home_slider .b_gall2 .b_name,
.b_home_slider .b_gall2 p {
    position: relative;
    display: block;
}

.b_home_slider .b_gall2 li {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.b_home_slider .b_gall2 li.active {
    opacity: 1;
}


.b_home_slider .mid_nav {
    float: left;
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 15;
}

.b_home_slider .mid_nav li {
    float: left;
    display: block;
    background: url(/bitrix/templates/main3/images/nav_btn.png) scroll center -32px no-repeat;
    width: 45px;
    height: 32px;
    cursor: pointer;
    color: #005597;
    font-size: 16px;
    font-family: 'condo_ni', arial;
    text-align: center;
    line-height: 32px;
    margin: 0 0 0 -5px;
    opacity: 0.7;
}

.b_home_slider .mid_nav li:hover {
    opacity: 1;
}

.b_home_slider .mid_nav li.active {
    background-position: center 0;
    color: #fff;
    cursor: default;
    text-decoration: none;
    opacity: 1;
}

.b_home_slider .mid_nav2 {
    float: left;
    width: 100%;
}

.b_home_slider .b_line {
    height: 1px;
    background-color: #fff;
    float: right;
    padding: 0 0 0 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: -10px;
}

/**/
#mainslider .b_img {
    background: url("/bitrix/templates/main3/") 50% 50% / contain no-repeat transparent;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 50%;
    left: 5%;
    text-align: center;
}

#mainslider.noclick,
#mainslider.noclick * {
    pointer-events: none !important;
}

#mainslider .b_promo {
    width: 400px;
    position: absolute;
    right: 30px;
    top: 48px;
}

#mainslider .b_name {
    font-size: 36px;
    font-family: condo_bi, arial;
    color: rgb(0, 85, 150);
    text-transform: uppercase;
    line-height: 50px;
    display: block;
    text-indent: 5px;
    margin: 0px 0px 26px;
}

#mainslider p {
    margin: 11px 0px 15px;
    font-family: condo_mi, arial;
    font-size: 18px;
    color: rgb(0, 0, 0);
    padding: 5px 0px 5px 52px;
}

#mainslider .b_name,
#mainslider p {
    position: relative;
    display: block;
}

#mainslider .splide__slide {
    position: relative;
    height: 400px;
}


#mainslider .splide__pagination {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 15;
    display: block !important;
    padding-right: 0;
}

#mainslider ul.custom-pagination {
    margin: 0;
    float: right;
    width: auto;
}

#mainslider .splide__pagination li {
    float: left;
    display: block;
    background: url("/bitrix/templates/main3/images/nav_btn.png") center -32px no-repeat scroll;
    width: 45px;
    position: relative;
    height: 32px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    margin: 0px 0px 0px -5px;
    opacity: 0.7;
    color: rgb(0, 85, 151);
    font-family: condo_ni, arial;
    padding: 0;
}

#mainslider .splide__pagination li button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: rgb(0, 85, 151);
    font-family: condo_ni, arial;
}

#mainslider .splide__pagination li:hover {
    opacity: 1;
}

#mainslider .splide__pagination li.active {
    background-position: center 0px;
    color: rgb(255, 255, 255);
    cursor: default;
    text-decoration: none;
    opacity: 1;
}


#mainslider .splide__arrow {
    width: 30px;
    height: 100%;
    background-color: transparent !important
}

#mainslider .splide__arrow:focus-visible,
#mainslider.splide.is-focus-in .splide__arrow:focus {
    outline: none;
    background-color: transparent !important
}

#mainslider .splide__arrow.splide__arrow--prev {
    left: 0;
}

#mainslider .splide__arrow.splide__arrow--next {
    right: 0;
}

#mainslider .splide__arrow svg {
    width: 30px;
    height: auto;
    fill: #D8D8D8;
}

#mainslider .splide__arrow:hover svg {
    fill: #005496;
}

@media (max-width: 1050px) {
    #mainslider .b_promo {
        width: 290px !important;
    }

    #mainslider .b_name {
        width: 290px !important;
        margin-bottom: 15px !important;
        line-height: 24px !important;
        font-size: 20px !important;
    }

    #mainslider p {
        width: 220px !important;
        padding: 0px 0px 5px 38px !important;
        background-size: 4% !important;
        margin: 11px 0px 5px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 800px) {
    #mainslider {
        height: 400px;
    }

    #mainslider .b_img {
        margin-top: 10px;
        text-align: center;
        width: 100% !important;
        position: relative !important;
        right: inherit !important;
        height: 150px !important;
        left: 0px !important;
        display: block !important;
    }

    #mainslider .b_promo {
        padding: 0px 30px;
        box-sizing: border-box;
        width: 100% !important;
        top: 0px !important;
        position: relative !important;
        right: inherit !important;
    }

    #mainslider .b_name {
        width: 100% !important;
        font-size: 15px !important;
        margin: 5px 0px !important;
    }

    #mainslider p {
        box-sizing: border-box;
        margin: 0px !important;
        font-size: 14px !important;
        padding-bottom: 0px !important;
        width: 100% !important;
    }
}


/**/
/**/

/*#home_sections_slider_splide {*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    height: 180px;*/
/*    z-index: 14;*/
/*    margin: 0px 0px 0px 25px;*/
/*    padding: 0px;*/
/*}*/
#home_sections_slider_splide {
    /*margin: 0px 0px 0px 25px;*/
}

#home_sections_slider_splide .splide__track {
    padding-left: 50px !important;
    padding-right: 50px !important
}

#home_sections_slider_splide .splide__slide {
    background: url("/bitrix/templates/main3/images/no_img.png");
    list-style: url("/bitrix/templates/main3/images/no_img.png") none;
    padding: 0px;
    margin: 0px;
    height: 210px;
}

/*#home_sections_slider_splide .splide__slide.last,
#home_sections_slider_splide .splide__slide.first {
    width: 215px;
}*/

#home_sections_slider_splide .splide__slide a {
    display: block;
    width: 147px;
    height: 147px;
    text-align: center;
    padding: 30px 40px;
    margin: 0px -23px;
    /*background: url("/bitrix/templates/main3/images/home_section_bg2.png") 180px 44px no-repeat;*/
    float: left;
    position: relative;
}

#home_sections_slider_splide .splide__slide a:after {
    content: '';
    position: absolute;
    left: 27px;
    top: 40px;
    width: calc(100% - 52px);
    height: calc(100% - 80px);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: skewX(-12deg);
}

#home_sections_slider_splide .splide__slide a:before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 27px;
    top: 15px;
    width: calc(100% - 52px);
    height: calc(100% - 30px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    transform: skewX(-12deg);
}

#home_sections_slider_splide .splide__slide a:hover:before {
    opacity: 1;
}

#home_sections_slider_splide .splide__slide a:hover:after {
    opacity: 0;
}

#home_sections_slider_splide .splide__slide a {
    font-family: condo_mi, arial;
    color: rgb(0, 84, 151);
    font-size: 16px;
    text-decoration: underline;
}

/*#home_sections_slider_splide .splide__slide.first a {
    margin-left: 0px;
}*/

/*#home_sections_slider_splide .splide__slide.first a:before {
    left: 0;
}
#home_sections_slider_splide .splide__slide.first a:after
{
    right: 20px;
}*/

#home_sections_slider_splide .splide__slide.last a {
    /*background: url("/bitrix/templates/main3/images/no_img.png");*/
}

#home_sections_slider_splide .splide__slide a:hover {
    /*background: url("/bitrix/templates/main3/images/home_section_bg.png") left top no-repeat;*/
    z-index: 25;
}

#home_sections_slider_splide .splide__slide a img {
    margin: 0px 0px 10px 25px;
    border: 0px;
    display: block;
}

#home_sections_slider_splide .images img {
    display: block;
    margin: 0px auto;
}

#home_sections_slider_splide .left_arrow,
#home_sections_slider_splide .right_arrow {
    margin-top: -28px;
}

#home_sections_slider_splide .transform1,
#home_sections_slider_splide .transform2,
#home_sections_slider_splide .transform3 {
    background-color: transparent;
    position: absolute;
    left: -22px;
    top: 0px;
    width: 60px;
    bottom: 0px;
    z-index: 14;
    transform: skewX(-12deg);
    background-color: #fff;
}

#home_sections_slider_splide .transform2 {
    right: -18px;
    left: auto;
}

#home_sections_slider_splide .transform3 {
    right: -22px;
    background-color: rgb(255, 255, 255);
    left: auto;
}


#home_sections_slider_splide .splide__arrow {
    width: 30px;
    height: 100%;
    background-color: transparent !important;
    z-index: 20;

}

#home_sections_slider_splide .splide__arrow:focus-visible,
#home_sections_slider_splide.splide.is-focus-in .splide__arrow:focus {
    outline: none;
    background-color: transparent !important
}

#home_sections_slider_splide .splide__arrow.splide__arrow--prev {
    left: 0;
}

#home_sections_slider_splide .splide__arrow.splide__arrow--next {
    right: 0;
}

#home_sections_slider_splide .splide__arrow svg {
    width: 30px;
    height: auto;
    fill: #D8D8D8;
}

#home_sections_slider_splide .splide__arrow:hover svg {
    fill: #005496;
}

@media (max-width: 1050px) {
    #home_sections_slider_splide .splide__slide a {
        padding: 30px 32px;
    }
}

@media (max-width: 800px) {
    #home_sections_slider_splide .splide__slide a {
        padding: 30px 39px;
    }
}


@media (max-width: 500px) {
    #home_sections_slider_splide .splide__slide a {
        padding: 30px 47px;
    }
}

/*.b_home_sections .left_arrow,
.b_home_sections .right_arrow {
    margin-top: -28px;
}

.b_home_sections .transform1, .b_home_sections .transform2, .b_home_sections .transform3 {
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    bottom: 0px;
    z-index: 14;
}

.b_home_sections .transform2 {
    right: 0px;
    left: auto;
}

.b_home_sections .transform3 {
    right: -22px;
    background-color: rgb(255, 255, 255);
    left: auto;
}

.b_home_sections .transform3, .b_home_sections .transform1, .b_home_sections .transform2 {
    transform: skewX(-12deg);
}*/


/**/


.b_home_sections {
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 23px 0 0 0;
    padding: 0 0 0;
    overflow: hidden;
}

.b_home_sections .b_gall2 {
    padding: 0 0 0 10px;
    overflow: hidden;
    position: relative;
    height: 180px;
    z-index: 14;
    margin: 0 0 0 25px;
    padding: 0;
}

.b_home_sections .b_gall2 ul {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0;
    width: 100%;
    height: 100%
}

.b_home_sections .b_gall2 li {
    float: left;
    background: url(/bitrix/templates/main3/images/no_img.png);
    list-style: none url(/bitrix/templates/main3/images/no_img.png);
    padding: 0;
    margin: 0 0 0 0;
    width: 176px;
    height: 176px;
}

.b_home_sections .b_gall2 li.last,
.b_home_sections .b_gall2 li.first {
    width: 215px;
}

.b_home_sections .b_gall2 li a {
    display: block;
    width: 147px;
    height: 126px;
    text-align: center;
    padding: 30px 40px;
    margin: 0 -40px;
    background: url(/bitrix/templates/main3/images/home_section_bg2.png) no-repeat 180px 44px;
    float: left;
    position: relative;
}

.b_home_sections .b_gall2 li a {
    font-family: 'condo_mi', arial;
    color: #005497;
    font-size: 16px;
    text-decoration: underline;
}

.b_home_sections .b_gall2 li.first a {
    margin-left: 0;
}

.b_home_sections .b_gall2 li.last a {
    background: url(/bitrix/templates/main3/images/no_img.png);
}

.b_home_sections .b_gall2 li a:hover {
    background: url(/bitrix/templates/main3/images/home_section_bg.png) no-repeat left top;
    z-index: 25;
}

.b_home_sections .b_gall2 li a img {
    margin: 0 0 10px 25px;
    border: 0px;
    display: block;
}

.b_home_sections .images img {
    display: block;
    margin: 0 auto;
}

.b_home_sections .left_arrow,
.b_home_sections .right_arrow {
    margin-top: -28px
}

.b_home_sections .transform1,
.b_home_sections .transform2,
.b_home_sections .transform3 {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    bottom: 0;
    z-index: 14;
}

.b_home_sections .transform2 {
    right: 0;
    left: auto;
}

.b_home_sections .transform3 {
    right: -22px;
    background-color: #fff;
    left: auto;
}

.b_home_sections .transform3,
.b_home_sections .transform1,
.b_home_sections .transform2 {
    -moz-transform: skewX(-12deg);
    -webkit-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    transform: skewX(-12deg);
}

.b_home_mf {
    width: 100%;
    margin: 6px 0 0 0;
}

.b_home_mf .b_more {
    width: 100%;
    text-align: right;
    font-family: 'condo_mi', arial;
    color: #b0b0b0;
    background: url(/bitrix/templates/main3/images/head_line.png) no-repeat center 12px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.b_home_mf .b_more span {
    background-color: #fff;
    padding: 0 0 0 10px;
}

.b_home_mf .b_list {
    width: 100%;
    overflow: hidden;
    margin: 45px 0 0 0;
    padding: 0 0 0 0;
}

.b_home_mf .b_list a {
    padding: 0 68px 0 0;
    float: left;
}

.b_home_mf .b_list a:nth-child(6) {
    padding: 0 0px 0 0;
}

.b_home_mf .b_list2 {}

.cert-list a {
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
    float: left;
}

.home_text_slider {
    float: left;
    width: 100%;
    height: 270px;
    position: relative;
    margin: 58px 0 0 0;
}

.b_text_galll {
    float: left;
    width: 455px;
    height: 208px;
    position: absolute;
    z-index: 20;
    bottom: 0px;
    right: 0;
    padding: 27px 70px 0 231px;
    background: url(/bitrix/templates/main3/images/text_slider_bg1.png) no-repeat scroll left top;
}

.b_text_galll .b_title {
    color: #fff;
    font-family: 'condo_bi', arial;
    font-size: 32px;
    float: left;
    width: 50%;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}

.b_text_galll .b_desc {
    float: left;
    width: 100%;
    margin: 0 0 0 -18px;
}

.b_text_galll .b_desc,
.b_text_galll .b_desc p {
    color: #fff;
    font-family: 'condo_mi', arial;
    font-size: 18px;
    line-height: 24px;
}

.b_text_galll .b_desc p {
    margin: 10px 0;
}

.b_text_galll .b_more {
    color: #84ceff;
    font-family: 'condo_mi', arial;
    font-size: 16px;
    float: right;
    margin: 7px 0 0 0;
}

.b_img_gall {
    float: left;
    position: absolute;
    z-index: 25;
    width: 444px;
    height: 232px;
    overflow: hidden;
    padding: 0 0 54px 0;
    background: url(/bitrix/templates/main3/images/stupid_shadow.png) no-repeat 224px 216px;
}

.b_img_gall a {
    float: left;
    width: 444px;
    height: 232px;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
}

.b_img_gall a.active {
    opacity: 1;
}

.b_home_content {
    width: 53%;
    float: left;
    margin: 56px 0 0 8px;
}

.b_home_content .b_content {
    margin-top: 0;
}

.b_home_content h2,
.b_home_content .h2 {
    color: #025698;
    font-family: 'condo_bi', arial;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    line-height: 50px;
}

.b_home_content h2 a,
.b_home_content .h2 a {
    color: #025698;
}

.b_home_content p,
.b_home_content li {
    font-family: arial;
}

.b_home_content p {
    margin: 15px 0;
}

.b_home_content ul {
    margin: 28px 0;
    width: 95%;
}

.b_home_news {
    width: 45%;
    float: right;
    margin: 56px 0 0 0;
}

.b_home_news .b_title {
    color: #025698;
    font-family: 'condo_bi', arial;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0 0 0 54px;
}

.b_home_news .b_block_main {
    float: left;
    width: 100%;
    position: relative;
    margin: 15px 0 0 0;
}

.b_home_news .b_block_main .b_image {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    margin: 0 0 0 23px;
}

.b_home_news .b_block_main .b_desc {
    position: relative;
    z-index: 15;
    width: 175px;
    min-height: 115px;
    padding: 20px 20px 20px 136px;
    background-color: #fafafa;
    float: left;
    margin: 10px 0 0 93px;
}

.b_home_news .b_block_main .b_desc {
    -moz-transform: skewX(-9.8deg);
    -webkit-transform: skewX(-9.8deg);
    -o-transform: skewX(-9.8deg);
    -ms-transform: skewX(-9.8deg);
    transform: skewX(-9.8deg);
}

.b_date {
    color: #909090;
    font-size: 12px;
    font-family: arial;
}

.b_home_news .b_block_main .b_name {
    font-size: 20px;
    font-family: 'condo', arial;
    color: #000;
    letter-spacing: 0.8px;
}

.b_home_news .b_block {
    float: left;
    width: 82.5%;
    margin: 24px 0 0 17.5%;
}

.b_home_news .b_block .b_name {
    color: #015496;
    font-size: 20px;
    font-family: 'condo', arial;
    letter-spacing: 0.8px;
}

.b_home_news .b_block .b_desc {
    color: #000;
    font-family: arial;
    font-size: 14px;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    line-height: 20px;
}

.b_home_news .b_more {
    float: left;
    color: #015496;
    font-size: 16px;
    font-family: 'condo_ni', arial;
    line-height: 18px;
    margin: 26px 0 0 17.5%;
}

.b_bread {
    margin: 12px 0 0;
    float: left;
    width: 100%;
}

.b_bread a {
    color: #adadad;
    font-size: 14px;
    float: left;
}

.b_bread a,
.b_bread span {
    font-family: 'condo_ni', arial;
}

.b_bread span.b_next {
    background: url(/bitrix/templates/main3/images/bread_arrow.png) no-repeat center 2px;
    width: 11px;
    height: 15px;
    float: left;
    margin: 3px 18px;
}

.b_bread span.b_last {
    background: url(/bitrix/templates/main3/images/bread_arrow.png) no-repeat center -14px;
    width: 11px;
    height: 15px;
    float: left;
    margin: 3px 18px;
}

.b_bread__item {
    padding-right: 46px;
    display: inline-block;
}

.b_bread__item a {
    display: inline-block;
    position: relative;
}

.b_bread__item a:before {
    content: "";
    position: absolute;
    right: -28px;
    top: 2px;
    width: 11px;
    height: 15px;
    background: url(/bitrix/templates/main3/images/bread_arrow.png) no-repeat center 2px;
}

.b_bread__item:last-child {
    padding-right: 0;
}

.b_bread__item:last-child a:before {
    display: none;
}

.b_left_menu {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.b_left_menu li.lvl1 {
    float: left;
    background: url(/bitrix/templates/main3/images/no_img.png);
    margin: 0;
    padding: 0 0;
    border-bottom: 1px #d9d9d9 solid;
    width: 180px;
}

.b_left_menu a.lvl1,
.b_left_menu span.lvl1 {
    float: left;
    background: url(/bitrix/templates/main3/images/no_img.png);
    margin: 0;
    padding: 12px 20px;
    width: 140px;
    font-family: 'condo_mi', arial;
    font-size: 16px;
    line-height: 20px;
}

.b_left_menu a:hover {
    text-decoration: none;
    color: #000;
}

.b_left_menu li.lvl1.active a.lvl1,
.b_left_menu li.lvl1.active span.lvl1 {
    background-color: #f6f6f6;
}

.b_left_menu li.lvl1.active.parent a.lvl1,
.b_left_menu li.lvl1.active.parent span.lvl1 {
    border-bottom: 1px #d9d9d9 solid;
}

.b_left_menu ul.lvl2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 4px 0 18px;
    display: none;
}

.b_left_menu li.lvl1.active ul.lvl2 {
    display: block;
}

.b_left_menu li.lvl2 {
    float: left;
    background: url(/bitrix/templates/main3/images/no_img.png);
    margin: 0;
    padding: 10px 0;
    width: 180px;
}

.b_left_menu a.lvl2,
.b_left_menu span.lvl2 {
    float: left;
    margin: 0;
    padding: 0 20px 0 42px;
    width: 118px;
    font-family: 'condo_ni', arial;
    font-size: 15px;
    line-height: 20px;
    background: url(/bitrix/templates/main3/images/li_lvl2.png) no-repeat 20px 10px;
}

.b_left_menu a.lvl2:hover {
    background: url(/bitrix/templates/main3/images/li_lvl2_h.png) no-repeat 20px 10px
}

.b_left_menu ul.lvl3 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 4px 0 0px;
    display: none;
}

.b_left_menu li.lvl2.active ul.lvl3 {
    display: block;
}

.b_left_menu li.lvl3 {
    float: left;
    background: url(/bitrix/templates/main3/images/no_img.png);
    margin: 0;
    padding: 10px 0;
    width: 180px;
}

.b_left_menu a.lvl3,
.b_left_menu span.lvl3 {
    float: left;
    margin: 0;
    padding: 0 20px 0 42px;
    width: 118px;
    font-family: 'condo_ni', arial;
    font-size: 15px;
    line-height: 20px;
    background: url(/bitrix/templates/main3/images/li_lvl3.png) no-repeat 31px 10px;
}

.b_left_menu a.lvl3:hover {
    background: url(/bitrix/templates/main3/images/li_lvl3_h.png) no-repeat 31px 10px
}


/* Catalog */
.b_filtr {
    display: block;
    padding: 0 30px 13px;
    margin: 18px 0 0 0;
    border-bottom: 1px #d9d9d9 solid;
}

.b_filtr .f_title {
    float: left;
    width: 100%;
    font-weight: 900;
    color: #000;
    font-size: 15px;
}

.b_filtr .select_block {
    float: left;
    width: 31.3%;
    margin: 0 3% 15px 0;
}

.b_filtr .select_block select {
    width: 100%;
}

.b_filtr .select_block_last {
    float: right;
    margin-right: 0;
}

.b_filtr .b_btn {
    float: right;
    margin: 0 0 0 0;
}

.b_filtr .b_result {
    float: left;
    width: 30%;
    margin: 10px 0 0 0;
    color: #b0b0b0;
    font-family: 'condo_ni', arial;
    font-size: 16px;
}

.b_filtr .b_result,
.b_filtr .b_result div {
    font-size: 15px;
}

.chosen-container {
    height: 40px;
    margin: 0 0 0 0;
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    border: 1px #a8a8a8 solid;
    height: 40px;
    overflow: visible;
    background: url(/bitrix/templates/main3/images/no_img.png);
}

.chosen-container-single .chosen-single:hover {
    border-color: #005596;
}

.chosen-container-single .chosen-single div {
    height: 40px;
    width: 29px;
    background: transparent url(/bitrix/templates/main3/images/no_img.png);
}

.chosen-container-single .chosen-single div b {
    border: 5px transparent solid;
    border-top-color: #005596;
    float: right;
    margin: 18px 10px 0 0;
}

.chosen-container-single.chosen-with-drop .chosen-single,
.chosen-container-single.chosen-with-drop .chosen-single:hover {
    border-color: #a8a8a8;
}

.chosen-container-single.chosen-with-drop .chosen-single div,
.chosen-container-single.chosen-with-drop .chosen-single div:hover {
    background-color: transparent;
}

.chosen-container-single.chosen-with-drop .chosen-single div b,
.chosen-container-single.chosen-with-drop .chosen-single div:hover b {
    border-top-color: transparent;
    border-bottom-color: #005596;
    margin-top: 13px;
}

.chosen-container-single .chosen-single span {
    margin-right: 30px;
    line-height: 40px;
}

.chosen-container .chosen-drop {
    width: 100%;
    margin: 0;
    padding: 0;
    border-color: #a8a8a8;
}

.chosen-container .chosen-results {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.chosen-container .chosen-results li {
    border-bottom: 0px;
    margin: 0;
    padding: 7px 10% 8px 5%;
    color: #000;
    font-size: 13px;
    width: 85%;
    box-sizing: border-box;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #e5eaf4;
    color: #000;
}

select#projects_filter {
    position: relative;
    width: 100% !important;
    font-size: 16px;
    height: 40px;
    border: 1px #a8a8a8 solid;
    font-family: 'condo_mi', arial;
    font-size: 16px;
    color: #a3a3a3;
    padding-left: 10px;
    padding-right: 30px;
    background: transparent url(/bitrix/templates/main3/images/project-arrow2.png) no-repeat right center !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    /*text-overflow: '';*/
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
}

select#projects_filter::-ms-expand {
    display: none;
}

#projects_filter option {
    width: 225px !important;
    padding: 7px;
}

.b_cat_list {
    float: left;
    width: 100%;
    padding: 0 0 13px;
    margin: 18px 0 0 0;
}

.b_cat_list .b_block {
    float: left;
    width: 185px;
    margin: 10px 30px;
    text-decoration: none;
}

.b_cat_list .b_block img {
    display: block;
    margin: 0 auto;
}

.b_cat_list .b_block .b_name {
    display: block;
    width: 100%;
    font-family: 'condo_mi', arial;
    font-size: 18px;
    color: #015496;
    text-decoration: underline;
    margin: 25px 0 0 0;
}

.b_cat_list .b_block .b_name:hover {
    text-decoration: none;
}

.b_cat_list .b_block .b_desc {
    display: block;
    width: 100%;
    font-family: arial;
    font-size: 14px;
    color: #000;
    margin: 11px 0 0 0;
}

.b_cat_list .clear3,
.b_cat_list .clear4 {
    height: 1px;
    background-color: #d9d9d9;
    width: 100%;
    margin: 30px 0 11px;
    clear: both;
    float: left;
    display: none;
}

.b_cat_list .clear4 {
    display: block;
}

.b_cat_list .b_block__img {
    display: block;
    height: 135px;
}

.content_left .b_cat_list .b_block {
    width: 190px;
}

.content_left .b_cat_list .clear3 {
    display: block;
}

.content_left .b_cat_list .clear4 {
    display: none;
}


/*product page*/
.b_product {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.b_product .prod_gall {
    float: left;
    width: 430px;
    height: 100%;
    margin: 0 0 0 0;
}

.b_product .b_props {
    float: left;
    width: 480px;
    height: 100%;
    margin: -19px 0 0 62px;
}

.b_product .b_props_big {
    float: left;
    width: 100%;
    height: 100%;
    margin: -19px 0 0 0;
}

.b_product .b_props .b_title2 {
    font-size: 17px;
    font-weight: 900;
}

.b_product .b_props ul {
    padding: 0;
    margin: 12px 0 30px;
}

.b_product .b_props ul li {
    background: url(/bitrix/templates/main3/images/li_v2.png) no-repeat scroll 18px 2px;
    margin: 0 0 2px 0;
    padding: 0 0 8px 54px;
}

.b_product .b_manuf {
    font-family: 'condo_mi', arial;
    font-size: 16px;
    margin: 29px 0 0 0;
}

.b_product .b_manuf a {
    font-size: 18px;
    font-family: 'condo_mi', arial;
}

.b_product .b_props p {
    font-family: 'condo_ni', arial;
    font-size: 16px;
    line-height: 23px;
}

.b_product .b_props .b_file {
    margin: 23px 0 0 14px;
}

.b_product .b_btn {
    margin: 12px 0 0 19px;
}

.b_product .big_img {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 360px;
    z-index: 14;
}

.b_product .big_img ul {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0;
    width: 100%;
    height: 360px;
}

.b_product .big_img li {
    float: left;
    background: url(/bitrix/templates/main3/images/no_img.png);
    list-style: none url(/bitrix/templates/main3/images/no_img.png);
    padding: 0;
    margin: 0;
}

.b_product .small_img {
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
    overflow: hidden;
    height: 90px;
    position: relative;
    background-color: #efefef;
}

.b_product .prod_small_gall {
    width: 390px;
    overflow: hidden;
    height: 90px;
    position: relative;
    margin: 0 20px;
}

.b_product .small_img ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 3900px;
    margin: 0;
}

.b_product .small_img .left_arrow,
.b_product .small_img .right_arrow {
    width: 20px;
}

.b_product .small_img .left_arrow span,
.b_product .small_img .right_arrow span {
    background-image: url(/bitrix/templates/main3/images/arrow_small.png);
    width: 10px;
    height: 17px;
    margin: -8px 4px 0 4px;
}

.b_product .small_img li {
    float: left;
    width: 90px;
    margin: 0 10px 0 0;
    padding: 0;
    background: url(/bitrix/templates/main3/images/no_img.png);
    list-style: url(/bitrix/templates/main3/images/no_img.png) none;
    cursor: pointer;
    position: relative;
}

.b_product .small_img li .b_border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px #d8d8d8 solid;
}

.b_product .small_img li:hover {
    border-color: #fff;
}

.b_product .small_img li:hover .b_border {
    border: 3px #0767b2 solid;
}

.b_product .small_img li.active .b_border {
    border: 3px #005596 solid;
}

.b_product .small_img li.active {}

.b_product .small_img img {
    float: left;
    width: 90px;
}

.b_product hr {
    margin: 15px 0 1px 0;
}

.b_product .b_description {
    width: 960px;
    margin: 0 0 0 20px;
}

.b_product .b_docs {
    float: left;
    width: 960px;
    margin: 0 0 0 17px;
}

/*Element form */
.b_form {
    float: left;
    width: 960px;
    margin: 0 0 0 20px;
}

.b_form .b_input {
    width: 400px;
    border: 1px #a8a8a8 solid;
    position: relative;
    height: 40px;
    margin: 18px 0 0 0;
}

.b_form .b_input label {
    position: absolute;
    top: 10px;
    left: 12px;
    padding: 0 3px;
    font-family: 'condo_ni', arial;
    font-size: 16px;
    color: #a3a3a3;
    z-index: 5;
    background-color: #fff;
}

.b_form .b_input label,
.b_form .b_input,
.b_form .b_input .b_error {
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

.b_form .b_input input,
.b_form .b_input textarea {
    background: transparent;
    border: 0px none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    outline: 0px none;
    margin: 0px;
    display: block;
    padding: 10px 15px;
    height: 100%;
    line-height: 20px;
    z-index: 10;
    font-family: 'condo', arial;
    font-size: 16px;
    color: #000;
}

.b_form .b_textarea {
    height: 100px;
}

.b_form .b_input textarea {
    resize: none;
}

.b_form .b_input.b_active2 {}

.b_form .b_input.b_error {
    border-color: #ee475b;
}

.b_form .b_input.b_focus {
    box-shadow: 0 0 3px 0 #5fd1fb;
    border-color: #4c98d3;
}

.b_form .b_input.b_active2 label,
.b_form .b_input.b_error label {
    top: -11px;
    z-index: 15;
}

.b_form .b_input.b_focus label {
    top: -11px;
    color: #4c98d3;
}

.b_form .b_input.b_error .b_error {
    font-family: 'condo_ni', arial;
    font-size: 16px;
    color: #ee475b;
    z-index: 5;
    position: absolute;
    padding: 2px 3px;
    left: 12px;
    top: 10px;
    width: auto;
    line-height: 20px;
}

.b_form .b_input.b_active2 .b_error,
.b_form .b_input.b_focus .b_error {
    top: -13px;
    background-color: #fff;
    z-index: 20;
}

.custom_art_form {
    width: 100%;
    padding: 27px 34px;
}

.custom_art_form .b_input {
    width: 100%;
}

.b_order .b_input {
    width: 400px;
}

.b_order .b_left_block {
    float: left;
    width: 50%;
}

.b_form .b_input.b_error:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 13px;
    width: 19px;
    height: 19px;
    background: url(/bitrix/templates/main3/images/form_ico.png) no-repeat 0 -27px;
}

.b_form .b_ok:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 13px;
    width: 19px;
    height: 19px;
    background: url(/bitrix/templates/main3/images/form_ico.png) no-repeat left top;
}

.custom_art_form .b_ok:after {
    display: none;
}

@media (max-width: 800px) {
    .b_form .b_input.b_error:after {
        display: none;
    }

    .b_form .b_ok:after {
        display: none;
    }
}

.b_form .b_file2,
.b_form .b_file2 * {
    cursor: pointer;
}

.b_form .b_file2 .b_btn {
    float: right;
    height: 40px;
    width: 40px;
    background: #a8a8a8 url(/bitrix/templates/main3/images/plus.png) no-repeat 12px 12px;
    padding: 0px;
    margin: 0px;
    font-family: arial;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
}

.b_form .b_file2:hover {
    border-color: #4c98d3;
}

.b_form .b_file2:hover label {
    color: #4c98d3;
}

.b_form .b_file2:hover .b_btn {
    background-color: #4c98d3;
}

.b_form .b_file2 input {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    /* делаем поле абсолютно прозрачным */
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 20;
    padding: 0;
}

.b_form .b_btn {
    float: left;
    margin: 18px 0 0 0;
}

.b_form .b_loading {
    float: left;
    margin: 18px 0 0 20px;
    background: url(/bitrix/templates/main3/images/loading.gif) no-repeat center center;
    width: 32px;
    height: 32px;
    display: none;
}

.b_form .b_good {
    color: #005496;
    font-family: 'condo_ni', arial;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
    width: 70%;
    padding: 36px 20px;
    margin: 30px auto;
    position: relative;
}

.b_form .b_good>div.wrap {
    color: #005496;
    font-family: 'condo_ni', arial;
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
    position: relative;
    z-index: 20;
    font-weight: 100;
}

.b_form .b_good:after {
    content: "";
    background-color: #f7f7f7;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    z-index: 5;
    left: -40px;
    -moz-transform: skewX(-9.8deg);
    -webkit-transform: skewX(-9.8deg);
    -o-transform: skewX(-9.8deg);
    -ms-transform: skewX(-9.8deg);
    transform: skewX(-9.8deg);
}


.b_main_prod_section {
    float: left;
    width: 100%;
}

.b_main_prod_section .b_block {
    float: left;
    margin: 0 20px 80px 0;
    width: 180px;
    text-align: center;
}

.b_main_prod_section .b_block:nth-child(5n + 1) {
    clear: left;
}

.b_main_prod_section .b_block.last {
    margin-right: 0;
}

.b_main_prod_section .b_block a {
    text-decoration: none;
    float: left;
    display: block;
    width: 100%;
}

.b_main_prod_section .b_block .b_images {
    height: 125px;
    width: 180px;
    overflow: hidden;
}

.b_main_prod_section .b_block .b_name {
    line-height: 22px;
    font-size: 20px;
    font-family: 'condo_mi', arial;
    text-decoration: none;
    color: #015496;
}

.b_main_prod_section .b_block .b_name span {
    background: url(/bitrix/templates/main3/images/text_dercoration_20.png) repeat scroll left top;
}

.b_main_prod_section .b_block a:hover .b_name span {
    background: url(/bitrix/templates/main3/images/no_img.png);
    color: #000;
}

.b_main_prod_section .b_block.clear_delete {
    display: block !important;
}


.go2back {
    color: #015496;
    line-height: 22px;
    font-size: 18px;
    font-family: 'condo_mi', arial;
    text-decoration: underline;
    float: left;
    margin: 30px 0;
}

.go2back:hover {
    text-decoration: none;
}

.b_manuf .go2back {
    margin-left: 230px;
}

.project_list {
    float: left;
    margin: 0 0 0 0;
    width: 100%;
}

.project_list .b_block {
    float: left;
    width: 100%;
    margin: 0 0 45px 0;
    min-height: 20px;
}

.project_list .b_block .b_image {
    float: left;
    width: 180px;
    min-height: 30px;
    margin: 0 20px 0 0;
}

.project_list .b_block .b_right {
    float: left;
    width: 780px;
}

.project_list .b_block .b_name {
    color: #22639d;
    font-family: 'condo_mi', arial;
    font-size: 20px;
    display: block;
    margin: 5px 0 0 0;
}

.project_list .b_block .b_desc,
.project_list .b_block .b_desc p {
    margin: 0;
    padding: 0;
    line-height: 16px;
    color: #000;
    font-family: arial;
    font-size: 14px;
}

.project_list .b_block .b_desc {
    margin: 15px 0 0 0;
}


.b_project {
    padding: 0 0 0 20px;
}

.b_project .line_city {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.b_project .line_city .b_date {
    float: left;
    line-height: 20px;
    font-size: 12px;
}

.b_project .line_city .ya_map_ico {
    float: left;
    margin: 0 0 0 20px;
    padding: 0 0 0 11px;
    line-height: 20px;
    text-decoration: none;
    background: url(/bitrix/templates/main3/images/map_ico.png) no-repeat left 5px;
    ;
}

.b_project .line_city .ya_map_ico span {
    text-decoration: underline;
    font-family: 'condo_ni', arial;
    font-size: 14px;
}

.b_project .line_city .ya_map_ico:hover span {
    text-decoration: none;
}

.b_project .prod_gall {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.b_project .big_img {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 520px;
    z-index: 14;
}

.b_project .big_img ul {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0;
    width: 100%;
    height: 520px;
}

.b_project .big_img li {
    float: left;
    background: url(/bitrix/templates/main3/images/no_img.png);
    list-style: none url(/bitrix/templates/main3/images/no_img.png);
    padding: 0;
    margin: 0;
}

.b_project .small_img {
    float: left;
    width: 100%;
    padding: 0;
    margin: 7px 0 0 0;
    overflow: hidden;
    height: 110px;
    position: relative;
    background-color: #efefef;
}

.b_project .prod_small_gall {
    width: 940px;
    overflow: hidden;
    height: 110px;
    position: relative;
    margin: 0 20px;
}

.b_project .small_img ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 3900px;
    margin: 0;
}

.b_project .small_img .left_arrow,
.b_project .small_img .right_arrow {
    width: 20px;
}

.b_project .small_img .left_arrow span,
.b_project .small_img .right_arrow span {
    background-image: url(/bitrix/templates/main3/images/arrow_small.png);
    width: 10px;
    height: 17px;
    margin: -8px 4px 0 4px;
}

.b_project .small_img li {
    float: left;
    width: 110px;
    margin: 0 8px 0 0;
    padding: 0;
    background: url(/bitrix/templates/main3/images/no_img.png);
    list-style: url(/bitrix/templates/main3/images/no_img.png) none;
    cursor: pointer;
    position: relative;
}

.b_project .small_img li .b_border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px #d8d8d8 solid;
}

.b_project .small_img li:hover {
    border-color: #fff;
}

.b_project .small_img li:hover .b_border {
    border: 3px #0767b2 solid;
}

.b_project .small_img li.active .b_border {
    border: 3px #005596 solid;
}

.b_project .small_img li.active {}

.b_project .small_img img {
    float: left;
    width: 110px;
}

.b_project .small_img2 {
    background-color: #fff;
}

.b_project .small_img2 .left_arrow,
.b_project .small_img2 .right_arrow {
    display: none;
}

.b_project .small_img2 .prod_small_gall {
    margin-left: 0
}

.b_project .big_img .left_arrow,
.b_project .big_img .right_arrow {
    width: 40px;
    height: 50px;
    background-color: #005596;
    top: 50%;
}

.b_project .big_img .left_arrow:hover,
.b_project .big_img .right_arrow:hover {
    background-color: #0767b2;
}

.b_project .big_img .left_arrow:active,
.b_project .big_img .right_arrow:active {
    background-color: #004478;
}

.b_project .big_img .left_arrow.disable,
.b_project .big_img .right_arrow.disable {
    background-color: #005596;
}

.b_project .big_img .left_arrow:hover span {
    background-position: left top;
}

.b_project .big_img .right_arrow:hover span {
    background-position: right top;
}

.b_project .big_img .left_arrow span {
    left: 10px;
}

.b_project .big_img .right_arrow span {
    right: 10px;
}

.b_project .b_param {
    color: #000000;
    font-size: 16px;
    font-family: 'condo_ni', arial;
    margin: 5px 0;
}

.b_project .b_param b {
    font-weight: 100;
    font-family: 'condo_mi', arial;
    min-width: 75px;
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 20px;
}

.b_project .b_scan {
    float: right;
    width: 370px;
    border: 1px #dcdcdc solid;
    margin: -10px 0 0 0;
    border-radius: 2px;
}

.b_project .b_scan img {
    display: block;
    border-radius: 2px;
}

.b_project .b_scan+.b_desc {
    float: left;
    width: 57%;
}


.news-detail .prod_gall {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.news-detail .big_img {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: auto;
    z-index: 14;
}

.news-detail .big_img ul {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0;
    /*width: 100000px!important;*/
    height: auto;
    overflow: hidden;
    position: relative;
}

.news-detail .big_img li {
    float: left;
    background: url(/bitrix/templates/main3/images/no_img.png);
    list-style: none url(/bitrix/templates/main3/images/no_img.png);
    padding: 0;
    margin: 0;
}

.news-detail .small_img {
    float: left;
    width: 100%;
    padding: 0;
    margin: 7px 0 0 0;
    overflow: hidden;
    height: 110px;
    position: relative;
    background-color: #efefef;
}

.news-detail .prod_small_gall {
    width: 940px;
    overflow: hidden;
    height: 110px;
    position: relative;
    margin: 0 20px;
}

.news-detail .small_img ul {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 3900px;
    margin: 0;
}

.news-detail .small_img .left_arrow,
.news-detail .small_img .right_arrow {
    width: 20px;
}

.news-detail .small_img .left_arrow span,
.news-detail .small_img .right_arrow span {
    background-image: url(/bitrix/templates/main3/images/arrow_small.png);
    width: 10px;
    height: 17px;
    margin: -8px 4px 0 4px;
}

.news-detail .small_img li {
    float: left;
    width: 110px;
    margin: 0 8px 0 0;
    padding: 0;
    background: url(/bitrix/templates/main3/images/no_img.png);
    list-style: url(/bitrix/templates/main3/images/no_img.png) none;
    cursor: pointer;
    position: relative;
}

.news-detail .small_img li .b_border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px #d8d8d8 solid;
}

.news-detail .small_img li:hover {
    border-color: #fff;
}

.news-detail .small_img li:hover .b_border {
    border: 3px #0767b2 solid;
}

.news-detail .small_img li.active .b_border {
    border: 3px #005596 solid;
}

.news-detail .small_img li.active {}

.news-detail .small_img img {
    float: left;
    width: 110px;
}

.news-detail .small_img2 {
    background-color: #fff;
}

.news-detail .small_img2 .left_arrow,
.news-detail .small_img2 .right_arrow {
    display: none;
}

.news-detail .small_img2 .prod_small_gall {
    margin-left: 0
}

.news-detail .big_img .left_arrow,
.news-detail .big_img .right_arrow {
    width: 40px;
    height: 50px;
    background-color: #005596;
    top: 50%;
}

.news-detail .big_img .left_arrow:hover,
.news-detail .big_img .right_arrow:hover {
    background-color: #0767b2;
}

.news-detail .big_img .left_arrow:active,
.news-detail .big_img .right_arrow:active {
    background-color: #004478;
}

.news-detail .big_img .left_arrow.disable,
.news-detail .big_img .right_arrow.disable {
    background-color: #005596;
}

.news-detail .big_img .left_arrow:hover span {
    background-position: left top;
}

.news-detail .big_img .right_arrow:hover span {
    background-position: right top;
}

.news-detail .big_img .left_arrow span {
    left: 10px;
}

.news-detail .big_img .right_arrow span {
    right: 10px;
}


.b_more_product {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 23px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #d9d9d9 solid;
}

.b_more_product .b_title {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 20px;
    color: #b0b0b0;
    font-size: 14px;
    font-family: 'condo_mi', arial;
    text-transform: uppercase;
    background: url(/bitrix/templates/main3/images/head_line.png) no-repeat right 13px;
}

.b_more_product .b_title span {
    background-color: #fff;
    display: block;
    float: left;
    padding: 0 3px 0 0;
}

.b_more_product .b_more_product_slider {
    float: left;
    position: relative;
    width: 100%;
}

.b_more_product .b_gall2 {
    float: left;
    width: 930px;
    padding: 0 0 0 0;
    margin: 0 0 0 30px;
    overflow: hidden;
    position: relative;
    height: 180px;
    z-index: 14;
}

.b_more_product .b_more_product_slider2 .b_gall2 {
    width: 100%;
    margin: 0;
}

.b_more_product .b_gall2 ul {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0;
    width: 300%;
    height: 180px;
}

.b_more_product .b_gall2 li {
    float: left;
    background: url(/bitrix/templates/main3/images/no_img.png);
    list-style: none url(/bitrix/templates/main3/images/no_img.png);
    padding: 0 30px 0 0;
    margin: 0 0 0 0;
    height: 176px;
    background: url(/bitrix/templates/main3/images/home_section_bg2.png) no-repeat 201px center;
}

.b_more_product .b_gall2 li.last {
    padding: 0;
    background-image: url(/bitrix/templates/main3/images/no_img.png);
}

.b_more_product .b_gall2 li a {
    display: block;
    width: 209px;
    height: 136px;
    text-align: center;
    padding: 25px 0;
    float: left;
}

.b_more_product .b_gall2 li a {
    font-family: 'condo_mi', arial;
    color: #005497;
    font-size: 18px;
    text-decoration: underline;
}

.b_more_product .b_gall2 li a img {
    margin: 0 auto 10px auto;
    border: 0px;
    display: block;
}

.b_more_product .b_gall2 li a:hover {
    color: #000;
    text-decoration: none;
}

#fancyMap {
    width: 600px;
    height: 450px;
}

#yaMapBig {
    width: 100%;
    height: 365px;
}

#fancybox-title.fancybox-title-outside {
    font-family: 'condo_mi', arial;
    font-size: 36px;
    color: #000;
}

#projectMap {
    float: left;
    width: 100%;
    height: 520px;
    margin: 0 0 30px 0;
}

#projectMap #fullYaMap {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 520px;
}

.cell_form-title {
    font-family: 'condo_mi', arial;
    font-size: 36px;
    line-height: 1.2;
    color: #000;
}

.project_marker {
    float: left;
    width: 940px;
    margin: 0 20px 30px;
}

.project_marker .b_marker {
    float: left;
    width: 220px;
    padding: 15px 0 14px 60px;
    margin: 0 3% 10px 0;
    background: url(/bitrix/templates/main3/images/no_img.png) no-repeat left top;
    font-family: arial;
    font-size: 14px;
    color: #000;
}

.project_marker .b_marker_1 {
    background-image: url(/img/ymap_ico/1.png);
}

.project_marker .b_marker_2 {
    background-image: url(/img/ymap_ico/2.png);
}

.project_marker .b_marker_3 {
    background-image: url(/img/ymap_ico/3.png);
}

.project_marker .b_marker_4 {
    background-image: url(/img/ymap_ico/4.png);
}

.project_marker .b_marker_5 {
    background-image: url(/img/ymap_ico/5.png);
}

.project_marker .b_marker_6 {
    background-image: url(/img/ymap_ico/6.png);
}

.project_marker .b_marker_7 {
    background-image: url(/img/ymap_ico/7.png);
}

.project_marker .b_marker_8 {
    background-image: url(/img/ymap_ico/8.png);
}

.project_marker .b_marker_9 {
    background-image: url(/img/ymap_ico/9.png);
}


/*****contact*****/
.b_main .s_location {
    background: url(/bitrix/templates/main3/images/head_line.png) no-repeat center bottom;
    margin: -14px 0 0 0;
    padding-bottom: 19px;
}

.b_main .s_location a {
    display: inline-block;
    font-family: "condo_ni", Arial;
    font-size: 20px;
    color: #005496;
    text-decoration: none;
    margin-right: 72px;
    padding: 0;
    background: url(/bitrix/templates/main3/images/text_dercoration_20.png) scroll repeat-x left top;
}

.b_main .s_location a:last-child {
    margin-right: 0;
}

.b_main .s_location a:hover {
    color: #000;
    background-image: url(/bitrix/templates/main3/images/no_img.png);
}

.b_main .s_location a.active {
    color: #000;
    background-image: url(/bitrix/templates/main3/images/no_img.png);
}

.b_main .s_information {
    display: block;
    float: left;
}

.b_main .s_contact_information {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 30px 0 40px 0;
    float: left;
}

.b_main .s_contact_information.active {
    display: block;
}


.b_main .s_contact_information .s_column {
    float: left;
    width: 210px;
}

.b_main .s_contact_information .s_address {
    margin-right: 50px;
    margin-left: 22px;
}

.b_main .s_contact_information .s_phones {
    margin-right: 50px;
}

.b_main .s_contact_information .h5 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: 'condo_mi', arial;
    margin: 18px 0 15px 0;
    font-weight: 100;
}

.b_main .s_contact_information h5,
.b_main .s_contact_information .h5 {
    font-family: "condo_mi", Arial;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 12px 0;
    margin: 0;
}

.b_main .s_contact_information div,
.b_main .s_contact_information p {
    font-size: 14px;
    line-height: 20px;
}

.b_main .s_contact_information span {
    font-size: 16px;
    color: #adadad;
}

.b_main .s_contact_information a {
    font-size: 18px;
    line-height: 20px;
    color: #74bcee;
    font-family: "condo_ni", Arial;
}

.b_main .s_contact_information a.old {
    font-size: 16px;
    font-weight: normal;
}

.b_main .s_map {
    width: 100%;
    height: 550px;
    margin: 0 0 26px 0;
}

.b_main .s_map #concatcMap {
    left: 0;
    right: 0;
    background-color: #fff;
    position: absolute;
    height: 550px;
    z-index: 1;
}

.b_ya_desc {
    max-width: 180px;
    padding: 10px;
}

@media (max-width: 1050px) {
    .b_main .s_location a {
        margin-right: 40px;
    }
}

@media (max-width: 500px) {
    .b_main .s_location a {
        margin-right: 25px;
    }
}

.b_main .s_map .s_form {
    float: right;
    margin: 20px 0 0 0;
    width: 317px;
    background-color: #fff;
    padding: 0 0 20px 40px;
    position: relative;
    z-index: 3;
}

.b_main .s_form h5,
.b_main .s_form .h5 {
    margin-bottom: 7px;
}

.b_main .s_form .b_form {
    float: none;
    width: 317px;
    margin: 0;
}

.b_main .s_form .b_form .b_input {
    width: 276px;
    margin-bottom: 7px;
}

.b_main .s_form .b_form .b_textarea {
    height: 140px;
}

.b_main .s_return {
    display: block;
    font-family: "condo_ni", Arial;
    font-size: 18px;
    color: #015496;
    padding: 0 0 0 18px;
    text-decoration: none;
    margin: 55px 0 25px 0;
}


.b_main .s_text_producers {
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0 35px 20px;
    background: url(/bitrix/templates/main3/images/head_line.png) no-repeat center bottom;
}

.b_main .s_row_producers {
    padding: 20px 0 70px 22px;
    background: url(/bitrix/templates/main3/images/head_line.png) no-repeat center bottom;
}

.b_main .s_column_producer {
    display: inline-block;
    vertical-align: top;
    width: 207.5px;
    margin: 0 38px 0 0;
}

.b_main .s_column_producer:last-child {
    margin: 0;
}

.b_main .s_column_producer .s_logo {
    display: block;
    text-align: center;
    margin: 0 0 12px 0;
}

.b_main .s_column_producer .s_link {
    font-family: "condo_ni", Arial;
    font-size: 24px;
    line-height: 22px;
    color: #015496;
}

.b_main .s_column_producer .s_description {
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 0 0;
}


.s_news_archive {
    float: right;
    font-family: "condo_mi", Arial;
    font-size: 18px;
    color: #9f9f9f;
    padding: 30px 0 0 0;
    margin: -97px 0 0 0;
}

.s_news_archive a {
    color: #005496;
    text-decoration: none;
    background: url(/bitrix/templates/main3/images/text_dercoration_20.png) repeat left -2px;
    line-height: 20px;
}

.s_news_archive a:hover {
    background-image: url(/bitrix/templates/main3/images/no_img.png);
}

.s_news_archive b {
    color: #000;
}


.s_news_list .s_date {
    font-family: "condo_ni", Arial;
    font-size: 12px;
    line-height: 20px;
    color: #909090;
}

.s_news_list a.s_name {
    font-family: "condo_ni", Arial;
    font-size: 20px;
    line-height: 24px;
    color: #005596;
}

.s_news_list .s_content_important {
    position: relative;
    margin: 0 0 0 0;
    float: left;
    width: 100%;
}

.s_news_list .s_content_important .s_date {
    padding: 0 0 0 5px;
}

.s_news_list .s_content_important .s_wrapper_image {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}

.s_news_list .s_content_important .s_text {
    position: relative;
    width: 40%;
    padding: 15px 20px 30px 120px;
    margin: 35px 100px 0px 330px;
    min-height: 185px;
}

.s_news_list .s_content_important .s_text .b_wrap {
    position: relative;
    z-index: 2;
    font-weight: 100;
}

.s_news_list .s_content_important .s_text_inner {
    padding: 5px 0 0 7px;
    width: 460px;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
}

.s_news_list .s_content_important .s_text:after {
    content: "";
    background-color: #f7f7f7;
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: -40px;
    -moz-transform: skewX(-9.8deg);
    -webkit-transform: skewX(-9.8deg);
    -o-transform: skewX(-9.8deg);
    -ms-transform: skewX(-9.8deg);
    transform: skewX(-9.8deg);
}

.s_news_list .s_content_secondary {
    margin: 45px 0 0 0;
    float: left;
    width: 100%;
}

.s_news_list .s_content_secondary_picture {
    margin: 45px 0 0 0;
    float: left;
    width: 100%;
}

.s_news_list .s_content_secondary_picture img {
    float: left;
}

.s_news_list .s_content_secondary_picture .s_text,
.s_news_list .s_content_secondary .s_text {
    float: right;
    width: 680px;
    line-height: 20px;
    margin: 9px 90px 0 0;
}

.s_news_list .s_content_secondary_picture .s_text .s_date {
    margin: 0 0 5px 0;
}

.s_news_list .s_text .s_text_inner {
    margin: 10px 0 0 0;
}

.s_news_list .s_content_secondary .s_date {
    float: left;
    padding: 10px 0 0 130px;
}


/****************/

.b_fancy {
    width: 410px;
}

.b_fancy .b_form {
    width: 100%;
    margin: 0;
    padding: 0;
}

.b_fancy .b_input .b_error:after,
.b_fancy .b_input.b_error:after,
.b_fancy .b_ok:after {
    display: none;
}

.b_docs .b_file {
    float: left;
    width: 680px;
}

.news_content {
    padding: 0 20px;
    width: 960px;
}

.b_dop_news {
    float: left;
    display: block;
    width: 100%;
    padding: 30px 20px 0;
    border-top: 1px #d9d9d9 solid;
    margin: 0 0 0 -20px
}

.b_dop_news .b_title {
    color: #000;
    font-family: 'condo_mi', arial;
    font-size: 24px;
}

.b_dop_news .b_block {
    float: left;
    width: 30%;
    padding: 0 3% 0 0;
    margin: 25px 0 0 0;
}

.b_dop_news .b_block.last {
    padding: 0;
}

.b_dop_news .b_block .b_name {
    font-family: 'condo_mi', arial;
    font-size: 20px;
    display: block;
    margin: 3px 0;
    line-height: 20px;
}

.b_dop_news .b_block .b_desc {
    margin: 5px 0;
}


/*****search*****/

.s_search {
    margin: 0 0 0 0;
    float: left;
    width: 100%;
}

.s_search .s_field_search {
    float: left;
    height: 33px;
    padding: 0 0 0 16px;
    background: url("/bitrix/templates/main3/images/field_search.png") no-repeat 0 0;
}

.s_search .s_field_search .wrap1 {
    float: left;
    display: block;
    height: 33px;
    padding: 0 16px 0 0;
    background: url("/bitrix/templates/main3/images/field_search.png") no-repeat 100% 100%;
}

.s_search .s_field_search .wrap2 {
    float: left;
    display: block;
    line-height: 30px;
    width: 795px;
    height: 33px;
    padding: 0 0 0 0;
    background: url("/bitrix/templates/main3/images/field_search.png") repeat-x 50% 50%;
}

.s_search .s_field_search input {
    width: 780px;
    padding: 0 0 0 15px;
    background-color: transparent;
    border: 0px none;
    height: 30px;
    line-height: 30px;
    font-family: "condo_ni", Arial;
    font-size: 16px;
    outline: 0px none;
}

.s_search .s_button_search {
    float: left;
    height: 33px;
    padding: 0 0 0 10px;
    margin: 0 0 0 -3px;
    background: url("/bitrix/templates/main3/images/button_search.png") no-repeat 0 0;
    -webkit-appearance: none;
    border: 0;
}

.s_search .s_button_search .wrap1 {
    float: left;
    display: block;
    height: 33px;
    padding: 0 10px 0 0;
    background: url("/bitrix/templates/main3/images/button_search.png") no-repeat right -66px;
}

.s_search .s_button_search .wrap2 {
    float: left;
    display: block;
    text-align: center;
    font-family: "condo_mi", Arial;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
    width: 130px;
    height: 33px;
    background: url("/bitrix/templates/main3/images/button_search.png") repeat-x left -33px;
}

.s_search .s_button_search:hover {
    background-position: left -99px;
}

.s_search .s_button_search:hover .wrap1 {
    background-position: right -165px;
}

.s_search .s_button_search:hover .wrap2 {
    background-position: left -132px;
}

.s_search .s_button_search:active {
    background-position: left -198px;
}

.s_search .s_button_search:active .wrap1 {
    background-position: right -264px;
}

.s_search .s_button_search:active .wrap2 {
    background-position: left -231px;
}

.s_search .s_search_results {
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
    background: url(/bitrix/templates/main3/images/head_line.png) no-repeat center bottom;
    float: left;
    width: 100%;
}

.s_search .s_search_results .s_left,
.s_search .s_search_results .s_right {
    font-family: "condo_ni", Arial;
    font-size: 16px;
    line-height: 33px;
    color: #b0b0b0;
}

.s_search .s_search_results .s_left {
    float: left;
    padding: 0 0 0 2px;
}

.s_search .s_search_results .s_right {
    float: right;
}

.s_search .s_search_results .s_right .s_sort {
    float: left;
    padding: 0 15px 0 0px;
}

.s_search .s_search_results .s_right .relevance {
    float: left;
    display: block;
    height: 33px;
    padding: 0 0 0 19px;
    background: url("/bitrix/templates/main3/images/search_relevance.png") no-repeat 0 0;
    margin: 0 0 0 0;
}

.s_search .s_search_results .s_right .relevance .wrap1 {
    float: left;
    display: block;
    height: 33px;
    padding: 0 19px 0 0;
    background: url("/bitrix/templates/main3/images/search_relevance.png") no-repeat 100% 100%;
}

.s_search .s_search_results .s_right .relevance .wrap2 {
    float: left;
    display: block;
    text-align: center;
    font-family: "condo_ni", Arial;
    font-size: 16px;
    line-height: 33px;
    color: #242424;
    width: auto;
    padding: 0;
    height: 33px;
    background: url("/bitrix/templates/main3/images/search_relevance.png") repeat-x 50% 50%;
}

.s_search .s_search_results .s_right .date {
    text-decoration: none;
    color: #015496;
    margin: 0 19px;
    float: left;
}

.s_search .s_search_results .s_right .date:hover {
    text-decoration: underline;
}

.s_search .s_results_list {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
}

.s_search .s_results_list ol {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

.s_search .s_results_list ol .b_ol_div {
    width: 94%;
}

.s_search .s_results_list ol li {
    background: url(/bitrix/templates/main3/images/dotted_line.png) no-repeat center bottom;
    margin: 32px 0 0 0;
    padding: 0 0 15px 0;
    display: block;
}

.s_search .s_results_list ol li .b_ol_num {
    margin-left: 0;
}

.s_search .s_results_list .s_main_topic {
    display: block;
    font-family: "condo_ni", Arial;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 3px 0px;
}

.s_search .s_results_list .s_main_topic b {
    font-family: "condo_mi", Arial;
    font-weight: 100;
}

.s_search .s_results_list .s_press_center {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #04569a;
    margin: 0 0 12px 15px;
}

.s_search .s_results_list .s_info {
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0 0;
}

.s_search .s_results_list .s_info b {
    text-decoration: none;
    font-weight: bold;
    color: #015496;
}

.bx-composite-btn {
    display: none !important;
}

.b_manuf {
    position: relative;
    ;
}

.b_manuf_cart {
    float: left;
    padding-left: 230px;
    width: 750px;
    line-height: 20px;
}

.b_manuf_cart+.l_block {
    margin-top: 0;
}

.b_manuf_logo {
    border: 1px #d9d9d9 solid;
    width: 100%;
    background-color: #fff;
    text-align: center;
    margin: 0 0 40px 0;
}

/*
.b_manuf_cart + .l_block .b_left_menu ul.lvl2{display: block;}
*/

.articl_left_cell {
    float: left;
    width: 650px;
}

.articl_left_cell .s_articles_list .s_content_secondary_picture .s_text,
.articl_left_cell .s_news_list .s_content_secondary .s_text {
    margin-right: 0;
    width: 445px;
}

.articl_right_cell {
    float: right;
    width: 287px;
    position: relative;
}

.fix_form {
    position: absolute;
    top: 0;
    width: 287px;
    float: right;
}

.art_form {
    background-color: #005596;
    float: left;
    width: 100%;
    padding: 27px 34px;
    box-sizing: border-box;
}

.art_form .b_title {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    font-family: Arial;
    margin: 0 0 32px 0;
}

.art_form .b_input {
    margin: 0 0 20px 0;
    position: relative;
}

.art_form .b_input input {
    padding: 0 17px;
    height: 42px;
    font-family: Arial;
    font-size: 13px;
    border: 0px none;
    outline: 0 none;
    font-style: italic;
    width: 100%;
    box-sizing: border-box;
}

.art_form .shot_desc {
    font-size: 13px;
    font-style: italic;
    color: #fff;
    line-height: 18px;
}

.b_form_contacts .shot_desc {
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 0;
}

.art_form button {
    background-color: #3eb9ff;
    border: 0px none;
    outline: 0px none;
    border-bottom: 2px #2c84b6 solid;
    width: 100%;
    height: 54px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin: 12px 0 0 0;
    cursor: pointer;
}

.art_form button:hover {
    background-color: #28adf9;
}

.art_form .b_error input {
    box-shadow: inset 0 0 2px 1px #f00;
}


.podshipniki_block {
    width: 100%;
    float: left;
    margin: 0 -15px;
}

.podshipniki_block .podshipniki_block_item {
    width: 50%;
    padding: 0 15px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.podshipniki_block .podshipniki_block_item>a:first-child {
    width: 200px;
    height: auto;
    display: block;
}

.podshipniki_block .podshipniki_block_item>p {
    margin: 0;
    padding-left: 200px;
}


.menu_toogle {
    display: none
}

.new_style_cont {
    width: 100% !important
}

.index_art_container {
    width: 100% !important
}

.index_art_container .iac_text {
    display: inline-block !important;
    width: 40% !important;
    margin-right: 4% !important;
    vertical-align: top !important
}

.index_art_container .iac_text:last-child {
    margin-right: 0 !important
}

.index_art_container .iac_text p {
    margin: 10px 0 !important
}

.tel_tab_actual {
    display: none
}

.s_search form {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px
}

.table_responsive_outer {
    width: 100%;
    position: relative;
    height: auto
}

.table_responsive {
    width: 100%;
    height: auto
}

.big_img img {
    width: auto;
    max-width: 100%;
    height: auto
}


#toTop {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    background: url(/bitrix/templates/main3/images/UP.svg) no-repeat 0 0;
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
    color: transparent;
    text-decoration: none;
}

/*#toTop:hover { background: url(/bitrix/templates/main3/images/UP.svg) no-repeat 0 -35px; }*/

.prod-form-title,
.doc-title {
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-family: 'condo_mi', arial;
    margin: 18px 0 15px 0;
    font-weight: 100;
}

.prod_form.b_order .politics_notice_wrap {
    width: 100%;
}

@media (max-width: 1050px) {

    html {
        min-width: 100%
    }

    .h1,
    h1 {
        font-size: 33px;
        margin-bottom: 10px
    }

    .h2,
    h2 {
        font-size: 30px
    }

    .h3,
    h3,
    .prod-form-title,
    .doc-title {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    /*  .h5{font-size:18px } */
    .b_head .b_logo {
        margin-top: 10px;
    }

    .b_content {
        margin-top: 15px !important
    }

    .b_middle {
        width: 738px !important;
        padding: 0 15px;
        position: relative;
    }

    .b_head {
        padding-bottom: 15px;
    }

    .b_head .b_menu_nav {
        width: 738px !important
    }

    .b_head .menu li.lvl1 {
        padding-right: 12px
    }

    .b_head .b_slogan {
        float: none !important;
        padding-top: 40px;
        margin-left: 0;
        text-indent: 0;
        margin-top: 70px;
        min-height: 82px;
    }

    .b_head .b_right {
        /*margin-top:-136px*/
        margin-top: -140px;
    }

    .b_head .b_tab {
        margin-top:
            /*32px*/
            20px;
    }

    .b_head .b_menu_nav {
        margin-top: 50px
    }

    .b_head .b_search {
        margin-top: -70px !important;
        margin-right: 30px !important
    }

    .b_home_news .b_title,
    .b_home_content h2,
    .b_home_news .b_title,
    .b_home_content .h2 {
        font-size: 20px !important
    }

    ul li {
        font-size: 14px;
        line-height: 19px
    }

    .b_home_news .b_block .b_name {
        font-size: 18px !important
    }

    .b_home_content ul {
        margin-top: 20px !important
    }

    .index_art_container .iac_text .iac_one_name {
        font-size: 18px !important
    }

    .index_art_container .iac_text {
        padding: 20px !important;
        line-height: 149% !important;
        min-height: 172px !important
    }

    .b_footer .b_copy1 {
        width: 180px !important;
        margin-left: 15px !important;
        font-size: 13px !important
    }

    .b_footer .b_copy1 {
        font-size: 14px !important;
        line-height: 29px !important
    }

    .b_footer .b_tab b {
        font-size: 15px !important
    }

    .b_footer .b_right .b_tel_tab a.btn_tab .wrap2 {
        font-size: 14px !important
    }

    .b_footer .b_link {
        width: 150px !important;
        margin-left: -113px !important
    }

    .b_footer .b_link a {
        font-size: 15px !important
    }

    .b_footer .right_copyright,
    footer .right_copyright * {
        font-size: 13px !important
    }

    .b_footer .right_copyright {
        position: static;
        width: 170px;
        margin-left: -40px;
        min-height: 30px;
    }

    .b_footer .right_copyright {
        width: 100% !important;
        margin-top: 10px !important;
        text-align: left !important;
    }

    .b_footer .b_tab {
        font-size: 13px !important;
        line-height: 22px !important;
        margin-top: 19px !important
    }

    /*.b_main_prod_section .b_block{float:none !important; display:inline-block !important; margin-bottom:50px !important}
	.b_main_prod_section .b_block.last { margin-right: 20px;}*/
    .b_main_prod_section {
        margin: 0 -10px;
    }

    .b_main_prod_section .b_block {
        width: 33.33%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0;
        margin-bottom: 50px;
    }

    .b_main_prod_section .b_block:nth-child(5n + 1) {
        clear: none;
    }

    .b_main_prod_section .b_block:nth-child(3n+1) {
        clear: left;
    }

    .b_main_prod_section .b_block .b_images {
        width: 100%;
    }


    .content_left {
        width: 500px !important
    }

    .project_list .b_block .b_name {
        font-size: 18px !important
    }

    .b_main .s_contact_information h5,
    .b_main .s_contact_information .h5 {
        font-size: 18px !important
    }

    .b_head .b_slogan h1,
    .b_head .b_slogan .h1 {
        font-size: 15px !important
    }

    .b_main .s_contact_information .s_email {
        margin-bottom: 15px !important
    }

    .b_main .s_contact_information h5,
    .b_main .s_contact_information .h5 {
        padding-bottom: 5px !important
    }

    .b_main .s_contact_information a {
        font-size: 16px !important
    }

    .b_home_mf .b_list a {
        padding-right: 20px
    }

    .news_content {
        width: 100% !important;
        padding: 0 !important
    }

    .s_news_list .s_content_secondary_picture img {
        float: none !important;
        clear: both !important
    }

    .s_news_list .s_content_secondary_picture .s_text,
    .s_news_list .s_content_secondary .s_text {
        float: none !important
    }

    .b_manuf_logo {
        width: 30% !important;
        margin: 20px 0 0 0 !important
    }

    .b_left_menu a.lvl1 {
        width: 100%
    }

    .b_manuf .b_ajax {
        margin-left: 0 !important
    }

    .b_manuf .b_form {
        width: 100% !important;
        margin: 0 !important
    }

    /*.b_manuf .b_form .b_input input{width:320px !important}
	.b_manuf .b_form .b_input textarea{width:320px !important}*/
    .b_cat_list .b_block {
        float: none !important;
        display: inline-block !important;
        vertical-align: top !important
    }

    .b_cat_list .clear4 {
        display: none !important
    }

    .b_product .b_description {
        width: 100% !important;
        margin: 0 !important
    }

    .b_product .big_img,
    .b_product .big_img ul {
        height: 100% !important
    }

    .b_product .big_img li img {
        background-size: 50% !important
    }

    .b_product .prod_gall {
        width: 40% !important
    }

    .b_product .b_props {
        width: 50% !important
    }

    .b_form {
        width: 100%
    }

    .b_order .b_input {
        width: 350px;
        box-sizing: border-box
    }

    .b_content table td {
        width: 50% !important
    }

    .project_marker {
        width: 100% !important
    }

    .project_marker .b_marker {
        float: none !important;
        display: inline-block !important
    }

    .b_main .s_contact_information .s_column {
        width: 195px !important
    }

    /*.b_main .s_map .s_form .b_form{width:317px !important}*/
    .project_list .b_block .b_image {
        width: 25% !important
    }

    .project_list .b_block .b_right {
        width: 70% !important
    }

    .b_fancy .b_form {
        width: 100% !important
    }

    .s_search .s_field_search .wrap2 {
        width: 515px !important
    }

    .s_search .s_field_search input {
        width: 500px !important
    }

    .s_search .notetext {
        display: block !important;
        float: left !important
    }

    .b_product .b_docs {
        width: 100% !important;
        margin-left: 0 !important
    }

    .s_articles_list .s_content_secondary_picture img {
        float: none !important
    }

    .s_articles_list .s_content_secondary_picture .s_text,
    .s_news_list .s_content_secondary .s_text {
        float: none !important;
        width: 100% !important
    }

    .articl_left_cell {
        width: 100% !important;
        float: none !important
    }

    .articl_right_cell {
        float: none !important;
        position: static !important;
        width: 100% !important
    }

    .articl_right_cell .fix_form {
        float: none !important;
        position: static !important;
        width: 100% !important
    }

    .articl_right_cell .art_form {
        margin-bottom: 30px !important
    }

    .clear_delete {
        display: none !important
    }

    .b_docs .b_file {
        width: 90% !important;
        margin: 0 !important;
        padding-right: 0 !important
    }

    .b_cat_list .b_block {
        margin: 10px 25px
    }


    .b_manuf .l_block {
        margin-left: 0 !important;
        width: 100% !important
    }

    .b_manuf_cart+.l_block {
        margin-top: 0 !important;
        position: absolute !important
    }

    .b_manuf .b_manuf_cart {
        width: 100%;
        padding-left: 0px;
        padding-top: 160px
    }

    .b_manuf .l_block .b_left_menu li.lvl1 {
        width: 25%
    }

    .b_head .b_tel_tab .popup_coll {
        position: absolute;
        padding: 10px;
        width: 100%;
        background: #f0f0f0;
        box-sizing: border-box
    }

    .b_main {
        padding-top: 300px
    }

    .b_home_slider .b_gall2 .b_promo {
        width: 290px !important
    }

    .b_home_slider .b_gall2 li {
        width: 738px !important;
        display: table !important
    }

    .b_home_slider .b_gall2 .b_name {
        width: 290px !important;
        margin-bottom: 15px !important;
        line-height: 24px !important;
        font-size: 20px !important
    }

    .b_home_slider .b_gall2 p {
        width: 220px !important;
        padding: 0 0 5px 38px !important;
        background-size: 4% !important;
        margin: 11px 0 5px !important;
        font-size: 16px !important
    }

    .b_home_slider .b_gall2 .b_img {
        width: 50% !important;
        background-position: 50%;
        left: 5% !important;
        display: table-cell !important;
        vertical-align: middle;
        text-align: center
    }

    .b_home_slider .b_gall2 .b_img img {
        display: inline !important;
        width: auto;
        height: auto;
        max-width: 100%
    }

    .b_main .s_row_producers {
        padding-left: 0 !important;
        background: none !important;
        padding-bottom: 0px !important
    }

    .b_main .s_column_producer {
        width: calc(50% - 45px) !important;
        margin-bottom: 20px !important
    }

    .podshipniki_block .podshipniki_block_item {
        width: 100%;
    }

    .b_footer .right_copyright img {
        margin-top: -1px;
    }

    .b_head .b_right .b_cell {
        left: auto;
        right: 0;
        top: -30px;
    }
}

@media (max-width: 800px) {

    .h1,
    h1 {
        font-size: 27px;
        line-height: 36px
    }

    .h2,
    h2 {
        font-size: 25px;
        line-height: 32px
    }

    .h3,
    h3,
    .prod-form-title,
    .doc-title {
        font-size: 23px
    }

    .h4,
    h4 {
        font-size: 20px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    /* .h5{font-size:18px } */
    .b_main {
        padding-top: 180px !important;
        padding-bottom: 140px !important
    }

    .b_middle {
        width: 450px !important;
        position: relative
    }

    .b_content {
        margin-top: 16px !important;
        margin-bottom: 20px !important
    }

    .b_head {
        background: none !important
    }

    .b_bread {
        margin-top: 25px;
    }

    .b_head .b_logo,
    .b_head .b_logo img {
        width: 169px !important;
        height: 23px !important
    }

    .menu_toogle_btn {
        position: absolute;
        display: block;
        width: 21px;
        height: 21px;
        background: url(/bitrix/templates/main3/images/menu_toggle.png) no-repeat 0 0;
        right: 15px;
        top: 30px;
        cursor: pointer
    }

    .menu_toogle_btn.active {
        background: url(/bitrix/templates/main3/images/menu_toggle.png) no-repeat -56px 0
    }

    .b_head_ny .b_logo:before {
        width: 25px;
        height: 25px;
        top: -13px;
        left: -4px;
        background-size: contain;
    }

    .b_head .b_menu_nav {
        display: none !important;
        background-color: #005395 !important;
        width: 100% !important;
        padding-left: 40px !important;
        padding-top: 30px !important;
        box-sizing: border-box !important
    }

    .b_head .b_menu_nav li:hover {
        text-decoration: underline !important
    }

    .b_head .b_menu_nav li a {
        color: #fff !important
    }

    .b_head .menu {
        height: 100% !important
    }

    .b_head .b_menu_nav.active {
        display: block !important;
        position: relative !important;
        z-index: 999 !important;
        margin-top: 65px !important;
        padding: 20px 0
    }

    .b_head .menu li.lvl1 {
        position: static !important
    }

    .b_head .menu li.lvl1 a {
        text-decoration: none !important
    }

    /*.b_head .menu li:hover >ul{ display:none !important}
	.b_head .menu li:hover >ul.active{ display:block !important}*/
    .b_head .menu li.lvl1 {
        padding: 0 0px 15px 0;
        width: 100%;
    }

    .russia:after {
        display: none !important
    }

    .b_head .menu ul.lvl2 {
        background: #005395;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        border: none;
        padding: 0;
        margin: 15px 0 0
    }

    .b_head .menu ul.lvl2 a {
        color: #b8e0ff !important;
        font-size: 18px !important;
        font-family: 'condo_ni', arial !important
    }

    .b_head .menu ul.lvl2 .lvl2 {
        padding: 2px 0;
        color: #b8e0ff !important;
        font-family: 'condo_ni', arial !important;
        font-size: 18px;
        line-height: 1.4em;
    }

    /*ul.lvl2.active, .b_head .menu li.active ul.lvl2 {
        display: block !important
    }*/
    ul.lvl2.active {
        display: block
    }

    .b_home_slider {
        height: 400px;
    }

    .b_home_slider .b_gall2 {
        height: 400px;
    }

    .b_head .b_slogan {
        display: none !important
    }

    .b_head .b_right {
        margin-top: 0 !important;
        width: 100% !important;
        float: none !important
    }

    .b_head .b_right .b_tel_tab {
        width: 450px;
        min-height: 54px;
        float: none;
        position: absolute;
        top: 110px;
        background: #f0f0f0;
        padding: 10px 0;
        box-sizing: border-box;
        z-index: 100;
    }

    .b_head .b_right .b_tel_tab a.btn_tab {
        display: none !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        height: auto !important
    }

    .b_head .b_right .b_tel_tab a.btn_tab.active_block {
        display: block !important;
        /*float:none !important; */
        font-size: 20px !important
    }

    .b_head .b_right .b_tel_tab a.btn_tab .wrap2,
    .b_head .b_right .b_tel_tab a .wrap1 {
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box
    }

    .b_head .b_right .b_tel_tab a.btn_tab .wrap2 {
        font-size: 20px !important;
        padding: 0px 15px !important
    }

    .b_head .b_right .b_tel_tab a.btn_tab.btn_tab_last {
        padding-bottom: 10px !important
    }

    .b_head .b_right .b_tel_tab a.btn_tab.btn_tab_first {
        padding-top: 10px !important
    }

    .b_head .b_right .b_tel_tab a.btn_tab.active {
        position: relative;
        margin: 0px !important;
        background: none !important
    }

    .b_head .b_right .active_block,
    .b_head .b_right .b_tel_tab a.btn_tab.active.active_block {
        background: #f0f0f0 !important
    }

    .tel_tab_actual:after {
        width: 15px;
        height: 7px;
        content: "";
        display: inline-block;
        background: url(/bitrix/templates/main3/images/adapt_black_arrow.png) top right no-repeat
    }

    .b_head .b_right .b_tel_tab a.btn_tab.active .wrap1,
    .b_head .b_right .b_tel_tab a.btn_tab.active .wrap2 {
        background: none !important
    }

    .b_head .b_right .b_tel_tab a.btn_tab.active .wrap2 .b_head .b_right .b_cell {
        display: block !important
    }

    .tel_tab_actual {
        width: auto;
        float: right;
        position: relative;
        display: inline-block;
        height: 32px;
        /*margin:0 0 15px; */
        padding-right: 15px;
        font-family: 'condo_ni', arial;
        font-size: 16px;
        cursor: pointer;
        line-height: 32px !important
    }

    .b_head .b_tab {
        width: 100%
    }

    .b_head .b_right .b_cell {
        top: 10px;
        left: 15px;
        right: auto;
    }

    .b_head .b_tab b {
        font-size: 17px !important;
        line-height: 21px !important
    }

    .b_head .b_tab .header-mail b {
        font-size: 16px !important;
    }

    .b_head .b_tab {
        height: 25px !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
        text-indent: 0px !important
    }

    .b_head .b_search {
        position: absolute;
        top: 0;
        right: 10px;
        width: 21px !important;
        height: 21px !important;
        margin-right: 70px !important;
        margin-right: 45px !important;
        margin-top: 30px !important;
        cursor: pointer !important;
        z-index: 300 !important;
        background: none !important
    }

    .b_head .b_search .search_btn {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer !important;
        background: url(/bitrix/templates/main3/images/adapt_search_input.png) no-repeat 0 0 !important
    }

    .b_head .b_search .search_exit {
        display: none
    }

    .b_head .b_search .search_exit.active {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: url(/bitrix/templates/main3/images/search_exit.png) no-repeat 0 0px;
        z-index: 200
    }

    .b_head .b_search .search_exit:hover {
        background-position: -46px 0px
    }

    .b_head .b_search:hover .search_btn {
        background: url(/bitrix/templates/main3/images/adapt_search_input.png) no-repeat 0 -36px !important
    }

    .b_head .b_search .b_search_btn {
        display: none !important
    }

    .b_head .b_search .b_search_btn.active {
        display: block !important;
        width: 21px !important;
        height: 21px !important;
        background: url(/bitrix/templates/main3/images/adapt_search_input.png) no-repeat 0 0 !important;
        margin: 9px 0px 0px -10px !important
    }

    .b_head .b_search .b_search_btn:hover {
        background: url(/bitrix/templates/main3/images/adapt_search_input.png) no-repeat 0 -36px !important
    }

    .b_head .b_search.active {
        width: 190px !important;
        height: 38px !important;
        border: 1px solid #dedede !important;
        margin-top: 20px !important;
        margin-right: 39px !important;
        background: #fff !important
    }

    .b_head .b_search.active .search_btn {
        display: none
    }

    .b_head .b_search .b_search_input {
        display: none !important
    }

    .b_head .b_search .b_search_input.active {
        display: block !important;
        padding: 9px 15px !important
    }

    .b_home_news,
    .b_home_content {
        float: none !important;
        width: 100% !important
    }

    .b_head .menu li.lvl1 span {
        color: #fff !important;
        font-size: 16px !important;
        text-decoration: underline !important
    }

    .s_news_list .s_content_secondary_picture img {
        float: none !important;
        clear: both !important
    }

    .s_news_list .s_content_secondary_picture .s_text,
    .s_news_list .s_content_secondary .s_text {
        float: none !important;
        width: 100% !important
    }

    .b_dop_news .b_block {
        width: 100% !important;
        float: none !important
    }

    .b_dop_news .b_block .b_name {
        font-size: 18px !important
    }

    .go2back {
        font-size: 16px !important;
        margin: 15px 0 !important
    }

    .b_main .s_column_producer {
        width: 100% !important
    }

    .content_left {
        padding-left: 0 !important;
        width: 100% !important
    }

    .b_home_news .b_title {
        margin-left: 8px !important
    }

    .b_home_content {
        margin-left: 0 !important
    }

    .b_home_news .b_block {
        margin: 0 !important;
        width: 100% !important
    }

    .b_home_news .b_title {
        margin-left: 0 !important
    }

    .b_home_news .b_more {
        margin-left: 0 !important
    }

    .b_home_news {
        margin-bottom: 70px !important
    }

    .b_footer .b_right {
        display: none
    }

    .b_footer .b_link {
        margin-left: 0 !important;
        margin-top: 55px !important
    }

    .b_cat_list .b_block {
        margin: 10px 15px 30px
    }

    .b_product .prod_gall,
    .b_product .b_props {
        float: none !important
    }

    .b_product .prod_gall {
        width: 50% !important;
        margin: 0px auto 20px !important
    }

    .b_product .b_props {
        width: 100% !important;
        padding: 0;
        margin: 0px !important
    }

    .b_product .big_img {
        height: 100% !important;
        float: none !important
    }

    .b_product .big_img ul {
        height: 100% !important
    }

    .b_product ul {
        width: 95% !important
    }

    .b_order .b_left_block {
        float: none !important;
        width: 100%;
    }

    .b_docs .b_file {
        width: 100% !important;
        box-sizing: border-box !important
    }

    .b_ajax .b_form {
        position: relative !important;
    }

    .b_order .b_input {
        width: 100%;
    }

    .b_ajax .b_form .b_btn {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important
    }

    .b_ajax .b_form.b_order.prod_form .b_btn {
        position: static !important;
    }

    .b_ajax .b_form .b_file2 .b_btn {
        position: static !important
    }

    .b_ajax .b_form .b_file2 {
        margin-bottom: 175px !important;
        display: none;
    }

    .slogan-list-footer {
        display: none;
    }

    .b_ajax .b_form .b_input.b_textarea {
        position: absolute;
        bottom: 10%;
        left: 0
    }

    .b_ajax .b_form.b_order.prod_form .b_input.b_textarea {
        position: relative;
        margin-top: 0;
        bottom: auto;
    }

    .b_left_block-full {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b_left_block-full .b_left_block:first-child {
        margin-top: 18px;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }

    .b_manuf .b_left_menu {
        display: none !important
    }

    .b_form {
        width: 90%
    }

    .project_marker {
        margin: 0 0 30px 10px !important
    }

    .b_main .s_location a {
        margin-bottom: 10px !important
    }

    .b_main .s_contact_information .s_address {
        margin-left: 0 !important;
        margin-right: 5px !important
    }

    .b_main .s_contact_information .s_phones {
        margin-bottom: 15px !important;
        margin-right: 0 !important
    }

    .b_main .s_map #concatcMap {
        position: relative;
    }

    .b_main .s_map .s_form {
        padding: 0;
        width: 100%;
    }

    .b_main .s_form .b_form {
        width: 100%;
    }

    .b_main .s_form .b_form .b_input {
        margin-left: 0;
        width: 100%;
    }

    .s_news_archive {
        font-size: 16px !important
    }

    .b_footer .b_copy1 {
        width: 175px !important
    }

    .b_dop_news {
        margin: 0 !important;
        padding: 30px 0px 0 !important
    }

    /*iframe{width:450px !important; height:253px !important}*/
    .b_filtr .select_block {
        width: 40% !important
    }

    img[align=left],
    img[align=right] {
        float: none;
        clear: both;
        margin: 0 150px 20px 0;
        display: block;
    }

    .b_main .s_text_producers,
    .b_main .s_row_producers {
        padding-left: 0 !important
    }

    .b_main .s_row_producers {
        background: none !important;
        padding-bottom: 0 !important
    }

    .b_main .s_column_producer .s_logo {
        text-align: left !important
    }

    .b_main .s_column_producer {
        margin-right: 0 !important;
        margin-bottom: 25px !important
    }

    .b_main .s_column_producer:last-child {
        margin-bottom: 0 !important
    }

    .index_art_container .iac_text {
        width: 90% !important;
        margin: 0 0 20px 0 !important
    }

    .b_main .s_contact_information .s_phones {
        height: 110px !important
    }

    .s_search .s_field_search .wrap2 {
        width: 100% !important
    }

    .s_search .s_field_search input {
        width: 96% !important
    }

    .b_head .menu ul.lvl2:after {
        display: none !important
    }


    .table_responsive {
        overflow-x: scroll;
    }

    .table_responsive_outer .table_responsive_fade {
        position: absolute;
        top: 20px;
        right: 0;
        width: 30px;
        height: 100%;
        background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5), #fff);
        background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.5), #fff);
        background: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.5), #fff);
        background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.5), #fff)
    }

    .b_main .s_column_producer {
        width: 100% !important
    }

    .b_manuf .l_block {
        display: block !important
    }

    .b_manuf .b_left_menu {
        display: block !important;
        border-bottom: 1px #d9d9d9 solid;
        padding: 10px 0 5px
    }

    .b_manuf .b_manuf_cart {
        padding-top: 170px
    }

    .b_manuf .b_manuf_cart>p:first-child {
        margin-top: 0px
    }

    .b_manuf .b_manuf_cart #prod_form {
        margin-left: 0 !important
    }

    .b_manuf .l_block .b_left_menu li.lvl1 {
        width: 50% !important;
        border-bottom: none !important
    }

    .b_manuf .l_block .b_left_menu li.lvl1 a {
        padding: 5px 10px;
        width: auto !important
    }

    article.content_left+.l_block {
        width: 450px;
        margin: 0;
        margin-top: 0 !important;
        position: absolute !important
    }

    article.content_left+.l_block .b_left_menu li.lvl1 {
        width: 100%;
    }

    article.content_left+.l_block .b_left_menu a.lvl1,
    article.content_left+.l_block .b_left_menu span.lvl1 {
        width: 100%;
        box-sizing: border-box;
    }

    article.content_left+.l_block .b_left_menu ul.lvl2 {
        margin-bottom: 4px;
    }

    /*article.content_left { padding-left: 0; width: 100%; }*/
    .b_head .b_logo {
        margin-top: 28px !important
    }

    .b_home_slider {
        /* margin-top:-20px !important */
    }

    .b_home_slider .b_gall2 li {
        width: 450px !important;
        display: block !important
    }

    .b_home_slider .b_gall2 .b_name {
        width: 100% !important;
        font-size: 15px !important;
        margin: 5px 0 !important
    }

    .b_home_slider .b_gall2 .b_promo {
        width: 100% !important;
        top: 0px !important;
        position: relative !important;
        right: inherit !important;
        padding: 0 30px;
        box-sizing: border-box
    }

    .b_home_slider .b_gall2 .b_img {
        width: 100% !important;
        position: relative !important;
        right: inherit !important;
        margin-top: 10px;
        height: 150px !important;
        text-align: center;
        left: 0 !important;
        display: block !important
    }

    .b_home_slider .b_gall2 .b_img img {
        height: 100%;
        width: auto;
        margin: auto
    }

    .b_home_slider .b_gall2 p {
        margin: 0px 0px !important;
        font-size: 14px !important;
        padding-bottom: 0px !important;
        width: 100% !important;
        box-sizing: border-box
    }

    .podshipniki_block .podshipniki_block_item>p {
        padding-left: 0px;
    }

    /*.b_cat_list .b_block img{ margin: 0;}*/
    .b_main_prod_section .b_block {
        width: 50%;
    }

    .b_main_prod_section .b_block:nth-child(3n+1) {
        clear: none;
    }

    .b_main_prod_section .b_block:nth-child(2n+1) {
        clear: left;
    }

    .b_footer .right_copyright {
        margin-top: 10px !important;
    }

}

@media (max-width: 500px) {

    .h1,
    h1 {
        font-size: 24px;
        line-height: 28px
    }

    .h2,
    h2 {
        font-size: 22px;
        line-height: 26px
    }

    .h3,
    h3,
    .prod-form-title,
    .doc-title {
        font-size: 20px;
        line-height: 24px
    }

    .h4,
    h4 {
        font-size: 18px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    /* .h5{font-size:18px } */
    div,
    p {
        font-size: 13px;
        line-height: 18px
    }

    ul li {
        font-size: 13px;
        line-height: 18px;
        padding-bottom: 0
    }

    /*iframe{width:290px !important; height:210px !important}*/
    .tel_tab_actual {
        width: auto
    }

    .b_head .b_logo.no_logo {
        background: none !important
    }

    .b_head .b_tab {
        line-height: 21px !important
    }

    .b_content table td {
        font-size: 13px !important;
        line-height: 18px !important
    }

    .b_middle {
        width: 290px !important;
        padding: 0 15px !important
    }

    .b_head .b_menu_nav {
        width: 290px !important
    }

    .b_cat_list {
        text-align: center !important
    }

    .b_cat_list .b_block {
        text-align: left !important;
        width: 100%;
        margin: 10px 0 30px;
    }

    .b_head .b_right .b_tel_tab {
        width: 290px !important
    }

    .b_head .b_tab b {
        font-size: 16px !important;
        line-height: 21px !important
    }

    .b_head .b_tab .header-mail b {
        font-size: 13px !important;
    }

    .b_main .s_contact_information .s_address {
        margin-bottom: 15px !important
    }

    .b_footer .b_copy1 {
        width: 175px !important;
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .b_footer .right_copyright {
        width: 100% !important;
        margin-top: 10px !important;
        text-align: left !important
    }

    .b_footer .right_copyright img {
        margin: -18px 26px 0 13px
    }

    #prod_form {
        margin-left: 0 !important;
        text-align: left !important
    }

    .b_ajax .b_form {
        margin-left: 0 !important
    }

    .b_order .b_left_block {
        width: 100% !important
    }

    .s_search .s_field_search .wrap2 {
        width: 100px !important
    }

    .s_search .s_field_search input {
        width: 85px !important
    }

    .s_search .s_button_search .wrap2 {
        width: 85px !important
    }

    .b_cat_list .b_block .b_name {
        font-size: 17px !important
    }

    .b_ajax .b_form .b_input {
        width: 280px !important
    }

    .b_ajax .b_form {
        width: 100% !important
    }

    .s_news_archive {
        float: none !important;
        margin-top: -35px !important
    }

    .s_news_list a.s_name {
        font-size: 18px !important;
        line-height: 22px !important
    }

    .b_content {
        margin-top: 0 !important
    }

    img[align=left],
    img[align=right] {
        margin: 0 20px 20px 0 !important
    }

    .b_main .s_location {
        margin-top: 0 !important
    }

    .b_main .s_contact_information .s_phones {
        height: auto !important
    }

    .b_main .s_location a {
        font-size: 18px !important
    }

    .page_nav .cntrl a {
        margin-top: 30px !important;
        font-size: 16px !important
    }

    .page_nav .title_nav {
        width: 100%;
        margin-bottom: 5px;
    }

    .page_nav .nav {
        padding: 0;
    }

    .project_list .b_block {
        margin-bottom: 20px !important
    }

    .b_main .s_column_producer .s_link {
        font-size: 20px !important
    }

    .b_main .s_column_producer {
        margin-bottom: 15px !important;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .b_main .s_column_producer .s_logo img {
        width: auto;
    }

    .b_main_prod_section {
        text-align: center !important
    }

    .b_main_prod_section .b_block .b_name {
        font-size: 15px !important
    }

    .b_main_prod_section .b_block {
        margin-bottom: 20px !important;
        width: 100%;
    }

    .b_product .b_manuf a {
        display: block !important;
        margin-bottom: 10px !important;
        font-size: 16px !important
    }

    .b_product .prod_gall {
        margin-top: 10px !important
    }

    .b_head .b_search.active {
        width: 250px !important
    }

    .b_head .b_search .b_search_input {
        width: 170px !important
    }

    .b_head .b_right .b_tel_tab a.btn_tab.active.active_block {
        width: 93.3% !important
    }

    .b_main_prod_section .b_block,
    .b_main_prod_section .b_block.last {
        margin-right: 0px;
    }

    .b_home_slider .b_gall2 li {
        width: 290px !important
    }

    .b_home_slider .b_gall2 p {
        font-size: 13px !important
    }

    .b_home_slider .b_gall2 .b_name {
        margin-top: 10px !important
    }

    .b_footer .b_link {
        margin-top: 10px !important;
    }

    #fancybox-wrap {
        width: 250px !important
    }

    #fancybox-wrap #fancybox-content {
        width: 100% !important;
        box-sizing: border-box;
        padding-top: 45px !important
    }

    #fancybox-wrap #fancybox-content .b_form .b_input {
        width: 100%;
        box-sizing: border-box
    }

    #fancybox-wrap #fancybox-content .b_fancy {
        width: 100%
    }

    #fancybox-title-over {
        font-size: 20px !important;
        line-height: 50px !important
    }

    .b_fancy--cell.b_fancy {
        width: 100%
    }

    .b_fancy--cell .b_form .b_input {
        width: 100%;
        box-sizing: border-box
    }

    .b_fancy--cell .cell_form-title {
        font-size: 30px;
    }

    article.content_left+.l_block {
        width: 290px;
    }

    article.content_left+.l_block .b_left_menu a,
    article.content_left+.l_block .b_left_menu span {
        box-sizing: border-box;
    }

    article.content_left+.l_block .b_left_menu a.lvl1,
    article.content_left+.l_block .b_left_menu span.lvl1 {
        padding: 10px 20px;
    }

    article.content_left+.l_block .b_left_menu li.lvl2 {
        width: 50%;
        padding-top: 0;
    }

    #toTop {
        bottom: 20px;
        right: 20px;
    }

    .index_art_container .iac_text {
        padding: 15px !important;
    }
}


.wrapper_available_in_stock {
    position: relative;
    float: right;
}

.btn_available_in_stock {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 78px;
    height: 36px;
    background-color: #005596;
    color: #fff;
    text-transform: uppercase;
    padding-left: 65px;
    padding-top: 10px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 12px;
}


.btn_available_in_stock:hover {
    color: #fff;
    background-color: #0767b2;
}

.btn_available_in_stock:visited {
    color: #fff;
}

.btn_available_in_stock:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 23px;
    top: 10px;
    left: 20px;
    background: url(/bitrix/templates/main3/images/btn_in_stock.png) no-repeat 0 0;
}

@media (max-width: 500px) {
    .wrapper_available_in_stock {
        position: relative;
        float: left;
    }

    .btn_available_in_stock {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
}

.politics_notice {
    font-size: .9em;
    margin: 1em 0;
}

.b_form .b_btn {
    margin-right: 20px;
    display: inline-block;
}

.b_form .politics_notice {
    font-size: 11px;
    line-height: 1.3;
    padding-left: 20px;
}

.s_form .b_form .politics_notice {}

.politics_notice_wrap {
    display: block;
    margin-top: 10px;
    position: relative;
    clear: both;
}

.politics_notice_wrap input {
    position: absolute;
    left: 0;
    top: 0;
}

[id^="politics_notice"],
[id^="consent"] {
    float: left;
}

.politics_notice_wrap .politics_notice {
    margin: 0;
    display: inline-block;

}

.b_form_contacts .politics_notice_wrap {
    max-width: 100%;
}

.b_form_contacts .politics_notice_wrap .politics_notice {
    width: 278px;
    display: block;
}

.b_order .politics_notice_wrap {
    max-width: 100%;
}

.b_order .politics_notice_wrap .politics_notice {
    width: 325px;
}

.politics_notice_wrap.b_error .politics_notice,
.politics_notice_wrap.b_error .politics_notice a {
    color: #ee475b;
}

.custom_art_form .politics_notice_wrap {
    margin-top: 7px;
}

.custom_art_form .politics_notice_wrap .politics_notice {
    width: 100%;
}

.b_head .b_tab a[href^="tel:"] {
    text-decoration: none;
}

@media (max-width: 800px) {
    .b_form_contacts .politics_notice_wrap {
        margin-top: 18px;
    }
}

@media (max-width: 500px) {
    .b_order .politics_notice_wrap label {
        width: calc(100% - 30px);
        display: inline-block;
    }

    .b_order .politics_notice_wrap .politics_notice {
        width: 100%;
    }

    .b_head .b_tab a[href^="tel:"] {
        display: inline-block;
    }
}

/*** -------------------- style_pryvod_conv.css --------------------- ***/
@font-face {
    font-family: condo_ni;
    src: url(/bitrix/templates/main3/fonts/pfdintextcondpro-italic.woff);
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: condo_bi;
    src: url(/bitrix/templates/main3/fonts/pfdintextcondpro-boldital.woff);
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: condo_mi;
    src: url(/bitrix/templates/main3/fonts/pfdintextcondpro-medital.woff);
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/* .article-nav__link
{
	text-decoration: none;
}
.article-nav__item
{
	display: inline-block;
	height: 40px;
	width: 25%;
	background-color: #0e5898;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #fff;
	padding: 20px;
	font-size: 15px;
	vertical-align: top;
}
.article-nav__item:hover
{
	text-decoration: underline;
}
*/
.article-nav,
.article-nav * {
    box-sizing: border-box;
}

.article-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.article-nav__link {
    background-color: #0e5898;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    width: calc(33.33% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.article-nav__item {
    color: #fff;
}

@media (max-width: 767px) {
    .article-nav__link {
        width: calc(50% - 10px);
    }
}

.pro-and-contr {
    color: #fff;
    background-color: #46bafc;
    padding: 30px 42px 30px 42px;

}

.pro-and-contr__h4 {
    color: #fff;
}

.pro-and-contr__list {
    margin-bottom: 0;
}

.pro-and-contr__list li {
    background: url(/bitrix/templates/main3/images/pro-and-contr__li.png) no-repeat 9px 3px;
}

.pro-and-contr__line {
    background-color: #fff;
    width: 100%;
    height: 1px;
    opacity: .3;
}


.big-p {
    font-size: 21px;
    line-height: 30px;
}


.proect-conter-list {
    counter-reset: proect-counter;
}

.proect-conter-list__li {
    list-style: none;
    background: inherit;
    position: relative;


}

.proect-conter-list__li:before {
    counter-increment: proect-counter;
    content: counter(proect-counter);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 1px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #0e5898;
    font-size: 12px;
    line-height: 23px
}

.type-myff {
    margin-top: 60px;
    margin-bottom: 60px;
}


.adress {
    margin-top: -5px;
}

.b_head .b_tab {
    overflow: visible;
}

.fixed-mail {
    text-decoration: none;
    color: #8B8B8B;
    padding-right: 50px;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.header-fixed .fixed-mail {
    display: inline-block;
    position: static;
    font-size: 21px;
}

footer .fixed-mail {
    display: none;
}

.header-fixed {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    padding-top: 33px;
    padding-bottom: 31px;
    box-shadow: 2.796px 4.145px 16px 0px rgba(32, 32, 32, 0.24);
    transition: .3s
}

.header-fixed .b_menu_nav,
.header-fixed .b_search,
.header-fixed .b_slogan {
    display: none;
}

.header-fixed .b_logo img {
    height: 16px;
    margin-top: 3px;
}

.header-fixed .b_logo {
    margin-top: 0;
}

.header-fixed .b_right .b_tel_tab {
    position: static;
}

.header-fixed .b_top_line {
    position: relative;
}

.header-fixed .b_right .b_cell {
    left: auto;
    top: -13px;
    margin: 0;
    right: 0;
    background-color: #005496;
    text-decoration: none;
    padding: 12px 30px 12px 30px;
    line-height: normal;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.header-fixed .b_tel_tab *:not(.b_cell) {
    display: none;
}

.header-fixed .b_tab {
    position: absolute;
    width: auto;
    right: 190px;
    margin: 0;
    top: -3px;
    color: transparent;
}

.header-fixed .adress {
    display: none;
}

.header-fixed .b_tab.active#tel_tab1 * {
    opacity: 0;
}

.header-fixed .b_tab.active#tel_tab1 a {
    opacity: 1;
}

.header-fixed .b_tab.active#tel_tab1 a * {
    opacity: 1;
}


.header-fixed .b_tab.active#tel_tab1 #bx_incl_area_11 {
    opacity: 1
}

.header-fixed .b_tab.active#tel_tab1 #bx_incl_area_11 * {
    opacity: 0
}

.header-fixed .b_tab.active#tel_tab1 #bx_incl_area_11 a {
    opacity: 1;
}

.header-fixed .b_tab.active#tel_tab1 #bx_incl_area_11 a * {
    opacity: 1;
}

.header-mail {
    display: inline-block;

    text-decoration: none;
    color: #8b8b8b;
    padding-right: 25px;
    font-size: 20px
}

.header-fixed .b_tab b {
    padding-right: 25px;
}

.b_tab {
    position: relative;
}

@media (max-width: 1050px) {
    .header-fixed .fixed-mail {
        display: none;
    }

    .fixed-mail {
        display: block;
        right: auto;
    }
}

@media (max-width: 800px) {
    .b_main {
        /*padding-top: 240px !important;*/


    }

    .b_head .b_right .b_tel_tab {
        top: 120px;
    }

    .adress {
        margin-top: 30px;
        display: none;
    }

    .fixed-mail {
        bottom: -15px;
    }

    .b_head .b_tab,
    .b_head .b_tab div {
        line-height: 14px;
    }
}

@media (max-width: 500px) {
    .fixed-mail {
        bottom: -18px;
    }
}

/*
    TODO: Page "Сервис редукторов" --> Start
    */

.reduct-service-page * {
    box-sizing: border-box;
}

.callback-form {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 15px;
    background-color: #f2f2f2;
    padding-top: 54px;
    padding-bottom: 45px;
    padding-right: 71px;
    margin-bottom: 50px;

}

.callback-form--1 {
    background-image: url(/bitrix/templates/main3/images/service-reducers/callbackform-1.jpg);
    padding-left: 448px;

}

.callback-form__text {
    font-family: 'condo_mi', arial;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 36px;
}

.callback-form .b_input {
    position: relative !important;
    margin-bottom: 29px !important;
    height: auto !important;
    float: none !important;
}

.callback-form .order-service {
    background-color: #005596;
    outline: none;
    border: none;
    font-family: 'condo_mi', arial;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    height: 55px;
    margin-left: 10px;
    cursor: pointer;
}

.callback-form .order-service:hover {
    background-color: #0767b2
}

.callback-form .b_input span {
    position: absolute !important;
    z-index: 1 !important;
    top: 20px !important;
    left: 20px !important;
}

.callback-form .b_input input {
    position: relative !important;

    outline: none !important;
    border: none !important;
    padding: 20px !important;
    height: 54px !important;
    width: 100% !important;

}

.callback-form__sign {
    color: #878787;
    font-size: 14px;
    line-height: 16px;

}

.callback-form__mail {
    color: #005596;

}

.callback-form__mail:hover {
    text-decoration: none;
}

.reduct-service-page .callback-form .s_form .b_input {
    width: calc(100% - 220px) !important;
    vertical-align: top !important;
    float: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
}

.callback-form .order-service {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.callback-form .b_form .b_input label {
    color: #000 !important;
    background-color: #f2f2f2 !important;
}

.reduct-service-page .s_form .b_form {
    width: auto !important;
}

.reduct-service-page .b_form .b_input label {
    top: 17px !important;
    left: 17px !important;
}

.reduct-service-page .b_form .b_input.b_focus label {
    top: -11px !important;
}

.reduct-service-page .callback-form .politics_notice_wrap {
    width: auto !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.reduct-service-page .callback-form .politics_notice_wrap .politics_notice {
    width: calc(100% - 20px) !important
}

.reduct-service-page__list {
    margin-top: 90px;
}

.reduct-service-page__list ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-left: 0;
}

.reduct-service-page__list ul li {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 44px;
}

.reduct-service-page__equipment {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 100px;
}

.equipment-item {
    height: 228px;
    width: calc(33.33% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.equipment-item:nth-child(3n) {
    margin-right: 0;
}

.equipment-item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: 'condo_mi', arial;
    color: #fff;
    padding: 29px;
    font-size: 18px;
    line-height: 20px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#8c000000', GradientType=0);
    /* IE6-9 */
}

.reduct-service-page__adv {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 80px;
}

.reduct-service-page__adv-item {
    width: 50%;
    padding-left: 100px;
    position: relative;
    padding-right: 50px;
    padding-bottom: 80px;
}

.reduct-service-page__adv-title {
    font-size: 24px;
    line-height: 30px;
    font-family: 'condo_mi', arial;
    margin-bottom: 10px;
}

.reduct-service-page__adv-text {
    font-size: 14px;
    line-height: 24px;
}

.reduct-service-page__adv-item i {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    background-position: left top;
    background-repeat: no-repeat;
}

.callback-form--2 {
    background-image: url(/bitrix/templates/main3/images/service-reducers/callbackform-2.jpg);
    padding-bottom: 77px;
    padding-top: 65px;
    margin-bottom: 86px;
}

.callback-form--2 .callback-form__text {
    float: left;
    width: 60%;

}

.callback-form--2 form {
    float: right;
    width: 40%
}

.callback-form--2 .callback-form__text {
    padding-left: 50px;
    font-size: 46px;
    line-height: 54px;
}

.callback-form--2 .input-wrap:nth-child(2) {
    margin-bottom: 0;
}

.callback-form--2 .callback-form__sign {
    margin-bottom: 20px;
}

.callback-form--2 .order-service {
    margin-left: 0;
    width: 240px;
}

.reduct-service-page .callback-form--2 .s_form .b_input {
    width: 100% !important;
}

.reduct-service-page .callback-form--2 .b_input.b_active2 label {
    top: -11px !important;
}

.h3-italic {
    font-style: italic;
    font-weight: 100;
    font-family: 'condo_ni', arial;

}

.reduct-service-page__partners {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 53px;
}

.reduct-service-page__partners-item {
    width: 50%;
    padding-left: 170px;
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
}

.reduct-service-page__partners-text {
    font-size: 14px;
    line-height: 24px;
}

.reduct-service-page__partners-item img {
    position: absolute;
    left: 0;
    top: 5px;
}

.sertif-slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

.sertif-slider__slide-wrap {
    padding-left: 30px;
    float: left;
    width: calc(100% - 160px);
    /*padding-top: 21px;*/
}

.sertif-slider li {
    padding-left: 0;
    background-image: none;
}

.sertif-slider li:nth-child(even) .sertif-slider__slide {
    padding-right: 0;
    padding-left: 20px;
}

.sertif-slider li:nth-child(odd) .sertif-slider__slide {
    padding-right: 20px;
    padding-left: 0px;
}

.sertif-slider__slide,
.sertif-slider__slide-inner {
    height: 100%;
}

.sertif-slider__slide-inner {
    background-color: #f2f2f2;
    padding: 25px;
    display: block;
    text-decoration: none;
    color: #000;
}

.sertif-slider-wrap {
    width: 100%;
    position: relative;
}

.sertif-slider__slide-title {
    font-size: 25px;
    line-height: 30px;
    font-family: 'condo_ni', arial;
    margin-bottom: 15px;
}

.bx-controls,
.bx-pager {
    display: none;
}

.sertif-slider-wrap img {
    width: 160px;
    float: left;
}

.bx-viewport {
    height: auto !important;
}

.bx-controls,
.bx-pager {
    height: 30px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 36px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
    border-radius: 50%;
    transition: .2s;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    transform: scale(1.5);
    background-color: #cd293c;
    border-radius: 50%;
    transition: .2s;

}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 10px;
    transition: .2s;

}

.right,
.left {
    position: absolute;
    height: 42px;
    width: 42px;

    z-index: 1;
    background-image: url(/bitrix/templates/main3/images/service-reducers/slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .2s;
}

.right a,
.left a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.right {
    right: calc(50% - 480px);
    top: calc(50% - 21px);
    right: -50px;
    transform: rotate(180deg);
}

.left {
    left: calc(50% - 480px);
    top: calc(50% - 21px);
    left: -50px;
}

.right:hover,
.left:hover {}

.reduct-service-page__klients {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 43px;
    margin-bottom: 33px;
}

.klients-item {
    height: 135px;

    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.klients-item--1 {
    background-image: url(/bitrix/templates/main3/images/service-reducers/reduct-service-page__klients-1.jpg);
}

.klients-item--2 {
    background-image: url(/bitrix/templates/main3/images/service-reducers/reduct-service-page__klients-2.jpg);
}

.klients-item--3 {
    background-image: url(/bitrix/templates/main3/images/service-reducers/reduct-service-page__klients-3.jpg);
}

.klients-item--4 {
    background-image: url(/bitrix/templates/main3/images/service-reducers/reduct-service-page__klients-4.jpg);
}

.klients-item--5 {
    background-image: url(/bitrix/templates/main3/images/service-reducers/reduct-service-page__klients-5.jpg);
}

.klients-item--6 {
    background-image: url(/bitrix/templates/main3/images/service-reducers/reduct-service-page__klients-6.jpg);
}

.klients-item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: 'condo_mi', arial;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    line-height: 20px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#8c000000', GradientType=0);
    /* IE6-9 */
}

.klients-item-wrap {
    width: calc(33.33% - 35px);
    margin-bottom: 20px;
    margin-right: 50px;

}

.klients-item-wrap:nth-child(3n) {
    margin-right: 0;
}

.klients-item-text {
    font-size: 14px;
    line-height: 24px;
}

.callback-form--2-1 {
    background-image: url(/bitrix/templates/main3/images/service-reducers/callbackform-2-1.jpg);
}

@media (max-width: 1050px) {

    .callback-form--1,
    .callback-form--2 {
        padding: 50px;
        background-image: none;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .callback-form--2 .callback-form__text,
    .callback-form--2 form {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .reduct-service-page__adv-item,
    .reduct-service-page__partners-item {
        width: 100%;
        padding-bottom: 40px;
    }

    .reduct-service-page__list,
    .reduct-service-page__equipment {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sertif-slider li:nth-child(even) .sertif-slider__slide,
    .sertif-slider li:nth-child(odd) .sertif-slider__slide {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 800px) {

    .callback-form--1,
    .callback-form--2 {
        padding: 30px;
    }

    .reduct-service-page__list ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    .reduct-service-page .callback-form .s_form .b_input {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .callback-form--1 .order-service {
        margin-left: 0;
        width: 100%;
    }

    .equipment-item,
    .klients-item-wrap {
        width: 100%;
        margin-right: 0;
    }

    .equipment-item:nth-child(3n),
    .equipment-item {
        margin-right: 0;
    }

    .callback-form--2 .callback-form__text {
        font-size: 30px;
        line-height: 35px;
    }

    .sertif-slider-wrap img {
        float: none;
        display: block;
        margin: 0 auto 10px auto;
    }

    .sertif-slider__slide-wrap {
        width: 100%;
        padding-left: 0;
    }

    .reduct-service-page__partners-item img {
        position: static;
        margin: 0px auto 20px auto;
        display: block;
    }

    .reduct-service-page__partners-item {
        padding: 0px 0px 40px 0px;
    }

    .reduct-service-page__adv-item,
    .reduct-service-page__partners-item {
        padding-right: 0;
        padding-left: 0;
        padding-top: 10px;
    }

    .reduct-service-page__adv-item:before {
        height: 90px;
        width: 90px;
        background-size: contain;
        display: block;
        position: static;
        margin: 0 auto 10px auto;
    }

    .reduct-service-page__adv {
        margin-top: 30px;
    }

    .right,
    .left {
        height: 20px;
        width: 13px;
    }

    .right {
        right: -18px;

    }

    .left {
        left: -18px;
    }

    .callback-form--2 .order-service {
        width: 100%;
    }

    .reduct-service-page__adv-item i {
        position: relative;
        display: block;
        margin: 0 auto;
    }
}

.free_consultation_1 .success-msg *,
.free_consultation_2 .success-msg *,
callback-form--1 .success-msg * {
    text-align: center;
}

/*
    TODO: Page "Сервис редукторов" --> End
    */
/*.footer-develop {
    position: relative;
}
.footer-develop > span, .footer-develop > a { color: #6b696d; display: inline-block; }
.footer-develop__img { height: 25px; width: 75px; position: relative; display: inline-block; vertical-align: middle; position: absolute; top: 17px; right: 72px;}
.footer-develop__jpg { position: absolute; top: -1px; left: 3px; width: 93%; height: 93%; background: url(/bitrix/templates/main3/images/LogoBQUADRO.svg) no-repeat center; background-size: contain; transition: 0.3s; z-index: 2;}
.footer-develop__gif { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center; background-size: contain; transition: 0.3s; opacity: 0; }
.footer-develop.footer-develop--gif.hover .footer-develop__jpg { opacity: 0; }
.footer-develop.footer-develop--gif.hover .footer-develop__gif { opacity: 1; }
.footer-develop__gif img {
    width: 100%;
    }*/

.footer-develop {
    cursor: pointer;
    position: relative;
}

.footer-develop>span,
.footer-develop>a {
    color: #6b696d;
    display: inline-block;
}

.footer-develop__img {
    height: 25px;
    width: 86px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    right: 66px;
}

.footer-develop__jpg {
    position: absolute;
    top: 0;
    left: 4px;
    width: 91%;
    height: 100%;
    background: url(/bitrix/templates/main3/images/LogoBQUADRO.svg) no-repeat center;
    background-size: contain;
    transition: 0.3s;
    z-index: 5;
}

.footer-develop__gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: contain;
    transition: 0.7s;
    opacity: 0;
}

.footer-develop.footer-develop--gif.hover .footer-develop__jpg {
    opacity: 0;
    transition: 0.7s;
}

.footer-develop.footer-develop--gif.hover .footer-develop__gif {
    opacity: 1;
    transition: 0.7s;
}

.footer-develop__gif img {
    width: 100%;
}

@media (max-width: 1050px) {
    .footer-develop__img {
        top: -5px;
        left: 191px;
        right: auto;
    }

    .footer-develop {
        margin-left: 15px;
    }
}

@media (max-width: 500px) {
    .footer-develop {
        margin-left: 0;
    }

    .footer-develop__img {
        top: -4px;
    }
}


.front-video__preview-cont {
    width: 300px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.front-video__preview-gear-group {
    width: 125px;
    height: 106px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.front-video__preview-gear--1 {
    width: 70px;
    height: 68px;
    position: absolute;
    /*top: 39px; right: 44px;*/
    top: 0;
    right: 54px;
    background: url(/bitrix/templates/main3/images/Shape1.svg) no-repeat center;
    animation: gear 3s infinite linear reverse;
}

.front-video__preview-gear--2 {
    width: 57px;
    height: 57px;
    position: absolute;
    /*top: 0px; right: 9px;*/
    top: 17px;
    right: 0;
    background: url(/bitrix/templates/main3/images/Shape2.svg) no-repeat center;
    animation: gear 2.5s infinite linear;
}

.front-video__preview-gear--3 {
    width: 47px;
    height: 45px;
    position: absolute;
    /*top: 54px; right: 0px;*/
    top: 60px;
    right: 38px;
    background: url(/bitrix/templates/main3/images/Shape3.svg) no-repeat center;
    animation: gear 2s infinite linear reverse;
}

.front-video__preview-logo {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 223px;
    height: 29px;
    background: url(/bitrix/templates/main3/images/logo_grey.svg) no-repeat center;
}

.front-video__preview-logo-blue {
    position: absolute;
    width: 0;
    height: 100%;
    overflow: hidden;
    animation: logo 5s infinite linear;
}

.front-video__preview-logo-blue:after {
    content: "";
    display: block;
    position: absolute;
    width: 223px;
    height: 29px;
    overflow: hidden;
    background: url(/bitrix/templates/main3/images/logo_blue.svg) no-repeat center;
}

@keyframes gear {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes logo {
    0% {
        opacity: 1;
        width: 0;
    }

    95% {
        width: 100%;
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 100%;
    }
}

.front-video {
    width: 100%;
    position: relative;
    margin: 30px 0 60px;
}

.front-video:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: -300px;
    right: -300px;
    height: 1px;
    background: url(/bitrix/templates/main3/images/head_line.png) no-repeat center bottom;
}

.front-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.front-video__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.front-video__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s;
}

.front-video__video video {
    left: 0;
    margin: auto;
    /* opacity: 0; */
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.front-video__video-play {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.4s;
}

.front-video__video-play:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background: #005596 url(/bitrix/templates/main3/images/prod_play.svg) no-repeat 32px center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.front-video__video--play .front-video__video-play {
    opacity: 0;
}

.front-video__video--pause .front-video__video-play {
    display: block;
}

@media (max-width: 1050px) {
    .front-video__video-play {
        display: block;
    }
}

@media (max-width: 800px) {
    .front-video {
        display: none;
    }
}

/* home_review */

.index_art_container {
    width: 460px;
}

.index_art_container .border_row {
    width: 100%;
    height: 43px;
    border-top: 1px solid #D9D9D9;
}

.index_art_container .border_row .iac_header {
    display: block;
    float: left;
    background-color: #fff;
    font-size: 22px;
    font-family: 'condo_mi', arial;
    line-height: 29px;
    margin-top: -16px;
    padding-right: 18px;
    text-transform: uppercase;
    color: #025698;
    text-decoration: underline;
}

.index_art_container .border_row a.iac_link {
    display: block;
    float: right;
    background-color: #fff;
    font-size: 16px;
    font-family: 'condo_ni', arial;
    line-height: 29px;
    margin-top: -13px;
    padding-left: 18px;
    text-transform: uppercase;
    color: #a9a9a9;
    text-decoration: underline;
}

.index_art_container .iac_text {
    background: #f7f7f7;
    padding: 27px;
    line-height: 130%;
}

.index_art_container .iac_text .iac_one_name {
    display: block;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
}

.index_art_container .iac_text .iac_one_name:hover {
    text-decoration: underline;
}

.index_art_container .iac_text .iac_one_name .iac_n_sub {}

/* home_article */

.index_art_container {
    width: 460px;
}

.index_art_container .border_row {
    width: 100%;
    height: 43px;
    border-top: 1px solid #D9D9D9;
}

.index_art_container .border_row .iac_header {
    display: block;
    float: left;
    background-color: #fff;
    font-size: 22px;
    font-family: 'condo_mi', arial;
    line-height: 29px;
    margin-top: -16px;
    padding-right: 18px;
    text-transform: uppercase;
    color: #025698;
    text-decoration: underline;
}

.index_art_container .border_row a.iac_link {
    display: block;
    float: right;
    background-color: #fff;
    font-size: 16px;
    font-family: 'condo_ni', arial;
    line-height: 29px;
    margin-top: -13px;
    padding-left: 18px;
    text-transform: uppercase;
    color: #a9a9a9;
    text-decoration: underline;
}

.index_art_container .border_row a.iac_link:hover {
    color: #000;
}

.index_art_container .iac_text {
    background: #f7f7f7;
    padding: 27px;
    line-height: 150%;
    /*overflow: hidden; text-overflow: ellipsis;*/
    min-height: 172px;
}

.index_art_container .iac_text .iac_one_name {
    display: block;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    font-family: 'condo_mi', arial;
    font-size: 20px;
}

.index_art_container .iac_text .iac_one_name:hover {
    text-decoration: underline;
}

.index_art_container .iac_text .iac_one_name .iac_n_sub {
    font-family: 'condo_ni', arial;
    font-size: 15px;
    margin-left: 30px;
}

/* search.title */

div.title-search-result {
    display: none;
    margin: 29px 0 0 -1px;
    ;

    background-color: #fff;
    border: 1px #efefef solid;
    border-top: 0px none;
    z-index: 100;
}

div.title-search-result ul {
    margin: 0;
    padding: 10px 0px;
    display: block;
}

div.title-search-result ul li {
    margin: 9px 0;
    padding: 0;
    display: block;
    width: 100%;
    list-style: none url(/bitrix/templates/main3/);
    background: url();
}

div.title-search-result ul li a {
    display: block;
    margin: 0;
    padding: 0 20px 0 32px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'condo_ni', arial;
    font-size: 13px;
    line-height: 20px;
    background: url(/bitrix/templates/main3/images/li_lvl2.png) no-repeat 10px 10px;
}

div.title-search-result ul li a b {
    font-weight: 100;
}

div.title-search-result ul li a:hover {
    color: #000;
    text-decoration: none;
    background-image: url(/bitrix/templates/main3/images/li_lvl2_h.png);
}

div.title-search-result pre {
    background-color: #fff;
    position: relative;
    z-index: 100;
}

/* product */
.grid {}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width: 640px) {

    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }

}

.b_content .bx_sitemap .bx_sitemap_ul li {
    padding: 0 0 8px 50px;
    background-position: 9px 6px;
}

.b_content .bx_sitemap .bx_sitemap_ul li li {
    padding-left: 10px;
}

.s_contact_info_row {
    overflow: hidden;
    padding-bottom: 30px;
}

.s_contact_information .s_contact_info_row .s_contact_info_title {
    font-family: "condo_ni", Arial;
    font-size: 18px;
    padding: 0 20px 20px;
}

.adress.adr-ftr-mltpl {
    font-size: 12px;
}

.adress.adr-ftr-sm {
    font-size: 13px;
}

.adress.adr-ftr-smh {
    font-size: 12px;
}

.b_head .b_tab .adr-ftr-mltpl b {
    font-size: 18px;
}

.sp-mltpl-email {
    /*position: absolute;
	left: -150px;
	bottom: -10px;*/
    color: #8B8B8B;
    text-decoration: none;
    font-family: 'condo_ni', arial;
}

.header-fixed .sp-mltpl-email {
    display: none;
}

.slogan-list>div {
    margin-top: 10px;
}

.slogan-list>div:first-child {
    margin: 0;
}

.sp-mltpl-email-wrap {
    padding: 10px 0 0;
    font-size: 16px;
}

.b_footer .sp-mltpl-email-wrap {
    display: none;
}

.b_copy1_right {
    clear: both;
    text-align: center;
    padding: 10px 0;
}

.slogan-list-footer>div {
    margin: 15px 0 0;
    font-family: 'condo_ni', arial;
    line-height: normal;
}

.slogan-list-footer>div,
.slogan-list-footer-common {
    font-family: 'condo_ni', arial;
    line-height: normal;
}

.slogan-list-footer-common {
    display: none;
}

.slogan-list-footer>div:first-child {
    margin: 0;
}

@media (min-width: 800px) {
    .b_head .menu li:hover>ul {
        display: block;
    }
}

@media (min-width: 1050px) {
    .slogan-list-footer>div {
        margin: 30px 0 0;
    }
}


.b_head .b_middle .slogan-list-cont {
    font-size: 14px;
}


.b_head .b_middle .slogan-list-title {
    font-size: 18px;
    font-family: condo_bi;
    color: #005596;
}

.s_contact_info_title b,
.slogan-list-footer b {
    color: #005596;
    font-family: condo_bi
}

#s_info114 .s_contact_info_title b {
    display: inline;
}

.category-page-hr {
    margin-top: 20px;
}

/**/
.fif-tabs {
    margin-bottom: 25px;
}

.fif-tabs__item {
    display: inline-block;
    font-family: "condo_ni", Arial;
    font-size: 20px;
    color: #005496;
    text-decoration: none;
    margin-right: 72px;
    padding: 0;
    background: url(/bitrix/templates/main3/images/text_dercoration_20.png) scroll repeat-x left top;
    cursor: pointer;
    margin-bottom: 10px;
}

.fif-tabs__item:hover,
.fif-tabs__item--active {
    color: #000;
    background-image: url(/bitrix/templates/main3/images/no_img.png);
}

.fif-tabs__item--active {
    cursor: default;
}

.fif-diagnostic__content {
    /* 	max-width: 803px;
margin-left: auto;
margin-right: auto; */
    display: none;
}

.fif-diagnostic__content--active {
    display: block;
}

.fif-line {
    height: 100%;
    height: 1px;
    background-color: #005596;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (max-width: 1050px) {
    .fif-tabs__item {
        margin-right: 40px;
    }

    .fif-tabs {
        margin-bottom: 30px;
    }

    .fif-line {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .fif-tabs {
        margin-bottom: 20px;
    }

    .fif-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .fif-tabs__item {
        font-size: 18px
    }
}

.fif-diagnostic * {
    box-sizing: border-box;
}

/* .fif-zakaz-form.s_form * {
	box-sizing: border-box;
}
.fif-zakaz-form
{
	background-image: url(/bitrix/templates/main3/images/fif-zakaz-form.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fif-zakaz-form.s_form .b_form
{
	width: 100%;
	float: none;
	padding: 66px 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fif-zakaz-form.s_form form
{
	width: 362px;
}
.fif-zakaz-form__title
{
	font-family: 'condo_mi', arial;
	font-weight: 500;
	font-size: 46px;
	line-height: 120%;
	width: calc(100% - 362px);
}
.fif-zakaz-form__alert
{
	float: left;
	width: 100%;
	color: #A8A8A8;
	margin-top: 22px;
	margin-bottom: 10px;
}
.fif-zakaz-form .b_form .b_input label
{
	background-color: #f2f2f2;
}
.fif-zakaz-form.s_form .b_form .b_input:first-child
{
	margin-top: 0;
}
.fif-zakaz-form.s_form .b_form .b_input
{
	width: 100%;
}
.fif-zakaz-form.s_form .politics_notice_wrap
{
	max-width: none;
	width: 100%;
	} */
.fif-zakaz-form.s_form * {
    box-sizing: border-box;
}

.fif-zakaz-form {}

.fif-zakaz-form .s_form .b_form {
    width: auto !important;
}

.fif-zakaz-form .b_form .b_input label {
    top: 17px !important;
    left: 17px !important;
}

.fif-zakaz-form .b_form .b_input.b_focus label {
    top: -11px !important;
}

.fif-zakaz-form .callback-form .politics_notice_wrap {
    width: auto !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.fif-zakaz-form .callback-form .politics_notice_wrap .politics_notice {
    width: calc(100% - 20px) !important
}

.fif-zakaz-form .callback-form--2 .s_form .b_input {
    width: 100% !important;
}

.fif-zakaz-form .callback-form--2 .b_input.b_active2 label {
    top: -11px !important;
}

.fif-zakaz-form .callback-form--2-1 {
    background-image: url(/bitrix/templates/main3/images/fif-zakaz-form.jpg);
    background-size: cover;
}

.fif-zakaz-form .callback-form {
    background-color: transparent;
}

.fif-zakaz-form .b_form .b_input.b_active2 .b_error {
    background-color: #f2f2f2;
}


/*menu*/


.b_menu_wrap {
    float: left;
    width: 100%;
    position: relative;
}

.b_head .b_menu_nav {
    width: 100%;
}

.b_head .b_search,
.b_head .b_search * {
    box-sizing: border-box;
}

.b_head .b_search {
    position: absolute;
    right: 0;
    top: 21px;
    background-image: none;
    width: 20px;
    height: 40px;
    margin: 0;
    transition: .4s;
    background-color: #fff;
}

.b_search_ico {
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(https://fif-group.ru/bitrix/templates/main3/images/search-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.b_head .b_search .b_search_input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 7px;
}

.b_head .b_search .b_search_btn {
    position: absolute;
    left: 18px;
    top: 9px;
    width: 15px;
    height: 20px;
    padding: 0;
    background: url(https://fif-group.ru/bitrix/templates/main3/images/search_small_btn.png) no-repeat 0 4px;
}

.b_head .b_search .b_search_btn:hover {
    background-position: 0 -24px;
}

.b_head #title-search {
    overflow: hidden;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.b_head #title-search:before {
    transform: skew(-18deg, 0deg) rotate(0deg);
    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #CACACA;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
}

.b_head #title-search form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.search_exit {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 11px;
    font-family: 'condo_bi', arial;
    color: #005497;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s;
    text-decoration: underline;
}

.search_exit:hover {
    text-decoration: none;
}

.search_exit2 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 16px;
    top: 14px;
    background-image: url(https://fif-group.ru/bitrix/templates/main3/images/search-close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .2s;
    cursor: pointer;
}


.b_head .b_search.b_search--active {
    width: 100%;
    background-image: none;
    padding-left: 180px;
}

.b_head .b_search.b_search--active #title-search {
    width: calc(100% - 180px);
    overflow: visible;
}

.b_head .b_search.b_search--active .b_search_input {
    width: 100%;
}

.b_head .b_search.b_search--active .search_exit {
    opacity: 1;
    visibility: visible;
}

.b_head .b_search.b_search--active .search_exit2 {
    opacity: .2;
    visibility: visible;
}

.b_head .b_search.b_search--active .search_exit2:hover {
    opacity: 1;
}

.search_btn {
    display: none !important;
}

@media (max-width: 1050px) {
    .b_head .b_search {
        margin-top: -23px !important;
        margin-right: 0 !important
    }

    .search_exit,
    .search_exit2,
    .b_search_ico {
        display: none;
    }

    .b_head .b_search {
        width: 100%;
        height: 33px;
    }

    .b_head #title-search,
    .b_head .b_search.b_search--active #title-search {
        width: 100%;
        overflow: visible;
    }

    .b_head .b_search .b_search_btn {
        top: 6px;
    }

    .b_head .menu li.lvl1,
    .b_head .menu li.lvl1 a {
        font-size: 13px;
    }

    .b_head .b_search.b_search--active {
        padding-left: 0;
    }
}

@media (max-width: 800px) {
    .b_menu_wrap {
        position: absolute;
        top: 60px;
        right: 15px;
        width: calc(100% - 30px);
        float: none;
    }

    .search_exit,
    .search_exit2,
    .b_search_ico {
        display: block;
    }

    .search_exit2 {
        right: 9px;
        top: 13px;
    }

    .b_head .b_search {
        width: 21px !important;
        height: 41px !important;
        top: -18px;
        right: 36px;
    }

    .b_head #title-search:before {
        display: none;
    }

    .b_head #title-search {
        overflow: hidden;
        width: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .b_head .b_search.b_search--active {
        width: 255px !important;
        border: 1px solid #DEDEDE;
        background-color: #fff !important;
    }

    .b_head .b_search.b_search--active .b_search_ico {
        display: none;
    }

    .b_head .b_search.b_search--active #title-search {
        width: 100%;
        overflow: visible;
    }

    .b_search_ico {
        top: 11px;
    }

    .b_head .b_search .b_search_input {
        display: block !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    .b_head .b_search .b_search_btn {
        display: block !important;
        top: 8px;
        left: 9px;
    }

    .b_head .b_menu_nav.active {
        margin-top: 115px !important;
    }
}

@media (max-width: 500px) {
    .b_head .b_search .b_search_input {
        width: 100% !important;
    }
}


.b_delivery {
    background-color: #f5f5f5;
    padding: 20px 20px 20px 30px;
    margin-left: 19px;
    max-width: 300px;
}

.b_delivery__text:before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/main3/images/truck.svg);
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.b_delivery__text {
    color: #005596;
    font-family: 'condo_mi', arial;
    position: relative;
    padding-left: 60px;
}

.b_bread__item {
    vertical-align: top;
}

.bc-last-link span {
    color: #000;
}


.cookie-panel {
    position: fixed;
    width: 100%;
    background: #565656;
    padding-top: 20px;
    padding-bottom: 20px;
    color: silver;
    font-size: 13px;
    color: #121314;
    background: #fff;
    bottom: 0;
    z-index: 10000000000;
}

.cookie-container {
    position: relative;
    clear: both;
    content: " ";
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: calc(100% - 120px);
    min-height: 0;
    width: calc(100% - 120px);
    padding: 0px 15px;
}

.cookie-panel__wr {
    max-width: 980px;
    margin: 0 auto;
}

.cookie-panel__in {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.cookie-panel p {
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 135%;
    padding-right: 15px;
    margin-bottom: 0 !important;
    width: calc(100% - 132px);
}

.cookie-panel p a {
    color: #121314;
    text-decoration: underline;
}

.cookie-panel__btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: .2s;
    height: 32px;
    width: 130px;
    background-color: #005496;
    cursor: pointer;
    /* 	font-family: Circe; */
    font-family: 'condo_ni', arial;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    line-height: 32px;
    box-shadow: 0px 2px 4px 0px rgba(18, 29, 148, 0);
    transition: .1s ease-in-out;
}

.cookie-panel__btn:hover {
    background-color: #005496;
    color: #fff;
}

.cookie-panel.cookie-panel--close {
    display: none;
}

@media (max-width: 1050px) {
    .cookie-panel__in {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cookie-panel {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cookie-panel__wr {
        padding: 0 15px;
    }

    .cookie-panel p {
        width: 100%;
        font-size: 13px;
        margin-bottom: 5px !important;
    }

    .cookie-panel__btn {
        width: 100%;
    }

}
/* End */
/* /bitrix/templates/main3/js/fancybox_new/jquery.fancybox.css?17071423475037 */
/* /bitrix/templates/main3/js/chosen/chosen.css?170714234711133 */
/* /bitrix/templates/main3/js/splide/splide.min.css?17071423475002 */
/* /bitrix/templates/main3/fonts/stylesheet.css?17071423471925 */
/* /bitrix/templates/main3/resp_table/responsive-tables.css?17071423471433 */
/* /bitrix/templates/main3/components/bitrix/menu/top_new/style.css?17071423473869 */
/* /bitrix/templates/main3/styles.css?1707142347198 */
/* /bitrix/templates/main3/template_styles.css?1766578082170215 */
