* {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
p{
	font-family: 'Open Sans', 'Tahoma', sans-serif;
}
body {
    background-color: #e6e6e6;
    /*background: url(/assets/i/bg.png);*/
    min-width: 1024px;
	overflow: auto;
}
#wrap{
	width:calc(100% - 335px);
	position:relative;
	left:335px;
	height:auto;
	overflow-x: hidden;
	overflow-y: hidden;
	min-width: 689px;
}
#container {
    margin: auto;
}
html,
body,
#container,#menu {
    height: 100%;
    /* задаем высоту тела документа */
}
h1 {
    font-family: 'Open Sans', 'Tahoma', sans-serif;
    font-size: 28px;
    font-weight: normal;
}
/* menu  */  


#menu{
	width:335px;
	background:#0A3D74;
	display:inline-block;
	position:fixed;
	min-height: 100%;

}
#logo {
    height: 151px;
	background: white;
	width: 100%;
}
#logo img{
	position: relative;
	left: 29px;
	top: 62px;
}
#search{
	height:119px;
	width:100%;
	background:#1FA0D9;
	color:white;
	font-size:18px;
	font-weight: 600;
	cursor:pointer;
}
#search_text img{
	width:24px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
#search_text{
	vertical-align:middle;
	display: inline-block;
	position: relative;
	left: 27px;
}
#search_text a{
	text-decoration:none;
	color:white;
	font-family:'Open-Sans',sans-serif;
}
.helper{
	text-align: center;
	display: inline-block;
	height: 100%;
	width: 0px;
	vertical-align: middle;
}
#state{
	height:calc(100% - 270px);
	min-height:400px;
	background:#0A3D74;
	position:relative;
}
#state p {
	color:white;
	font-size:18px;
	font-weight:600;
	position:relative;
	left:27px;
	top: 32px;
}
#state img {
	margin-right: 10px;
}
#state ul{
	position:relative;
	left:40px;
	list-style: none;
	color: white;
	top: 66px;
}
#state ul li{
	margin-bottom:12px;	
}
#state ul li a{
		color: white;
		font-family: 'Open-Sans',sans-serif;
		font-weight: 300;
		font-size: 18px;
		position: relative;
		left: 15px;
		letter-spacing: -0.5px;
	}
#address{
	position:absolute;
	height:128px;
	left:1px;
	bottom:40px;
}
#address p{
	color:#6E8BAA;
	font-weight:300;
	font-size:16px;
}


/*   - menu     */


/* content   */
#content {
	height: 100%;
    width:calc(100% - 335px);
	width:100%;
	display:inline-block;
	position:relative;
/*	left:335px; */
	z-index:1;  
}
#middle{
	width:90%;
	margin:0px auto;
	max-width: 950px;
}
#org_name p {
    text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #174776;
	padding-top: 11px;
	font-family: 'Cuprum', 'Tahoma', sans-serif;
	margin-right: 30px;
	font-weight: 600;
}
#org_name img{
	float:left;
	height: 75px;
	position: relative;
	bottom: 5px;
}
#footer {
    height: 130px;
    margin-top: 75px;
	width: 100%;
}
#header_text{
	position:relative;
	left:200px;
	width:787px;
	padding:3px;
	background:white;
	border-radius:5px;
	bottom:25px;
	border: 3px solid transparent;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#header_text .head_title{
	font-size:16px;
	color:#376092;
	font-family: "Open-Sans","Tahoma";
}
#header_text p {
	font-size:13px;
}
#header {
    height: 150px;
    width: 100%;
	margin:28px auto 0px;
    position: relative;
	min-width: 605px;
}
/*
#header_state{
	height: 150px;
    width: 100%;
	margin:28px auto 0px;
	min-width: 605px;
    position: relative;
	display:none;
}
*/
#org_name{
	width: 650px;
	margin: 0px auto;
}

/* middle */
#content_top_state{
	height:35px;
}
#content_top{
	height:auto;
}
/*
#content_top p {
	font-size:16px;
	font-weight:600;
	text-align:center;
}
*/
#content_center{
	margin-top: 30px;
	position:relative;
	height:auto;
}
#content_middle{
	width: 100%;
	margin: 0px auto;
	min-width:500px;
}
#titlemobiletext{
	display:none;
}
#headermobiletext{
	display:none;
}
#title_content_top{
	color: #16467a;
	text-align: center;
	font-family: 'Cuprum', 'Tahoma', sans-serif;
	font-weight: bold;
	font-size: 32px;
}

