
/* GLOBAL SETTINGS */
*{
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}

html, body{
	height: 100%;
	min-width: 240px;
	background: url("/images/fons/fon4.gif")repeat;
	position: relative;
	font-family: 'PT Sans', sans-serif;
}

a{
	text-decoration: none;
	color: #5f7667;
}
	
	a:hover{
		color: #38453e;
		
	}

ol, ul, li{
	list-style: none;
}




/* MOBILE-MENU */

.sp-mob-pic{
	display: none;
}
	
	.sp-mob-pic-on{
		width: 40px;
		height: 40px;
		position: fixed;
		top: 10px;
		right: 5px;
		border-radius: 5px;
		opacity: 0.7;
		background: url("/images/mob_pic_open.png")no-repeat;
		z-index: 3;
	}

		.sp-mob-pic-on:hover{
				opacity: 1.0;
				cursor: pointer;
			}


	.sp-mob-pic-off{
		width: 40px;
		height: 40px;
		position: fixed;
		top: 10px;
		right: 5px;
		border-radius: 5px;
		opacity: 0.7;
		background: url("/images/mob_pic_close.png")no-repeat;
		z-index: 4;
	}
	
		.sp-mob-pic-off:hover{
				opacity: 1.0;
				cursor: pointer;
			}

.sp-mob-menu{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #b9b7a6;
	filter: alpha(opacity=0);
}
	
		.sp-mob-nav ul li{
			margin: 10px 10px 5px;
			text-align: center;
		}
			
			.sp-mob-nav ul li a{
				display: inline-block;
				width: 160px;
				padding: 5px;
				text-align: center;
				font-size: 1.3em;
				border: 1px solid #034043;
				border-radius: 5px;
				background: #c8ddd3;
				color: #034043;
			}
			
				.sp-mob-nav ul li a:hover{
					text-shadow: #678173 2px -2px 2px;
					cursor: pointer;
				}

/* SP-WRAPPER */

.sp-wrapper{
	max-width: 1440px;
	min-height: 100%;
	margin: auto;
	background: url("/images/fons/fon8.gif")repeat;
}

.sp-wrap{
	width: 100%;
	padding: 0.5%;
	overflow: hidden;
}

/* SP-HEADER */

#double{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: url("/images/fons/section_bg.png");
}

.sp-header{
	padding: 5px;
	border: 1px solid #b7b69f;
	border-radius: 10px;
	background: url("/images/fons/section_bg1.png");
	background-repeat: repeat-x;
	overflow: hidden;
}

	.sp-logo{
		float: left;
		width: 269px;
		margin: 0 50px 0 0;
	}
	
		.sp-date-time{
			display: block;
			padding: 5px 0 0 10px;
			font: bold 1em Arial, sans-serif;
			color: #0679f9;
		}

	
	.sp-menu{
		display: block;
		padding-top: 20px;
	}
		.sp-menu li{
			float: left;
			margin: 0 25px 10px 0;
		}
			.sp-menu li:hover{
				
			}
			
			.sp-menu li a{
				display: inline-block;
				padding: 5px;
				border-radius: 5px;
				text-align: center;
				font-size: 26px;
				white-space: nowrap;
			}
			
				.sp-menu li a:hover{
					text-shadow: #678173 2px -2px 2px;
				}


/* SP-OTSTUP */


/* SP-MAIN */

.sp-menus{
	margin-bottom: 10px;
	padding: 5px;
	font-size: 1.2em;
	overflow: hidden;
}

	.sp-menus li{
		float: left;
		margin: 0 10px 5px 0;
	}
	
		.sp-menus li a{
			display: block;
			padding: 0 5px;
			border: 1px solid #678173;
			border-radius: 5px;
			background:  url("/images/fons/section_bg1.png");
		}
		
			.sp-menus li a:hover{
				font-weight: 600;
			}
		
.sp-menu-s{
	padding: 5px;
	font-size: 1.2em;
}
	.sp-menu-s li{
		max-width: 100%;
	}
	
		.sp-menu-s li a{
			padding: 5px 5px 5px 10px;
			
		}
			
			.sp-menu-s li a:hover{
				font-weight: 600;
			}

