/* ================================================================================*/
/* description:       Модуль CSS/WF.JS                                             */
/* shop/version/from: 1/0.0.1/01.01.2000                                           */
/* autor:             APS                                                          */
/* ================================================================================*/

body {
	font-family: 'PT Sans', sans-serif, verdana, arial, tahoma, helventica;
	font-size: 14px;
	margin: 0;
	padding: 0;
	/*line-height: 20px;*/
	color: #000000;
	background: #ffffff;
	
	/*min-width: 1200px;*/
	font-weight: 300;
}

th, td, caption {
    font-weight: 300;
}

#m_wrp {
	overflow: hidden;
}

#main_wrp {
	position: relative;
	/*min-height: calc(100vh - 299px);*/
}

.wo_tostart #main_wrp  {
   /*min-height: calc(100vh - 189px);*/
	min-height: calc(100vh - 63px);
}

a {
	outline: none;
	color: #008bbf;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong, b {
	color: #004f9f;
}

.clr {
	clear: both;
	float: none;
	zoom: 1;
}

.invisible {
	visibility: hidden;
}

.lineBlock {

	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: top;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */

}

.fix_w {
	/*width: 1120px;
	max-width: 1120px;*/
	margin: 0 auto;
	/*border: dashed 1px red;*/
   background:#000;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}


h1,h2,h3,h4,h5,h6 {
	color: #004f9f;
	line-height: 22px;
	padding: 10px 0;
	font-weight: bold;
}

h1 {
	font-size: 30px;
	line-height: 30px;
}

#main_container > h1 {
	padding-top: 0px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
}

h4 {
	font-size: 16px;
	line-height: 24px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 14px;
}


input[type="text"], input[type="email"], input[type="password"], input[type="file"] {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	line-height: 20px;
	font-size: 14px;
	font-family: 'PT Sans',verdana, arial, tahoma, helventica, Sans-Serif;
	height: 36px;
	box-sizing: border-box;
	color: #000000;
	
	padding: 6px 8px;
	border: solid 1px #bfbfbf;
	/* border: none; */
	background-color: #ffffff;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	
	
	vertical-align: middle;
}

input {
	outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="file"]:focus {
	border: solid 1px #004f9f;
}

textarea {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	line-height: 20px;
	font-size: 14px;
	font-family: 'PT Sans',verdana, arial, tahoma, helventica, Sans-Serif;
	height: 36px;
	box-sizing: border-box;
	color: #000000;
	
	padding: 6px 8px;
	border: solid 1px #bfbfbf;
	/* border: none; */
	background-color: #ffffff;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	outline: none;
}

textarea:focus {
	border-color: #ffe077;
}


select {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	line-height: 30px;
	padding: 0px 9px;
	padding-right: 25px;
	cursor: pointer;
	
	
	
}

.select {
	
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	line-height: 34px;
	font-size: 14px;
	color: #000000;
	
	border: solid 1px #bfbfbf;
	
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	
	background: #ffffff;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	z-index: 1;

}

.select .customStyleSelectBoxInner {
	text-indent: 9px;
	position: relative;
	
	
}

.select .customStyleSelectBoxInner:after {
	content: "\f078";
	
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-size: 18px;
	
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 29px;
	line-height: 34px;
	text-indent: 0px;
	text-align: left;
	
	color: #004f9f;
}

select:focus + .select {
	border-color: #004f9f;
}


input[type="submit"], input[type="button"], .button {
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: top;
	
	

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */

	padding: 7px 20px;
	min-height: 20px;
	
	box-sizing: content-box; 
	-moz-box-sizing: content-box;
	
	background-color: transparent;
	color: #0061af;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'PT Sans', verdana, arial, tahoma, helventica, Sans-Serif;
	
	vertical-align: middle;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	
	cursor: pointer;
	border: solid 1px #ff0000;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
	color: #ffffff;
	background-color: #004f9f;
}

input[type="submit"].r, input[type="button"].r, .button.r {
	background-color: #ff0000;
	color: #ffffff;
}

input[type="submit"].r:hover, input[type="button"].r:hover, .button.r:hover {
	color: #ffffff;
	background-color: #004f9f;
}

input[type="submit"].rb, input[type="button"].rb, .button.rb {
	background-color: #ff0000;
	color: #ffffff;
	border: solid 2px #ffffff;
}