#title_content_search p{
	color: #16467a;
	text-align: center;
	font-family: 'Cuprum', 'Tahoma', sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 40px;
}

#inputMsg{
	width: 100%;
	height: 70px;
	padding-left: 20px;
	border: 1px solid #a6a6a6;
	font-size: 20px;
	box-sizing:border-box;
	color: #a6a6a6;
}
#code{
	width:340px;
	margin:auto;
}
#code_div{
	background: #E7E7E7;
	margin-top: 15px;
	border: 1px solid #a6a6a6;
}
#code_div p {
	font-size:20px;
	padding-left:20px;
	color: #a6a6a6;
	padding: 16px 0 0 20px;
	font-weight: 400;
	height: 37px;
	text-align:left;
}
#captcha {
    width: 288px;
	border: 1px solid #a6a6a6;
    height: 50px;
    padding-left: 10px;
    font-size: 20px;
	box-sizing:border-box;
	margin-bottom: 30px;
	background:#F1F1F1;
}
#send_but2{
	width: 100%;
	margin-top: 15px;
	height: 70px;
	background: #1FA0D9;
	color: white;
	font-size: 20px;
	cursor: pointer;
}
#sample {
    font-family: 'Open Sans', 'Tahoma', sans-serif;
    font-size: 14px;
    margin-top: 5%;
    margin-left: 0px;
	margin-bottom:20px;
}
#sample span {
    padding-left: 0px;
}
.link {
    color: #29a5dc;
}
.link_btn{
	width:100%;
	margin-top:15px;
	height:70px;
	background:#1FA0D9;
	color:white;
	font-size:20px;
	cursor:pointer;
}
.link_btn a p{
	color:white;
}
#mobile_menu{
	display:none;
}
/*     state      */
#content_state{
	min-width:605px;
}
.title{
	color:#47AEDC;
	font-size:20px;
	font-weight:400;
	font-family: 'Open-Sans',sans-serif;
}
.state_text p{
	color:black;
	margin-top:30px;
}
.title_ul{

	font-family: 'Open Sans', 'Tahoma', sans-serif;
	list-style: none;
}
.title_ul li{
		margin-top: 40px;
}
.title_ul_inner{
	list-style: none;

}
.title_ul_inner li{
		margin-top:20px;
}
.dop_material{
	margin-left: 30px;
	font-family: 'Open Sans', 'Tahoma', sans-serif;
	list-style: none;
}
.dop_material li{
		margin-top: 15px;
		font-size: 14px;
}
.state_text{
	background:white;
	border:1px solid #C7C7C7;
	padding: 50px 70px 20px 65px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.link {
color: #29a5dc;
}
#btn_15_1{
	cursor:pointer;
}
#tbl_search{
	width:100%;
	font-family:'Open-Sans',sans-serif;
	font-size:16px;
	border:1px solid #C7C7C7;
}
#tbl_search td{
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	height:50px;
	vertical-align: top;
}
#tbl_search tr:nth-child(odd){
	background:#EFEFEF;
}
#tbl_search tr:nth-child(even){
	background:#E7E7E7;
}
#tbl_search thead tr{
	background:#D7D7D7 !important;
}
#content_top_search{
	height:auto;
}
#reload{
	width:18px;
	cursor: pointer;
	margin: 0px 10px 55px 5px;
}
#error{
	margin-bottom:10px;
	font-family: 'Open-Sans',sans-serif;
}
#searchresurs{
	text-align:center;
	font-weight: 600;
	margin-top:5px;
	height:auto;
	position:relative;
}
#errorMsg{
	display: block;
	margin-top: 15px;
	font-family: "Open-Sans",sans-serif;
	font-size: 17px;
	font-weight: 400;
}
#footer {
	height: 130px;
	width: 100%;
	max-width: 950px;
}
.link_footer {
	display: block;
	height: 100%;
	padding:22px 10px;
	box-sizing: border-box;
	color: #4d4d4d;
	font-size: 13px;
	border-right:1px solid #CFD0D0;
	border-top:1px solid #CFD0D0;
	border-bottom:1px solid #CFD0D0;
}