.sp-main{
	float: left;
	width: 69%;
	margin-right: 1%;
	/*padding: 5px 10px 5px 5px;*/
	
}
	
	.sp-main-section{
		margin: 0 0 20px 0;
		padding: 5px;
		border: 1px solid #b7b69f;
		border-radius: 10px;
		background: url("/images/fons/section_bg1.png");
		background-repeat: repeat-x;
		/*filter: alpha(Opacity=60);*/ /* Прозрачность для IE8 и более ранней версии */
	}
		
		.sp-main-section h2{
			margin: 0 0 1.5% 50px;
		}
		
		.sp-main-section p{
			text-indent: 25px;
			text-align: justify;
		}

.sp-aside{
	float: left;
	width: 30%;
	/*padding: 5px;*/
	
}

	.sp-aside-section{
		/*height: 250px;*/
		margin: 0 0 20px 0;
		padding: 5px;
		border: 1px solid #b7b69f;
		border-radius: 10px;
		background: url("/images/fons/section_bg1.png");
		background-repeat: repeat-x;
		/*filter: alpha(Opacity=60);*/ /* Прозрачность для IE8 и более ранней версии */
	}
		
		.sp-aside-section h2{
			margin-left: 30px;
		}

/* SP-FOOTER */

#sp_wrap_footer{
	
}	
	
	.sp-footer{
		display: table;
		width: 100%;
		padding: 5px;
		border: 1px solid #b7b69f;
		border-radius: 10px;
		background:url("/images/fons/section_bg.png");
		overflow: hidden;
	}
		.sp-footer a{
			color: #037eda;
		}
			.sp-footer a:hover{
				color: #fff;
			}

		.sp-footer-section{
			display: table-cell;
			/*float: left;
			width: 32.8%;
			margin:0  10px 5px 0;
			padding: 5px;
			border: 1px solid #678173;
			border-radius: 10px;
			overflow: hidden;*/
			/*overflow: hidden;*/
		}
			.sp-footer-section:last-child{
				margin-right: 0;
			}
			
				.sp-footer-section h4{
					padding:5px 5px 5px 10px;
				}

/* BUTTON-SCROLL */

.sp-scroll{
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0.5;
	background: url("/images/icon_top.png") no-repeat;
}

	.sp-scroll:hover{
		opacity: 1;
	}

/* MEDIA REQUESTS */

@media screen and (max-width: 1560px){
	
	.sp-logo{
		margin: 0 30px 0 0;
	}
	
}

@media screen and (min-width: 320px ) and (max-width: 800px){
	
	.sp-logo{
		float: none;
		width: 100%;
		margin-bottom: 5px;
		clear: both;
		text-align: center;
	}
		
		.sp-date-time{
			padding: 2px 5px;
			text-align: center;
		}
	
	.sp-menu{
		padding-top: 5px;
	}	
		
		.sp-menu li{
			float: none;
			margin: 0;
			
			width: 100%;
			text-align: center;
		}
	
	.sp-main{
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		padding-right: 5px;
		
	}
	
		.sp-main-section h2{
			margin-left: 20px;
		}

	.sp-aside{
		float: none;
		width: 370px;
		margin: auto;
	}
	
	.nav{
		display: none;
	}	
	
}

@media screen and (max-width: 640px ){
	.sp-mob-pic{
		display: block;
	}
	
	.sp-menu{
		display: none;
	}
	
	.sp-main-section h2{
		margin-left: 10px;
	}
		
}

@media screen and (min-width: 320px ) and (max-width: 640px){
	
	.sp-logo{
		margin: 0 0 5px 0;
	}
	
	.sp-menu{
		display: none;
	}
	
}

@media screen and (max-width: 380px){
	
	.sp-aside{
		width: 100%;
	}
	
		.sp-aside-section h2{
			margin-left: 0;
			text-align: center;
		}
}

@media screen and (min-width: 120px ) and (max-width: 320px){
	
	.sp-logo{
		width: 100%;
		margin: 0 0 5px 0;
		text-align: center;
	}
		
		.sp-date-time{
			display: block;
			padding: 2px 5px;
			text-align: center;
		}
	
	.sp-menu li{
		display: none;
		float: none;
		margin: 0 5px 5px 0;
		width: 100%;
		text-align: center;
	}
	
	.nav{
		display: none;
	}
	
	.sp-main{
		padding-right: 5px;
		float: none;
		width: 100%;
	}

	
}

@media screen and (min-width: 120px ) and (max-width: 300px){
	
	.sp-logo img{
		width: 200px;
		height: 54px;
	}
}

/* SP-FOOTER */
/* SP-FOOTER */


