* html pre.syntax {
	height: expression( this.scrollHeight > 159 ? "160px" : "auto" );
	/* sets max-height for IE */
}

pre.syntax {
	font-family: Courier New;
	background-color: #eee;
	padding: 1em 1em 1em 1em;
	border: 1px solid #ddd;
	width: 750px;
	max-width: 100%;
	max-height: 160px;
	overflow: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 17px;
}

@media (max-width: 700px) {
	pre.syntax {
		max-width: calc(100% - 34px);
	}
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	position: relative;
}

.mh-100 {
	max-height: 100% !important;
}

.course-content-bd .playdoc div.video_learning {
	display: inline-block;
	z-index: 140;
	background: url(images/courses-sprite.png) no-repeat 100px;
	content: '';
	height: 31px;
	top: 20px;
	left: 15px;
	position: absolute;
	width: 31px;
	background-position: 0 -945px;
}

.course-content-bd{
	padding-top: 20px;
}
.course-content-bd .play div.video_learning {
	display: inline-block;
	z-index: 140;
	background: url(images/courses-sprite.png) no-repeat 100px;
	content: '';
	height: 31px;
	top: -9px;
	left: -6px;
	position: absolute;
	width: 31px;
	background-position: 0 -912px;
}

.course-content-bd .video_learning:hover {
	cursor: pointer;
}

.course-content-bd .video_learning .hide_video {
	display: none;
}

.course-content-bd #learning_video_container {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1005;
}

.course-content-bd #learning_video_container .video_wrapper {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.course-content-bd #learning_video_container .video_wrapper #close_video_button {
	background: url("images/controls-sprite.png") no-repeat scroll 0 -283px transparent;
	cursor: pointer;
	height: 13px;
	margin-right: -4px;
	outline: medium none;
	position: absolute;
	right: 10px;
	top: 4px;
	width: 13px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.course-content-bd #learning_video_container .video_wrapper #close_video_button:hover {
	background: url("images/controls-sprite.png") no-repeat scroll -17px -283px transparent;
}

.course-content-bd #learning_video_container iframe, .course-content-bd .hide_video iframe {
	border: 3px solid #747474;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.course-content-bd .iframe-video-cnr {
	padding-top: 60%;
	position: relative;
	width: 100%;
	height: 0;
}

.course-content-bd .iframe-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.course-content-bd .vue-demo {
	width: 100%;
	border: none;
}

@media (max-width: 970px) {
	.course-content-bd .courses-pre-header-container select {
		display: none !important;
	}
}

.course-content-bd .courses-pre-header-container select option.block_start {
	margin-top: 15px;
}

.course-content-bd .courses-pre-header-container select option {
	padding-left: 5px;
}

.course-content-bd .learn-rating {
	padding-top: 20px;
}

.course-content-bd h1, .course-content-bd h2, .course-content-bd h3, .course-content-bd h4 {
	margin-bottom: .4em;
	margin-top: 2em;
	font-weight: bold;
}

.course-content-bd h1 {
	font-size: 140%;
}

.course-content-bd h2 {
	font-size: 120%;
	line-height: 100%;
}

.course-content-bd h3 {
	margin-left: 0;
	font-size: 115%;
}

.course-content-bd h4 {
	font-size: 14px;
}

.course-content-bd code {
	font-family: Courier New, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	background-color: #eee;
	padding: 3px 10px;
}

.course-content-bd span.path {
	color: #4682b4;
	font-style: italic;
}

span.path {
	color: #4682b4;
	font-style: italic;
}

.course-content-bd span.link {
	color: #03c;
}

span.link {
	color: #03c;
}

.course-content-bd table.learning-spoiler thead {
	cursor: pointer;
}

.course-content-bd table.learning-spoiler thead div {
	/*background-image: url("/bitrix/templates/learning_new/./images/plus.gif");*/
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	position: relative;
}

.course-content-bd table.learning-spoiler thead.learning-spoiler-head-open div {
	/*background-image: url("/bitrix/templates/learning_new/./images/minus.gif");*/
}

/*.course-content-bd table.learning-spoiler thead div:before{
	content: '+';
	position: absolute;
	left: 6px;
	bottom: 5px;
	border: 1px solid #00867e;
	color: #00867e;
	line-height: 8px;
	background: #fff;
	width: 11px;
	height: 11px;
	display: inline-block;
	text-align: center;
}
.course-content-bd table.learning-spoiler thead.learning-spoiler-head-open div:before{
	content: '-';
	line-height: 9px;
}*/
.course-content-bd table.learning-spoiler thead div:before{
	content: '\f0fe';
	font-family: 'FontAwesome';
	position: absolute;
	left: 8px;
	bottom: 4px;
	color: #00867e;
	font-size: 15px;
}
.course-content-bd table.learning-spoiler thead.learning-spoiler-head-open div:before{
	content: '\f146';
}

.course-content-bd table.learning-spoiler {
	background-color: #eee;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	table-layout: fixed;
	width: 100%;
}

.course-content-bd table.learning-spoiler td {
	color: black;
	padding: 7px 12px;
	display: block;
	overflow-x: auto;
}

