@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/OpenSans.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/fonts/OpenSans-Bold.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
 	box-sizing: border-box;
}

*, *:before, *:after {
 	box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

/* Common styling */

body {
	-webkit-text-size-adjust: none;
	font-family: Open Sans, Arial;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

h1, h2, h3 {
	font-family: Open Sans, Arial;
	font-weight: 700;
	color: #333;
}

a {
	color: #72dffe;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active {
	font-weight: bold;
}

h1, .main_header {
	font-size: 2.5em;
	font-weight: bold;
}

h1 a:hover, .main_header a:hover {
	text-decoration: none;
}

h2 {
	margin: 0 0 1em 0;
	padding-bottom: 0.25em;
	font-size: 31px;
	color: #358fe7;
	font-weight: 400;
	text-transform: uppercase;
}

h3 {
	margin-top: 1em;
	font-size: 1.25em;
}

h4 {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1em;
}

.important {
	color: #fff;
	background: #666;
	display: inline-block;
	padding: 0 10px;
	border-radius: 5px;
}

p {
	margin: 0.5em 0 0.5em 0;
}

p:last-child {
	margin-bottom: 0;
}

ul {
    padding-left: 2em;
    margin: 0.5em 0 1.5em 0;
}

/* Layout */

.content {
	margin: 0 auto;
	position: relative;
}

.content H2 {text-align: center;}

header {
	position: fixed;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	height: 85px;
	width: 100%;
	background: #242b32;
	color: #fff;
	text-align: left;
	z-index: 1;
}

header H1, header .main_header {
	font-size: 12px;
	font-weight: normal;
	color: #8b96a1;
	text-transform: uppercase;
}

header H1 DIV {
	font-size: 23px;
	font-weight: 700;
	color: #fff;
}

header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header ul li {
	display: inline-block;
	margin: 5px 0 0 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

header ul li a {color: #fff;}

header H1 A, header .main_header A {color: #8b96a1;}

header .content {position: absolute; width: 650px; left: 100px; top: 11px;}
header .top_menu {position: absolute; width: 750px; right: 100px; top: 22px; text-align: right;}
header .top_menu A:hover {color: #358fe7; text-decoration: none;}

section {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #242b32;
	color: #fff;
	font-size: 18px;
}

footer .content {display: flex; flex-direction: row;}
footer .content .contacts {flex-grow: 1; padding: 30px 60px 60px 60px;}
footer .content .contacts H2 {text-align: left; padding-bottom: 0; margin-bottom: 20px;}
footer .content .map {}
footer A {color: #358fe7;}

.head {width: 100%; min-height: 750px; margin: 85px 0 0 0; color: #242b32;/*background-image: url("../_images/background-2024.jpg")*/;background-position: center;background-repeat: no-repeat;background-size: cover;}

.head .content {position: relative; text-align: center; width: 100%; height: 100%;}
.head .content .background {width: 100%; /*height: 800px;*/ pointer-events: none; user-select: none;}
.head .content .background img {width: 100%; height: 100%; object-fit: cover;}

.head .content .partners {display: block; position: absolute; top: 50px; width: 100%; pointer-events: none; user-select: none;}
.head .content .partners-row {display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; text-align:center; height: 100px; margin: 0 65px;}
.head .content .partners-row>div {width: 15%;}
.head .content .partners-row img {width: 100%; height:100%; max-height: 70px; object-fit: contain; object-position: left;}

.head .content .header_contaner {display:block; position: absolute; top: 275px; left: 65px; color: #fff; text-align: left; letter-spacing: 2px; font-weight: 300; margin: 0 auto; max-width: 1265px;}
.head .content .header_contaner .header_rus {line-height: 44px; text-shadow: 1px 1px 0px #fff;}
.head .content .header_contaner .all-rus {font-size: 180%;}
.head .content .header_contaner .aero {font-size: 230%; margin-top:15px;}
.head .content .header_contaner .year {margin-top: 50px; font-size: 600%; font-weight: 600;}
.head .content .header_contaner .sub_title {position: relative; top: 30px; margin-top: 30px; color: #fff; font-size: 200%; line-height: 24px; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);}

.head .content .chair {top: 40px; right: 40px; position: absolute; width: fit-content; font-size: 14px; text-transform: uppercase;}
.head .content .buttons {bottom: 150px; position: absolute; margin: 0 auto; width: 100%;}
.head .content .buttons button {border-radius: 30px; padding: 14px 30px; margin: 0 25px; font-size: 14px; background: #42bfe8; border: 0; color: #fff; text-transform: uppercase;}
.head .content .buttons button:hover {background: #358fe7; cursor: pointer;}
.head .content .menu {bottom: 0px; position: absolute;}
.head .content .menu UL {display: flex; flex-direction: row; list-style: none; margin: 0 0 0 60px; padding: 0;}
.head .content .menu LI {border-radius: 30px 30px 0px 0px; padding: 14px 30px; margin: 0 5px; font-size: 14px; background: #42bfe8; border: 0; color: #fff; text-transform: uppercase;}
.head .content .menu LI A {color: #fff; text-decoration: none;}
.head .content .menu LI:hover {background: #358fe7;}

.common_head {padding: 30px 60px 0 60px; margin: 85px 0 0 0; color: #fff; background-color: #358fe7; /*background: url(/_images/head_bg.jpg) no-repeat center top; background-size: cover;*/}
.common_head .content .menu UL {display: flex; flex-direction: row; list-style: none; margin: 0; padding: 0;}
.common_head .content .menu LI {border-radius: 30px 30px 0px 0px; padding: 14px 30px; margin: 0 5px; font-size: 14px; background: #42bfe8; border: 0; color: #fff; text-transform: uppercase;}
.common_head .content .menu LI A {color: #fff; text-decoration: none;}
.common_head .content .menu LI:hover {background: #fff;}
.common_head .content .menu .active {background: #fff;}
.common_head .content .menu .active A {color: #358fe7;}
.common_head .content .menu LI:hover A {color: #358fe7;}
.common_head .content H1 {color: #fff; margin: 0 0 30px 0;}

.common_content .content {padding: 30px 60px 30px 60px; min-height: 600px; font-size: 16px; color: #242b32;}
.common_content .content H3 {color: #242b32; font-size: 18px;}
.common_content .content A {color: #358fe7;}
.common_content .content .navstr {margin: 0 0 30px 0;}

.fee .content {padding: 30px 60px 60px 60px; font-size: 18px;}
.fee .content H2 {padding-bottom: 0; margin-bottom: 0;}
.fee .content .dispath {text-align: center; margin-bottom: 40px;}
.fee .content .roles {display: flex; flex-direction: row;}
.fee .content .role {flex-grow: 1; text-align: center; font-size: 12px;}
.fee .content .role .bubble {margin: 0 auto; padding: 40px 0 0 0; border: 3px solid #b9c0c7; border-radius: 85px; width: 170px; height: 170px;}
.fee .content .role .bubble STRONG {font-size: 14px;}
.fee .content .role .title {margin: 20px auto 0 auto; font-size: 18px; color: #358fe7; font-weight: 700;}

.topics .content {padding: 30px 60px 60px 60px; background: #358fe7; font-size: 14px; color: #fff;}
.topics .content H2, .topics .content H3 {color: #fff;}
.topics .content A {color: #fff;}

.terms .content {padding: 30px 60px 60px 60px;  background: url(/_images/calendar.png) no-repeat 90% 50%, #f0f1f3; font-size: 14px; color: #242b32;}
.terms .content A {color: #358fe7;}
.terms .content IMG {float: left; margin: 0 60px 60px 0;}

.info .content {padding: 30px 60px 60px 60px; font-size: 14px; color: #242b32;}
.info .content H3 {color: #242b32; font-size: 18px;}
.info .content A {color: #358fe7;}

.requirements .content {background: #f0f1f3; padding: 30px 60px 60px 60px; font-size: 14px; color: #242b32;}
.requirements .content A {color: #358fe7;}

.committee {padding: 60px; font-size: 14px;}
.committee .content .buttons button {border-radius: 30px; padding: 14px 30px; margin: 30px 0 0 0; font-size: 14px; background: #42bfe8; border: 0; color: #fff; text-transform: uppercase;}
.committee .content .buttons button:hover {background: #358fe7; cursor: pointer;}
.committee .content > UL {display: flex; flex-direction: row; list-style: none;}
.committee .content > UL > LI {width: 50%; padding: 0 25px 0 0;}
.committee .content H3 {color: #358fe7; font-size: 18px; text-transform: uppercase;}

.request .content {padding: 30px 60px 60px 60px;}
.request .content H2 {padding-bottom: 0; margin-bottom: 0;}
.request .content .subtitle {text-align: center; margin-bottom: 20px;}

.banner {height: 277px; background: url(/_images/banner1.jpg) no-repeat center center; background-size: cover;}

.partners .content {border-top: 3px solid #f0f1f3; background: #fff; padding: 30px 60px 60px 60px; font-size: 14px; color: #242b32; text-align: center;}
.partners .content A {color: #358fe7;}
.partner {display: inline-block; width: 235px; height: 200px; margin: 0 20px 20px 0; color: #0093aa; font-size: 14px; text-align: center;}
.partner STRONG {color: #fff; font-size: 18px;}
.partner .logo {width: 160px; height: 120px; overflow: hidden; margin: 10px auto 10px auto; background-size: contain; background-position: center center; background-repeat: no-repeat; }
.partner A {color: #ffffff;}
.partner A:hover {text-decoration: underline;}

/* Файловая система */

.file_tree { margin: 40px 0px 0px 0px; }
.file_link {clear: both; text-align: left; margin: 0px 0px 10px 0px;}
.file_link IMG {float: left; margin: 4px 6px 0px 0px;}
.file_link .date {margin: 0px 0px 0px 0px; clear: both; font-size: 11px; color: #666;}
.file_link .file_header {margin: 0px 0px 0px 20px;}
.file_link .text {font-size: 11px; margin: 5px 0px 10px 20px; color: #999;}

.file_system A {text-decoration: underline; cursor: pointer;}
.file_system .file_col_header {margin: 0px 0px 0px 170px;}

.captcha IMG, .captcha INPUT {vertical-align: middle;}

.errors {margin: 20px 0px 0px 0px; background: transparent;}
.errors TD {font-size: 14px; padding: 2px; background: transparent; vertical-align: middle;}
.errors TH {font-size: 16px; padding: 5px; background: transparent; font-weight: bolder;}

.icons {vertical-align: middle; border: none !important;}

/* Авторизация */

.authorization {margin: 7px 0px 0px 0px; width: 500px; float: left;}
.authorization INPUT {padding: 0px 5px 0px 30px; margin: 0px 5px; height: 30px; font-family: Open Sans, Arial; font-size: 12px; color: #446c6b; border: 0px solid #bfbfbf; border-radius: 15px; box-shadow: inset 0px 4px 6px rgba(50, 50, 50, 0.2);}
.authorization_subm {text-decoration: underline; color: #fff !important; text-align: center; border: 0px solid #5492e3; border-radius: 15px; padding: 2px 10px !important; height: 30px; font-size: 12px; background: url(/_images/search_submit_bg.png) repeat-x, #1f4968; cursor: pointer;}

.tab {border: 0px; background-color: #ccc; border-spacing: 1px; margin: 10px 0;}
.tab td, .tab th {background-color: #f8f8f8; padding: 10px; border-style: solid; border-width: 0px; border-color: #ccc;}
.tab p {text-indent: 0px; line-height: 18px; margin: 0px;}
.tab th p, .tab th {text-align: center;}
.tab td p, .tab td, .tab li {text-align: left; font-size: 12px;}

.feedback {font-size: 12px; margin: 0px 0px 0px 0px;}
.feedback P {margin: 5px 0px 0px 0px; font-weight: bold;}
.feedback INPUT {margin: 2px 0px 3px 0px;}
.feedback SELECT {margin: 2px 0px 3px 0px;}
.feedback TEXTAREA {margin: 2px 0px 3px 0px;}
.feedback STRONG {color: #cc0000;}
.feedback .fsubm {text-align: center; margin: 0px;}
.feedback IMG {vertical-align: top; margin: 0px 5px 0px 0px;}

.inputs {margin: 0px 0px 5px 0px;}
.submit {margin: 10px 0px;}

.secured {display: none;}

.pages_gallery {display: flex; flex-direction: row; flex-wrap: wrap;}
.pages_gallery .gallery_brick IMG {height: 180px; margin: 6px 10px;}

@media screen and (max-width: 1440px) {
header .top_menu {width: 500px; top: 15px;}

}
