

/* Start:/bitrix/templates/fz_original/components/bitrix/news.list/question-important/style.css?1707471593558*/
.question-full {
	display: none;
}
.active .question-full {
	display: block;
}
.fancypage {
	display: none;
	max-width: 600px;
	line-height: 1.4;
}
.btn-more {
	color: #fff !important;
	line-height: 48px !important;
	float: right;
}
.question-important__preview {
	max-height: 245px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.question-important__preview::after {
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: -100px;
	right: -100px;
	bottom: 0;
	box-shadow: 0 -50px 30px rgba(255, 255, 255, .65) inset;
	z-index: 2;
}
/* End */


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

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

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.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/fz_original/ext/fancybox/fancybox_sprite.png');
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/fz_original/ext/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -4px;
	right: -45px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: url(/bitrix/templates/fz_original/ext/fancybox/close.png) no-repeat center center !important;
}

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

.fancybox-prev span {
	left: 10px;
	background: url(/bitrix/templates/fz_original/ext/fancybox/arrow_left.png) no-repeat center center !important;
}

.fancybox-next span {
	right: 10px;
	background: url(/bitrix/templates/fz_original/ext/fancybox/arrow_right.png) no-repeat center center !important;
}

.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/fz_original/ext/fancybox/fancybox_overlay.png');
}

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

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

/* Title helper */

.fancybox-title {
	visibility: hidden;
	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: 300;
	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/fz_original/ext/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

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


/* Start:/bitrix/templates/fz_original/components/bitrix/catalog.section.list/fine/style.css?1707471593482*/
.block-4 .cen {
	display: none;
}
.block-4 .active .cen {
	display: block;
}
.info-2 {
	display: none;
}
.fine-list {
	margin-bottom: 60px!important;
}
.info p:last-child {
	margin-bottom: 0;
}
.info p:first-child {
	margin-top: 0;
}
.block-4 {
	position: relative;
}
.block-4::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 523px;
	background: url(/bitrix/templates/fz_original/components/bitrix/catalog.section.list/fine/images/fine.jpg) repeat-y;	
	z-index: -1;
}
.block-4 ul li > div {
	z-index: 1;
}
/* End */


/* Start:/bitrix/templates/fz_original/components/bitrix/news.list/check/style.css?170747159369*/
.search-list {
	display: none;
	max-height: 185px;
	overflow: auto;
}
/* End */


/* Start:/bitrix/templates/fz_original/components/bitrix/catalog.section.list/ofd/style.css?170747159367*/
.ofd-info {
	display: none;
}
.ofd-info.active {
	display: block;
}
/* End */


/* Start:/bitrix/templates/fz_original/components/bitrix/catalog.section.list/contract/style.css?170747159367*/
.ofd-info {
	display: none;
}
.ofd-info.active {
	display: block;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17074715852530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/bitrix/templates/fz_original/components/bitrix/news.list/question/style.css?170747159384*/
.question__answer {
	display: none;
}
.active .question__answer {
	display: block;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1707471584666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/.default/components/at/optin.form/popup1/style.css?170747159232*/
.form-hidden {
	display: none;
}
/* End */


/* Start:/bitrix/templates/fz_original/template_styles.css?170747159354152*/
body {
    margin: 0;
}

.bx-imopenlines-config-sidebar-info-block { display: none!important; }

.pushy {display: none}


.animate{
	opacity: 0;
}


/*
.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}
*/

@font-face {
	font-family: 'HelveticaNeueCyr-Roman';
	src: url(/bitrix/templates/fz_original/fonts/HelveticaNeueCyr-Roman.otf);
}

@font-face {
	font-family: 'HelveticaNeueCyr-Light';
	src: url(/bitrix/templates/fz_original/fonts/HelveticaNeueCyr-Light.otf);
}

@font-face {
	font-family: 'HelveticaNeueCyr-Bold';
	src: url(/bitrix/templates/fz_original/fonts/HelveticaNeueCyr-Bold.otf);
}

@font-face {
	font-family: 'HelveticaNeueCyr-Medium';
	src: url(/bitrix/templates/fz_original/fonts/HelveticaNeueCyr-Medium.otf);
}

*{
	
}

body{
	font-family: 'HelveticaNeueCyr-Roman';
	color: black;
}

ul{
	list-style: none;
}

a{
	cursor: pointer;
}

input[type=submit]{
	cursor: pointer;
	-webkit-appearance: none;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.btn{
	display: block;
	vertical-align: top;
	font-family: 'HelveticaNeueCyr-Light';
	width: 260px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: white;
	text-align: center;
	border: 0;
	border-radius: 5px;
	outline: none;
	background: #b22218;
	text-decoration: none;
}
.btn:hover{
	background: #981D15;
}

input[type=text]{
	font-family: 'HelveticaNeueCyr-Light';
	margin: 0 0 20px 0;
	padding: 0 15px;
	width: 230px;
	height: 48px;
	font-size: 14px;
	line-height: 14px;
	color: #b1b1b1;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	outline: none;
}

h1{
	font-family: 'HelveticaNeueCyr-Light';
	font-size: 30px;
	line-height: 40px;
	color: #b22218;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}

.c1600{
	position: relative;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.c1200{
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.c1000{
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}


/*HEADER*/


header{
	position: relative;
	margin: 0 auto;
	min-height: 645px;
	background: url(/bitrix/templates/fz_original/img/header-bg.jpg) no-repeat center 0;
}

header div.c1200{
	min-height: 645px;
}

header div.c1000 > div:nth-child(1){
	padding: 30px 0 0 0;
}

	.site-logo{
		display: inline-block;
		vertical-align: top;
		width: 305px;
		height: 56px;
		background: url(/bitrix/templates/fz_original/img/site-logo.png) no-repeat 0 0;
	}

	header .addr{
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 0 40px;
		padding: 0 0 0 30px;
		background: url(/bitrix/templates/fz_original/img/i-addr.png) no-repeat 0 0;
	}
	header .addr p{
		text-shadow: 0 0 20px white;
	}
	header .addr a{
		padding: 1px 0;
		font-size: 13px;
		line-height: 23px;
		color: #b4271d;
		text-decoration: none;
		background: url(/bitrix/templates/fz_original/img/dash.png) repeat-x 0 bottom;
	}
	header .addr a:hover{
		background: none;
	}

	header .phone{
		display: inline-block;
		vertical-align: top;
		font-size: 22px;
		line-height: 22px;
		color: #303030;
		font-weight: bold;
		margin: 0 0 0 85px;
		padding: 0 0 0 30px;
		background: url(/bitrix/templates/fz_original/img/i-phone.png) no-repeat 0 0;
	}
	header .phone p{
		margin: 5px 0 0 0;
		text-shadow: 0 0 20px white;
	}
		header .phone p a {
			font-size: 20px;
			color: #636161;
		}
	header .phone span{
		font-size: 15px;
		line-height: 22px;
		color: #525151;
	}
	header .phone a{
		padding: 1px 0;
		font-size: 13px;
		line-height: 23px;
		color: #b4271d;
		text-decoration: none;
		background: url(/bitrix/templates/fz_original/img/dash.png) repeat-x 0 bottom;
	}
	header .phone a:hover{
		background: none;
	}

/*2*/

header div.c1000 > div:nth-child(2){
	padding: 80px 0 0 0;
	overflow: hidden;
}

	header div.c1000 > div:nth-child(2) > div{
		float: right;
		width: 380px;
		text-align: right;
	}

		header div.c1000 > div:nth-child(2) > div .title{
			font-family: 'HelveticaNeueCyr-Light';
			font-size: 30px;
			line-height: 40px;
			color: #b3271d;
			font-weight: bold;
			text-shadow: 0 0 15px white;
		}

		header div.c1000 > div:nth-child(2) > div .text{
			font-size: 18px;
			line-height: 25px;
			color: #3b3b3b;
			margin: 25px 0;
			text-shadow: 0 0 15px white;
		}



/*TOP SEARCH*/



.top-search{
	position: absolute;
	top: 0;
	right: 0;
}

 header form#main_search_form{
 	visibility:hidden;
 	z-index:100;
 	position:relative;
 	float:right;
 	width:50px;
 	height:50px;
 	/*overflow:hidden;*/
 	margin-top:30px;
 	margin-left:-50px;
 	box-shadow: 1px 1px 1px #5d5d5d;
	border-radius: 35px;
 }
 
 header form#main_search_form .input{
 	display:block;
 	position:absolute;
 	right:25px;
 	top:0;
 	width:0;
 	height:50px;
 	border:0;
 	box-sizing:border-box;
 	background:transparent url(/bitrix/templates/fz_original/img/search_bg.png) no-repeat left top;
 	font-size:23px;
 	color:#525252;
 	padding:12px 50px 12px 0;
 	-webkit-font-smoothing:antialiased;
 	outline: none;
 }

 header form#main_search_form .submit{
 	cursor:pointer;
 	position:absolute;
 	right:0;
 	top:0;
 	width:51px;
 	height:50px;
 	border:0;
 	background-image:url(/bitrix/templates/fz_original/img/i-search.png);
 	background-repeat: no-repeat;
 	background-position: center;
 	background-color: white;
 	/*background:transparent url(/bitrix/templates/fz_original/img/b-search.svg) no-repeat left 0;*/
 	/*background-size:51px 100px;*/
 	z-index:2;
 	margin:0;
 	outline: none;
 	border-radius: 35px;
 }

 header form#main_search_form .submit:hover{
 	/*background-position:left -50px;*/
 	background-image:url(/bitrix/templates/fz_original/img/i-search-a.png);
 }

 header form#main_search_form .close{
 	position:absolute;
 	right:0;
 	top:0;
 	width:51px;
 	height:50px;
 	border:0;
 	background:transparent url(/bitrix/templates/fz_original/img/search_close.svg) no-repeat left 0;
 	background-size:51px 100px;
 	z-index:1;
 }

 header form#main_search_form .close:hover{
 	background-position:left -50px;
 }

 header .b_search{
 	float:right;
 	width:51px;
 	height:50px;
 	/*background:url(/bitrix/templates/fz_original/img/b-search.svg) no-repeat left 0;*/
 	background-image:url(/bitrix/templates/fz_original/img/i-search.png);
 	background-repeat: no-repeat;
 	background-position: center;
 	background-color: white;
 	/*background-size:51px 100px;*/
 	margin-left:32px;
 	margin-top:30px;
 	border-radius: 35px;
	box-shadow: 1px 1px 1px #5d5d5d;
 }
 header .b_search:hover{
 	background-image:url(/bitrix/templates/fz_original/img/i-search-a.png);
 }



