/*Videoobzor*/
/* $ SLY*/
/**/
.item_videos_scrollbar {
    margin: 0 0 1em 0;
    height: 4px;
    background: #D8E2ED;
    line-height: 0;
    cursor: pointer;
}
.item_videos_scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #D2A242;
    cursor: pointer;
}
.item_videos_scrollbar .handle .mousearea {
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 25px;
}

.item_videos_pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}
.item_videos_pages li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.item_videos_pages li:hover {
    background: #aaa;
}
.item_videos_pages li.active {
    background: #666;
}
/* # SLY*/
.videoobzor_page {}
.videoobzor_page .nav-tabs-block {
	text-align: left;
	margin-top: 0;
}
.videoobzor_page .nav-tabs {
	position: relative;
	z-index: 3;
	margin: 0 0 -3px;
	background: none;
	box-shadow: 0 0 0 transparent;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.videoobzor_page .nav-tabs:before,
.videoobzor_page .nav-tabs:after {
	display: none;
}
.videoobzor_page .nav-tabs > li.tab_header_0 {
	width: 380px;
}
.videoobzor_page .nav-tabs > li {
	width: 480px;
}
.videoobzor_page .nav-tabs > li > a:after {
	content: "";
	display: block;
	height: 4px;
	margin-top: 5px;
	background: url(../images/wh-line-green.svg) no-repeat 50% 100%;
}
.videoobzor_page .nav-tabs > li.active.tab_header_0 > a {
	box-shadow: inset 20px 0 20px -14px rgba(0,0,0,0.4), inset 0 20px 20px -14px rgba(0,0,0,0.4);
}
.videoobzor_page .nav-tabs > li.active > a {
	background: #F7EDDA;
	color: #1F7F24;
}

.videoobzor_page .nav-tabs > li.tab_header_0 > a {
	background: #1F7F24;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3)
}

.videoobzor_page .nav-tabs > li.tab_header_0 > a:after {
	background: url(../images/wh-line-yellow.svg) no-repeat 50% 100%;
}
.videoobzor_page .nav-tabs > li:last-child > a {
	margin-right: 50px;
}
.videoobzor_page .nav-tabs > li.tab_header_1 > a {
	padding: 25px 10px;
	background: #F5EDD9;
	display:none;
}
.videoobzor_page .nav-tabs > li > a {
	border: 3px solid #E5C5A2;
	border-bottom: 0;
	border-radius: 25px 25px 0 0;
	padding: 25px 20px;
	background: #fff;
	color: #17672d;
	line-height: 1;
	transition: none;
	font: 700 34px/1.1 'Nokia Sans';
}

.videoobzor_page .tab-content {
	position: relative;
}
.videoobzor_page .tab-content:before {
	content: "";
	width: 25px;
	height: 25px;
	background: #1F7F24;
	border-left: 3px solid #E5C5A2;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.videoobzor_page #tab0 {
	background: #1F7F24;
	color: #fff;
	box-shadow: inset 20px 0 20px -14px rgba(0,0,0,0.4);
}
.videoobzor_page #tab0 .fck-shadow {
	display: block;
	position: absolute;
	left: 380px;
	top: -20px;
	right: 0;
	height: 20px;
	background: red;
	border-radius: 0 60px 0 25px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.4);
}
.videoobzor_page #tab0.active {
	z-index: 2;
	border-radius: 0 25px 25px 25px;
}
.videoobzor_page .tab-pane.active {
	position: relative;
	z-index: 4;
	border-radius: 25px;
}
.videoobzor_page .tab-pane {
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #fefefe;
	border: 3px solid #E5C5A2;
	border-radius: 0 25px 25px 25px;
	padding: 30px 100px;
}

.videoobzor_page .item_block {
	margin-bottom: 150px;
	position: relative;
}
/*.videoobzor_page .item_block:last-child {
	margin-bottom: 0;
}*/
.videoobzor_page .item_block:before {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    background: url(../images/system/wh-line-pattern.png) repeat-x 50%;
    background-size: contain;
    display: block;
    height: 13px;
}
.videoobzor_page .item_block .item_block_title {
	font: 700 32px/1.1 'Nokia Sans';
	margin-bottom: 20px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3)
}
.videoobzor_page .item_block .item_videos {
    overflow: hidden;
    padding: 15px;
}
.videoobzor_page .item_block .item_slides {
    height: 100%;
}
.videoobzor_page .item_block .item_video {
    float: left;
    width: 250px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}
.videoobzor_page .item_block .item_video + .item_video  {
    margin-left: 40px;
}
.videoobzor_page .item_block .item_video .item_video_image {
	margin-bottom: 20px;
}
.videoobzor_page .item_block .item_video .item_video_image a {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 150px;
    box-shadow: 0 0 20px 4px #03c752
}
.videoobzor_page .item_block .item_video .item_video_image:hover a {

}
.videoobzor_page .item_block .item_video .item_video_title a {
	color: #fff;
	text-decoration: none;
	font: 700 15px/1.1 'Nokia Sans';
}

.videoobzor_page .item_videos_nav {}

.videoobzor_page .item_videos_nav .item_videos_prev,
.videoobzor_page .item_videos_nav .item_videos_next {
	width: 43px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	cursor: pointer;
	box-shadow: 0 0 4px 4px #00b74a;
	border-radius: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.videoobzor_page .item_videos_nav .item_videos_prev:hover,
.videoobzor_page .item_videos_nav .item_videos_next:hover {
	box-shadow: 0 0 4px 1px #00a242;
}
.videoobzor_page .item_videos_nav .item_videos_prev {
	left: -55px;
	background: #17672d url(../images/system/video_arrow_prev.png) no-repeat 50%;
}
.videoobzor_page .item_videos_nav .item_videos_next {
	background: #17672d url(../images/system/video_arrow_next.png) no-repeat 50%;
	right: -55px;
}

.videoobzor_page .item_article_content {
	font-size: 16px;
}
.videoobzor_page .item_article_content h2 {
	color: #d7b56d;
	font: 700 35px/1.1 'Nokia Sans';
}
.videoobzor_page .obuchenie .text div {
	font-family: 'Nokia Sans';
	font-weight: 700;
}
#d-wrap a.videoobzor_menu_item {
	padding-top: 5px;
	padding-bottom: 5px;
}
#d-wrap a.videoobzor_menu_item img {
	border-radius: 30px;
	box-shadow: 0 10px 20px -10px #1f7f24;
}
