@charset "utf-8";	/* Кодировка для CSS документа */

* {border: 0 none; outline: 0; padding: 0; margin: 0;}
a {text-decoration: none; color: black;}
	a:hover { text-decoration: none; color: red; text-shadow: 0.05em 0.05em black;}
p {margin-bottom: 0.5em; font-size: 16px; line-height:20px;  text-indent: 40px;}
br {line-height:0px;}
h1 {text-align: center; font-size: 1.8 em;}
h2 {text-align: center; font-size: 1.7 em;}
h3 {text-align: center; font-size: 1.5 em;}
h4 {text-align: center; font-size: 1.3 em;}
h5 {text-align: center; font-size: 1.2 em;}
h6 {text-align: center; font-size: 1.1 em;}


/* ----Мои стандартные классы---------- */
.p_no_margin_bottom {margin-bottom: 0;}
.p_no_text_indent {text-indent: 0;}
.p_text_align_center {text-align: center; text-indent: 0;}
.p_vertical_align_top {vertical-align: top;}
.imageWidthMax {width: 100%;}
.imageHeightMax {height: 100%;}
.imageWidth_Height_Max {width: 100%; height: 100%;}


/* --------------body---------- */
body {background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; color: #292f33;}


/* --------------header------------- */
.header {height: 100px; min-width: 980px; background-color: #F0F0F0;}

.header_main {position: relative; width: 980px; height: 100%; margin: 0 auto; overflow: hidden;}

.logo {float: left; width: 80px; height: 80px; margin-top: 10px; margin-left: 30px;}

.slogan {float: left; width: 500px; margin: 8px 14px 0 50px; text-align: center; 
	font-family: 'Arial'; color: #2F0000; font-size: 28px; line-height:40px; 
		text-shadow: 0.01em 0.01em black;}	

.contact {display: table; float: left; padding-top: 10px; 
	text-align: left; font-size: 16px;}
	.contact p { margin-bottom: 0.5em; font-size: 16px; line-height:10px;  text-indent: 20px; }
	.contact :first-child { margin-top: 9px; font-size: 20px; line-height:20px; }
#imgHeader {height: 80px; float: right; margin-top: 10px; margin-right: 30px; cursor: pointer; outline: none;}

#imgHeader:hover {transition: 2s; outline: 2px solid orangered;}

#Pointer {position: absolute; width: 30px; height: 18px; right: 170px; top: 18px;}

/* ---------------------nav---------------------------- */
.nav {height: 35px; min-width: 980px;  
	background-image: url(/resource/img/menu/font.png); background-size: cover;
		text-align: center; border-top: 1px solid #909090; border-bottom: 1px solid #909090;}	

.nav_main {width: 980px; height: 100%; margin: 0 auto;}

	.nav_main ul li {display: inline-block; width: 130px; margin-top: 3px; margin-left: 0px;
		list-style-type: none; border-left: 1px solid black; text-indent: 0;}
	.nav_main ul :first-child {margin-left: 0px; border-left: none; }
	.nav_main ul li a {display: block; 
		color: aliceblue; text-shadow: 0.5px 0.9px 0 rgba(255, 255, 255, 0.34); font-size: 17px; line-height:30px;}
.nav_main ul li a:hover {color: #EB0000;}

/* ---------------------main---------------------------- */
.main {width: 980px; margin: 0 auto; text-align: center; 
	border-left: 1px solid #F0F0F0; border-right: 1px solid #F0F0F0;}
	/* ---------------------content---------------------------- */
	.content {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 10px 50px 10px 50px;
		text-align: justify;
	}
		.content li {margin-left: 60px; text-indent: 0px; margin-bottom: 0.5em; list-style-type: disc;}
		.content a {text-decoration: none; color: #000F8A;}
		 
/* ---------------------footer---------------------------- */
.footer {height: 120px; min-width: 980px; background-color: #e7e7e7; border-top: 1px solid #cccccc;}
.footer table {position: relative;  width: 980px; margin: 0 auto;}

.Scroll_top {position: absolute; top: 0px; right: 0px; height: 100px; width: 66px; opacity: 0.5;}
.Scroll_top:hover {opacity: 1;}

.footer table tr td { width: 33%;}
.footer li {text-indent: 40px; list-style-type: none;}
.footer img {float: left; margin-right: -25px;}

.footFirst {height: 24px; width: 200px; margin: 5px;
	border-bottom : 1px solid #001EF0;
		font-size: 16px; line-height:24px;}

.footerOther { height: 20px; margin: 5px; margin-left: 15px;
		font-size: 14px; line-height:20px;}

/* ---------------------footer-2---------------------------- */
.footer-2 {display: none;}
.footer-2 {height: 30px; min-width: 980px;  text-align: center;
	background-color: #000000; 
		color: #FFFFFF; font-size: 12px; line-height:30px;}
	.footer-2 a {color: #EBC2AF ;} 
	.footer-2 a:hover {color: red;}

/* --------------------------------------------------------- */

/* ---------useful_links на странице партнерах-------------- */
.useful_links a {color: #000066;}
.useful_links a:hover {color: #990000; text-shadow: 0.02em 0.02em black;}
.useful_links li {margin-bottom: 8px;}
.useful_links hr {height: 1px; border: none; background-color: #023C88;}