.menu_footer {
	width: 25%;
	height: 100px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Open Sans', 'Tahoma', sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:auto;
	background:#E7E7E7;
	display:inline;
	float:left;
	box-sizing: border-box;
}
.menu_footer:hover{
	background:#F0F0F0;
}
/*
.link_footer:first{
	border-left: 1px solid #CFD0D0;
}
.menu_footer:first{
	border-left: 5px solid red;
}
*/
.menu_footer:nth-child(4){
	margin-right:0;
}
.clear {
	clear: both;
}
#titlebottomtext{
	text-align: left;
	padding-top: 10px;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 16px;
	margin-top:40px;
}
#titledescopetext{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.about_state p{
	font-weight:600;
}
.nowrap{
	white-space:nowrap;
}
@media screen and (max-width: 1370px) {
	.link_footer{
		padding:15px 10px;
	}
}
@media screen and  (max-device-width: 480px) {
	#titlebottomtext{
		letter-spacing: -1px;
		font-size: 12px;
		margin-top: 10px;
	}
	#title_content_search p{
		margin-top:20px;
	}
	html{
	/*	-webkit-overflow-scrolling: touch; */
		overflow-y:initial;
	}
	.showMenu{
		-moz-transform: translate3d(205px, 0px, 0px); /* Для Firefox */
		-ms-transform: translate3d(0px, 0px, 0px); /* Для IE */
		-webkit-transform: translate3d(205px, 0px, 0px) !important; /* Для Safari, Chrome, iOS */
		-o-transform: translate3d(0px, 0px, 0px); /* Для Opera */
		transform: translate3d(205px, 0px, 0px) !important;
		-moz-transition: -moz-transform 0.2s linear; /* Для Firefox */
		-ms-transition: -ms-transform 0.2s linear; /* Для IE */
		-webkit-transition: -webkit-transform 0.2s linear !important; /* Для Safari, Chrome, iOS */
		-o-transition: -o-transform 0.2s linear; /* Для Opera */
		transform: transform 0.2s linear !important;
	}
	.hideMenu{
		-moz-transform: translate3d(-205px, 0px, 0px); /* Для Firefox */
		-ms-transform: translate3d(-205px, 0px, 0px); /* Для IE */
		-webkit-transform: translate3d(-205px, 0px, 0px) !important; /* Для Safari, Chrome, iOS */
		-o-transform: translate3d(-205px, 0px, 0px); /* Для Opera */
		transform: translate3d(-205px, 0px, 0px) !important;
		-moz-transition: -moz-transform 0.2s linear; /* Для Firefox */
		-ms-transition: -ms-transform 0.2s linear; /* Для IE */
		-webkit-transition: -webkit-transform 0.2s linear !important; /* Для Safari, Chrome, iOS */
		-o-transition: -o-transform 0.2s linear; /* Для Opera */
		transform: transform 0.2s linear !important;
	}
	.moveMobile_menu{
		-moz-transform: translate3d(205px, 0px, 0px); /* Для Firefox */
		-ms-transform: translate3d(205px, 0px, 0px); /* Для IE */
		-webkit-transform: translate3d(205px, 0px, 0px) !important; /* Для Safari, Chrome, iOS */
		-o-transform: translate3d(205px, 0px, 0px); /* Для Opera */
		transform: translate3d(205px, 0px, 0px) !important;
		-moz-transition: -moz-transform 0.2s linear; /* Для Firefox */
		-ms-transition: -ms-transform 0.2s linear; /* Для IE */
		-webkit-transition: -webkit-transform 0.2s linear !important; /* Для Safari, Chrome, iOS */
		-o-transition: -o-transform 0.2s linear; /* Для Opera */
		transform: transform 0.2s linear !important;
	}
	.moveWrap{
		-moz-transform: translate3d(205px, 0px, 0px); /* Для Firefox */
		-ms-transform: translate3d(205px, 0px, 0px); /* Для IE */
		-webkit-transform: translate3d(205px, 0px, 0px) !important; /* Для Safari, Chrome, iOS */
		-o-transform: translate3d(205px, 0px, 0px); /* Для Opera */
		transform: translate3d(205px, 0px, 0px) !important;
		-moz-transition: -moz-transform 0.2s linear; /* Для Firefox */
		-ms-transition: -ms-transform 0.2s linear; /* Для IE */
		-webkit-transition: -webkit-transform 0.2s linear !important; /* Для Safari, Chrome, iOS */
		-o-transition: -o-transform 0.2s linear; /* Для Opera */
		transform: transform 0.2s linear !important;
	}
	
	body{
		overflow-x:hidden;
		-webkit-appearance: none;
		min-width:100px;
	
	/*	-webkit-overflow-scrolling: touch; */
		
	/*	background: url("/assets/i/bg.png") repeat scroll 0% 0% transparent; 
		-webkit-transform: translate3d(0px, 0px, 0px);*/
	}
	#wrap{
		width:100%;
		position:relative;
		left:0px;
		height:auto;
		min-width:200px;
		-moz-transform: translate3d(0px, 0px, 0px); /* Для Firefox */
		-ms-transform: translate3d(0px, 0px, 0px); /* Для IE */
		-webkit-transform: translate3d(0px, 0px, 0px); /* Для Safari, Chrome, iOS */
		-o-transform: translate3d(0px, 0px, 0px); /* Для Opera */
		transform: translate3d(0px, 0px, 0px);
		-moz-transition: -moz-transform 0.2s linear; /* Для Firefox */
		-ms-transition: -ms-transform 0.2s linear; /* Для IE */
		-webkit-transition: -webkit-transform 0.2s linear; /* Для Safari, Chrome, iOS */
		-o-transition: -o-transform 0.2s linear; /* Для Opera */
		transform: transform 0.2s linear;
