@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('/fonts/robotothin.woff2') format('woff2'), url('/fonts/robotothin.woff') format('woff'), url('/fonts/robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('/fonts/robotothinitalic.woff2') format('woff2'), url('/fonts/robotothinitalic.woff') format('woff'), url('/fonts/robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/robotolight.woff2') format('woff2'), url('/fonts/robotolight.woff') format('woff'), url('/fonts/robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('/fonts/robotolightitalic.woff2') format('woff2'), url('/fonts/robotolightitalic.woff') format('woff'), url('/fonts/robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto.woff2') format('woff2'), url('/fonts/roboto.woff') format('woff'), url('/fonts/roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('/fonts/robotoitalic.woff2') format('woff2'), url('/fonts/robotoitalic.woff') format('woff'), url('/fonts/robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/robotomedium.woff2') format('woff2'), url('/fonts/robotomedium.woff') format('woff'), url('/fonts/robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('/fonts/robotomediumitalic.woff2') format('woff2'), url('/fonts/robotomediumitalic.woff') format('woff'), url('/fonts/robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/robotobold.woff2') format('woff2'), url('/fonts/robotobold.woff') format('woff'), url('/fonts/robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('/fonts/robotobolditalic.woff2') format('woff2'), url('/fonts/robotobolditalic.woff') format('woff'), url('/fonts/robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('/fonts/robotoblack.woff2') format('woff2'), url('/fonts/robotoblack.woff') format('woff'), url('/fonts/robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('/fonts/robotoblackitalic.woff2') format('woff2'), url('/fonts/robotoblackitalic.woff') format('woff'), url('/fonts/robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}




html, body {
	margin: 0;
	padding: 0;
	width:100%;
	}
body {
	font-family: Arial, Verdana, Helvetica sans-serif;
	font-size: 14px;
	color: #404040;
	background: #f0f3f3 url(/images/linenfabric.png) left top repeat;
	margin: 0;
	padding: 0;
	font-weight: 300;
	}
img {
	border: 0;
	display: block;
	}
a {
	color: #00b7f0;
	transition: color 0.15s ease-in-out;
	}
a:hover {
	color: #00b7f0;
	text-decoration: none;
	}

h1 {
	margin: 32px 0 0 0;
	font-family: Roboto, Arial, Verdana, Helvetica sans-serif;
	font-size: 32px;
	font-weight: 500;
	color: #545656;
	}
h2 {
	margin: 24px 0;
	font-family: Roboto, Arial, Verdana, Helvetica sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #545656;
	}
h3 {
	margin: 24px 0;
	font-family: Roboto, Arial, Verdana, Helvetica sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #545656;
	}
input {
	border: 1px solid #e2e5eb;
	}
.clear {
	clear: both;
	}
.transition {
	transition: 0.6s;
	}
ul li, ol li {
	margin: 8px 0;
	}
strong {
	font-weight: 500;
	}

/*----------------*/

.center_content {
	width: 1060px;
	margin: 0 auto;
	position: relative;
	}
.overflow_content {
	width: 1060px;
	overflow: hidden;
	}
.logo_block {
	height: 110px;
	width: 100%;
	z-index: 10;
	background: #ffffff;
	box-shadow: 0px 2px 4px rgba(110, 110, 110, 0.5);
	}
#logo {
	display: block;
	width: 110px;
	height: 70px;
	background: url(/images/logo.png) left center no-repeat;
	margin-top: 20px;
	float: left;
	}
#company {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	font-family: Roboto, Arial, Verdana, Helvetica sans-serif;
	font-size: 20px;
	font-weight: 400;
	}
#phone_block {
	float: right;
	font-size: 22px;
	margin-top: 30px;
	font-weight: 400;
	}
#phone_block span {
	font-size: 18px;
	}
#phone_block div {
	font-size: 13px;
	margin-top: 4px;
	margin-left: 4px;
	}
#pic_block {
	width: 100%;
	background: #0071a5 url(/images/square_img.png) 50% 0 repeat-x;
	padding: 0 0 20px 0;
	}
