body,html
{
	margin:0;
	padding: 0;
	width:100%;
	min-width: 1200px;
	height: 100%;
    min-height: 100%;
	font-size: 16px;
	background-color: #fff;
	color:#1A3763;
	font-family: 'PT Sans', serif;
}


p
{
	margin:0;
}

.header,.footer
{
	background:#1A3763;
	color:#fff;
	padding: 15px 0;
}

.login_div a
{
	display: block;
	text-align: right;
	color:#fff;
	font-size: 12px;
}

.login_div .name
{
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
}

.login_div .login
{
	display: block;
	text-align: right;
	font-size: 17px;
	margin-bottom: 29px;
}

.footer
{
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

a
{
	text-decoration: none;
}

.footer a, .header a
{
	color:#fff;
}


a:hover
{
	/*color:#F39924;*/
	text-decoration: underline;
}

.alogo:hover
{
	text-decoration: none;
}


.footer a:hover, .enter a:hover
{
	/*color:#F48A00;*/
}

.logo_block
{
	display:block;
}
#logo
{
	display: block;
	width:250px;
}
#ltext
{
	display: block;
	text-transform: uppercase;
	margin: 5px 0 0 7px;
	font-size: 16px;
	font-weight: bold;
}

.left_menu
{
	display: block;
	position: relative;
	/*float:left;
	width:168px;*/
	/*margin:32px 76px 0 0px;*/
	padding:45px 0 20px 30px;
	margin-bottom: 100px;
}
.left_menu a
{
	display: block;
	position:relative;
	margin-bottom: 10px;
	/*width:144px;
	height:24px;*/
	border:2px solid #1D3E70;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	font-weight: normal;
	padding: 7px 0;
	width: 156px;
	text-transform: uppercase;
	text-decoration: none;
	color:#fff;
	background: #1D3E70;
	letter-spacing: 1px;
}
.left_menu a img 
{
	display: none;
	width:76px;
	position: absolute;
	left:166px;
	bottom:21px;
}

.left_menu a:hover
{
	background: #1A3763;
	border-color: #1A3763;
}

.left_menu a.selected, .top_menu_content a.selected
{
	cursor: default;
	background:#fff;
	color: #1D3E70;
	font-weight: bold;
}

.left_menu a.selected:hover, .top_menu_content a.selected:hover
{
	color: #1A3763;
	border-color: #1A3763;
}



.fbanner
{
	display: block;
}
.fbanner img
{
	/*display: block;*/
	width:90%;
	/*height:89px;*/
}

.ftext
{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.content
{
	padding: 45px 0 90px;
}

.all_enter_div
{
	display: block;
	text-align: center;
	margin: 0 1px;
	padding:0px 0 30px;
}
.with_corners
{
	display: block;
	position:relative;
	/*min-height: 150px;*/
	min-width: 105px;
	font-weight: bold;
	padding:28px 27px 23px;
	margin-bottom:-15px;

}
.lc,.rc 
{
	display: none;
	position:absolute;
        pointer-events: none;
}
.top .lc
{
	display: block;
	width:80px;
	height: 152px;
	top:0;
	left:0;
}
.bottom .rc 
{
	display: block;
	width:48px;
	height:122px;
	bottom:-10px;
	right:0;
}

.forgotpass
{
	display: block;
	margin: 0 auto;
	font-weight: normal;
	font-size: 14px;
	color: #060A17;
	margin-top: 20px;
}

.enter
{
	display: block;
	background: #D7D8DA;
	color:#1A3763;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-weight: bold;
	padding-bottom: 30px;
}

.enter.text_end
{
	padding-bottom: 6px;
}
.enter p 
{
	font-weight: normal;
	text-align: left;
	width: 90%;
	margin:0px auto;
	padding: 5px 0 14px;
	font-size: 14px;
	color: #060A17;
}
.enter label
{
	display: block;
	font-size:17px;
	line-height: 27px;
	margin:0px auto;
	width: 90%;
	min-height: 27px;
	color:#000;
}

.enter label sup
{
	color:#F39924;
	position: relative;
	line-height: 10px;
}

.enter input, .checkboxdiv, .input_div, textarea, select
{
	display: block;
	margin: 5px auto 10px;
	font-size: 17px;
	text-align: center;
	height:34px;
	width:90%;
	box-sizing: border-box;
	line-height: 35px;
	border:1px solid transparent;
	border-radius: 8px;
	padding:0 11px;
	background: #fff;
	font-family: 'PT Sans', serif;
}

.enter input:disabled, .checkboxdiv.disabled, .input_div.disabled, textarea:disabled, select:disabled, .disabled_grey
{
	background: #E6E5E5 !important;	
	color: #1A3763 !important;
}

textarea 
{
	line-height: 17px;
	text-align: left;
	padding: 18px 11px 9px;
	height: 124px;
}

.input_div
{
	text-align: center;
}

select
{
	-webkit-appearance:none;
	text-align: center;
	background-image: url('https://reg.olimpiada.ru/images/select_down_small.png');
	background-position: top right;
	background-repeat: no-repeat;
}


select::before
{
	display: block;
	position: absolute;
	right: 0;
	top:5px;
	width: 9px;
	height: 9px;
	background: #1A3763;
}

textarea
{
    width: 92%;
    box-sizing: border-box;
}

textarea.error
{   
	border:1px solid #A61300;
}

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

.checkboxdiv input[type=radio]+label::before
{
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	margin-top: 3px;
	margin-right: 3px;
	box-sizing: border-box;
	line-height: 19px;
	/*border:1px solid #1A3763;*/
	border-radius: 2px;
	content: "";
	background: url('https://reg.olimpiada.ru/images/checkbox_0.svg') center center no-repeat;
	background-size: cover;
	float: left;
}

.checkboxdiv input[type=radio]:checked+label::before
{
	content: "";
	background: url('https://reg.olimpiada.ru/images/checkbox_1.svg') center center no-repeat;
	background-size: cover;
}

.checkboxdiv input[type=radio]+label
{
	font-weight: normal;
}

.checkboxdiv table
{
	border-collapse: collapse;
	width: 100%;
}

.checkboxdiv table td
{
	width: 50%;
	text-align: left;
}

.checkboxdiv table td:last-child
{
	text-align: right;
}

.checkboxdiv table td input, .checkboxdiv table td label
{
	display: inline-block;
	margin: 0px;
	padding: 0;
	line-height: 30px;
	position: relative;
	width: auto;
	height: auto;
	margin: 0 2px;
}

.checkboxdiv table td label
{

}

#enter
{
	display: block;
	padding: 0 0 16px;
	margin-bottom: 20px;
}
/*#enter p
{
	display: block;
	margin:25px 20px 5px;
} */
#reg
{
	width:568px;
	height:380px;
}

.anketa_form
{
	width:568px;
	padding-bottom: 1px;
	margin: 0 auto 20px;
}

.anketa_form input
{
	font-weight: normal;
	text-align: left;
}

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

input[type=checkbox]+label::before
{
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	margin-top: 0px;
	margin-right: 3px;
	box-sizing: border-box;
	line-height: 19px;
	/*border:1px solid #1A3763;*/
	border-radius: 2px;
	content: "";

	background: url('https://reg.olimpiada.ru/images/checkbox_0.svg') center center no-repeat;
	background-size: cover;
	float: left;
	
	margin-bottom: 5px;
}


input[type=checkbox]+label
{
	font-weight: normal;
}

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

input[type=checkbox].block_cbx+label::before
{
	display: none;
}


input[type=checkbox].block_cbx+label
{
	font-weight: normal;
	text-align: center;
	padding: 0;
	font-size: 17px;
	margin: 0 5px;
	line-height: 32px;
	border-radius: 8px;
}

input[type=checkbox].block_cbx+label:hover
{
	
	background: #D7D8DA;
}

input[type=checkbox].block_cbx:checked+label
{
	
	background: rgba(29, 62, 112, 0.5);
}

.anketa_form div.params
{
	display: block;
	margin:5px 20px;
	font-weight: normal;
}

.anketa_form .edit
{
	display: block;
	position: absolute;
	background: url('https://reg.olimpiada.ru/images/edit.svg') center center no-repeat;
	background-size: cover;
	width: 29px;
	height: 24px;
	top:12px;
	right: 16px;
}

#reg input[name=captcha-answer], .anketa_form input[name=captcha-answer]
{
	float:left;
	width:112px;
}
#reg .task
{
	display: block;
	float:right;
	margin:7px 15px 0 0;
}
#reg p, .anketa_form p 
{
	display: block;
	margin:15px 32px;
}

.anketa_form p
{
	padding: 5px 0 10px;
	margin: 15px 20px;
}

.left_c
{
	display: block;
	float:left;
	width:50%;
}

.left_c .left_c input, .left_c .right_c input, .right_c .left_c input, .right_c .right_c input
{
	width: 55%;
}

.left_c .left_c span, .left_c .right_c span, .right_c .left_c span, .right_c .right_c span
{
	width: 70%;
}

.right_c
{
	display: block;
	float:right;
	width:50%;
}

.center_c
{
	display: block;
	width:50%;
	margin: 0 auto;
}

.full_c
{
	display: block;
	width:100%;
	margin: 0 auto;
}

.full_c span
{
	width:510px;
}

.full_c input
{
	width:488px;	
}

.ehead
{
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height:42px;
	line-height: 47px;
	font-size: 20px;
	text-align: center;
	background:#1A3763;
	color:#fff;
	position: relative;
	margin-bottom: 20px;
	height: auto;
    	min-height: 42px;
    	box-sizing: border-box;
    	padding: 10px 44px 10px 10px;
}

input.button
{
	-webkit-appearance:none;
}
.button
{
	display: inline-block;	
	font-size: 17px;
	line-height: 20px;
	min-width: 146px;
	padding:6px 19px 6px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background:#1d3e70;
	color:#fff;
	font-family: 'PT Sans', serif;
	border:none;
	box-sizing:border-box;
	border-radius:0px;
	-webkit-appearance:none;
}

.button:hover
{
	background: #1A3763;
	color:#fff;
	text-decoration: none;
}
.all_enter_div .button
{
	margin: 10px auto 0;
}


input.srch
{
	display: block;
	float:left;
	border:none;
	padding:0;
	width:170px;
	outline: none;
}
.input_div a.lupa 
{
	display: block;
	float:right;
	background: url('https://reg.olimpiada.ru/images/search.svg') 0 center no-repeat;
	background-color: #fff;
	background-size: 29px 24px;
	width:29px;
	height:24px;
	margin-top:5px;
	text-decoration: none;
}


.nice_select
{
	display: block;
	margin: 0 auto 5px;
	font-size: 18px;
	text-align: center;
	height:35px;
	width:210px;
	line-height: 35px;
	border:1px solid #1A3763;
	border-radius: 8px;
	padding:0 10px;
	background: #fff;
	position: relative;
}

.nice_select select
{
	position: absolute;
	-webkit-appearance:none;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
	opacity: 0;
}

.nice_select span
{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

.nice_select font
{
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin: 2px 0 0 0;
	font-size: 14px;
	font-weight: normal;
}

/*-------------------------------Всплывающие окна------------------------------------*/
.error_window 
{
	display: block;
	position:absolute;
	padding:5px 10px 3px;
	background: #fff;
	border:2px solid #1A3763;
	z-index: 5;
	top:290px;
	left:200px;
	max-width:230px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
}
.error_window .triangle
{ 
	display: block;
	position:absolute;
	width:4px;
	height:10px;
	border-top:3px solid #1A3763;
	border-right:1px solid #1A3763;
	top:50%;
	right:-4px;
	background: #fff;
	transform: skew(45deg) rotate(68deg);
}

#window .buttons_table
{
	width:100%;
	margin:25px 0 0;
	border-collapse: collapse;
}
#window .buttons_table td 
{
	width:50%;
}
#window .buttons_table td:first-child .button
{
	float:right;
	margin-right:56px;
}
#window .buttons_table td:nth-child(2) .button
{
	float:left;
}
#window .close
{
	display: block;
	position:absolute;
	text-decoration: none;
	top:10px;
	right:12px;
	font-size: 40px;
	font-weight: normal;
}

.column2
{
	display: block;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.column3
{
	display: block;
	width: 33.3%;
	float: left;
	box-sizing: border-box;
}

.column3.double
{
	display: block;
	width: 66.6%;
	float: left;
	box-sizing: border-box;
}

.column3.triple 
{
        display: block;
        width: 100%;
        float: left;
        box-sizing: border-box;
}

.column3.double p
{
	width: 93%;
	padding-top: 28px;
	padding-bottom: 0;
}

.column3.double input, .column3.double .input_div, .column3.double label, .column3.triple .input_div
{
	width: 93%;
}

.column3.triple .input_div
{
	width: 95%;
}

.column3 input, .column3 .input_div, .column3 label
{
	width: 86%;
}

.column3 input[type=radio]+label
{
	/*margin: 5px 3px 10px;
	font-size: 12px;*/
}

.field_name
{
	display: block;
	padding-top: 10px;
}

.helper
{
	display: inline-block;
	background: #F39924;
	color:#000000;
	font-size: 9px;
	box-sizing: border-box;
	width: 11px;
	height: 11px;
	text-align: center;
	line-height: 12px;
	border-radius: 5.5px;
	top: -5px;
	position: relative;
}

.helper div
{
	position: absolute;
	display: block;
	background: #FFD6A0;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	min-width: 200px;
	max-width: 250px;
	text-align: left;
	height: auto;
}

.task a:hover
{
	text-decoration: none;
}

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

input[type=checkbox]+label
{
	display: block;
	margin: 5px auto 10px;
	width: 90%;
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
	text-align: left;
	font-size: 14px;
	line-height: 19px;
}

input[type=checkbox]+label:before
{
	display: block;
	position: absolute;
	left: 0px;
	top:-2px;
	background:url('https://reg.olimpiada.ru/images/checkbox_0.svg') top center no-repeat;
	background-size: 100% auto;
	width: 24px;
	height: 35px;
	line-height: 18px;
}

input[type=checkbox]:checked+label:before
{
	background-image: url('https://reg.olimpiada.ru/images/checkbox_1.svg');
}

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

input[type=radio]+label
{
	width: auto;
	display: inline-block;
	margin:5px 10px 10px;
	box-sizing: border-box;
	padding-left: 20px;
	font-weight: normal;
	position: relative;
	text-align: left;
}

input[type=radio]+label:before
{
	content: " ";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	padding: 0;
	left:0;
	top:5px;
	font-size: 15px;
	border-radius: 12px;
	border:1px solid #1A3763;
	box-sizing: border-box;
}

input[type=radio]:checked+label:before
{
	content: "•";
	line-height: 13px;
	text-align: center;
	color:#1A3763;
}

input.search
{
	background-image: url('https://reg.olimpiada.ru/images/search_orange.svg');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
        background-color: transparent;
	padding-right: 40px;
	margin: 0;
	width: 100%;
}

.input_div.search
{
	padding: 0;
	position: relative;
}

.input_div.search a
{
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 2;
	right: 0;
	top:0;
}

.input_div.download
{
	background-image: url('https://reg.olimpiada.ru/images/download_orange.svg');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-right: 40px;
	overflow: hidden;
	position: relative;
}

.input_div.download input
{
	position: absolute;
	display: block;
	opacity: 0;
	width: 100%;
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.input_div.download span
{
	font-weight: normal;
	color:#000;
	font-size: 17px;
}

input.error, div.error, select.error
{
	border-color: #A61300;
}

#shadow
{
	display: none;
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:rgba(19,41,74,0.7);
	z-index: 100;
}

#window
{
	display: block;
	position: absolute;
	width: 446px;
	box-sizing: border-box;
	border-radius: 20px;
	left:50%;
	margin-left: -223px;
	top:30%;
	background:#fff;
	padding: 20px;
}

#window p
{
	color: #060A17;
	font-size: 18px;
	text-align: center;
}

#window .buttons
{
	display: block;
	text-align: center;
}

#window .buttons .button
{
	display: inline-block;
	margin: 20px 5px 0;
}

.errorInfo
{
	display: block;
	position: absolute;
	top:250px;
	left: 250px;
	width: 267px;
	min-height: 44px;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 5px 20px 5px 5px;
}

.errorInfo.left
{
	background-image: url('https://reg.olimpiada.ru/images/e_left.svg');
}
.errorInfo.right
{
	background-image: url('https://reg.olimpiada.ru/images/e_right.svg');
	padding: 5px 5px 5px 20px;
}

.errorInfo table
{
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

.errorInfo table td
{
	text-align: center;
	vertical-align: middle;
	color: #060A17;
	font-size: 14px;
}

.errorInfo a
{
	display: block;
	position: absolute;
	top:0px;
	color:#060A17;
	right: 20px;
}

.errorInfo.right a
{
	right: 5px;
}

.column1
{
	display: block;
}

.column1 input[type=checkbox]+label, .column1 p, .column1 textarea, .column1 input, .column1 .input_div
{
	width: 95%;
}

.stoper
{
	display: block;
	height: 0px;
}

.small_title
{
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	color: #000;
}

.small_info
{
	font-size: 14px;
	text-align: left;
	padding: 0 27px;
}

.small_info sup
{
	color:#F39924;
	line-height: 5px;
}

.cross
{
	color:#000;
	font-size: 27px;
	text-decoration: none;
	display: block;
	position: absolute;
	top:0;
	right: 10px;
}

.cross:hover
{
	text-decoration: none;
}

.button_container
{
	text-align: center;
}

.beauty_table
	{
		width:100%;
		font-size:12px;
		border-collapse: collapse;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		margin-bottom:20px;
	}

	.beauty_table td
	{
		border-right: 1px dashed #FFFFFF;
		color:#060A17;
		font-weight: normal;
		vertical-align: top;
		padding: 10px;
		text-align: left;

	}
	.beauty_table tbody tr
	{
		background: #D7D8DA;
	}
	.beauty_table tbody tr:nth-child(even)
	{
		background: #F0F0F0;
	}
	.beauty_table tbody td:first-child
	{
		border-left: 0px solid #898989;
	}
	.beauty_table tbody td:last-child
	{
		border-right: 0px solid #898989;
	}
	.beauty_table tbody tr:last-child td
	{
		border-bottom: 0px solid #898989;
	}
	.beauty_table thead td 
	{
		min-height:36px;
		color:#fff;
		font-weight: bold;
		text-align: center;
		padding: 5px 10px;
		vertical-align: middle;
	}
	.beauty_table thead 
	{
		background: #1A3763;
		line-height: 16px;
	}
	.beauty_table thead sup 
	{
		display: inline-block;
		margin-top: -4px;
	}
	.beauty_table thead td:first-child
	{
		border-top-left-radius: 20px;
	}
	.beauty_table thead td:last-child
	{
		border-top-right-radius: 20px;
		border: none;
	}
	.sort
	{
		color:#fff;
		text-decoration: none;
		transform: scaleY(0.8);
		font-size: 12px;
	}
	.download_link, .check_link
	{
		display: block;
		padding-left: 35px;
		background: url('https://reg.olimpiada.ru/images/download_orange.svg') top left no-repeat;
		background-size: 32px 32px;
		color:#060A17;
		margin-bottom: 5px;
		text-align: left;
                min-height:35px;
	}

	.im_link
	{
		display: block;
		padding-left: 35px;
		background-position:top left; 
		background-repeat: no-repeat;
		background-size: 32px 32px;
		color:#060A17;
		margin-bottom: 5px;
		text-align: left;
                min-height:35px;
	}

	.im_link.edit
	{
		background-image:  url('https://reg.olimpiada.ru/images/edit_orange-1.svg');
	}
	.im_link.cup
	{
		background-image:  url('https://reg.olimpiada.ru/images/result_orange-1.svg');
	}

	a.imga
	{
		display: inline-block;
		width: 24px !important;
		height: 24px !important;
		background-size: cover;
	}

	a.imga.orange.cup
	{
		background-image:url('https://reg.olimpiada.ru/images/result_orange.svg');
	}
        a.imga.orange.download
        {
		background-image: url('https://reg.olimpiada.ru/images/download_orange.svg');
	}

	a.imga.orange.edit
	{
		background-image:url('https://reg.olimpiada.ru/images/edit_orange.svg');
	}

	a.imga.orange.add
	{
		background-image:url('https://reg.olimpiada.ru/images/add_orange.svg');
	}

	a.imga.orangeconfirm
	{
		background-image:url('https://reg.olimpiada.ru/images/confirm_orange.svg');
	}
        .orange
	{
		color: #f39924;
	} 
	.icon_button
	{
		font-size:18px;
	}
	.icon_button:hover
	{
		color:#1A3763;
	}
	.big_title
	{
		display: block;
		text-align: center;
		color: #000000;
		font-size: 20px;
		line-height: 31px;
	}

	.filters
	{
		display: block;
		text-align: center;
	}

	.filters a
	{
		display: inline-block;
		color: #060A17;
		text-decoration: underline;
		width: 104px;
		margin: 8px 5px;
		font-size: 14px;
	}

	.filters a.selected
	{
		font-weight: bold;
		text-decoration: none;
	}

	.multi_cbx
	{
                display: grid;
                grid-template-columns: repeat(6,1fr);
	}

        .multi_cbx input[type=checkbox]+label 
        {
                width:auto;
        }

        .input_div.mcbx
        {
                height:auto
        }

	.mcbx
	{
		padding: 0 5px;
	}

	.top_menu_content
{
	display: flex;
    justify-content: space-between;
	position: relative;
	margin:0px 0 47px;
}
.top_menu_content .line
{
	display: block;
	position:absolute;
	top:14px;
	left:0;
	width:90%;
	left: 5%;
	height: 1px;
	border-bottom:2px solid #1D3E70;
	z-index: 1;
}
.top_menu_content a  
{
	display: block;
	position:relative;
	width:218px;
	height:31px;
	color:#fff;
	background: #1D3E70;
	margin:0 10px;
	border-radius: 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border:2px solid #1D3E70;
	padding-top: 4px;
	z-index: 2;
	box-sizing: border-box;
}

.top_menu_content a:hover
{
	background: #1A3763;
}
.top_menu_content a img 
{
	display: none;
	width:9px;
	position: absolute;
	right: 25px;
	top:27px;
}
.top_menu_content a.selected img
{
	display: block;
} 
.left_menu a.selected, .top_menu_content a.selected
{
	cursor: default;
	background:#fff;
	color: #1D3E70;
}
.top_menu_content a.grey
{
	background:#D7D8DA;
	border-color:#D7D8DA;
}

.beauty_table_border th
{
        border-right: 1px dotted #898989;
}
.beauty_table_border td
{
        border-right: 1px dotted #898989;
}
.beauty_table_border tbody td:first-child, tbody th
{
        border-left: 1px solid #898989;
}
.beauty_table_border tbody td:last-child
{
        border-right: 1px solid #898989;
}
.beauty_table_border tbody tr:last-child td, tbody tr:last-child th
{
        border-bottom: 1px solid #898989;
}
.title_button
{
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
}
input[type=radio]:disabled+label:before 
{
	border-color:#ccc;
}
input[type=radio]:checked:disabled+label:before
{
	color:#ccc;
}
input[type=checkbox]:checked:disabled+label::before
{
	background: url('https://reg.olimpiada.ru/images/checkbox_2_d.svg') center center no-repeat;
}
input[type=checkbox]:disabled+label::before
{
	background: url('https://reg.olimpiada.ru/images/checkbox_0_d.svg') center center no-repeat;
}
.input_div.disabled span 
{
	color:#1A3763 !important;
}

.menu-button
{
	display: none;
}

.close-menu-button
{
	display: none;
}

@media all and (max-width: 700px)
{
	body,html
	{
		margin:0;
		padding: 0;
		width:100%;
		min-width: 320px;
		height: 100%;
	    min-height: 100%;
		font-size: 16px;
		background-color: #fff;
		color:#1A3763;
		font-family: 'PT Sans', serif;
	}

	#window
	{
		max-width: 80%;
		box-sizing: border-box;
		left: auto;
		margin: 0;
	}

	.header
	{
		padding: 0;
	}
    
	.close-menu-button
	{
		display: block;
		position: absolute;
		font-size: 31px;
		left: 50%;
		margin-left: -8px;
		top: 8px;
	}

	.menu-button
	{
		display: block;
		padding: 14px 10px 5px;
		box-sizing: border-box;
		color: #1A3763 !important;
		text-align: center;

		text-decoration: none;
		font-size: 11px;
		background-color: #fff;
	}

	.content>div
	{
		padding: 0px 20px 0px;
                overflow-x: auto;
                overflow-y: hidden;
	}

	.top_menu_content a
	{
		font-size: 10px;
		line-height: 22px;
	}

    .header .main>.styling.twelve
    {
        display: grid; 
    }
    
        .header .main>.styling.twelve>.one
    {
        display: none 
    }

    div.header > div.main > div.styling.twelve > div.one:nth-child(1)
    {
    	display: grid;
    	grid-template-columns: 1fr;
    	grid-template-rows: 1fr;
    	grid-column: span 1;
    }

    .header .main>.styling.twelve>.ten
    {
    	grid-column: span 11;
    }
    
   .header .main .styling.ten.nested>.six
    {
        display: none ;
    }
    
       .header .main .styling.ten.nested>.three
    {
        grid-column: span 6;
        padding: 5px 10px 5px 0px;
    }
    .header .main .styling.ten.nested>.one
    {
        grid-column: span 6;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 10px;

    }
    .ehead
    {
    	height: auto;
    	min-height: 42px;
    	box-sizing: border-box;
    	padding: 10px 44px 10px 10px;
    	font-size: 17px;
		line-height: 19px;
    }
    .alogo
    {
    	display: block;
    }
    #logo
    {
        max-width: 102px;
    }
    
    #ltext
    {
        font-size: 6.5px;
        margin: 5px 0 0 5px;
    }
    
    .login_div
    {
        display: block;
        justify-content: flex-end;
        
    }
    
    .login_div a
    {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: 10px;
    }
    .login_div .login
    {
        margin-bottom: 0;
        display: block;
    }
    
    .login_div .change_pass_link, .login_div .name
    {
    	display: none;
    }
    .main>.styling>.one
    {
        display: none;
    }
    
    .main>.styling>.two
    {
        display: block;
        grid-column: span 12;
        position: relative;
    }
    
    .main>.styling>.two .left_menu
    {
        display: none;
        position: absolute;
        background: #fff;
        z-index: 10;
        width: 100%;
        box-sizing: border-box;
        padding: 45px 30px 20px 30px;
        box-shadow: 0 20px 20px rgba(0,0,0,0.5);
    }

    .main>.styling>.two .left_menu img
    {
    	display: none;
    }
    
    .main>.styling>.eight
    {
        grid-column: span 12;
    }

    .column3
    {
    	width: 100%;
    	float: none;
    }
    .column2
    {
    	width: 100%;
    	float: none;
    }

    .left_menu a
    {
    	width: 100%;
    	background-color: transparent;
    	border:none;
    	color:#1A3763;
    	margin: 5px auto;
    }

    .left_menu a:hover
    {
    	background-color: transparent;
    }

    .error_m
    {
    	display: none;
    	color: red;
    }
    .errorInfo
    {
    	display: none !important;
    }
}

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

input[type=radio].block_cbx+label::before
{
	display: none;
}


input[type=radio].block_cbx+label
{
	font-weight: normal;
	text-align: center;
	padding: 0;
	font-size: 17px;
	margin: 0 5px;
	line-height: 32px;
	border-radius: 8px;
}

input[type=radio].block_cbx+label:hover
{
	
	background: #D7D8DA;
}

input[type=radio].block_cbx:checked+label
{
	
	background: rgba(29, 62, 112, 0.5);
}


.nice_radio
{
        grid-template-columns: repeat(3,1fr);
}

input[type=radio].block_cbx:disabled+label
{
        background: #E6E5E5;
}

input[type=radio].block_cbx:disabled:checked+label
{
        background: rgba(29, 62, 112, 0.5);
}

.btn
{
    background: white;
    -webkit-appearance: none;
    text-decoration:none;
    color:#000;
    border: 0
}
.active
{
    Font-weight:bold;
}
.btn:hover
{
    text-decoration:underline;
}