input[type="submit"].r:hover, input[type="button"].r:hover, .button.r:hover {
	color: #ffffff;
	background-color: #004f9f;
}

input[type="submit"].w, input[type="button"].w, .button.w {
	background-color: #ffffff;
	color: #004f9f;
	border: solid 1px transparent;
}

input[type="submit"].w:hover, input[type="button"].w:hover, .button.w:hover {
	color: #ffffff;
	background-color: #ff0000;
}

input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	margin-right: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #004f9f;
	
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}


input[type=radio] {
	display: none;
}

input[type=radio] + label:before {
	
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: -3px;
	background-color: transparent;
	border: solid 1px #bfbfbf;
	
	text-align: center;
	
	border-radius: 24px;
	
	background-color: #ffffff;
}

input[type=radio]:checked + label:before {
	content: "\f111";
	
	line-height: 24px;
	font-size: 14px;
	text-indent: 0px;
	
	color: #004f9f;
}


input[type="checkbox"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 40px;
	margin-right: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #004f9f;
	
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label:before {
	
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: -3px;
	background-color: transparent;
	border: solid 1px #bfbfbf;
	
	vertical-align: midddle;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	
	background-color: #ffffff;
}

input[type=checkbox]:checked + label:before {
	content: "\f00c";
	
	
	line-height: 18px;
	font-size: 34px;
	text-indent: 0px;
	
	color: #004f9f;
}


fieldset {
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: top;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */

	border: solid 1px #ffe077;
	padding: 0 15px 10px 15px;
}

fieldset legend {
	font-family: 'Gotham Pro', verdana, arial, tahoma, helventica, Sans-Serif;
}


.content  ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	padding: 0px 0 0px 0px;
}

.content  ul li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-image: url(../img/ul.png);
	padding: 10px 0;
}

.content  ol {	
	counter-reset:li;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 0 0px 0px;
}

.content  ol li {
	margin: 0;
	padding: 0;
	padding: 10px 0;
}

.content  ol li:before {
	font-size: 16px;
	content:counter(li) ". "; /* В качестве данных используем счетчик */
	counter-increment:li; /* Увеличиваем значение счетчика на 1 */
	color: #004f9f;
	font-weight: bold;
}

.rltv {
	position: relative;
	z-index: 2;
}

.content p {
	margin: 0;
	padding: 10px 0;
}

.block {
	padding-bottom: 20px;
}


form label {
	font-size: 14px;
	/* color: #808080; */
	display: block;
}

#page_header {
	/*background-color: #004f9f;*/
   background-color: #000;
	color: #ffffff;
	/* min-height: 160px; */
	padding-bottom: 20px;
}

#page_header .content a {
	color: #ffffff;
	
}

#logo {
	margin-top: 17px;
}

#logo img{
	width: 74px;
	height: 62px;
}

#page_header .content p {
	margin: 0px;
	padding: 0px;
}

#page_header .lineBlock {
	vertical-align: middle;
	margin-top: 17px;
}

#page_header .block {
	padding: 0px;
}

#page_header .target {
	padding: 3px 0 3px 22px;
	border-left: solid 1px #598cc1;
	margin-left: 20px;
	line-height: 16px;
}

#main-menu {
	/* background-color: #0061af; */
	
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: middle;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */
	
	position: relative;
	
	margin-top: 34px;
	
	float: right;
	margin-right: -10px;
	
}

#main-menu .content ul, #main-menu .content li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main-menu .content {
	text-transform: uppercase;
}

#main-menu .content > ul > li {
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: middle;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */
}

#main-menu .content > ul > li > a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-khtml-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#main-menu .content > ul > li > a.active {
	color: #65cbff;
}

#main-menu .content > ul > li > a:hover {
	background-color: rgba(255,255,255,0.15);
	color: #dbf3ff;
}

#main-menu .content > ul > li.last > a{
	color: #65cbff;
	font-weight: 600
}

#main-menu .content > ul > li.last > a:before {
	content: "\f060";
	
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 7px;
	font-weight: 100;
	font-size: 10px;
	vertical-align: top;
	position: relative;
	top: 5px;
}


#page_header hr {
	border-top: solid 1px #598cc1;
	margin-top: 12px;
}

#to_start {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}

#to_start .lineBlock {
	vertical-align: middle;
}

#to_start .l {
	text-align: right;
	margin-right: 12px;
}