@media (max-width: 1050px) {

		.site-logo{
			margin-left: 15px;
		}
		header .addr{
			margin: 0 15px;
		}
		header .phone{
			margin: 0 15px;
		}

		header div.c1000 > div:nth-child(2){
			padding: 80px 15px 0 0;
		}

		.top-search{
			right: 15px;
		}

}

@media (max-width: 870px) {

		header div.c1000 > div:nth-child(1){
			text-align: center;
		}
		.site-logo{
			display: block;
			margin: 0 auto 15px auto;
		}
		header .addr{
			margin: 0 40px;
		}
		header .phone{
			margin: 0 40px;
		}

		header div.c1000 > div:nth-child(2){
			padding: 30px 15px 0 0;
		}

}

@media (max-width: 500px) {


		header div.c1000 > div:nth-child(2) > div{
			max-width: 380px;
			width: 100%;
			text-align: center;
		}

			header div.c1000 > div:nth-child(2) > div .title{
				font-size: 26px;
				line-height: 38px;
				
			}


		.top-search{
			position: inherit;
			top: inherit;
			right: inherit;
			margin: 0 auto 25px auto;
			text-align: center;
		}
 		header form#main_search_form{
 			float: none;
			visibility: visible;
			width: 325px;
			height: 50px;
			margin: 0 auto;
		}
		.input{
			width: 300px !important;
			padding-left: 25px !important;
		}
		.b_search{
			display: none;
		}

}



/*MAIN MENU*/

.sticky-content.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: url(/bitrix/templates/fz_original/img/main-menu-bg.png) no-repeat center top;
}

.main-menu{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	background: url(/bitrix/templates/fz_original/img/main-menu-bg.png) no-repeat center top;
}
.main-menu ul{
	list-style: none;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 2px solid #B22218;
	font-size: 0;
}
.main-menu ul li{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 60px;
	margin-bottom: 4px;
}

	.main-menu ul li:nth-child(1){
		margin-left: 0;
	}
	.main-menu ul li:last-child{
		margin-left: 86px;
	}
	.main-menu ul li.active,
	.main-menu ul li:hover
	{		
		border-bottom: 4px solid #B22218;
		margin-bottom: 0;
	}

.main-menu ul li a{
	display: block;
	padding: 31px 0 23px 0;
	font-family: 'HelveticaNeueCyr-Light';
	font-size: 16px;
	line-height: 16px;
	color: #303030;
	text-decoration: none;
	text-transform: uppercase;
}
.main-menu ul li.active a{
	color: #b22218;
}



/*Left Panel*/

.pushy{
	background: white !important;
}
.mobile-menu-button{
	display: none !important;
}
.menu-btn{
	display: block;
	margin: 8px 15px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: black;
	border: 1px solid black;
	border-radius: 3px;
}
.menu-btn:hover{
	background: white;
	color: black;
}



@media (max-width: 1050px) {

		.main-menu ul{
			text-align: justify;
			margin-left: 15px;
			margin-right: 15px;
		}
		.main-menu ul li{
			margin-left: 0;
			margin-right: 0;
		}
		.main-menu ul li:last-child{
			margin-left: 0;
			margin-right: 0;
		}

		.main-menu ul {
		  text-align: justify;
		  line-height: 0;
		 
		  /* Opera Presto */
		  font-size: 1px;
		 
		  /* IE6-7 */
		  text-justify: newspaper; 
		  zoom: 1;
		  text-align-last: justify;
		}
		.main-menu ul:after {
		  width: 100%;
		  height: 0px;
		  visibility: hidden;
		  overflow: hidden;
		  content: "";
		  display: inline-block;
		}
		.main-menu ul li  {
		  display: inline-block;
		  text-align: left;
		 
		  /* Восстанавливаем обнулённые свойства */
		  line-height: normal;
		  font-size: 14px;
		 
		  /* Opera Presto */
		  vertical-align: top;
		 
		  /* IE6-7 */
		  //display : inline;
		  //zoom : 1;
		}

}

@media (max-width: 800px) {

	.main-menu ul li a{
		padding: 31px 0 23px 0;
		font-size: 14px;
		line-height: 16px;
	}

}

@media (max-width: 700px) {

		.mobile-menu-button{
			display: inline-block !important;
			vertical-align: top;
		}

		.main-menu ul{
			display: none;
		}

		.pushy ul{
			margin: 20px;
		}
		.pushy ul li{
			display: block;
		}
		.pushy ul li a{			
			display: block;
			padding: 15px 0;
			font-family: 'HelveticaNeueCyr-Light';
			font-size: 16px;
			line-height: 16px;
			color: #303030;
			text-decoration: none;
			text-transform: uppercase;
		}
		.pushy ul li a:hover{
			text-decoration: underline;
		}

}



/*BLOCK 1*/


.block-1{
	padding-top: 60px;
	background: url(/bitrix/templates/fz_original/img/block-1-bg.jpg) no-repeat center bottom;
}

.div-clock{
	position: relative;
	display: block;
	width: 510px;
	height: 510px;
	background: url(/bitrix/templates/fz_original/img/clock.png) no-repeat center;
	margin: 0 auto;
	margin-top: 160px;
}

