html {
	overflow-y: scroll;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	height: 948px;/*	min-width:1280px;
	min-width: 1900px;
	zoom:100%;*/
}

@font-face {
font-family: "PF Din Display Pro Regular";
src: url("../fonts/PFDinDisplayPro-Regular.eot");
src: url("../fonts/PFDinDisplayPro-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/PFDinDisplayPro-Regular.woff") format("woff"),
url("../fonts/PFDinDisplayPro-Regular.svg") format("svg"),
url("../fonts/PFDinDisplayPro-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}

.box-name {font-family: 'PF Din Display Pro Regular';}
body {
	font-family: 'PF Din Display Pro Regular';
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: 15px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-weight: normal;
	line-height: normal;
}
/*
p{
	font-family: "PF Din Display Pro Regular";
	padding-bottom: 30px;
	font-size: 15px;
	margin-left: 25px;
	margin-right: 35px;
	margin-bottom: -15px;
	color: #FFFFFF;
	text-align: left;
}*/
	
/**/#wrap {
	max-width: 1865px;
	margin: auto;
	}	
#wrapper {
	position: relative;
	width: 1280px;
	/*height: 8741px;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: -7px;
	margin-bottom: -687px;	/*z-index: 5;
	transform:scale(0.5,0.5)*/
	}
/********************* главное меню ****************/	
#left_shadow {
	width: 27px;
	height: 872px;
	background-image:url(../img/shadow_left.jpg);
	float: left;
	}
#left_menu{
	width: 230px;
	height: 872px;
	float: left;
	}	

#right_shadow {
	width: 17px;
	height: 872px;
	background-image: url(../img/shadow_right.jpg);
	float: left;
	}
	
/******************* кнопки	***************************/	
a img { border: none; }	
#left_menu li{
	list-style: none;
	display: block;
	position: relative;
	width: 230px;
	left: -40px;
	top: -16px;
}
.butt_01 {
	display: block;
	width: 230px;
	height: 119px;
	background-image: url(../img/butt01_InAckt.jpg);
	}
.butt_01:hover {	
	background-image: url(../img/butt01_Ackt.jpg);
}
.butt_02 {
	height: 119px;
	background-image: url(../img/butt02_InAckt.jpg);/**/	
	}
.butt_02 a:hover {
	background-image: url(../img/butt02_Ackt.jpg);
	z-index: 10;
	display: block;
}	
.butt_03 {
	height: 119px;
	background-image: url(../img/butt03_InAckt.jpg);	
	}
.butt_03:hover {	
	background-image: url(../img/butt03_Ackt.jpg);
}	
.butt_04 {
	height: 119px;
	background-image: url(../img/butt04_InAckt.jpg);	
	}
.butt_05 {
	height: 119px;
	background-image: url(../img/butt05_InAckt.jpg);	
	}
.butt_06 {
	height: 142px;
	background-color: #f7c001;
	}
.butt_07 {
	height: 137px;
	background-image: url(../img/butt07_InAckt.jpg);
	background-repeat: repeat-x;
	font-family: "PF Din Display Pro Regular";
	}
	
#arrow {
	height: 143px;
	font-family: "PF Din Display Pro Regular";
	color: #FFFFFF;
	background-image: url(../img/butt07_InAckt.jpg);
	background-repeat: repeat-x;
	position: relative;
	text-align: center;
	}

/*******************Animation navigation****************/
#arrow .al_text{
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #fff799;
	font-size: 15px;
	margin-top: 8px;
}

.arrow-up{float:left;margin-left: 15px;margin-top: 15px;}
.arrow-down{float:right;margin-right: 15px;margin-top: 15px;}
.arrow-up,
.arrow-down{
	width: 72px;
	height: 72px;
	position: relative;
}
.arrow-up a,
.arrow-down a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.arrow-up span,
.arrow-down span{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
}

.arrow-up.disabled span.arrow-active,
.arrow-down.disabled span.arrow-active{
	display: none;
}
.arrow-up span.arrow-standard{
	background: url(../img/arrows-up.png) bottom -10px center no-repeat;
}
.arrow-up span.arrow-active{
	background: url(../img/arrows-up.png) top -11px center no-repeat;
	z-index: 1;
	opacity: 0;
}
.arrow-down span.arrow-standard{
	background: url(../img/arrows-down.png) bottom -10px center no-repeat;
}
.arrow-down span.arrow-active{
	background: url(../img/arrows-down.png) top -11px center no-repeat;
	z-index: 1;
	opacity: 0;
}

@keyframes fadeIn {
	to { opacity: 1;}
}
@keyframes fadeInOut {
	to { opacity: 0;}
}
@keyframes fadeOut {
	from { opacity: 0;}
}