#to_start .p {
	font-size: 48px;
	font-family: 'PT Sans';
	font-weight: 700;
	color: #65cbff;
}

#main_container {
	padding: 30px 0px;
}

.pad30 {
	padding-top: 30px;
}

.gr {
	float: left;
	margin-right: 65px;
	margin-top: 5px;
}

.group:before {
	content: "";
	
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: middle;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */
	
	margin-right: 20px;
	width: 31px;
	height: 47px;
	background: url(../img/bm.png) center center no-repeat;
	
}

.group {
	font-size: 36px;
	color: #2a9c20;
	font-weight: 700;
	margin-bottom: 87px;
}

.group.g56:before {
	background: url(../img/bm56.png) center center no-repeat;
}

.group.g56 {
	color: #f86901;
}

.group.g79:before {
	background: url(../img/bm79.png) center center no-repeat;
}

.group.g79 {
	color: #7f4bb0;
}

.group.g1011:before {
	background: url(../img/bm1011.png) center center no-repeat;
}

.group.g1011 {
	color: #2cb4a6;
}

.to_test {
	font-size: 16px;
	margin-bottom: 33px;
}

.to_test .p {
	color: #004f9f;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
}

.grafik .p {
	color: #808080;
}

.fl {
	float: left;
}

.fl.h {
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
}

.fl.w45 {
	width: 45%;
	box-sizing: border-box;
	padding-right: 20px;
}

.fl.w55 {
	width: 45%;
	box-sizing: border-box;
}

.grafik h3 {
	padding-top: 12px;
}

.grafik .button {
	margin-top: 34px;
}

.grafik img.graf {
	float: right;
	margin-top: -29px;
}

#descr {
	position: relative;
	padding: 50px 0px 30px 0; 
	margin-top: 53px;
	margin-bottom: -30px;
}

#descr:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100vw;
	left: calc((1120px - 100vw) / 2);
	background-color: #f2f5fa;
	z-index: -1;
}

#descr p {
	overflow: hidden;
}

#descr .lineBlock {
	vertical-align: middle;
}

#descr .lineBlock p {
	width: 741px;
}

#descr .dip {
	font-size: 19px;
	color: #004f9f;
	/* font-weight: 700; */
	margin-bottom: 40px;
}

#descr .dip:before {
	content: "";
	display: block;
	float: left;
	
	width: 45px;
	height: 44px;
	
	margin-right: 28px;
	
	background: url(../img/kubok.png) center center no-repeat;
}

#descr .laur {
	font-size: 19px;
	/* color: #004f9f; */
	/* font-weight: 700; */
}

#descr .laur:before {
	content: "";
	display: block;
	float: left;
	
	width: 46px;
	height: 56px;
	
	margin-right: 28px;
	
	background: url(../img/medal.png) center center no-repeat;
}

#gr_choose {
	font-size: 0px;
	line-height: 0px;
}

#gr_choose .item {
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	border-right: solid 1px #a6a6a6;
	
	padding: 10px 0 20px 0px;
}

#gr_choose .item.gr1011 {
	border: none;
}

#gr_choose .item .grade {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	padding-top: 30px;
	padding-bottom: 65px;
}

#gr_choose .item.gr14 .grade {
	color: #2a9c20;
}

#gr_choose .item.gr56 .grade {
	color: #f86901;
}

#gr_choose .item.gr79 .grade {
	color: #f86901;
}

#gr_choose .item.gr1011 .grade {
	color: #2cb4a6;
}

#gr_choose .button {
	width: 120px;
}

#reg_form .form-item {
	margin-bottom: 26px;
}

#reg_form .form-item.lineBlock {
	/* margin-bottom: 0px; */
	/* padding-top: 20px; */
	margin-top: 0px;
	margin-right: 15px;
}

#reg_form .form-item input {
	width: 100%;
}

#reg_form .subject_rf select {
	width: 550px;
}

#reg_form .subject_rf, #reg_form .city  {
	width: 550px;
}

#reg_form .city, #reg_form .patronymic, #reg_form .grade, #reg_form .phones  {
	margin-right: 0px !important;
}

#reg_form .s_name, #reg_form .f_name , #reg_form .patronymic, #reg_form .m_email, #reg_form .org_email, #reg_form .phones  {
	width: 360px;
}