.pics {
	margin: 0 auto;
	width: 1060px;
	height: 379px;
	}
#menu {
	height: 50px;
	width: 100%;
	background: #00689a;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	top: 0px;
	font-family: Roboto, Arial, Verdana, Helvetica sans-serif;
	}
.fixed {
	position: fixed;
	z-index: 1000;
	}
.fixed_pic {
	margin-top: 50px;
	}
.fixed_content {
	margin-top: 50px;
	}
#menu a {
	display: block;
	height: 32px;
	float: left;
	padding: 18px 22px 0 22px;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;	
	font-weight: 400;
	}
#nav:hover a {
	color: #b7b7b7;
	}
#menu a:hover, .selected {
	color: #ffffff;
	background: #005883;
	}
/*---------- выпадающее меню ---------*/
#nav {
	width: 1060px;
	height: 50px;
	margin: 0 auto;
	}
#nav div.second {
	position:relative;
	float: left;
	}	
#nav div.hover {
	background: #005883;
	}	
#nav div.hover a {
	color: #ffffff;
	background: url(/images/menu_dropdown_level1_parent.png) center bottom no-repeat;
	animation-name: move_check;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	}	
@keyframes move_check {
	0% {
	background: url(/images/menu_dropdown_level1_parent.png) center 50px no-repeat;
	}
	20% {
	background: url(/images/menu_dropdown_level1_parent.png) center 48px no-repeat;
	}
	40% {
	background: url(/images/menu_dropdown_level1_parent.png) center 46px no-repeat;
	}
	60% {
	background: url(/images/menu_dropdown_level1_parent.png) center 44px no-repeat;
	}
	80% {
	background: url(/images/menu_dropdown_level1_parent.png) center 42px no-repeat;
	}
	100% {
	background: url(/images/menu_dropdown_level1_parent.png) center 40px no-repeat;
	}
	}
#nav div.second div.pos {
	display: block;
	position:absolute;
	top: 50px;
	left:-9999px;
	z-index: 1000;
	background: #2a2f31;
	border-top: 0;
	padding: 20px 15px 65px 15px;
	min-width: 250px;
	}
#nav div.hover div.pos {
	left: 0;
	}	
#nav div.second div.pos a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	padding: 10px 0 10px 20px;
	height: auto;
	}
#nav div.second div.pos a:hover {
	color: #00b7f0;
	background: url(/images/menu_dropdown_level2.png) left top no-repeat;
	}
#menu div.second a {
	float: none;
	}
.pathway {
	padding-top: 20px;
	font-size: 13px;
	}
.pathway a {
	color: #404040;
	}
.content {
	margin: 30px 0;
	min-height: 400px;
	padding: 22px 30px;
	line-height: 22px;
	background: #ffffff;
	box-shadow: 0 1px 0 #e5e5e5;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	}
.text_table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
	}
.text_table td, .text_table th {
	border-bottom: 1px solid #4b4b4b;
	border-left: 1px solid #4b4b4b;
	padding: 12px;
	}
.text_table th {
	background: #f0f0f0;
	font-weight: 500;
	}
.center_cell {
	text-align: center;
	}
#footer {
	margin-top: 16px;
	background: #34393c url(/images/linenfabric.png) left top repeat;
	height: 180px;
	color: #ffffff;
	font-size: 13px;	
	font-weight: 300;
	line-height: 20px;
	}	
#footer a {
	color: #ffffff;
	}	
#footer_center {
	padding: 21px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	}
#footer_left {
	float: left;
	padding-top: 32px;
	}
#footer_right {
	float: right;
	padding-top: 32px;
	text-align: right;
	}