.course-content-bd table.learning-spoiler th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.course-content-bd table.learning-spoiler td table td {
	padding: 3px;
	margin: 0;
	display: table-cell;
	width: 1%;
}

.course-content-bd table.learning-spoiler td table td p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.course-content-bd .errortext {
	color: red;
}

.course-content-bd .notetext {
	color: green;
}

.course-content-bd .starrequired {
	color: red;
}

.course-content-bd .tree-item-closed ul {
	display: none;
}

.course-content-bd h1 {
	margin-top: 20px;
}

.course-content-bd #scrollup {
	position: fixed;
	width: 64px;
	opacity: 0.5;
	padding: 15px 10px 10px;
	background: #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: none;
	cursor: pointer;
	bottom: 10px;
}

.course-content-bd #scrollup-wrapper {
	width: 64px;
	position: absolute;
	bottom: 0;
	left: 1100px;
}

.course-content-bd .courses-main-wrapper {
	width: 1090px;
	margin: 0 auto;
	background: #fff url(images/grey-strip.png) repeat-y 0;
	-webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
	border: 1px solid #e2e2e2;
	border-top: none;
	border-bottom: none;
	position: relative;
}

.course-content-bd .hd_signin li {
	margin: 0;
	padding: 0;
}

.course-content-bd #panel {
	height: 0;
	padding: 0;
}

.course-content-bd #header {
	padding: 0;
	vertical-align: top;
}

.course-content-bd #layout {
	height: 100%;
	width: 100%;
}

.course-content-bd #header-layout {
	height: 155px;
	width: 100%;
	table-layout: fixed;
}

.course-content-bd #logo {
	background: transparent url(images/sidebar.png) repeat-y 0 0;
	width: 286px;
	color: #000;
	text-align: center;
	font-size: 18px;
	padding: 0;
}

.course-content-bd .courses-main-wrapper .syntax {
	width: 90%;
	white-space: pre-wrap;
}

.course-content-bd .bx-ilike-text {
	color: #7e7575;
}

.course-content-bd #logo-box {
	height: 100%;
	background: transparent url(images/logo.gif) no-repeat;
	position: relative;
}

.course-content-bd #logo-text {
	position: absolute;
	left: 105px;
	top: 27px;
	font: normal 19px/normal Arial, Helvetica, sans-serif;
	color: #000;
}

.course-content-bd #toolbar {
	position: absolute;
	left: 24px;
	top: 113px;
	height: 32px;
}

.course-content-bd .toolbar-item, .course-content-bd .toolbar-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.course-content-bd .toolbar-item {
	background: url(images/toolbar-icons.gif) no-repeat 0 -32px;
}

.course-content-bd .toolbar-item:hover {
	background: url(images/toolbar-icons.gif) no-repeat -32px -32px;
}

.course-content-bd .toolbar-icon-tests {
	background: url(images/toolbar-icons.gif) no-repeat -96px 0;
}

.course-content-bd .toolbar-icon-gradebook {
	background: url(images/toolbar-icons.gif) no-repeat -32px 0;
}

.course-content-bd .toolbar-icon-contents {
	background: url(images/toolbar-icons.gif) no-repeat 0 0;
}

.course-content-bd .toolbar-icon-printer {
	background: url(images/toolbar-icons.gif) no-repeat -65px 0;
}

.course-content-bd #title {
	padding: 0;
	vertical-align: top;
}

.course-content-bd #title-layout {
	width: 100%;
	height: 155px;
	table-layout: fixed;
}

.course-content-bd #course-title-box {
	position: relative;
}

.course-content-bd #course-title {
	padding: 0 0 0 40px;
	vertical-align: middle;
	height: 67px;
	background: #eff2f4 url(images/course-title-bg.gif) repeat-x;
	font: normal 23px/normal Arial, Helvetica, sans-serif;
}

.course-content-bd #course-title-text {
	margin-right: 261px;
}

.course-content-bd #page-title {
	padding: 0;
	vertical-align: bottom;
}

.course-content-bd #page-title-box {
	margin: 10px 46px 0 27px;
	position: relative;
	zoom: 1;
}

.course-content-bd #page-title-numbers {
	position: absolute;
	top: 10px;
	right: 10px;
	font: normal 17px/normal Arial, Helvetica, sans-serif;
	color: #a19b7d;
}

.course-content-bd #page-title-box .r0, .course-content-bd #page-title-box .r1 {
	border-left: 1px solid #fffae1;
	border-right: 1px solid #fffae1;
	background: #fff6c6;
}

.course-content-bd #page-title-text {
	padding: 5px 68px 5px 13px;
	font: normal 20px/normal Arial, Helvetica, sans-serif;
	background: #fff6c6;
}

.course-content-bd #course {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

.course-content-bd #workarea {
	height: 100%;
	padding: 0;
	vertical-align: top;
}

.course-content-bd #workarea table.learn-work-table {
	height: 100%;
	width: 100%;
	background: transparent url(images/sidebar.png) repeat-y 0 0;
}

.course-content-bd #workarea table.learn-work-table td.learn-left-data {
	vertical-align: top;
	width: 254px;
	padding: 12px 8px 12px 19px;
}