#reg_form .b_year, #reg_form .grade {
	width: 95px;
}

#reg_form .org {
	width: 892px;
}

#reg_form input[type=submit] {
	float: right;
}

.pad15 {
	padding-bottom: 15px;
}

.alert_form {
	color: red;
	margin-top: -12px;
	padding-bottom: 35px;
}

#task {
	width: 745px;
	/* position: relative; */
	
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	
	/* float: left; */
}

#task .question {
	font-size: 30px;
	line-height: 40px;
}

#task .answers {
	padding-top: 18px;
}

#task .answers ul, #task .answers li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
	line-height: 0px;
}

#task .answers ul {
	margin-right: -30px;
}


#task .answers ul li {
	box-sizing: border-box;
	width: 360px;
	height: 120px;
	
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	
	font-weight: 700;
	
	padding: 0 30px;
	
	border: solid 2px transparent;	
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	
	cursor: pointer;
	
	margin: 0 20px 20px 0;
	
	transition: 0.3s;
}

#task .answers ul li:hover {
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-khtml-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-o-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

#task .answers ul li.checked {
	-moz-box-shadow: 0 10px 20px rgba(159,0,0,0.4);
	-webkit-box-shadow: 0 10px 20px rgba(159,0,0,0.4);
	-khtml-box-shadow: 0 10px 20px rgba(159,0,0,0.4);
	-ms-box-shadow: 0 10px 20px rgba(159,0,0,0.4);
	-o-box-shadow: 0 10px 20px rgba(159,0,0,0.4);
	box-shadow: 0 10px 20px rgba(159,0,0,0.4);
}

#task .answers ul li:first-child {
	border-color: #004f9f;
	color: #ffffff;
	background-color: #004f9f;
}

#task .answers ul li:first-child + li {
	border-color: #004f9f;
	color: #004f9f;
	background-color: #f2f5fa;
}

#task .answers ul li:first-child + li  + li {
	border-color: #65cbff;
	color: #65cbff;
	background-color: #ffffff;
}

#task .answers ul li:last-child {
	border-color: #ff0000;
	color: #ff0000;
	background-color: #f2f5fa;
}

#task .answers ul li:before {
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: top;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */
	
	content: "";
	min-height: inherit;
	height: 100%;
	vertical-align: middle;
}

#task .answers ul li span {
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: top;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */
	
	vertical-align: middle;
}

#task input[type=submit] {
	font-size: 18px;
}

#timer {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 322px;
	background-color: #f2f5fa;
	
	padding-top: 175px;
	
	text-align: center;
}

#timer:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: calc( (1120px - 100vw) / 2 );
	width: calc( (100vw - 1120px) / 2 );
	background-color: #f2f5fa;
}

@media (max-width: 1200px) { 
	#timer:after {
		width: 100px;
		right: -100px;
	}
}

.content #timer p {
	margin: 0px;
	padding: 0px;
}

#timer .icon {
	display: block;
	height: 82px;
	background: url(../img/timer.png) center center no-repeat;
	margin-bottom: 30px;
}

#timer .label {
	font-size: 18px;
	font-weight: bold;
	color: #004f9f;
}

#timer .time {
	font-size: 100px;
	color: #ff0000;
	line-height: 120px;
}

.filel {
	padding-left: 60px;
	background: url(../img/file.png) left 4px no-repeat;
	text-decoration: none;
	font-size: 16px;
}

.filel span {
	text-decoration: underline
}
.filel:hover span {
	text-decoration: none;
}

.filel .fsize {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.docs {
	/* padding-top: 20px; */
}

.docs * {
	vertical-align: middle
}

.docs .gr {
	float: none;
	margin-top: 34px;
}

.docs .graf {
	float: none;
	margin-left: 65px;
}

.docs .fl + .fl {
	padding-left: 95px;
	background-color: #f2f5fa;
}

.docs .fl + .fl:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 560px;
	background-color: #f2f5fa;
	width: 100%;
	z-index: -1;
}

.abouti {
	float: right;
	margin-top: 25px;
}

.grbg {
	padding: 50px 0px 80px 0px;
	margin-top: 45px;
	position: relative;
	margin-bottom: -30px;
}

.grbg:after {
	content: "";
	display: block;
	width: 100vw;
	position: absolute;
	left: calc( (1120px - 100vw) / 2 );
	
	top: 0px;
	bottom: 0px;
	background-color: #f2f5fa;
	
	z-index: -1;
	
}