.button {
	display: inline-block;
	background-color: #00689a;
	border-radius: 6px;
	background-image: linear-gradient(to bottom, #1289c2, #00689a);
	box-shadow: 0px 0px 5px #DADADA;
	color: #ffffff;
	font-family: Roboto, Arial, Verdana, Helvetica sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 20px;
	cursor: pointer;
	margin-top: 42px;
	}
a:hover.button {
	background-color: #00689a;
	background-image: none;
	box-shadow: none;
	color: #ffffff;
	}
.q_border {
	padding: 10px 20px;
	border: 2px dashed #cccccc;
	}
.q_block {
	padding: 10px 20px;
	border: 1px solid #dddddd;
	background: #f6f6f6;
	}
.answer {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
	}
.answer + label {
	cursor: pointer;
	}
.answer:not(checked) {
	position: absolute;
	opacity: 0;
	}
.answer:not(checked) + label {
	position: relative;
	padding: 0 0 0 35px;
	}
.answer:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #cdd1da;
	border-radius: 50%;
	background: #ffffff;
	}
.answer:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #00689a;
	box-shadow: 0px 0px 5px #DADADA;
	opacity: 0;
	transition: all .2s;
	}
.answer:checked + label:after {
	opacity: 1;
	}
.answer:focus + label:before {
	box-shadow: 0px 0px 5px #DADADA;
	}
#answer_block {
	margin: 0 0 18px 0;
	padding-left: 30px;
	}
#answer_block label {
	display: inline-block;
	padding-left: 38px;
	width: 800px;
	}
#button_block {
	margin: 30px 0;
	}
#button_save, #button_prev, #button_next, #button_cancel {
	display: inline-block;
	background-color: #00689a;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, #1289c2, #00689a);
	border: 1px solid #00689a;
	box-shadow: 0px 0px 5px #DADADA;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	padding: 8px 12px 8px 32px;
	cursor: pointer;
	}
#button_prev, #button_next, #button_cancel {
	margin-left: 8px;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	color: #000000;
	}
a#button_next {
	margin-left: 0;
	padding-left: 12px;
	}
input[disabled="disabled"]#button_save {
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	color: #000000;
	}
input[disabled="disabled"]:hover#button_save {
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
	color: #000000;
	}
input:hover#button_save {
	background-color: #00689a;
	background-image: none;
	box-shadow: none;
	}
input:hover#button_prev, input:hover#button_next, input:hover#button_cancel, a:hover#button_next {
	background-color: #e6e6e6;
	background-image: none;
	box-shadow: none;
	}
input#button_next + label, input#button_prev + label, input#button_cancel + label, input#button_save + label {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}
input#button_next + label:before, input#button_prev + label:before, input#button_cancel + label:before, input#button_save + label:before {
	content: "";
	display: block;
	position: absolute;
	top: -9px;
	left: -75px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("/images/glyphicons-halflings.png");
	background-position: -264px -96px;
	background-repeat: no-repeat;
	}
input#button_prev + label:before {
	background-position: -240px -96px;
	}
input#button_cancel + label:before {
	background-position: -312px -72px;
	left: -165px;
	}
input#button_save + label:before {
	background-position: 0 -72px;
	left: -110px;
	}
.icon-ban-circle, .icon-ok {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("/images/glyphicons-halflings.png");
	background-position: -216px -96px;
	background-repeat: no-repeat;
	margin-top: 1px;
	}
.icon-ok {
	background-position: -288px 0;
	}
.user {
	float: right;
	padding-top: 20px;
	font-size: 13px;
	}
.user a {
	color: #404040;
	}
#test_right {
	float: right;
	width: 250px;
	padding-left: 25px;
	border-left: 1px solid #e0e0e0;
	}
#test_left {
	margin-right: 300px;
	}
.register_form {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 6px;
	}
.register_form td {
	padding: 8px 8px 8px 0;
	}
.register_form input[type=text], .register_form input[type=password] {
	width: 150px;
	}



a.edit_b {
	background-color: #f18202;
	background-image: linear-gradient(to bottom, #fba107, #f18202);
	}
a:hover.edit_b {
	background: #f18202;
	}
.quiz_q textarea, input[type=text] {
	width: 95%;
	}
.quiz_q input[type=text] {
	margin-bottom: 10px;
	}