/*		-webkit-user-drag: element; */

	}
	#menu{
		width:205px;
		left:-205px;
		height:100%;
		min-height:480px;
		display:block;
		-webkit-transform: translate3d(0px, 0px, 0px); 
		-webkit-transition: -webkit-transform 0.2s linear;
		-webkit-overflow-scrolling: touch;
	}
	#logo{
		height:91px;
		width:205px;
		font-size:16px;
	}
	#search{
		height:73px;
		width:205px;
		font-size:16px;
	}
	#logo img {
		position: relative;
		left: 15px;
		top: 40px;
		width: 157px;
	}
	#headermobiletext{
		display:block;
	}
	#search_text{
		left:15px;
	}
	#search_text img{
		width:12px;
		margin-right:5px;
		position:relative;
		top:2px;
	}
	#search_text a{
		font-family: 'Open-Sans',sans-serif;
		font-size: 12px;
		font-weight:700;
	}
	#state p{
		left:15px;
		font-size:12px;
		letter-spacing:-0.5px;
		top: 20px;
		font-weight:700;
		width:190px;
		
	}
	#state img{
		margin-right:5px;
		height: 12px;
	}
	#state ul{
		top:30px;
		left:17px;
		width: 180px;
	}
	#state ul li{
		margin-bottom:10px;
	}
	#state ul li a{
		color: white;
		font-family: 'Open-Sans',sans-serif;
		font-weight: 400;
		font-size: 13px;
		position: relative;
		left: 15px;
		letter-spacing: -0.5px;
	}
	#address p{
		font-size:10px;
	}
	#mobile_menu{
		display:inline;
		position:absolute;
		z-index:100;  
		top:15px;
		left:20px;
		width: 50px;
		height: 50px;
		-moz-transform: translate3d(0px, 0px, 0px); /* Для Firefox */
		-ms-transform: translate3d(0px, 0px, 0px); /* Для IE */
		-webkit-transform: translate3d(0px, 0px, 0px); /* Для Safari, Chrome, iOS */
		-o-transform: translate3d(0px, 0px, 0px); /* Для Opera */
		transform: translate3d(0px, 0px, 0px);
		-moz-transition: -moz-transform 0.2s linear; /* Для Firefox */
		-ms-transition: -ms-transform 0.2s linear; /* Для IE */
		-webkit-transition: -webkit-transform 0.2s linear; /* Для Safari, Chrome, iOS */
		-o-transition: -o-transform 0.2s linear; /* Для Opera */
		transform: transform 0.2s linear;
	}
	.title{
		font-size:18px;
	}
	.state_text p{
		margin-top:20px;
	}
	#mobile_menu img{
		height:21px;
	}
	#content{
		width:100%;
		height:auto;
		left:0px;
	/*	background: url("/assets/i/bg.png") repeat scroll 0% 0% transparent; */
		overflow-x:hidden;
	
		
	}
	#content_center{
		margin-top: 45px;
	}
	#middle{
		width:90%;
	/*	padding-bottom:50px;  */
	}
	#header{
		min-width:200px;
		height:135px;
		margin:0px auto;
	}
	#header_state{
		min-width: 200px;
		height: 155px;
		margin: 0px auto;
	}
	#org_name{
		width:100%;
	}
	#org_name img{
		height:44px;
		margin:16px auto 5px;
		display:block;
		float:none;
	}
	#headdescoptext{
		display:none;
	}
	#titledescopetext{
		display:none;
	}
	#titlemobiletext{
		letter-spacing: -1px;
		font-size:14px;
		line-height: 13px;
	}
	#content_top{
		height:200px;
	}
	#org_name p{
		margin-right:0px;
		font-size:15px;
		padding:0;
		letter-spacing: -1px;
	}
	#titlemobiletext{
		display:block;
		font-size:14px;
	}
	#content_middle{
		min-width:100%;
	}
	/*
	#content_top p{
		font-size:12px;
	}
	*/
	#title_content_top{
		font-size:22px;
		letter-spacing:-2px;
		height: 26px;
	}
	#inputMsg{
		margin-top:0px;
		height:37px;
		font-size:11px;
		font-weight:400;
		padding-left:11px;
		border-radius:0px;
		-webkit-appearance: none;
	}
	#code_div{
		margin-top:7px;
		height:auto;
	}
	#code_div p{
		font-size:11px;
		text-align: left;
		padding:7px 0px 0px 11px;
		height:20px;
		font-weight:400;
	}
	#cap{
		width:146px;
		height:40px;
		margin: 0px 0px 0px 68px !important;
	}
	#reload{
		margin: 0px 0px 30px 0px;
		width:8px;
		cursor: pointer;
	}
	#captcha{
		margin-top:5px;
		height:25px;
		font-size:14px;
		width:146px;
		margin-left:68px;
		margin-top: 0;
		border-radius:0px;
		-webkit-appearance: none;
		margin-bottom:10px;
	}
	#send_but2{
		margin-top:8px;
		height:38px;
		font-size:13px;
	}
	#sample{
		font-size:10px;
		margin-top:32px;
	}
	#sample p{
		text-align: left;
	}
	#code{
		width: 100%;
	}
	#content_state{
		min-width:100%;
	}
	.state_text{
		padding: 20px 20px 20px 15px;
	}
	.title_ul li,.state_text p{
		font-size:13px;
	}
	#address{
		bottom:70px;
	}
	.dop_material{
		margin-left:20px;
	}
	.dop_material li{
		font-size:12px;
	}
	#tbl_search{
		font-size:10px;
	}
	#tbl_search td{
		padding:5px;
	}
	#state{
		min-height:315px;
		height: calc(100% - 64px);
		width:205px;
	}
	.link_btn{
		width:100%;
		margin-top:15px;
		height:38px;
		background:#1FA0D9;
		color:white;
		font-size:13px;
	}
	.link_btn a{
		color:white;
	}
	#content_top_search{
		height:115px;
	}
	#error{
		font-size:11px;
		text-align:center;
	}
	#error a{
		font-size:11px;
		text-align:center;
		color:black;
		font-family:'Open-Sans',sans-serif;
		font-weight:400;
	}
	#searchresurs{
		font-size:11px;
		margin-top:5px;
	}
	#errorMsg{
		font-size:11px;
		font-family:'Open-Sans',sans-serif;
		font-weight:400;
		text-align:left;
	}
	#footer {
	height: 130px;
	width: 100%;
	margin-bottom: 20px; 
	margin-top: 35px;
	}
	#links_footer {
		border-bottom: 2px solid #cccccc;
		font-family: 'Open Sans', 'Tahoma', sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 200%;
	}
	.menu_footer {
		float: left;
		height: 70px;
		border-right: 1px solid #E7E7E7;
		text-align: center;
		font-family: 'Open Sans', 'Tahoma', sans-serif;
		font-size: 7px;
		font-weight: bold;
		padding-top:0px;
		
	}
	.menu_footer:nth-child(4){
		margin-right:0;
		width:23%;
	}
	.link_footer {
		color: #4d4d4d;
		font-size: 7px;
	}
	.clear {
		clear: both;
	}
	.hidden{
		overflow:hidden;
	}
	.visible{
		overflow:visible;
	}
	.inherit{
		overflow-y:inherit;
	}
	.hidden{
		overflow:hidden;
	}
}
