.legislation_content a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #5c656d;
	font-weight: 300;
	margin-bottom: 5px;
}

.course_nav {
	background-color: #00abcb;
	border-color: transparent;
	border-radius: 0;
}

.course_nav .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 11px;
}



div.learn-course-tree li {
	float: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: none;
	opacity: 1;
}

.leg_list_item .blog-post__title {
	font-size: 18px;
}

.leg_list_item .blog-post__content p {
	margin-bottom: 17px;
	font-size: 14px;
}

.leg_list_item {
	margin-bottom: 0px;
	padding: 30px 35px;
	background: #fdfdfd;
	/*border-bottom: 1px solid #dcdcdc;*/
}

.leg_list .leg_list_item:nth-child(2n) {
	background: #f7f7f7;
}


.learning-course-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.learning-course-list-item {
	border: 1px solid #e7e7e7;
	width: 48%;
	height: 150px;
	background-color: #f3fcff;
	position: relative;
	padding: 20px 20px;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-decoration: none;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}

.lesson_chesklist {
	overflow: auto;
}

.lesson_docs_list_item a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 125%;
	color: #5c656d;
	font-weight: 300;
}
.lesson_docs_list_item a:hover {
	text-decoration: underline;
	color: #c84e4e;
}

.lesson_docs_list li.lesson_docs_list_item {
	line-height: 125%;
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.lesson_docs_list, .lesson_template_list {
	margin-top: 40px;
}

.lesson_docs_list_discr {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 125%;
	color: #4eaac8;
	font-weight: 300;
	font-style: italic;
	margin-top: 30px;
	padding-left: 28px;
}


.lesson_docs_list li.lesson_docs_list_item:before {
	display: block;
	vertical-align: middle;
	position: absolute;
	top: 1px;
	left: 5px;
	font-family: 'FontAwesome';
	content: "\f1c1";
	color: #c84e4e;
	width: auto;
	height: auto;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 14px;
}






.lesson_template_list_item a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 125%;
	color: #5c656d;
	font-weight: 300;
}
.lesson_template_list_item a:hover {
	text-decoration: underline;
	color: #3d3272;
}

.lesson_template_list li.lesson_template_list_item {
	line-height: 125%;
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.lesson_template_list_discr {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 125%;
	color: #4eaac8;
	font-weight: 300;
	font-style: italic;
	margin-top: 30px;
	padding-left: 28px;
}


.lesson_template_list li.lesson_template_list_item:before {
	display: block;
	vertical-align: middle;
	position: absolute;
	top: 1px;
	left: 5px;
	font-family: 'FontAwesome';
	content: "\f1c2";
	color: #3d3272;
	width: auto;
	height: auto;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 14px;
}

.homework_link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	text-decoration: none;
	text-align: center;
	width: 100%;
	padding: 50px 0;
	background: #f6f8f9;
}

.homework_link a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.homework__title {
	margin: 0 0 35px;
}

.homework-warp {
	background: #e5f9ff;
}


.homeworkstable {
	width: 100%;
	margin: 10px 0 50px;
	background: #fff;
}
.homeworkstable th, .homeworkstable td {
	padding: 5px 15px;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
}

.homeworkstable th:first-child, .homeworkstable td:first-child {
	text-align: left;
}

.homeworkstable td:last-child {
	text-align: left;
}

.homeworkstable .greenColor {
	background: #e7ffe8;
	color: #146518;
}

.homeworkstable .redColor {
	background: #ffe7e7;
	color: #651414;
}


.video_warp {
	position: relative;
	padding-bottom: 56.25%;
	background: #f5f5f5;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.video_warp iframe,
.video_warp object,
.video_warp embed {
	position: absolute;
	top: 13%;
	width: 100%;
	height: 75%;
}