.active.arrow-up:not(.disabled):not(.hovered):not(.unhovered):not(.disabled-animation) span.arrow-active,
.active.arrow-down:not(.disabled):not(.hovered):not(.unhovered):not(.disabled-animation) span.arrow-active {
	animation: fadeOut 2s infinite alternate;
	opacity: 1;
}
.arrow-up.hovered span.arrow-active,
.arrow-down.hovered span.arrow-active{
	animation: fadeIn 1s linear;
	animation-fill-mode: forwards;
}
.arrow-up.hovered-on span.arrow-active,
.arrow-down.hovered-on span.arrow-active{
	opacity: 1;
}
.arrow-up.unhovered span.arrow-active,
.arrow-down.unhovered span.arrow-active{
	opacity: 1;
	animation: fadeInOut 1s linear;
	animation-fill-mode: forwards;
}



.arrow_up{
	float: left;
	margin-left: 16px;
	margin-top: 14px;
}
.arrow_down{
	float: right;
	margin-right: 15px;
	margin-top: 14px;
}



.page_number{
	position: relative;
	top: 68px;
	font-size: 24px;
	left: -89px;
	}
/******************* Горизонтальное меню ***************************/	
#menu_block{
	position: relative;
	display: block;
	float: left;
	height: 42px;
	width: 1023px;
	z-index: 1;
	
	}
#menu_shadow{
	height: 15px;
	width: 1023px;
	z-index:1;
	background-image: url(../img/button_shadow.jpg);
	position: relative;
	top: -693px;
	left: 257px;
}
#menu_block li{
	list-style: none;
	float: left;
	position: relative;
	display: block;
	left: 3px;
	}
#button1,#button2,#button3,#button4,#button5,#empty_button,#actButton1,#actButton2,#actButton3,#actButton4,#button4_2,#button4_4{
	height: 42px;
	width:204px;
/**/	display: block;
	}

#button1 ul,#button2 ul,#button3 ul,#button4 ul, #actButton1 ul, #actButton2 ul, #actButton3 ul, #actButton4 ul{
	visibility: hidden;/**/
	width: 201px;
	text-align: center;
	float: left;/**/
	top: -11px;
	background-color: #ce7707;
	border-top-width: 0px;
	border-top-style: solid;
	border-bottom: 1px solid #e1983a;
	border-right: 1px solid #e1983a;
	border-left: 1px solid #e1983a;
	padding-left: 1px;
	margin-top: 53px;
	position: relative;
	padding-bottom: 15px;
	}
#button1 ul,#actButton1 ul{height: 140px;}	
#button2 ul,#actButton2 ul{height: 140px;}
#button3 ul,#actButton3 ul{height: 55px;}	
#button4 ul,#actButton4 ul{height: 220px;}
		
#button1:hover > ul,#button2:hover > ul,#button3:hover > ul,#button4:hover > ul ,#actButton1:hover > ul ,#actButton2:hover > ul,#actButton3:hover > ul,#actButton4:hover > ul{
	visibility: visible;
	-webkit-box-shadow: 2px 6px 10px #333333;
	box-shadow: 2px 6px 10px #333333;
	} 
#button1 ul img,#button2 ul img,#button3 ul img,#button4 ul img, #actButton1 ul img, #actButton2 ul img, #actButton3 ul img, #actButton4 ul img{
	margin-left:-4px;
		}
#button1 ul a,#button2 ul a,#button3 ul a,#button4 ul a,#actButton1 ul a ,#actButton2 ul a,#actButton3 ul a,#actButton4 ul a{
	width: 202px;
	margin-left: -3px;
	font-size: 11pt;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
	color:#FFFFFF;
		}		
#button1 ul a:hover,#button2 ul a:hover,#button3 ul a:hover,#button4 ul a:hover, #actButton1 ul a:hover, #actButton2 ul a:hover, #actButton3 ul a:hover, #actButton4 ul a:hover{
	color: #6c3d00;
	background-image: url(../img/butt_backgr_activ.jpg);	
}
#button1 {
	background-image:url(../img/button_201_inactiv.jpg)	
}
#button1:hover, #actButton1{
	background-image:url(../img/button_201_activ.jpg)	
}
#button2 {
	background-image:url(../img/button_202_inactiv.jpg)
}

#button2:hover, #actButton2{
	background-image:url(../img/button_202_activ.jpg)
}
#button3 {
	background-image:url(../img/button_203_inactiv.jpg)
}