.course-content-bd #workarea table.learn-work-table td.learn-right-data {
	vertical-align: top;
	padding: 12px 52px 35px 40px;
}

.course-content-bd div.learn-course-tree {
	width: 254px;
}

.course-content-bd #footer {
	background: url(images/sidebar.png) repeat-y;
	height: 45px;
	padding: 0 0 0 325px;
	vertical-align: top;
}

.course-content-bd #footer-inner {
	border-top: 1px solid #f0e9e5;
	padding-top: 13px;
}

.course-content-bd #footer-text {
	color: #999;
	cursor: pointer;
	vertical-align: top;
}

.course-content-bd #footer-text-arrow {
	display: inline-block;
	background: url(images/toolbar-icons.gif) no-repeat -186px -2px;
	width: 10px;
	height: 9px;
	vertical-align: top;
	font-size: 1px;
}

.course-content-bd div.learn-course-back, .course-content-bd div.learn-course-next {
	background-position: 0 4px;
	height: 15px;
}

.course-content-bd a {
	color: #1952d3;
}

.course-content-bd .errortext {
	color: red;
	font-weight: bold;
	background: none repeat scroll 0 0 #f8f8f8;
	display: block;
	padding: 15px;
}

.course-content-bd .r0, .course-content-bd .r1, .course-content-bd .r2, .course-content-bd .r3, .course-content-bd .r4 {
	overflow: hidden;
	font-size: 1px;
	display: block;
	height: 1px;
}

.course-content-bd .r4 {
	margin: 0 4px;
}

.course-content-bd .r3 {
	margin: 0 3px;
}

.course-content-bd .r2 {
	margin: 0 2px;
}

.course-content-bd .r1 {
	margin: 0 1px;
}

.course-content-bd a {
	color: #1f67b0;
}

.course-content-bd a:hover {
	color: #4ca5ff;
}

.course-content-bd ul {
	list-style: none;
	padding: 0 0 0 5px;
}

.course-content-bd ol {
	padding: 0 0 0 5px;
}

.course-content-bd ul li,
.course-content-bd ol li {
	margin: 3px 0 5px 16px;
	padding-left: 8px;
}

.course-content-bd p {
	margin: 24px 0;
	line-height: 19px;
}

.course-content-bd .courses-pre-header {
	background: #4a4a4a;
	border-bottom: 1px solid #3d3d3d;
	color: #e3e3e3;
	/*ovh*/
}

.course-content-bd .courses-pre-header-container {
	/*width: 990px;*/
	margin: 0 auto;
	position: relative;
	padding: 20px 30px;
	min-width: 680px;
}

.course-content-bd .courses-pre-header input.header-link {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	text-decoration: underline;
	margin: 0;
}

.course-content-bd .courses-pre-header .header-link {
	color: #fff;
	display: inline-block;
	margin: 0 12px 0 14px;
	font-size: 13px;
	position: relative;
	line-height: 30px;
}

.course-content-bd .favorite_containter {
	display: inline-block;
	text-align: right;
	float: right;
	line-height: 30px;
}