@media (max-width: 1200px) { 
	.grbg:after{
		width: 1200px;
		left: -40px;
	}
}


#descr .grade {
	padding: 20px 0 20px 20px;
	border-left: solid 1px #9e9fa3; 
}

#order_by {
	position: absolute;
	top: 40px;
	right: 0px;
	
	font-size: 16px;
}

#order_by a {
	color: #004f9f;
	font-weight: bold;
	padding: 0 20px;
	border-left: solid 1px #808080;
}

#order_by a:first-child {
	border: none;
}

#order_by a.active {
	color: #ff0000;
	text-decoration: none;
}

#results {
	width: 100%;
	margin-top: 45px;
}

#results thead {
	border-bottom: solid 3px #004f9f;
}



#results tbody:before {
	content: "";
	display: table-row;
	height: 10px;
	
}

#results thead td,#results thead th,#results tbody td,#results tbody th {
	padding: 10px 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border-left: solid 1px #a6a6a6;
}

#results thead td,#results thead th {
	padding: 4px 20px;
}

#results thead tr td:first-child,#results thead tr th:first-child,#results tbody tr td:first-child,#results tbody tr th:first-child {
	border-left: none;
} 

#results thead td,#results thead th {
	
}

#results thead td,#results thead th {
	color: #ff0000;
	font-weight: bold;
}

#results .n, #results .id {
	width: 7.9%
}

#results .name,#results .o {
	width: 25%;
}

#results .m {
	width: 17%;
}

#results tbody tr:nth-child(even) {
	background-color: #f2f5fa;
}

#results tbody tr td:last-child {
	padding: 10px 40px;
}

.content .pager, .pager {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	
	padding: 30px 0;
	font-size: 0px;
	line-height: 0px;
}

.content .pager li, .pager li {
	margin: 0;
	padding: 0;
	border: 0; 
 
	display: -moz-inline-stack; /* < Firefox 2 backwards compatibility */
	display: inline-block;
	vertical-align: top;

	/* v IE6 & IE7 «hasLayout» voodoo */
	zoom: 1;
	*display: inline;
	/* ^ IE6 & IE7 starhack < http://www.ejeliot.com/blog/63 */
	
	list-style: none;
	text-align: center;
}

.pager a {
	display: block;
	min-width: 30px;
	line-height: 30px;
	font-size: 16px;
	
	box-sizing: border-box;
	padding: 0 10px;
	
	transition: 0.2s;
}

.pager a:hover {
	background-color: #004f9f;
	color: #ffffff;
	text-decoration: none;
}

.pager a.active {
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.member .buttons {
	padding-top: 15px;
}

.member .buttons .button {
	padding: 20px 40px;
	border: none;
	min-width: 210px;
	font-size: 24px;
	color: #ffffff;
	background-color: #004f9f;
}

.member .buttons .button:hover {
	background-color: #006ad5;
}

.member .buttons .button.ready {
	background-color: #65cbff;
}

.member .buttons .button.inactive {
	padding: 15px 35px;
	background-color: #ffffff;
	border: solid 5px #d9d9d9;
	color: #d9d9d9;
}

.member .dip {
	padding-top: 110px;
}

.member .w55 {
	padding-top: 10px;
}

.member .w55:after {
	content: "";
	display: block;
	background-color: #f2f5fa;
	width: 100vw;
	z-index: -1;
	top: 0px;
	bottom: 0px;
	position: absolute;
}

@media (max-width: 1200px) {
	.member .w55:after {
		width: 1200px;
	}
}

.member .w55 p {
	padding-left: 106px;
	position: relative;
}

.member .w55 p:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 106px;
}

.member .w55 p.p {
	font-size: 16px;
}

.member .w55 p.p:before {
	background: url(../img/star.png) center center no-repeat;
}

.member .w55 p.r:before {
	background: url(../img/info.png) center center no-repeat;
}

.member .w55 p.i:before {
	background: url(../img/search.png) center center no-repeat;
}

.member .w55 p.d:before {
	background: url(../img/dip.png) center center no-repeat;
}

.member .mid {
	font-size: 18px;
}

.member hr {
	display: block;
	width: 190px;
	border-top: solid 1px #9e9fa3;
	margin: 20px 0px 20px 106px;
}