#button3:hover, #actButton3 {
	background-image:url(../img/button_203_activ.jpg)
}
#button4 {
	background-image:url(../img/button_204_inactiv.jpg)
}
#button4:hover, #actButton4 {
	background-image:url(../img/button_204_activ.jpg)
}
#button5 {
	background-image:url(../img/button_205_inactiv.jpg)
}
#button5:hover, #actButton5 {
	background-image:url(../img/button_205_activ.jpg)
}
#button4_2{
	background-image:url(../img/button_402_activ.jpg)	
	}
#button4_4{
	background-image:url(../img/button_404_activ.jpg)	
	}	

.btn_act{
	height: 42px;
	background-image:url(../img/butt_backgr_activ.jpg);
	background-repeat: repeat-y;
	}
#empty_button {
	background-image: url(../img/butt_backgr_empty.jpg);
}
/******************* Правый верхний блок ***************************/
.scr_menu1{
/*	opacity: 0;
	visibility: hidden;
	position: absolute;*/
/*	margin: 20px 0 0 0;
	z-index: 1000;*/
	}
/******************* Правый верхний блок ***************************/				
#top_block{
	width:1006px;
	height:840px;
	margin-left: 274px;
	background-image:url(../img/main_img.jpg);
	}
#top_img{	
	width:1023px;
	margin-left: 257px;
	height:137px;
	background-image: url(../img/fodis.jpg);
		}
/******************* текстовый блок ***************************/		
#text_block{
	margin-left: 264px;/* 257px;*/
	height: 643px;
	background-color: #016bc5;
	margin-top: -700px;
	padding-top: 10px;
	font-family: "PF Din Display Pro Regular";
	font-size:2 em;/* 15px;*/
	color: #FFFFFF;
	text-align: left;
	padding-left: 32px;
	padding-right: 27px;
	}
.noSpace{
	margin-top: -15px;
	margin-bottom: -15px;	
	}
#text_block ul{

	}
#text_block ul li{
	color: #FFFFFF;
	margin-left: -20px;
	margin-right: 20px;
	list-style-type: none;
	}
#text_block ul li:before{
	content: "-";
	position:relative;
	left:-20px;
	}		
#right_shadow_01{
	height: 736px;
	width: 20px;
	background-image: url(../img/shadow_right_01.jpg);
	position: relative;
	left: 257px;
	margin-top: -1px;
	}
img.ImageСenter{
	margin-left: auto;
	margin-right: auto;
	display: block;

	}
.ImageСenter{
	text-align:center;
	}
.ImagMarginLeft	{
	float: left;
	margin-right: 35px;
	}
.ImageLeft{
	position: absolute;
	margin-left:297px;
	bottom:0;
	left:0;
	/**/
	margin-bottom: 34px;
		}
.ImageLeft1{
	position: absolute;
	bottom:0;
	left:0;
	margin-bottom: 34px;
	margin-left:290px;	
	}
.ImageRight{
	float: right;
	margin-right: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 29px;
		}

.next{
	position: absolute;
	left: 295px;
	bottom: 0px;
	float: left;
	}		
/******************* футер ***************************/
#bott_up_block{
	height: 30px;
	background-color: #1c9435;
	/*	border-top: 2px solid #dcfdb6;*/
	/*margin-left: -8px;
	margin-right: -8px;*/
	z-index: -2;
	position: absolute;
	width: 700px;
	margin-top: 2px;
	font-family: "PF Din Display Pro Regular";
	font-size: 10pt;
	color: #FFFFFF;	
		
	}
#bott_up_block a{
	position: relative;
	color: #FFFFFF;
	top: 6px;
	left: 294px;
	text-decoration: none;
}	
.fodis_pro{
	position: relative;
	marin-left: 200px;
	margin-left: 244px;
	margin-top: 109px;
	margin-bottom: -4px;
	}
#map_contater{
	width: 654px;
	height: 592px;
	background-color: #CE7608;
	margin-right: 35px;
	margin-bottom: 32px;
		}
#viber{
	width: 252px;
	height: 81px;
	background-color: #004b8b;
	margin-top: 37px;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	}
#map{
	position: absolute;
	bottom:0;
	margin-left:3px;
	margin-top:3px;
	margin-bottom:3px;
	}
#letter_box{
	display: block;
	width: 643px;
	height: 120px;
	top: 0;
	margin-left: 3px;
	margin-top: 3px;
	background-color: #FFFFFF;
	border-style: none;
	text-indent:10px;
	font-family: 'PF Din Display Pro Regular';
	font-size:18px;
	resize:none;
	}
.letter_btn{
		position: absolute;
		right:0px;	

		
		}
/********************видео******************/	
video {
  width: 100%;
  height: auto;
  max-height: 100%;
}	