.course-content-bd .add_new_favorite {
	background: url("images/favorit.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 12px;
	position: relative;
	width: 11px;
}

.course-content-bd .current_page {
	background-color: #e2ebff;
}

.course-content-bd .already_favorite {
	background: url("images/already_favorit.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 12px;
	position: relative;
	width: 11px;
}

.course-content-bd .loading_favorite {
	background: url("images/loading.gif") no-repeat scroll 0 0 transparent;
	bottom: -5px;
	display: inline-block;
	height: 16px;
	left: 3px;
	position: relative;
	width: 16px;
}

.course-content-bd .add_new_favorite:hover, .course-content-bd .courses-pre-header input.header-link:hover {
	cursor: pointer;
}

.course-content-bd .courses-header-container {
	/*width: 990px;*/
	margin: 0 auto;
	position: relative;
	line-height: 46px;
	padding: 0 30px;
}

.course-content-bd .courses-header {
	background: #423939;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #423939), color-stop(100%, #7e7575));
	background: -webkit-linear-gradient(top, #423939 0%, #7e7575 100%);
	background: -o-linear-gradient(top, #423939 0%, #7e7575 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#423939), to(#7e7575));
	background: linear-gradient(top, #423939 0%, #7e7575 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#423939', endColorstr='#7e7575', GradientType=0);
	border-bottom: 1px solid #cfcfcf;
	height: 49px;
	overflow: hidden;
}

.course-content-bd .courses-logo {
	background: url(images/courses-sprite.png) no-repeat 8px -386px;
	color: #dedede;
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	/*padding: 10px 0 0 50px;*/
	padding: 0 0 0 50px;
	line-height: 50px;
	height: 50px;
}

.course-content-bd .courses-logo:hover {
	color: #dedede;
	text-decoration: none;
}

.course-content-bd .pre-header-right-block {
	float: right;
}

.course-content-bd .pre-header-left-block {
	float: left;
}

.course-content-bd .header-right-block {
	float: right;
	line-height: 45px;
	vertical-align: middle;
}

.course-content-bd .header-link {
	color: #e3e3e3;
	display: inline-block;
	font-size: 13px;
	margin: 0 12px 0 14px;
	position: relative;
	text-shadow: 0 -1px 0 #373737;
}

.course-content-bd .header-link:hover {
	text-decoration: underline;
	color: #fff;
}

.course-content-bd .courses-pre-header .header-link span {
	text-decoration: underline;
	font-weight: 200;
}

.course-content-bd .courses-pre-header .header-link:hover span {
	text-decoration: none;
}

.course-content-bd .courses-pre-header .header-link:hover {
	text-decoration: none;
	color: #fff;
}

.course-content-bd .courses-pre-header .header-link strong {
	display: inline-block;
	border: 1px solid #989898;
	line-height: 21px;
	padding: 0 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 4px;
}

.course-content-bd .header-link.favorit {
	position: relative;
}

.course-content-bd .courses-pre-header-container select {
	background-image: -webkit-linear-gradient(#393939 0%, #424242 100%);
	background-image: -o-linear-gradient(#393939 0%, #424242 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#424242));
	background-image: linear-gradient(#393939 0%, #424242 100%);
	border: 1px solid #575757;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #8b8b8b;
	outline: none;
	padding: 2px 4px;
	margin-left: 15px;
	-webkit-box-shadow: inset 0 1px 1px 0 #343434;
	box-shadow: inset 0 1px 1px 0 #343434;
	float: left;
	height: 30px;
	display: inline-block;
	width: 300px;
	margin-right: 30px;
}

.course-content-bd .courses-left-side {
	float: left;
	width: 297px;
}

.course-content-bd .left-side-top-bar {
	border-bottom: 1px solid #fbfbfb;
	-webkit-box-shadow: inset 0 -1px 0 #dfdfdf;
	box-shadow: inset 0 -1px 0 #dfdfdf;
	height: 55px;
	padding-left: 20px;
	position: relative;
	width: 237px;
}

.course-content-bd .left-side-top-bar-separator {
	background: url(images/top-separator.png) no-repeat right 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	position: absolute;
	width: 100%;
}

.course-content-bd .left-side-link {
	background: url(images/courses-sprite.png) no-repeat 100px;
	display: inline-block;
	margin: 11px 3px 0;
	height: 36px;
	vertical-align: top;
	width: 36px;
}

.course-content-bd .certification-link {
	background-position: center -190px;
}

.course-content-bd .all-materials-link {
	background-position: center -237px;
}

.course-content-bd .log-link {
	background-position: center -286px;
}

.course-content-bd .print-link {
	background-position: center -334px;
}

.course-content-bd .certification-link:hover {
	background-position: center -461px;
}

.course-content-bd .all-materials-link:hover {
	background-position: center -502px;
}

.course-content-bd .log-link:hover {
	background-position: center -544px;
}

.course-content-bd .print-link:hover {
	background-position: center -585px;
}

.course-content-bd .main-menu {
	margin: 0;
	padding: 16px 20px 0 13px;
}

.course-content-bd .main-menu-item {
	background: none;
	line-height: normal;
	margin: 0 0 7px;
	list-style: none;
	padding: 0;
}

.course-content-bd .main-menu-link {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	min-height: 27px;
	padding-left: 22px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.course-content-bd .main-menu-no-submenu .main-menu-link {
	padding-left: 10px;
}

.course-content-bd .main-menu-link:hover {
	background: #e2e2e2;
	background: -webkit-linear-gradient(top, #e9e9e9, #dcdcdc);
	background: -o-linear-gradient(top, #e9e9e9, #dcdcdc);
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#dcdcdc));
	background: linear-gradient(to bottom, #e9e9e9, #dcdcdc);
}

.course-content-bd .main-menu-item-active > .main-menu-link {
	background: #e2e2e2;
	background: -webkit-linear-gradient(top, #dcdcdc, #e9e9e9);
	background: -o-linear-gradient(top, #dcdcdc, #e9e9e9);
	background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#e9e9e9));
	background: linear-gradient(to bottom, #dcdcdc, #e9e9e9);
}

.course-content-bd .main-menu-arrow {
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	display: inline-block;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 22px;
}

.course-content-bd .main-menu-arrow:hover {
	background: #e2e2e2;
	background: -webkit-linear-gradient(top, #e1e1e1, #c9c9c9);
	background: -o-linear-gradient(top, #e1e1e1, #c9c9c9);
	background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#c9c9c9));
	background: linear-gradient(to bottom, #e1e1e1, #c9c9c9);
}

.course-content-bd .main-menu-arrow:hover:before {
	background-position: 8px -625px;
}

.course-content-bd .main-menu-item-active .main-menu-arrow:hover {
	background: #d4d5d5;
	background: -webkit-linear-gradient(top, #c8c8c8, #e1e1e1);
	background: -o-linear-gradient(top, #c8c8c8, #e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#e1e1e1));
	background: linear-gradient(to bottom, #c8c8c8, #e1e1e1);
}

.course-content-bd .main-menu-item-active .main-menu-arrow:hover {
	background: #d4d5d5;
	background: -webkit-linear-gradient(top, #c8c8c8, #e1e1e1);
	background: -o-linear-gradient(top, #c8c8c8, #e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#e1e1e1));
	background: linear-gradient(to bottom, #c8c8c8, #e1e1e1);
}

.course-content-bd .main-menu-arrow:before {
	background: url(images/courses-sprite.png) no-repeat 8px -424px;
	content: "";
	height: 27px;
	left: 0;
	top: 0;
	position: absolute;
	width: 22px;
}

.course-content-bd .main-menu-item-open > .main-menu-link > .main-menu-arrow:before {
	background-position: -14px -424px;
}

.course-content-bd .main-menu-item-open > .main-menu-link > .main-menu-arrow:hover:before {
	background-position: -14px -625px;
}

.course-content-bd .main-menu-item-active > .main-menu-link > .main-menu-arrow:before {
	background-position: 8px -625px;
}

.course-content-bd .main-menu-item-active.main-menu-item-open > .main-menu-link > .main-menu-arrow:before {
	background-position: -14px -625px;
}

.course-content-bd .main-menu-no-submenu .main-menu-arrow,
.course-content-bd .main-menu-no-submenu .main-menu-arrow:before {
	background: none;
}

.course-content-bd .main-menu-text {
	color: #000;
	display: inline-block;
	font-size: 13px;
	min-height: 18px;
	padding: 6px 0 3px;
	text-decoration: none;
	vertical-align: top;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.course-content-bd .main-menu-text:hover {
	color: #000;
}

.course-content-bd .main-menu-item-active > .main-menu-link > .main-menu-text {
	font-weight: bold;
}

.course-content-bd .main-submenu {
	margin-top: 7px;
	padding: 0 0 0 23px;
}

.course-content-bd .courses-right-side {
	max-width: 760px;
	overflow: hidden;
	padding: 16px 22px 0;
}

.course-content-bd .courses-main-title {
	color: #585858;
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 15px;
	padding: 0;
}

.course-content-bd .courses-search-block {
	display: inline-block;
	width: 300px;
	line-height: 50px;
	vertical-align: middle;
}

.course-content-bd .courses-search {
	background: #fff;
	border: 1px solid;
	border-color: #d9d9d9 #dedede #e3e3e3 #dedede;
	-webkit-box-shadow: inset 1px 1px 1px 0 #f4f4f4;
	box-shadow: inset 1px 1px 1px 0 #f4f4f4;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #000;
	display: block;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 29px;
	outline: none;
	padding: 0 14px;
	line-height: 29px;
	/*width: 546px;*/
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.course-content-bd .courses-search::-webkit-input-placeholder {
	color: #bababa;
}

.course-content-bd .courses-search:-moz-placeholder {
	color: #555454;
}

.course-content-bd .courses-search::-moz-placeholder {
	color: #555454;
}

.course-content-bd .courses-search:-ms-input-placeholder {
	color: #bababa;
}

.course-content-bd .courses-post-title {
	margin: 27px 0 25px;
}

.course-content-bd .courses-main-wrapper .warning,
.course-content-bd .courses-main-wrapper .note,
.course-content-bd .courses-main-wrapper .tip,
.course-content-bd .courses-main-wrapper .hint,
.course-content-bd .courses-main-wrapper .play,
.course-content-bd .courses-main-wrapper .playdoc {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	font-size: 14px;
	min-height: 38px;
	margin: 24px 0;
	padding: 19px 30px 24px 42px;
	position: relative;
}

.course-content-bd .courses-main-wrapper .playdoc {
	padding: 19px 30px 24px 62px;
}

.course-content-bd .courses-main-wrapper .warning {
	background: #fef2f2;
	border-color: #fcdddd;
}

.course-content-bd .courses-main-wrapper .note {
	background: #f6fbf3;
	border-color: #ceebbd;
}

.course-content-bd .courses-main-wrapper .tip {
	background: #fffcf9;
	border-color: #fcecda;
}

.course-content-bd .courses-main-wrapper .hint {
	background: #f7fafe;
	border-color: #e4eefb;
}

.course-content-bd .courses-main-wrapper .play {
	background: #f2fbfc;
	border-color: #d7ebf0;
}

.course-content-bd .courses-main-wrapper .playdoc {
	background: #f2fbfc;
	border-color: #d7ebf0;
}

.course-content-bd .courses-info-title {
	font-weight: bold;
}

.course-content-bd .courses-main-wrapper .warning:before,
.course-content-bd .courses-main-wrapper .note:before,
.course-content-bd .courses-main-wrapper .tip:before,
.course-content-bd .courses-main-wrapper .hint:before {
	background: url(images/courses-sprite.png) no-repeat 100px;
	content: '';
	height: 31px;
	top: -9px;
	left: -6px;
	position: absolute;
	width: 31px;
}

.course-content-bd .courses-main-wrapper .warning:before {
	background-position: 0 -96px;
}

.course-content-bd .courses-main-wrapper .note:before {
	background-position: 0 -49px;
}

.course-content-bd .courses-main-wrapper .tip:before {
	background-position: 0 -144px;
}

.course-content-bd .courses-main-wrapper .hint:before {
	background-position: 0 0;
}

.course-content-bd .courses-main-wrapper .syntax {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	font-size: 14px;
	min-height: 38px;
	max-height: 200px;
	margin: 24px 0;
	overflow-x: auto;
	padding: 19px 30px 24px 42px;
}

.course-content-bd .courses-footer {
	border-top: 1px solid #e5e5e5;
	/*height: 85px;*/
	padding-bottom: 40px;
	margin-top: 10px;
}

.course-content-bd .courses-page-nav {
	margin-top: 25px;
	text-align: left;
}

.course-content-bd .courses-page-nav-back,
.course-content-bd .courses-page-nav-forward {
	background: url(images/courses-sprite.png) no-repeat 100px;
	display: inline-block;
	height: 19px;
	vertical-align: middle;
	width: 26px;
}

.course-content-bd .courses-page-nav-back {
	background-position: center -670px;
	margin-right: 10px;
}

.course-content-bd .courses-page-nav-back:hover {
	background-position: center -713px;
}

.course-content-bd .courses-page-nav-forward {
	background-position: center -691px;
	margin-left: 10px;
}

.course-content-bd .courses-page-nav-forward:hover {
	background-position: center -733px;
	margin-left: 10px;
}

.course-content-bd .courses-page-link {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	position: relative;
}

.course-content-bd .courses-page-link.desc {
	padding-left: 15px;
	margin-left: 5px;
	position: relative;
}

.course-content-bd .courses-page-link.desc:before {
	position: absolute;
	left: -5px;
	top: 50%;
	content: ' ';
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background: url(images/courses-sprite.png) no-repeat 0 -816px;
	margin-bottom: 20px;
}

.course-content-bd .courses-page-link.prev,
.course-content-bd .courses-page-link.next,
.course-content-bd .btn-subscribe {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	line-height: 36px;
	margin-right: 10px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: pre;
	max-width: 33%;
}

.course-content-bd .courses-page-link.prev {
	color: #37474f;
	background-image: -webkit-linear-gradient(#eaeef0 0%, #e1e7e9 100%);
	background-image: -o-linear-gradient(#eaeef0 0%, #e1e7e9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeef0), to(#e1e7e9));
	background-image: linear-gradient(#eaeef0 0%, #e1e7e9 100%);
	padding: 0 15px 0 65px;
}

.course-content-bd .courses-page-link.next,
.course-content-bd .btn-subscribe {
	color: #fff;
	background-image: -webkit-linear-gradient(#39ade1 0%, #3088d3 100%);
	background-image: -o-linear-gradient(#39ade1 0%, #3088d3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#39ade1), to(#3088d3));
	background-image: linear-gradient(#39ade1 0%, #3088d3 100%);
	padding: 0 65px 0 15px;
}

.course-content-bd .courses-page-link.prev:hover,
.course-content-bd .courses-page-link.next:hover,
.course-content-bd .btn-subscribe:hover {
	opacity: .85;
}

.course-content-bd .btn-subscribe {
	border: none;
	cursor: pointer;
	padding-right: 15px;
	line-height: 30px;
}

.course-content-bd .confirm-form,
.course-content-bd .setting-form {
	margin: 20px 0;
}

.course-content-bd .courses-page-link.prev span.arrow,
.course-content-bd .courses-page-link.next span.arrow {
	display: inline-block;
	position: absolute;
	font-size: 9px;
	background: url(images/courses-sprite.png) no-repeat;
}

.course-content-bd .courses-page-link.prev span.arrow {
	padding-left: 19px;
	margin-right: 10px;
	color: #b7babd;
	background-position: 0 -835px;
	left: 10px;
}

.course-content-bd .courses-page-link.next span.arrow {
	padding-right: 19px;
	margin-left: 10px;
	color: #b8d7f0;
	background-position: right -866px;
	right: 10px;
}

.course-content-bd .courses-page-nav i {
	background-color: #1f67b0;
	display: inline-block;
	height: 13px;
	margin: 0 12px;
	vertical-align: middle;
	width: 1px;
}

.course-content-bd .leftimg {
	float: left;
	/* Выравнивание по левому краю */
	margin: 7px 7px 7px 0;
	/* Отступы вокруг картинки */
}

.course-content-bd .rightimg {
	float: right;
	/* Выравнивание по правому краю */
	margin: 7px 0 7px 7px;
	/* Отступы вокруг картинки */
}

.course-content-bd .courses-page-link.start_course {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#39ade1), to(#3088d3));
	background-image: -webkit-linear-gradient(#39ade1 0%, #3088d3 100%);
	background-image: -o-linear-gradient(#39ade1 0%, #3088d3 100%);
	background-image: linear-gradient(#39ade1 0%, #3088d3 100%);
	color: #fff;
	padding: 0 30px 0 15px;
}

.course-content-bd .courses-page-link.start_course {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	line-height: 36px;
	margin-right: 10px;
	max-width: 33%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: pre;
}

.course-content-bd .courses-page-link.start_course:after {
	content: "";
	display: inline-block;
	position: absolute;
	font-size: 9px;
	background: url(images/courses-sprite.png) no-repeat;
	padding-right: 19px;
	margin-left: 10px;
	color: #b8d7f0;
	background-position: right -866px;
	right: 10px;
}

.course-content-bd div.comments-reply-field div.bxlhe-frame {
	border: none !important;
}

.course-content-bd .lhe-stat-toolbar-cont {
	border: none;
}

.course-content-bd div.comments-reply-field-settings input[type=checkbox] {
	margin: 0 0 0 5px;
}

.course-content-bd .requirements {
	margin: 0 15px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #cccacc;
	padding: 5px 12px;
	font-size: 14px;
	text-align: center;
	width: 50%;
	display: inline-block;
}

.course-content-bd .deprecated-error-container {
	text-align: center;
	position: relative;
	display: none;
}

.course-content-bd .deprecated-error-container .close-icon {
	background: url("images/controls-sprite.png") no-repeat scroll -17px -283px transparent;
	cursor: pointer;
	height: 13px;
	margin-right: -5px;
	outline: medium none;
	position: absolute;
	right: 25%;
	top: 8px;
	width: 13px;
}

.course-content-bd .deprecated-error-container .close-icon:hover {
	-webkit-box-shadow: 0 0 4px #fff;
	box-shadow: 0 0 4px #fff;
}

.course-content-bd .education-courses .courses-post-title {
	width: 70%;
}

.course-content-bd .useful-links {
	position: absolute;
	right: 20px;
	top: 20px;
}

.course-content-bd .useful-links .link {
	display: block;
	font-size: 0.9em;
	margin-bottom: 10px;
	padding-left: 25px;
}

.course-content-bd .useful-links .link.support {
	background: transparent url("icons/support5.gif") no-repeat scroll left center/auto 100%;
}

.course-content-bd .useful-links .link.forum {
	background: transparent url("icons/forum5.gif") no-repeat scroll left center/auto 100%;
}

.course-content-bd .dev-course-comment-message-cnr {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}

.course-content-bd .dev-course-navigation-bottom-separator {
	margin-top: 10px;
	margin-bottom: 7px;
}

.course-content-bd .dev-course-developers-info {
	padding: 7px;
	background-color: #f8f8f8;
	text-align: right;
}

.course-content-bd .dev-course-developers-info-link {
	text-decoration: none;
}

/*Стили для тестов*/
.course-content-bd .test-title{
	margin: 0 0 30px;
}
.course-content-bd .learn-test-tabs a.selected{
	background-color: #01b8ae;
	border-color: #ccc;
}
.course-content-bd div.learn-question-number{
	background-color: #daf5f3;
}
.course-content-bd .test-wrapper{
	border: 1px solid #ccc;
	border-radius: 5px;
	max-width: 900px;
}
.course-content-bd .test-wrapper .test-title-panel{
	border: none;
}
.course-content-bd .test-panel-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 15px;
	background: #daf5f3;
	border-radius: 5px 5px 0 0;
}
.course-content-bd .test-content-wrapper{
	padding: 15px;
}
.course-content-bd .test-finished-wrapper{
	padding: 15px;
}
.course-content-bd .test-finished-wrapper p{
	margin: 0 0 10px;
}
/*Стили для таблиц*/
.table-wrapper{
	display: inline-block;
	border-radius: 10px;
	overflow: auto;
	border: 1px solid #01B8AE;
}
.table-wrapper table{
	border-collapse: collapse;
}
.table-wrapper tr{
	border-bottom: 1px solid #01B8AE;
}
.table-wrapper tr:last-child{
	border-bottom: none;
}
.table-wrapper td{
	border-right: 1px solid #01B8AE;
}
.table-wrapper td:last-child{
	border-right: none;
}
/*Спойлер*/
.course-content-bd table.learning-spoiler{
	background-color: #EEFBFA;
	border: 1px solid #01B8AE;
	padding: 0;
}
.course-content-bd table.learning-spoiler thead{
	background-color: #9CE3E0;
	display: block;
	margin: 2px;
}
.course-content-bd table.learning-spoiler thead div{
	padding: 3px;
	padding-left: 25px;
}
.course-content-bd table.learning-spoiler tbody,
.course-content-bd table.learning-spoiler tr{
	width: 100%;
}
.course-content-bd table.learning-spoiler > tbody
{
	display: flex;
}

.course-content-bd .bx-learn-icon-new {
	border-color: #01b8ae;
}

.course-content-bd .bx-learn-icon-new-ico {
	background-color: #01b8ae;
}

.border
{
	border: 1px solid #c6c6c6;
}




/*********************************************/
/********************* Test Form Answer Item */
.learn-test-answer-item {
	display: inline-flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;

	cursor: pointer;
}
.learn-test-answer-item__text {
	display: inline-block;
	padding: 0 0 0 5px;
}
/********************* Test Form Answer Item */
/*********************************************/




/*********************************************/
/******************* Test Form Radio Buttons */
.learn-test-answer-item__input[type='radio'] {
	position: relative;
	z-index: 1;

	width: 0;
	height: 0;
	padding: 7px;
	border: none;
	outline: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.learn-test-answer-item__input[type='radio']:before,
.learn-test-answer-item__input[type='radio']:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;

	display: block;
	border-radius: 100%;
	margin: 0;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}
.learn-test-answer-item__input[type='radio']:before {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 1px solid #a7e0dc;
}
.learn-test-answer-item__input[type='radio']:after {
	width: 0;
	height: 0;
	padding: 5px;
	border: none;
	background-color: transparent;
}
.learn-test-answer-item__input[type='radio']:hover:after {
	width: 0;
	height: 0;
	padding: 5px;
	margin: 0;
	background-color: #a7e0dc;
}
.learn-test-answer-item__input[type='radio']:checked:before {
	border-color: #01b8ae;
}
.learn-test-answer-item__input[type='radio']:checked:after {
	background-color: #01b8ae;
}
/******************* Test Form Radio Buttons */
/*********************************************/




/*********************************************/
/********************** Test Form Checkboxes */
.learn-test-answer-item__input[type='checkbox'] {
	position: relative;
	z-index: 1;

	padding: 7px;

	border: 1px solid #a7e0dc;
	border-radius: 2px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.learn-test-answer-item__input[type='checkbox']:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-45deg) translate(-12%, -33%);
	transform-origin: top right;
	z-index: 10;

	width: 60%;
	height: 20%;

	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transition: border-color 0.25s ease;
}
.learn-test-answer-item__input[type='checkbox']:hover:before {
	border-color: #a7e0dc;
}
.learn-test-answer-item__input[type='checkbox']:checked {
	border-color: #01b8ae;
}
.learn-test-answer-item__input[type='checkbox']:checked:before {
	border-color: #01b8ae;
}
/********************** Test Form Checkboxes */
/*********************************************/


.ge-modal-img {
	border-radius: 4px;
	behavior: url(PIE.htc);
	-o-transition: background-image 0.3s;
	-moz-transition: background-image 0.3s;
	-webkit-transition: background-image 0.3s;
	transition: background-image 0.3s;
	background: url(/bitrix/templates/b24_new/img/shared/transparent.png) no-repeat;
	background-size: 101% 101%;
	display: inline-block;
	padding: 9px;
	border: none;
	position: relative;
	z-index: 0;
}
.ge-modal-img:before {
	border-radius: 2px;
	content: ' ';
	background: #ffffff;
	position: absolute;
	z-index: -10;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
}
.ge-modal-img_r {
	border-radius: 10px;
	behavior: url(PIE.htc);
	-o-transition: background-image 0.3s;
	-moz-transition: background-image 0.3s;
	-webkit-transition: background-image 0.3s;
	transition: background-image 0.3s;
	background: url(/bitrix/templates/b24_new/img/shared/transparent.png) no-repeat;
	background-size: 101% 101%;
	display: inline-block;
	padding: 9px;
	border: none;
	position: relative;
	z-index: 0;
}
.ge-modal-img_r:before {
	border-radius: 8px;
	content: ' ';
	background: #ffffff;
	position: absolute;
	z-index: -10;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
}
.ge-modal-img_r img {
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.ge-modal-img .i-hover,
.ge-modal-img_r .i-hover,
.ge-modal-mckup .i-hover {
	-o-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: no-repeat;
	opacity: 0;
}
.ge-modal-img:hover {
	background-image: url(/bitrix/templates/b24_new/img/shared/gradient-border.png);
}
.ge-modal-img_r:hover {
	background-image: url(/bitrix/templates/b24_new/img/shared/gradient-border.png);
}
.ge-modal-img:hover .i-hover,
.ge-modal-img_r:hover .i-hover,
.ge-modal-mckup:hover .i-hover {
	opacity: 1;
}
.ge-modal-img.m-image .i-hover,
.ge-modal-img_r.m-image .i-hover,
.ge-modal-mckup.m-image .i-hover {
	background-image: url(/bitrix/templates/b24_new/img/shared/lightbox-hover.png);
}
.ge-modal-img.m-video .i-hover {
	background-image: url(/bitrix/templates/b24_new/img/shared/modal-video-hover.png);
}
.ge-modal-mckup {
	margin: 10px;
	padding: 0;
	position: relative;
	display: inline-block;
	max-width: 300px;
	border: 9px solid #D9D9D9;
	border-radius: 24px;
	background-color: #f9f9f9;
	text-align: center;
	box-shadow: 0px 4px 6px 0px #0000001A;
	box-sizing: border-box;
	line-height: 1;
}
.ge-modal-mckup img {
	border-radius: 15px;
	vertical-align: middle;
	max-width: 100% !important;
}
.ge-modal-mckup:after {
	content: '';
	display: block;
	position: absolute;
	right: -11px;
	top: 22%;
	width: 8px;
	height: 62px;
	background-color: #D9D9D9;
	border-radius: 23px;
}
.ge-modal-mckup:before {
	content: '';
	display: block;
	position: absolute;
	left: -11px;
	top: 16%;
	width: 8px;
	height: 72px;
	background: linear-gradient(0deg, #D9D9D9 0%, #D9D9D9 45%, transparent 45%, transparent 50%, #D9D9D9 50%, #D9D9D9 100%);
	border-radius: 23px;
}