.content .member .midt {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	
	position: absolute;
	top: 30px;
	right: 0px;
	color: #ff0000;
	font-weight: bold;
}

.content .member .midt span {
	color: #000000;
}

/* footer */

#page_ftr {
	/*background-color: #004f9f;*/
   background-color: #000;
	color: #ffffff;
	padding: 27px 0;
   padding-bottom: 0px;
}

#page_ftr .copyr {
	text-transform: uppercase;
	padding-top: 8px;
}

#page_ftr .button.question {
	float: right;
   /*background-color: #000;
   color:#ffffff;*/
}


#overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #004f9f;
	display: none;
	opacity: 0.95;
	filter: alpha(opacity=0.95);
	-moz-opacity: 0.95;
}

.webform {
	z-index: 9999;
	background-color: transparent;
	position: fixed;
	top: 99999px;
	left: -99999px;
	/* top: 100px; */
	/* left: 400px; */
	
	display: block;
	padding: 0px;	
	color: #ffffff;
	
	min-width: 302px;
}

.webform .block {
	padding-bottom: 0px;
}

.webform .close {
	position: absolute;
	width: 36px;
	height: 36px;
	
	top: 13px;
	right: -7px;
	
	text-align: center;
	line-height: 36px;
	
	font-size: 26px;
	color: #ffffff;
	cursor: pointer;
	
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	
}

.webform .close:before {
	content: "\f00d";
	
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	cursor: pointer;
}

.webform .close:hover {
	background-color: rgba(255,255,255,0.5);
	color: #000;
}

.webform h2 {
	color: #65cbff;
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 25px;
	padding-right: 45px;
	/* text-transform: uppercase; */
	text-align: center;
	
}

.webform label {
	font-size: 14px;
	color: #65cbff;
}


.webform input[type="text"], .webform input[type="email"], .webform textarea, .webform input[type="password"], .webform textarea {
	box-sizing: border-box;
	height: 36px;
	border: solid 1px #ffffff;
	width: 100%;
}

.webform textarea {
	height: 220px;
	resize: none;
}


.webform .form-item {
	margin-bottom: 25px;
}

.webform .form-actions {
	margin-top: 35px;
	margin-bottom: 25px;
	text-align: center;
}

.webform input[type=submit] {
	min-width: 111px;
	font-size: 18px;
}

.webform .alert {
	font-size: 12px;
	line-height: 14px;
}

.webform .g-recaptcha {
	width: 304px;
	margin: 0 auto;
}

.form_alert {
	text-align: center;
}

.webform .form-actions {
    text-align: center;
}

.webform#login {
	width: 460px;
}

.webform#login h2 {
	padding-right: 0px;
	padding-bottom: 55px;
}

.webform#login .form-item {
	margin-bottom: 40px;
}

.webform#login label {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}

.webform#login .form-actions {
	padding-top: 15px;
}


.webform#question {
	width: 742px;
}

.webform#question h2 {
	padding-right: 0px;
	padding-bottom: 0px;
}

.webform#question .form_alert {
	padding-bottom: 32px;
}

.webform#question .form-item.h {
	width: 360px;
	margin-right:18px;
}

.webform#question .form-item.h.wm {
	margin-right: 0px;
}

.webform#question .form-item.c {
	margin-right: auto;
	margin-left: auto;
}

.webform#question input[type=submit] {
	
}

.webform #question-group {
    width: 100%;
}

/* формы обратной связи */
.webform .successful {
	text-align: center;
	color: #dd282f;
	margin-left: -8px;
   font-size: 30px;
}

.webform .successful .thnks {
	font-size: 15px;
	font-weight: bold;
}

/* предупреждение */
.alarm 
{
   color: #f00;
   text-align: center;
}

.alarm1
{
   color: #f00;
   text-align: center;
   font-size: 22px;
   margin-top: 20px;
}

.alarm2
{
   color: #54FE55;
   text-align: center;
}

.message {
   font-weight: bold;
   text-align: center;
   font-size: 22px;
}

.message p{
   margin: 0;
   padding: 9px 0;
}

.message .button {
   width: 250px;
   padding: 15px;
   font-size: 18px;
}

.member .buttons .button.inactive1 {
	padding: 15px 35px;
	background-color: #ffffff;
	border: solid 5px #d9d9d9;
	color: #d9d9d9;
}