.div-arrow{
	position: absolute;
	display: block;
	width: 510px;
	height: 510px;
	background: url(/bitrix/templates/fz_original/img/arrow.png) no-repeat center;
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.rotate{
	transition-delay: 1.4s;
	-webkit-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;

	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.div-date{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 510px;
	height: 510px;
}
	.div-date > div{
		text-align: center;
		font-size: 20px;
		line-height: 25px;
		color: #3b3b3b;
	}
	.div-date b{
		display: block;
		font-family: 'HelveticaNeueCyr-Bold';
	}
		.date-1{
			position: absolute;
			display: table;
			margin-top: 230px;
			margin-left: 70px;
		}
		.date-2{
			position: absolute;
			display: table;
			top: 120px;
			margin-left: 100px;
		}
		.date-3{
			position: absolute;
			display: table;
			top: 65px;
			margin-left: 195px;
		}
		.date-4{
			position: absolute;
			display: table;
			top: 120px;
			margin-left: 325px;
		}
		.date-5{
			position: absolute;
			display: table;
			margin-top: 230px;
			margin-left: 365px;
		}

.div-text{
	overflow: hidden;
	position: relative;
}

	.div-1,
	.div-2,
	.div-3,
	.div-4,
	.div-5
	{
		position: absolute;
		font-size: 15px;
		line-height: 28px;
		color: #3b3b3b;		
	}

	.div-1 p span,
	.div-2 p span,
	.div-3 p span,
	.div-4 p span,
	.div-5 p span
	{
		display: block;
	}
	.div-1 p span:nth-child(2),
	.div-2 p span:nth-child(2),
	.div-3 p span:nth-child(2),
	.div-4 p span:nth-child(2),
	.div-5 p span:nth-child(2)
	{
		display: inline-block;
		vertical-align: top;
	}

	.div-1 p span.square,
	.div-2 p span.square,
	.div-3 p span.square,
	.div-4 p span.square,
	.div-5 p span.square
	{
		display: inline-block;
		vertical-align: top;
		width: 9px;
		height: 9px;
		margin-top: 9px;
		margin-right: 8px;
		background: url(/bitrix/templates/fz_original/img/i-square.png) no-repeat 0 0;
	}



	.div-1{
		top: 390px;
		left: 120px;
		text-align: right;
	}

	.div-2{
		top: 180px;
		left: 90px;
		text-align: right;
	}
		.div-2 p:nth-child(1) span:nth-child(3){
			margin-right: 15px;
		}
		.div-2 p:nth-child(1) span:nth-child(4){
			margin-right: 35px;
		}
		.div-2 p:nth-child(2){
			margin-right: 55px;
		}
		.div-2 p:nth-child(3){
			margin-right: 70px;
		}


	.div-3{
		top: 30px;
		left: 420px;
		text-align: center;
	}


	.div-4{
		top: 200px;
		left: 790px;
		text-align: left;
	}
		.div-4 p:nth-child(2){
			margin-left: 25px;
		}
			.div-4 p:nth-child(2) span:nth-child(3){
				margin-left: 30px;
			}

	.div-5{
		top: 380px;
		left: 870px;
		text-align: left;
	}



		.div-text > .date-1,
		.div-text > .date-2,
		.div-text > .date-3,
		.div-text > .date-4,
		.div-text > .date-5
		{
			display: none;
		}



@media (max-width: 1200px) {

		.div-text{
			overflow: hidden;
			position: relative;
		}

			.div-1,
			.div-2,
			.div-3,
			.div-4,
			.div-5
			{
				position: inherit;
				top: inherit !important;
				left: inherit !important;
				text-align: left;
				margin-left: 15px;
				margin-right: 15px;
				margin-bottom: 15px;

				display: table;
				width: 300px;
				/*width: 100%;*/
				margin-left: auto;
				margin-right: auto;
			}


			.div-1 p,
			.div-2 p,
			.div-3 p,
			.div-4 p,
			.div-5 p
			{
				margin: 0 !important;
			}
			.div-1 p span,
			.div-2 p span,
			.div-3 p span,
			.div-4 p span,
			.div-5 p span
			{
				margin: 0 !important;
			}
			.div-1 p span.square,
			.div-2 p span.square,
			.div-3 p span.square,
			.div-4 p span.square,
			.div-5 p span.square
			{
				margin-top: 9px !important;
				margin-right: 8px !important;
			}


		.div-clock{
			margin-top: 15px;
		}


		.div-text > .date-1,
		.div-text > .date-2,
		.div-text > .date-3,
		.div-text > .date-4,
		.div-text > .date-5
		{
			position: inherit;
			display: table;
			top: inherit;
			margin-top: inherit;
			margin-left: inherit;
			font-size: 20px;
			line-height: 25px;
			color: #3b3b3b;
			margin-left: 15px;
			margin-top: 15px;
			margin-bottom: 10px;

			display: table;
			width: 300px;
			/*width: 100%;*/
			margin-left: auto;
			margin-right: auto;
		}
		.div-text > .date-1 b,
		.div-text > .date-2 b,
		.div-text > .date-3 b,
		.div-text > .date-4 b,
		.div-text > .date-5 b
		{
			font-family: 'HelveticaNeueCyr-Bold';
			margin-left: 10px;
		}


}

@media (max-width: 550px) {

		.div-clock{
			display: none;
		}

		.block-1{
			padding-bottom: 60px;
		}

}



/*BLOCK 2*/



.block-2{
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	margin-top: -50px;
	height: 360px;
	background: url(/bitrix/templates/fz_original/img/block-2-bg.jpg) no-repeat center top;
	box-shadow: 0 0 50px #C2C2C2;
}
	
	.block-2 > div{
		position: relative;
		max-width: 646px;
		width: 100%;
		min-height: 390px;
		margin: 0 auto;
		background: url(/bitrix/templates/fz_original/img/block-2-bg2.jpg) no-repeat center top;
		box-shadow: 0 0 30px #c1b0b0;
		top: -110px;
		padding: 80px 50px 0 50px;
	}

	.block-2 > div p{
		font-size: 18px;
		line-height: 30px;
		color: #3b3b3b;
		margin: 18px 0;
	}



		@media (max-width: 770px) {

			.block-2 > div{
				padding-left: 0;
				padding-right: 0;
				min-height: 350px;
				padding-bottom: 40px;
				background-color: #F0EEEF;
			}

				.block-2 > div p{
					margin-left: 50px;
					margin-right: 50px;
				}

		}


		@media (max-width: 550px) {

			.block-2{
				margin-top: 0;
				height: auto;
			}

			.block-2 > div{
				top: 0;
			}

				.block-2 > div p{
					margin-left: 15px;
					margin-right: 15px;
				}			

		}



/*BLOCK 3*/



.block-3{
	max-width: 1600px;
	margin: 0 auto;
	padding: 55px 0 0 0;
	height: 470px;
	background: url(/bitrix/templates/fz_original/img/block-3-bg.jpg) no-repeat center top;
	overflow: hidden;
}

.block-3 > div > div{
	position: relative;
	margin: 33px 100px 0 100px;
	font-size: 0;
	display: table;
	width: 100%;
}
.block-3 > div > div > div{
	/*display: table-cell;
	vertical-align: top;*/
}

	.block-3 > div > div > div:nth-child(1){
		width: 425px;
	}

	/*.block-3 > div > div > div:nth-child(2),*/
	.block-3 ul li > div
	{
		font-size: 15px;
		line-height: 30px;
		color: #3b3b3b;
		padding-left: 20px;
	}


/*!*/
.block-3 ul li > div{
	position: absolute;
	left: 430px;
	right: 190px;
	top: 0;
}


		/*.block-3 > div > div > div:nth-child(2) > div.top,
		.block-3 > div > div > div:nth-child(2) > div.bot,*/
		.block-3 ul li > div > div.top,
		.block-3 ul li > div > div.bot
		{
			margin: 0 20px 0 20px;
			height: 3px;
			background: url(/bitrix/templates/fz_original/img/dash3.png) repeat-x 0 0;
		}

		/*.block-3 > div > div > div:nth-child(2) > div.cen,*/
		.block-3 ul li > div > div.cen
		{
			padding: 20px 25px 20px 31px;
			background: url(/bitrix/templates/fz_original/img/transp.png) repeat 0 0;
			border-radius: 20px;
		}

			/*.block-3 > div > div > div:nth-child(2) > div.cen p,*/
			.block-3 ul li > div > div.cen .question-important__preview
			{
				font-size: 15px;
				line-height: 30px;
				color: #3b3b3b;
			}
			/*.block-3 > div > div > div:nth-child(2) > div.cen a:nth-child(2),*/
			.block-3 ul li > div > div.cen a:nth-child(2)
			{
				font-family: 'HelveticaNeueCyr-Light';
				font-size: 16px;
				line-height: 44px;
				color: #d0887e;
				text-decoration: none;
			}
			/*.block-3 > div > div > div:nth-child(2) > div.cen a:nth-child(2):hover,*/
			.block-3 ul li > div > div.cen a:nth-child(2):hover
			{
				color: #b22218;
			}
			/*.block-3 > div > div > div:nth-child(2) > div.cen a:nth-child(3),*/
			.block-3 ul li > div > div.cen a:nth-child(3)
			{
				float: right;
				margin-right: 18px;
				width: 180px;
			}
}


.block-3 ul{
	margin: 7px 0;
	border: 1px solid black;
}
.block-3 ul li{
	background: url(/bitrix/templates/fz_original/img/i-check.png) no-repeat 0 0;
	margin-bottom: 25px;
	padding: 0 0 0 45px;
}
.block-3 ul li > a{
	font-size: 18px;
	line-height: 37px;
	color: #3b3b3b;
	background: url(/bitrix/templates/fz_original/img/dash2.png) repeat-x left bottom;
	text-decoration: none;
	cursor: pointer;
}
.block-3 ul li.active > a,
.block-3 ul li:hover > a
{
	color: #b22218;
	background: none;
}


@media (max-width: 1250px) {

	.block-3{
		padding: 55px 0 40px 0;
		height: auto;
		background: url(/bitrix/templates/fz_original/img/block-3-bg.jpg) no-repeat right top;
		background-size: auto 100%;
	}

	.block-3 > div > div{
		margin-left: 15px;
		margin-right: 15px;
	}	

	.block-3 > div > div > div{
		display: block;
		width: 100% !important;
	}

		.block-3 > div > div > div:nth-child(2){
			padding-left: 0;
		}


			/*!*/
			.block-3 ul li > div{
				position: inherit;
				left: inherit;
				right: inherit;
				top: inherit;
				margin-top: 25px;
				margin-left: -45px;
				margin-right: 25px;
				padding-left: 0;
			}


}

@media (max-width: 400px) {

	/*.block-3 > div > div > div:nth-child(2) > div.cen a:nth-child(3),*/
	.block-3 ul li > div > div.cen a:nth-child(2),
	.block-3 ul li > div > div.cen a:nth-child(3)
	{
		display: table;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

}



/*BLOCK 4*/



.block-4{
	max-width: 1600px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	min-height: 474px;
	background: url(/bitrix/templates/fz_original/img/block-4-bg.jpg) no-repeat center top;
	overflow: hidden;
}

.block-4 h1{
	color: white;
}

.block-4 > div > div{
	position: relative;
	margin: 35px 90px 0 90px;
/*	font-size: 0;*/
	display: table;
	width: 100%;
}

/*.block-4 > div > div > div{
	display: table-cell;
	vertical-align: top;
}*/
	.block-4 > div > div > div:nth-child(1){
		width: 520px;
		border-right: 1px solid #878583;
	}

	.block-4 > div > div > div:nth-child(2){
		padding-left: 10px;
	}

			/*.block-4 > div > div > div:nth-child(2) > div.cen p,*/
			.block-4 ul li > div.cen p
			{
				font-size: 15px;
				line-height: 30px;
				color: #d0887e;
				text-align: center;
			}


			/*.block-4 > div > div > div:nth-child(2) > div.cen .toggler,*/
			.block-4 ul li > div.cen .toggler
			{
				text-align: center;
				margin: 15px 0 35px 0;
			}

				/*.block-4 > div > div > div:nth-child(2) > div.cen .toggler a:nth-child(1),*/
				.block-4 ul li > div.cen .toggler a:nth-child(1)
				{
					display: inline-block;
					vertical-align: top;
					font-size: 15px;
					line-height: 25px;
					color: white;
					text-decoration: none;
					background: url(/bitrix/templates/fz_original/img/i-face1.png) no-repeat 0 0;
					padding: 5px 0 15px 50px;
					text-align: center;
				}

						.block-4 input[type=checkbox]{
							display: none;
						}
						.dopLabel{
							display: inline-block;
							overflow: hidden;
						}
						.tumbl{
							position: relative;
							display: inline-block;
							width: 80px;
							height: 42px;
							margin-top: 5px;
							margin-left: 20px;
							margin-right: 20px;
							background: #E8E8E8;
							border-radius: 20px;
							cursor: pointer;
							transition: 0.3s;
						}
						.tumbl div{
							margin-top: 1px;
							margin-left: 1px;
							display: block;
							width: 40px;
							height: 40px;
							background: #D0887E;
							border-radius: 20px;
							transition: 0.3s;
						}
						.tumbl-a div{
							margin-left: 39px;
						}

				/*.block-4 > div > div > div:nth-child(2) > div.cen .toggler a:nth-child(4),*/
				.block-4 ul li > div.cen .toggler a:nth-child(4)
				{
					display: inline-block;
					vertical-align: top;
					font-size: 15px;
					line-height: 25px;
					color: white;
					text-decoration: none;
					background: url(/bitrix/templates/fz_original/img/i-face2.png) no-repeat 0 0;
					padding: 5px 0 15px 50px;
					text-align: center;
				}


			/*.block-4 > div > div > div:nth-child(2) > div.cen .info,*/
			.block-4 ul li > div.cen .info
			{
				margin: 0 30px;
				padding: 35px 0;
				border: 2px solid #D0887E;
			}
				/*.block-4 > div > div > div:nth-child(2) > div.cen .info p:nth-child(1),*/
				.block-4 ul li > div.cen .info p:nth-child(1)
				{
					font-size: 18px;
					line-height: 30px;
					color: white;
				}
				/*.block-4 > div > div > div:nth-child(2) > div.cen .info p:nth-child(2),*/
				.block-4 ul li > div.cen .info p:nth-child(2)
				{
					font-size: 18px;
					line-height: 30px;
					color: #d0887e;
				}



.block-4 > div > div > div ul{
	margin: 7px 15px;
}
.block-4 > div > div > div ul > li{
	margin-left: 5px;
	padding: 8px 0 8px 18px;
}
.block-4 > div > div > div ul > li > a{
	/*display: block;*/
	font-size: 18px;
	line-height: 28px;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.block-4 > div > div > div ul > li.active
{
	margin-left: 0;
	background: url(/bitrix/templates/fz_original/img/left-line.jpg) no-repeat 0 0 !important;
}

.block-4 > div > div > div ul > li.active > a
{
	/*border-left: 5px solid #D0887E;*/
	
}

.block-4 > div > div > div ul > li.active > a,
.block-4 > div > div > div ul > li:hover > a
{
	background: url(/bitrix/templates/fz_original/img/dash4.png) repeat-x left bottom;
}



/*!*/
.block-4 ul li > div{
	position: absolute;
	left: 535px;
	right: 180px;
	top: 0;
}


@media (max-width: 1250px) {

	.block-4{
		padding: 55px 0 55px 0;
		height: auto;
		background: url(/bitrix/templates/fz_original/img/block-4-bg.jpg) no-repeat right top;
		background-size: auto 100%;
	}

	.block-4 > div > div > div{
		display: block;
	}

	.block-4 > div > div > div:nth-child(1){
		width: inherit;
		border-right: 0;
	}
	.block-4 > div > div > div:nth-child(2){
		padding-left: 0;
	}


		/*!*/
		.block-4 ul{
			margin-left: 15px;
			margin-right: 15px;
		}
		.block-4 ul li > div{
			position: inherit;
			left: inherit;
			right: inherit;
			top: inherit;
		}
		.block-4 > div > div{
			margin: 35px 0 0 0;
		}
		.block-4 ul li > div.cen .info
		{
			margin: 0;
		}


}


/*BLOCK 5*/


.block-5{
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	min-height: 580px;
	background: url(/bitrix/templates/fz_original/img/block-5-bg.jpg) no-repeat center top;
	overflow: hidden;
	-webkit-box-shadow: inset 2px 36px 34px -28px rgba(107,103,99,1);
	-moz-box-shadow: inset 2px 36px 34px -28px rgba(107,103,99,1);
	box-shadow: inset 2px 36px 34px -28px rgba(107,103,99,1);
}

.block-5 div.top,
.block-5 div.bot
{
	max-width: 910px;
	width: 100%;
	height: 5px;
	margin: 0 auto;
	background: url(/bitrix/templates/fz_original/img/dash5.png) repeat-x 0 0;
}
.block-5 div.top{
	margin-top: 55px;
}
.block-5 div.cen{
	max-width: 910px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: white;
	box-shadow: 0 0 40px #8e8d8d;
}

	.block-5 div.cen > div{
		position: relative;
		display: table-cell;
		vertical-align: top;
		width: 33%;
		text-align: center;
	}

		.block-5 div.cen > div:nth-child(1){
			padding-left: 16px;
			padding-right: 10px;
		}
		.block-5 div.cen > div:nth-child(2){
			width: 34%;
			/*padding: 0 15px;*/
		}

		.block-5 div.cen > div .title{
			font-size: 20px;
			line-height: 30px;
			color: #3b3b3b;
			text-transform: uppercase;
			margin: 28px 0 0px 0;
		}
			.block-5 div.cen > div .title span{
				display: inline-block;
				width: 32px;
				height: 32px;
				border: 2px solid #B22218;
				border-radius: 22px;
				font-size: 20px;
				line-height: 32px;
				color: #b22218;
				margin-right: 16px;
				text-align: center;
			}
		.block-5 div.cen > div .title2{
			font-size: 16px;
			line-height: 30px;
			color: #b22218;
			margin-bottom: 30px;
		}


	.search-field{
		display: block;
		margin: 0 auto;
		width: 290px;
		height: 50px;
		border: 1px solid #EFEFEF;
		border-radius: 30px;
		text-align: center;
		font-size: 0;
	}
		.search-field input[type=text]{
			display: inline-block;
			vertical-align: top;
			width: 210px;
			font-size: 16px;
			color: #3b3b3b;
			outline: none;
			border: 0;
			line-height: 50px;
			height: 50px;
			margin: 0;
			padding: 0;
			border-radius: 0;
			background: transparent;
		}
		.search-field input[type=submit]{
			display: inline-block;
			vertical-align: top;
			width: 48px;
			height: 48px;
			background: url(/bitrix/templates/fz_original/img/i-search.png) no-repeat right center;
			border: 0;
			cursor: pointer;
			outline: none;
		}
		.search-field > div{
			position: relative;
			z-index: 2;
			background: white;
			margin: 0 25px;
			padding-top: 5px;
			border: 1px solid #EFEFEF;
		}
		.search-field > div li{
			font-family: 'HelveticaNeueCyr-Light';
			margin: 7px 0;
			padding: 0 18px;
			font-size: 12px;
			line-height: 26px;
			color: #3b3b3b;
			text-align: left;
		}
		.search-field > div li b{
			font-family: 'HelveticaNeueCyr-Roman';
			font-weight: bold;
		}
		.search-field > div li:hover,
		.search-field > div li.selected{
			cursor: pointer;
			background: #D0887E;
		}


	/*2*/
	.block-5 div.cen > div:nth-child(3){}
	.block-5 div.cen > div:nth-child(3) .left-line{
		position: absolute;
		left: 0;
		bottom: 15px;
		width: 1px;
		height: 260px;
		background: #FDEBE8;
	}
	.block-5 div.cen > div:nth-child(3) .right-line{
		position: absolute;
		right: 0;
		bottom: 15px;
		width: 1px;
		height: 260px;
		background: #FDEBE8;
	}
	.block-5 div.cen > div:nth-child(3) .title{
		/*margin-left: -20px;*/
	}
	.block-5 div.cen > div:nth-child(3) ul{
		margin-top: 40px;
	}
	.block-5 div.cen > div:nth-child(3) ul li{
		font-family: 'HelveticaNeueCyr-Light';
		font-size: 14px;
		line-height: 30px;
		color: #3b3b3b;
	}
		.block-5 div.cen > div:nth-child(3) ul li span{
			font-family: 'HelveticaNeueCyr-Roman';
			font-size: 18px;
			line-height: 30px;
			color: #b22218;
		}

	.block-5 div.cen > div:nth-child(3) div.total{
		position: absolute;
		bottom: 10px;
		width: 100%;
		text-align: left;
		padding-left: 10px;
	}
		.block-5 div.cen > div:nth-child(3) div.total span:nth-child(1){
			font-family: 'HelveticaNeueCyr-Bold';
			font-size: 18px;
			line-height: 30px;
			color: #3b3b3b;
		}
		.block-5 div.cen > div:nth-child(3) div.total span:nth-child(2){
			font-size: 40px;
			line-height: 30px;
			color: #b22218;
			font-weight: bold;
			margin: 0 5px;
		}
		.block-5 div.cen > div:nth-child(3) div.total span:nth-child(3){
			font-size: 20px;
			line-height: 30px;
			color: #cbc9c9;
			text-transform: uppercase;
		}



	.block-5 div.cen > div:nth-child(4) .title{
		/*margin-left: 15px;*/
	}

	.block-5 div.cen > div:nth-child(4) input[type=submit]{
		width: 260px;
		display: inline-block;
	}

	.check-result__list {
		text-align: left;
		padding: 0 10px;
	}


@media (max-width: 1000px) {

	.block-5{
		height: auto;
		background: url(/bitrix/templates/fz_original/img/block-5-bg.jpg) no-repeat center top;
	}

		.block-5 > div.cen > div{
			display: block;
			width: inherit;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

			.block-5 > div.cen > div:nth-child(1){
				padding-top: 15px;
				padding-left: 15px;
				padding-right: 15px;
			}
			.block-5 > div.cen > div:nth-child(2){
				width: inherit;
				padding: 0 15px;
			}	

	.search-field > div{
		display: none;
	}

	.block-5 > div.cen > div:nth-child(2) div.total{
		position: inherit;
		bottom: inherit;
		text-align: center;
		padding-left: 0px;
		padding-top: 25px;
	}


	.block-5 div.cen > div:nth-child(3) div.total {
		position: static;
		text-align: center;
	}
	.check-result,
	.check-result__list {
		text-align: center;
	}
}



/*BLOCK 6*/


.block-6{
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	min-height: 640px;
	overflow: hidden;
	-webkit-box-shadow: inset 0px -30px 20px -20px rgba(217,217,217,1);
	-moz-box-shadow: inset 0px -30px 20px -20px rgba(217,217,217,1);
	box-shadow: inset 0px -30px 20px -20px rgba(217,217,217,1);
}

.owl-slider{
	max-width: 890px;
	margin: 50px auto;
	/*border: 1px solid black;*/
}

#owl-slider{
	/*margin: 0 50px;*/
	/*border: 1px solid black;*/
}

.owl-slider li{
	margin: 0 25px;
	padding: 20px 22px;
	text-align: center;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
}
.owl-slider li .title{
	font-size: 25px;
	line-height: 32px;
	color: #b22218;
	text-transform: uppercase;
}
.owl-slider li img{
	max-width: 210px;
	height: auto;
	margin: 15px 0 10px 0;
}
.owl-slider li .text{
	font-family: 'HelveticaNeueCyr-Light';
	font-size: 12px;
	line-height: 18px;
	color: #3b3b3b;
}
.owl-slider li div{
	margin-top: 10px;
	min-height: 48px;
}
.owl-slider li div p{
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
/*	line-height: 78px;*/
	color: #b22218;
	font-weight: bold;
}
.owl-slider li div p span{
	font-size: 12px;
	line-height: 48px;
	color: #cbc9c9;
	text-transform: uppercase;
	font-weight: normal;
}
.owl-slider li div a{
	display: inline-block;
	width: 160px;
	margin-left: 35px;
}

.shop-link{
	margin: 25px auto 0 auto;
}


@media (max-width: 800px) {

	.owl-slider li div p{
		display: inline-block;
		vertical-align: top;
		font-size: 28px;
		line-height: 78px;
		color: #b22218;
		font-weight: bold;
	}

	.owl-slider li div a{
		display: block;
		width: 160px;
		margin-left: auto;
		margin-right: auto;
	}	

}


/*BLOCK 7*/


.block-7{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0 0;
	min-height: 685px;
	overflow: hidden;
	background: #D08883;
}
.block-7 h1{
	color: white;
}

.block-7 > div:nth-child(2){
	max-width: 1000px;
	width: 100%;
	margin: 30px auto 0 auto;
}
.block-7 > div:nth-child(2) > div{
	display: table-cell;
	vertical-align: top;
	padding-right: 25px;
}

	.odf-col1{
		width: 21%;
	}
	.odf-col2{
		width: 48%;
	}

		/*1*/

		.odf-col1 > ul{
			margin-top: 25px;
		}
		.odf-col1 > ul > li{
			display: table;
			margin: 2px 0 6px 0;
		}
		.odf-col1 > ul > li > a{
			display: block;
			padding: 10px 40px 10px 15px;
			font-size: 18px;
			line-height: 22px;
			color: white;
			text-decoration: none;
			border: 2px solid #D08883;
		}
		.odf-col1 > ul > li:hover > a,
		.odf-col1 > ul > li.active > a
		{
			border: 2px solid white;
		}

		/*2*/

		.odf-col2 .title,
		.block-7-itm .title
		{
			font-size: 24px;
			line-height: 60px;
			color: white;
		}

		.odf-col2 ul li,
		.block-7-itm ul li
		{
			margin: 0 15px 12px 0;
		}

		.odf-col2 ul li > a,
		.block-7-itm ul li > a
		{
			font-size: 18px;
			line-height: 34px;
			color: #3b3b3b;
			text-decoration: none;
			background: url(/bitrix/templates/fz_original/img/dash2.png) repeat-x 0 bottom;
			padding: 0 !important;
		}

		.odf-col2 ul li > a:hover,
		.odf-col2 ul li.active > a,
		.block-7-itm ul li > a:hover,
		.block-7-itm ul li.active > a
		{
			background: none;
		}

		.odf-col2 ul li a span,
		.block-7-itm ul li a span
		{
			font-family: 'HelveticaNeueCyr-Bold';
			font-size: 24px;
			/*line-height: 50px;*/
			color: #b22218;
		}

		.odf-col2 ul li > div,
		.block-7-itm ul li > div
		{
			margin-left: 15px;
			padding-left: 20px;
			padding-right: 20px;
			border-left: 5px solid white;
			overflow: hidden;
		}

			.odf-col2 ul li > div .text,
			.block-7-itm ul li > div .text
			{
				font-family: 'HelveticaNeueCyr-Light';
				font-size: 14px;
				line-height: 18px;
				color: #3b3b3b;
				margin-top: 5px;
			}

			.odf-col2 ul li > div > div,
			.block-7-itm ul li > div > div
			{
				margin-top: 30px;
				margin-bottom: 10px;
			}
			.odf-col2 ul li > div > div a,
			.block-7-itm ul li > div > div a
			{
				display: inline-block;
				vertical-align: top;
			}
				.odf-col2 ul li > div > div a:nth-child(1),
				.block-7-itm ul li > div > div a:nth-child(1)
				{
					width: 175px;
					height: 44px;
					line-height: 44px;
				}
				.odf-col2 ul li > div > div a:nth-child(2),
				.block-7-itm ul li > div > div a:nth-child(2)
				{
					font-family: 'HelveticaNeueCyr-Light';
					color: white;
					text-decoration: none;
					font-size: 16px;
					line-height: 44px;
					margin-left: 32px;
				}



.block-7 > div.info{
	max-width: 952px;
	width: 100%;
	margin: 45px auto;
	background: #FDEBE8;
	border-radius: 5px;
	overflow: hidden;
}
.block-7 > div.info p{
	font-family: 'HelveticaNeueCyr-Light';
	font-size: 14px;
	line-height: 24px;
	color: #3b3b3b;
	display: block;
	margin: 12px 24px;
}
.block-7 > div.info b{
	font-family: 'HelveticaNeueCyr-Bold';
}


/*!*/
.block-7-itm > div{
	display: none;
}


	@media (max-width: 1040px) {

		.odf-col1{
			padding-left: 15px;
		}
		.block-7 > div:nth-child(2) > div:nth-child(3) > div{
			margin-right: 15px;
		}

	}

	@media (max-width: 800px) {

		.block-7 > div:nth-child(2){
			font-size: 0;
		}
		.block-7 > div:nth-child(2) > div{
			display: block;
			padding: 0 !important;
			width: inherit !important;
		}

			.odf-col1 ul li{
				margin-left: auto;
				margin-right: auto;
			}
			.odf-col1 ul li a{
				padding: 10px 10px;
			}

		.odf-col2 > p,
		.odf-col2 > ul
		{
			margin-left: 15px;
			margin-right: 15px;
		}

		.block-7 > div:nth-child(2) > div:nth-child(3) > div{
			margin: 25px auto 0 auto;
		}

		/*!*/
		.odf-col2{
			display: none;
		}
		.block-7-itm > div{
			display: block;
			/*margin-left: 15px;
			margin-right: 15px;*/
		}
		.odf-col1 > ul > li{
			margin-left: 15px;
			margin-right: 15px;
		}

	}


	@media (max-width: 500px) {

		.block-7-itm ul li > div > div{
			border-collapse: collapse;
			border-spacing: 0;
			display: table;
			margin-top: 0;
		}
		.block-7-itm ul li > div > div a:nth-child(2){
			display: table-header-group;
			text-align: center;
		}


	}



/*BLOCK 8*/



.block-8{
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	min-height: 634px;
	background: url(/bitrix/templates/fz_original/img/block-8-bg.jpg) no-repeat center top;
	overflow: hidden;
}


.block-8 > div.top,
.block-8 > div.bot
{
	max-width: 910px;
	width: 100%;
	height: 5px;
	margin: 0 auto;
	background: url(/bitrix/templates/fz_original/img/dash5.png) repeat-x 0 0;
}
.block-8 > div.top{
	margin-top: 45px;
}
.block-8 > div.cen{
	max-width: 910px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: white;
	box-shadow: 0 0 40px #8e8d8d;
	display: table;
}
.block-8 > div.bot{
	/*margin-bottom: 35px;*/
}


.contract-col1,
.contract-col2 {
	display: table-cell;
	vertical-align: top;
	padding-top: 40px;
}
	.contract-col1 {
		width: 57%;
		padding-left: 35px;
		padding-right: 15px;
	}
	.contract-col2{
		padding-right: 35px;
	}

		/*1*/

		.contract-col1  .title{
			font-size: 24px;
			line-height: 24px;
			color: #b22218;
			margin-bottom: 20px;
		}
		.contract-col1  > ul > li{
			margin: 0 15px 13px 0;
		}
		.contract-col1  > ul > li > a{
			font-size: 18px;
			line-height: 34px;
			color: #3b3b3b;
			text-decoration: none;
			background: url(/bitrix/templates/fz_original/img/dash2.png) repeat-x 0 bottom;			
		}
		.contract-col1  > ul > li > a:hover,
		.contract-col1  > ul > li.active > a
		{
			background: none;
		}
		.contract-col1  > ul > li > a > span{
			font-family: 'HelveticaNeueCyr-Bold';
			font-size: 24px;
			color: #b22218;
		}
		.block-8 .text-block{
			margin-left: 20px;
			padding-left: 20px;
			padding-right: 10px;
			border-left: 5px solid #D08883;
			overflow: hidden;
		}
			.contract-col1  > ul > li > div .text{
				font-family: 'HelveticaNeueCyr-Light';
				font-size: 14px;
				line-height: 18px;
				color: #3b3b3b;
				margin-top: 5px;
				margin-bottom: 5px;
			}

		/*2*/

		.contract-col2 ul,
		.block-8-table ul
		{
			margin: 8px 0 0 5px;
			border: 1px solid #DEE1E3;
		}
		.contract-col2 ul li,
		.block-8-table ul li
		{
			position: relative;
			font-family: 'HelveticaNeueCyr-Light';
			font-size: 16px;
			line-height: 20px;
			color: #3b3b3b;			
			border-top: 1px solid #DEE1E3;
			padding: 10px 15px;
		}
		.contract-col2 ul li:nth-child(1),
		.block-8-table ul li:nth-child(1)
		{
			border-top: none;
			background: #D0887E;
			font-size: 16px;
			line-height: 20px;
			color: white;
			text-align: center;
			padding-top: 16px;
			padding-bottom: 16px;
		}
		.contract-col2 ul li span,
		.block-8-table ul li span
		{
			display: inline-block;
			vertical-align: top;
			width: 16px;
			height: 16px;
			background: url(/bitrix/templates/fz_original/img/i-quest.png) no-repeat 0 0;
			margin-left: 15px;
			cursor: pointer;
		}
		.contract-col2 ul li div,
		.block-8-table ul li div
		{
			display: none;
			position: absolute;
			z-index: 2;
			background: white;
			border: 1px solid #DEE1E3;
			border-radius: 5px;
			padding: 10px 20px;
			box-shadow: 3px 3px 10px #DEDEDE;
			max-width: 265px;
			width: 100%;
			right: 0;
		}
		.contract-col2 ul li span:hover + div,
		.block-8-table ul li span:hover + div
		{
			display: block;
		}

		.contract-col2 a,
		.block-8-table a
		{
			width: 150px;
			float: right;
			margin-top: 20px;
			line-height: 38px;
			height: 38px;
		}



/*.block-8-table{
	display: none;
}*/



	@media (max-width: 650px) {

		.block-8 > div.cen{
			width: inherit !important;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		.block-8 > div.cen > div{
			width: inherit !important;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		.contract-col1  > ul > li{
			margin-right: 0;
		}

		.block-8-table{
			display: block;
		}
		.contract-col2{
			display: none;
		}
			.block-8-table ul{
				margin-left: 0 !important;
				margin-right: 0 !important;
			}

		.block-8 > div.cen > div{
			display: block;
			padding-left: 0 !important;
			padding-right: 0 !important;
			width: inherit !important;
			overflow: hidden;
		}

		.contract-col1  .title,
		.contract-col1  ul
		{
			margin-left: 15px;
			margin-right: 15px;
		}

		.contract-col2 ul{
			margin: 0 15px 15px 15px;
		}
			.contract-col2 a,
			.block-8-table a
			{
				float: none;
				margin-left: auto;
				margin-right: auto;
			}


		.block-8 div.text-block{
			margin-left: 0;
			padding-left: 10px;
		}


	}


	@media (max-width: 500px) {

		.contract-col1  > ul > li > a{
			font-size: 16px;
			line-height: 32px;			
		}

	}



/*BLOCK 9*/


.block-9{
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	min-height: 610px;
	overflow: hidden;
	background: #D08883;
}

.block-9 h1{
	color: white;
}

.block-9 ul{
	margin: 50px auto;
}
.block-9 ul li{
	background: url(/bitrix/templates/fz_original/img/i-check.png) no-repeat 0 0;
	margin-bottom: 25px;
	padding: 0 0 0 45px;
}
.block-9 ul li a{
	font-size: 18px;
	line-height: 37px;
	color: #3b3b3b;
	background: url(/bitrix/templates/fz_original/img/dash2.png) repeat-x left bottom;
	text-decoration: none;
	cursor: pointer;
}
.block-9 ul li.active a,
.block-9 ul li:hover a
{
	color: #b22218;
	background: none;
}
.block-9 ul li div{
	font-family: 'HelveticaNeueCyr-Light';
	background: white;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
	color: #3b3b3b;
	margin: 10px 0 10px 0;
	padding: 13px 35px;
}


	@media (max-width: 1040px) {

		.block-9 ul{
			margin-left: 15px;
			margin-right: 15px;
		}

	}

	@media (max-width: 500px) {

		.block-9 ul li div{
			margin-left: -45px;
		}

	}



/*BLOCK 10*/


.block-10{
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	min-height: 340px;
	overflow: hidden;
	-webkit-box-shadow: inset 2px 46px 34px -31px rgba(229,229,229,1);
	-moz-box-shadow: inset 2px 46px 34px -31px rgba(229,229,229,1);
	box-shadow: inset 2px 46px 34px -31px rgba(229,229,229,1);
}

.block-10 > div{
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 50px auto;
}

	.block-10 > div > div{
		display: table-cell;
		vertical-align: top;
	}

		.block-10 > div > div:nth-child(1){
			vertical-align: middle;
		}
			.block-10 > div > div:nth-child(1) img{
/*				box-shadow: 0 0 40px #cbb3b3;*/
				border-radius: 4px;
			}

		.block-10 > div > div:nth-child(2){
			padding-left: 45px;
			font-family: 'HelveticaNeueCyr-Light';
			font-size: 14px;
			line-height: 25px;
			color: #3b3b3b;
		}



	@media (max-width: 1040px) {

		.block-10 > div > div:nth-child(1){
			padding-left: 15px;
		}
		.block-10 > div > div:nth-child(2){
			padding-right: 15px;
		}

	}

	@media (max-width: 700px) {

			.block-10 > div > div{
				display: block;
			}

				.block-10 > div > div:nth-child(1){
					vertical-align: top;
					text-align: center;
					padding-left: 0;
				}
				.block-10 > div > div:nth-child(2){
					padding-top: 25px;
					padding-bottom: 25px;
					padding-left: 0;
					padding-right: 0;
				}
					.block-10 > div > div:nth-child(2) p{
						margin-left: 15px;
						margin-right: 15px;
					}

	}



/*BLOCK 11*/



.block-11{
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	min-height: 330px;
	overflow: hidden;
	background: #D0887E;
}

.block-11 h1{
	color: white;
}

.myForm{
	max-width: 1000px;
	width: 100%;
	margin: 40px auto 40px auto;
}

	.myForm div{
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}

	.block-11 input[type=text]{
		width: 420px;
		padding: 0 25px;
		font-size: 18px; 
		color: #7a7a7a;
		border: 2px solid transparent;
	}

	.block-11 textarea{
		font-family: 'HelveticaNeueCyr-Light';
		margin: 0 0 20px 0;
		padding: 15px 25px;
		width: 420px;
		height: 88px;
		font-size: 18px;
		line-height: 14px;
		color: #7a7a7a;
		border: 1px solid #E2E2E2;
		border-radius: 5px;
		outline: none;
		resize: none;
		float: right;
		border: 2px solid transparent;
	}

	.block-11 input[type=submit]{
		width: 470px;
		float: right;
		line-height: 53px;
		height: 53px;
	}



	@media (max-width: 1040px) {

		.myForm div{
			display: block;
			width: inherit;
		}
		.block-11 input[type=text],
		.block-11 textarea,
		.block-11 input[type=submit]
		{
			display: block;
			clear: both;
			margin-left: auto;
			margin-right: auto;
			float: none;
		}

	}


@media (max-width: 500px) {

	.block-11 input[type=text],
	.block-11 textarea
	{
		width: 250px;
	}
	.block-11 input[type=submit]
	{
		width: 300px;
	}

}


/*BLOCK 12*/


.block-12{
	max-width: 1600px;
	margin: 0 auto;
	height: 500px;
	overflow: hidden;
	background: url(/bitrix/templates/fz_original/img/map.jpg) no-repeat center top;
	-webkit-box-shadow: inset 2px 30px 34px -31px rgba(152,161,148,1);
	-moz-box-shadow: inset 2px 30px 34px -31px rgba(152,161,148,1);
	box-shadow: inset 2px 30px 34px -31px rgba(152,161,148,1);

	position: relative;
}

.block-12__inner {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	top: -500px;
}

.contact-box{
	position: absolute;
	top: 170px;
	right: 0;
	max-width: 430px;
	width: 100%;
	min-height: 270px;
	background: url(/bitrix/templates/fz_original/img/transp.png) repeat 0 0;
	border-radius: 15px;
	z-index: 10;
}
	.contact-box > div.top{
		margin: 0 auto;
		width: 95%;
		height: 2px;
		background: url(/bitrix/templates/fz_original/img/dash6.png) repeat-x 0 0;
	}
	.contact-box > div.bot{
		position: absolute;
		bottom: 0;
		margin: 0 0 0 10px;
		width: 95%;
		height: 2px;
		background: url(/bitrix/templates/fz_original/img/dash6.png) repeat-x 0 0;
	}

	.contact-box p{
		font-family: 'HelveticaNeueCyr-Light';
		margin: 0 40px;
		font-size: 18px;
		line-height: 23px;
		color: #3b3b3b;
		margin-bottom: 20px;
	}

	.contact-box p b{
		font-family: 'HelveticaNeueCyr-Medium';
		font-weight: normal;
	}

	.contact-box p.title{
		font-family: 'HelveticaNeueCyr-Medium';
		font-size: 24px;
		line-height: 24px;
		color: #3b3b3b;
		margin-top: 40px;
		margin-bottom: 30px;
	}



	@media (max-width: 1040px) {

		.block-12 > div > div{
			right: 15px;
		}

	}


@media (max-width: 500px) {

	.block-12 > div > div{
		width: 93%;
	}

}


/*FOOTER*/


footer{
	max-width: 1600px;
	margin: 0 auto;
	min-height: 120px;
	overflow: hidden;
	background: #7C7C7C;
}

footer > div{
	display: table;
	width: 100%;
	max-width: 1000px;
	width: 100%;
	margin: 28px auto;
}

footer > div > div{
	display: table-cell;
	vertical-align: middle;
}

.site-logo-footer{
	display: block;
	width: 248px;
	height: 43px;
	background: url(/bitrix/templates/fz_original/img/site-logo-footer.png) no-repeat 0 0;
}

footer ul{
	margin: 0 0 0 100px;
}
footer ul li{
	width: 160px;
	float: left;
	margin-right: 40px;
}
footer ul li a{
	font-family: 'HelveticaNeueCyr-Light';
	font-size: 16px;
	line-height: 24px;
	color: white;
	text-decoration: none;
}
footer ul li a:hover{
	text-decoration: underline;
}


.footer-phone,
.footer-email {
	white-space: nowrap;
	font-size: 25px;
	line-height: 25px;
	color: white;
	text-align: right;
}
.footer-email{
	font-family: 'HelveticaNeueCyr-Light';
	margin-top: 20px;
}



	@media (max-width: 1040px) {

		footer > div > div:nth-child(1){
			padding-left: 15px;
		}
		footer > div > div:nth-child(3){
			padding-right: 15px;
		}

		footer > div > div:nth-child(2) ul{
			overflow: hidden;
			display: table;
			margin: 0 auto;
		}
			footer ul li{
				width: 160px;
				float: none;
				margin-right: 0;
			}

	}

	@media (max-width: 800px) {

		footer > div > div{
			display: block;
		}
		.site-logo-footer{
			margin-left: auto;
			margin-right: auto;
		}
		footer > div > div:nth-child(2) ul{
			margin: 25px auto;
		}
		footer > div > div:nth-child(3) p{
			text-align: center;
		}

		.footer-phone,
		.footer-email {
			text-align: center;
		}
		.map {
			display: none;
		}
		.block-12__inner {
			top: 0;
			text-align: center;
		}
		.contact-box {
			width: 90%;
			position: static;
			display: inline-block;
			margin: 10px 0;
		}
		.contact-box .top,
		.contact-box .bot {
			width: 100%;
		}
		.block-12 {
			height: auto;
		}

	}



/*POPUP FORM*/



.orderCall{
	cursor: pointer;
	text-decoration: underline;
}
.orderCall:hover{
	text-decoration: none;
}

.popup-shadow{
	display: none;
	background: black;
	opacity: 0.5;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
}

.popup-window{
	display: none;
	position: fixed;
	background: #EAEAEA;
	top: 50%;
	left: 50%;
	width: 310px;
	min-height: 385px;
	margin-left: -160px;
	margin-top: -142px;
	z-index: 999;
	box-shadow: 0 0 45px #4e3b3b;
}

.popup-window form{
	position: relative;
	overflow: hidden;
}

.popup-close{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(/bitrix/templates/fz_original/img/popup-close.png) no-repeat 0 0;
	cursor: pointer;
}

.popup-window form p.title{
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	color: #3b3b3b;
	margin: 40px 0 35px 0;
}
.popup-window form p.title-alert {
	margin-bottom: 10px;
}

.popup-window form p.title-alert + .alert {
	margin-bottom: 16px;
}

.popup-window form input[type=text]{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.popup-window form input[type=submit]{
	margin: 0 auto 20px;
}


	.content-form{
		display: block;
		min-height: 375px;
		position: inherit;
		top: inherit;
		left: inherit;
		margin-left: inherit;
		margin-top: 20px;
		box-shadow: none;
	}
	.popup-window.content-form form .title{
		margin-top: 25px;
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 24px;
		color: #3b3b3b;
		text-transform: none;
	}



/*Animation*/



.animate-00{

	-animation-delay: 0.0s;
	-webkit-animation-delay: 0.0s;
	-moz-animation-delay: 0.0s;

}

.animate-03{

	-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;

}

.animate-06{

	-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;

}

.animate-09{

	-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;

}

.animate-12{

	-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;

}

.animate-15{

	-animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
	-moz-animation-delay: 1.0s;

}

.animate-18{

	-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;

}

.animate-21{
	-animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
}



/**/



::-webkit-input-placeholder {color:#b1b1b1;}
::-moz-placeholder          {color:#b1b1b1;}/* Firefox 19+ */
:-moz-placeholder           {color:#b1b1b1;}/* Firefox 18- */
:-ms-input-placeholder      {color:#b1b1b1;}



/**/

input[type=text].error,
textarea.error{
	border: 2px solid red !important;
}
label.error{
	display: none !important;
}

.block-404 {
	margin: 80px 0;
	text-align: center;
}
.map {
	width: 100%;
	height: 500px;
}
.alert {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}
.alert-success {
	color: #0c7b00;
}
.alert-error {
	color: #d41010;
}
.check-smile {
	max-width: 100%;
	margin-bottom: 20px;
}
.check-info {
	font-size: 105%;
	line-height: 1.5;
}
.check-result {
	display: none;
}
.odf-link {
	font-family: 'HelveticaNeueCyr-Light';
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 44px;
/*    margin-left: 32px;*/
    display: inline-block;
}
.ofd-item div {
	display: none;
}
.ofd-item.active div {
	display: block;
}
.footer-phone a, 
.footer-email a {
	color: #fff;
}
.contact-box a {
	color: #3b3b3b;
}
.tariff-item .text-block {
	display: none;
}
.tariff-item.active .text-block {
	display: block;
}
.tariff-table {
	display: none;
}
.tariff-table.active {
	display: block;
}

.search-found {
	text-decoration: underline;
	color: yellow;
}

.top-search__list {
	position: absolute;
    top: 100%;
    left: 20px;
    background: #fff;
    right: 20px;
    border: 1px solid #ccc;
    padding: 5px 0;
    font-family: 'Arial';
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}
.top-search__link {
	color: #525252;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    white-space: nowrap;
}
.top-search__link:hover {
	background: #f0f0f0;
}
.top-search__empty {
	text-align: center;
}
/*new style*/
.wrapper{
    padding-left: 100px;
    padding-right: 100px;
    font-family: HelveticaNeueCyr;
    line-height: 21px;
}
.wrapper h1{
    font-family: HelveticaNeueCyr;
    color: #b22218;
    padding-top: 58px;
    padding-bottom: 58px;
    margin: 0;
    height: auto;
}
.wrapper ul{
	list-style-type: disc;
}
.links{
    margin-top: 76px;
    margin-bottom: 76px;
    overflow: auto;
}
.left{
    font-size: 18px;
    text-decoration: none;
    color: #b83c35;
    background-image: url(/upload/left-link.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right;
    display: block;
    float: left;
    height: 36px;
    padding-top: 18px;
    padding-left: 46px;
}
.right{
    font-size: 18px;
    text-decoration: none;
    color: #b83c35;
    background-image: url(/upload/right-link.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: left;
    display: block;
    float: right;
    height: 36px;
    padding-top: 18px;
    padding-right: 46px;
}
.detail_page{
	display: block;
    text-align: right;
}
.pagination_new{
	float: left;
}
.pagination_new li{
	background: none !important;
	padding-left: 0 !important;
	float: left !important;
	margin-right: 22px !important;
}
.pagination_new .bx-pag-prev{
	width: 98px !important;
    height: 35px !important;
    background-color: #b22218 !important;
    border-radius: 5px !important;
}
.pagination_new .bx-pag-prev span{
	border: none !important;
    background-color: #b22218 !important;
    padding-top: 3px !important;
    color: white !important;
}
.pagination_new .bx-pag-next{
	width: 98px !important;
    height: 35px !important;
    background-color: #b22218 !important;
    border-radius: 5px !important;
}
.pagination_new .bx-pag-next span{
	border: none !important;
    background-color: #b22218 !important;
    padding-top: 3px !important;
    color: white !important;
}
.bx-active{
	
}
.bx-active span{
	background-color: transparent !important;
	border: 2px solid #b22218;
	width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
	color: #b22218 !important;
    font-size: 20px !important;
	padding-left: 9px !important;
}
.bx-pagination .bx-pagination-container ul li a{
	background-color: transparent !important;
	color: #b22218 !important;
    font-size: 20px !important;
	background-image: none !important;
}

.pagination_new .bx-pag-prev a span, .pagination_new .bx-pag-next a span{
	border: none !important;
    background-color: #b22218 !important;
    padding-top: 3px !important;
    color: white !important;
}
.page_numb{
	width: 35px !important;
    height: 35px !important;
	padding-top: 2px !important;
}
.page_numb a{
	width: 35px !important;
    height: 35px !important;
}
.page_numb a span{
    background-color: transparent !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    color: #b22218 !important;
    font-size: 20px !important;
    text-decoration: none;
}
.block-5 div.cen > div:nth-child(2){
	padding-left: 15px;
}
/* End */
/* /bitrix/templates/fz_original/components/bitrix/news.list/question-important/style.css?1707471593558 */
/* /bitrix/templates/fz_original/ext/fancybox/jquery.fancybox.css?17074715934900 */
/* /bitrix/templates/fz_original/components/bitrix/catalog.section.list/fine/style.css?1707471593482 */
/* /bitrix/templates/fz_original/components/bitrix/news.list/check/style.css?170747159369 */
/* /bitrix/templates/fz_original/components/bitrix/catalog.section.list/ofd/style.css?170747159367 */
/* /bitrix/templates/fz_original/components/bitrix/catalog.section.list/contract/style.css?170747159367 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17074715852530 */
/* /bitrix/templates/fz_original/components/bitrix/news.list/question/style.css?170747159384 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1707471584666 */
/* /bitrix/templates/.default/components/at/optin.form/popup1/style.css?170747159232 */
/* /bitrix/templates/fz_original/template_styles.css?170747159354152 */
