

/* Start:/bitrix/templates/.default/js/crocobox/style.css?17237954623347*/
/* crocobox */
#crocobox_shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 50000;
}
#crocobox {
	display: none;
	position: fixed;
	background: #fff;
	top: 50%;
	left: 50%;
	padding: 30px 40px;

	box-shadow:  2px 2px 20px rgba(0, 0, 0, 0.2);

	z-index: 55000;
	border-radius: 4px;
}
#crocobox_close {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
#crocobox_close:after,
#crocobox_close:before {
	content: "";
	display: block;
	height: 2px;
	width: 25px;
	background: #ff8000;
	display: block;
	-webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
	transition: opacity 0.3s,transform 0.3s;
	margin-bottom: -2px;

	-moz-transform: rotate(135deg); 
	-ms-transform: rotate(135deg); 
	-webkit-transform: rotate(135deg); 
	-o-transform: rotate(135deg); 
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	backface-visibility: hidden;

}
#crocobox_close:after {
	margin-bottom: 5px;
	-moz-transform: rotate(-135deg); 
	-ms-transform: rotate(-135deg); 
	-webkit-transform: rotate(-135deg); 
	-o-transform: rotate(-135deg); 
	transform: rotate(-135deg);
}

#crocobox_close:hover:before {
	opacity: 1;
	-moz-transform: rotate(225deg); 
	-ms-transform: rotate(225deg); 
	-webkit-transform: rotate(225deg); 
	-o-transform: rotate(225deg); 
	transform: rotate(225deg);
}
#crocobox_close:hover:after {
	opacity: 1;
	-moz-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); 
	transform: rotate(-45deg);
}

.crocobox_content {
	padding-top: 5px;
	/*max-width: 520px;*/
}
.crocobox_content h1 {

}
.crocobox_content a {
	border-bottom: 1px solid;
}
.crocobox_content .action {
	color: #e040fb;
	font-weight: 600;
}


/* preloader */
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* calc_uploader animation container */
.preload {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border: 1px solid #ff8000;
    border-radius: 30px;
    background: #fff;
    z-index: 10100;
}

/* Spinning circle (inner circle) */
.preload .maskedCircle {
    width: 38px;
    height: 38px;
    border-radius: 20px;
    border: 20px solid #ff8000;
}

/* Spinning circle mask */
.preload .mask {
    width: 20px;
    height: 20px;
    overflow: hidden;
}

/* Spinner */
.preload .spinner {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 38px;
    height: 38px;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/header_mainmenu/style.css?17237954622241*/
.header__menu {
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 400;
}
.header__menu a {
	border-bottom: none;
	text-decoration: none;
	color: #000;
}
.header__menu__dark a { color: #fff; }

.header__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 9999;
}
.header__menu > ul > li {
	float: left;
	position: relative;
	transition: all 0.2s;
	padding: 20px 10px;
}
.header__menu > ul > li:first-child {
}
.header__menu > ul > li:last-child {

}
.header__menu > ul > li.parent_item:hover {

}
.header__menu > ul > li.parent_item:hover > a {
	color: #000;
	border-bottom: 1px solid #ff6800;
	border: none;
	text-decoration: none;
}
.header__menu__dark > ul > li.parent_item:hover > a { color: #fff; }

.header__menu > ul > li ul {
	opacity: 0;
	visibility: hidden;
	width: auto;
	position: absolute;
	margin-top: 20px;
	left: -10px;
	padding: 20px 30px 30px;
	background: #fff;
	transition: all 0.2s;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:    0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	box-shadow:         0px 5px 20px 0px rgba(0, 0, 0, 0.08);
	font-size: 13px;
	font-weight: 400;
}
.header__menu__dark > ul > li ul { background: #fff; }
.header__menu > ul > li ul:before {
	content: "";
	position: absolute;
	left: 24px;
	top: -6px;
	width: 0px;
	height: 0px;
	border-top: 0 !important;
	border-bottom: 8px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
.header__menu__dark > ul > li ul:before { border-bottom: 8px solid #fff; }

.header__menu > ul > li ul li {
	display: block;
	margin: 5px 0;
}
.header__menu > ul > li ul a {
	display: block;
	white-space: nowrap;
	color: #4e4e4e;
	text-decoration: none;
	border-bottom: 1px solid #e6e6e6;
	line-height: 30px;
	padding-right: 15px;
}
.header__menu > ul > li ul a:hover {
	border-bottom: 1px solid #ff6800;
	color: #000;
}
.header__menu > ul > li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.header__menu-item {
	display: inline-block;
	color: white;
	text-decoration: none;
	box-sizing: border-box;
	border-bottom: 1px solid #969696;
	transition: all 0.2s;
}
.header__menu-item:hover {
	border-bottom: 1px solid #ff8000;
	color: #ff8000;
}

/* End */


/* Start:/bitrix/templates/edu/components/bitrix/system.pagenavigation/.default/style.min.css?17237954633386*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px}.bx_pagination_bottom .bx_pagination_section_two{float:right;text-align:right}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.bx_pagination_bottom .bx_pagination_select_container{display:inline-block}.bx_pagination_bottom .bx_pagination_select_container select{position:relative;margin:2px 20px 2px 10px;padding:1px 25px 3px 5px;height:22px;outline:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/bitrix/templates/edu/components/bitrix/system.pagenavigation/.default/images/select_arrow.png) no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.bx_pagination_bottom .bx_pagination_page{white-space:nowrap;font-size:12px}.bx_pagination_bottom .bx_pagination_page ul{display:inline-block;margin:0;padding:0}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;min-width:22px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;min-width:22px;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-radius:3px;background:#dbecf4;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.1)}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media(min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media(max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}}.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_text,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* Start:/bitrix/templates/.default/js/bxslider/style.css?17237954623707*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
/*	background: url(/bitrix/templates/.default/js/bxslider/images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/bitrix/templates/.default/js/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/bitrix/templates/.default/js/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/.default/js/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/.default/js/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/bitrix/templates/edu/components/bitrix/news.list/iBanners/style.css?17237954631228*/
#popularProducts { 
	background-color: #000;
}

.popularProducts_item {
	background-color: #000;
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #fff;
	height: 350px;
	padding: 30px 25px;
}

.ppi_name {
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 15px;
	max-width: 350px;
}
.ppi_subname {
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	padding-bottom: 15px;
	max-width: 350px;
}

.ppi_desc {
	font-weight: 300;
	padding-bottom: 35px;
	max-width: 250px;
	opacity: 0.8;
}
.ppi_link {
	position: absolute;
	bottom: 35px;
}
.ppi_link .btn {
	background: none;
	border: 1px solid rgba(255,255,255,.5);
}

.bx-wrapper .bx-pager.bx-default-pager { 
	width: 200px;
	left: 50%;
	margin-left: -100px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid rgba(255,255,255,.5);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 35px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff6800;
	border: 1px solid #ff6800;
}
.bx-wrapper .bx-pager-item:first-of-type:last-of-type {
	display: none !important;
}
/* End */


/* Start:/bitrix/templates/edu/components/bitrix/news.list/iFeed/style.css?1723795463590*/
#iFeed_container {
	float: right;
	width: 100%;
	height: 100%;
	padding: 25px 25px 0 35px;
	background: #fff;
}
#iFeed_container__title {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}

#iFeed_container .iFeed_container__item {
	margin-bottom: 15px;
	font-size: 15px;
}
#iFeed_container .iFeed_container__item .iFc_item span {
	font-size: 13px;
	opacity: 0.8;
	display: block;
}
#iFeed_container .iFeed_container__item .iFc_item a {
	color: #000;
	text-decoration: none;
	transition: 0.2s all;
}
#iFeed_container .iFeed_container__item .iFc_item a:hover {
	color: #ff8000;
}


/* End */


/* Start:/bitrix/templates/.default/js/owlcarousel/style.css?17237954624614*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/.default/js/owlcarousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/bitrix/templates/edu/components/bitrix/news.list/iVuz/style.css?17237954632508*/
#vuzList {
	padding: 0; 
	border-bottom: 2px solid #f8f3f0;
	background: #fff;
	box-shadow: 0px 10px 65px 10px rgba(0, 0, 0, 0.08);
}

#vuzList .owl-stage-outer {
/*	overflow: visible !important;
*/
}

#vuzList .vuzList_item { 
	display: block;
	width: 100%;
	height: 140px;
	float: left;

	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.vli_full {
	background: #fff;
	position: absolute;
	top: 0;
	padding: 15px 25px;
	height: 140px;
	z-index: 100;
	opacity: 0;
	transition: 0.2s all;

	-webkit-box-shadow: 1px -10px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    1px -10px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         1px -10px 30px 0px rgba(0, 0, 0, 0.15);
}
#vuzList .vuzList_item:hover .vli_full { opacity: 1; }
#vuzList .vuzList_item:hover {
	background-color: #f8f3f0;
}

.vli_full:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 15px;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0,0,0,.05) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.05) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,.05) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
}

.vli_full a {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #ff8000;
	font-weight: 500;
}
.vli_full div {
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}
.vli_full p { font-size: 13px; }

.vli_full_name {
	height: 80px;	
}

#vuzList .owl-controls {
	position: absolute;
	width: 100%;
}
#vuzList .owl-nav {
	top: -80px;
	position: absolute;
	width: 100%;
	opacity: 0.5;
	transition: 0.2s all;
}
#vuzList:hover .owl-nav {
	opacity: 1;
}
#vuzList .owl-nav .owl-next,
#vuzList .owl-nav .owl-prev {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
}
#vuzList .owl-nav .owl-next {
	right: 20px;
}

#vuzList .owl-nav .owl-next:before,
#vuzList .owl-nav .owl-prev:before {
	content: "\f104";
	font-family: "icons";
	font-size: 20pt;
	position: absolute;
	top: 0;
	left: 25px;
	transition: 0.2s all;
	color: #777;
	font-weight: 100;
}
#vuzList .owl-nav .owl-next:before {
	content: "\f105";
}
#vuzList .owl-nav .owl-next:hover:before,
#vuzList .owl-nav .owl-prev:hover:before {
	color: #4a90e2;
}
/* End */


/* Start:/bitrix/templates/edu/components/bitrix/news.list/iReviewsList/style.css?17237954631273*/
/* iReviews index */
#iReviews .dp .reviews_block {
    position: relative;
    min-height: 372px;
    background: #fff; /* Old browsers */
    background-image: linear-gradient(to bottom, #f4f4f4, #ffffff);
    overflow: hidden;
    padding: 40px 30px 30px 30px;
}
#iReviews .dp .reviews_block .h3 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 49px;
}
#iReviews .dp .reviews_block a.all_link {
    display: block;
    position: absolute;
    top: 46px;
    right: 30px;
    font-size: 15px;
    line-height: 16px;
    color: #acacac;
    border-bottom: 1px solid #e4e4e4;
    text-decoration: none;
}
#iReviews .dp .reviews_block ul {
    padding: 0;
    margin: 0;
}
#iReviews .dp .reviews_block ul li {
    float: left;
    display: block;
    width: 340px;
    margin-right: 40px;
    font-size: 13px;
    color: #4f4f4f;
}
#iReviews .dp .reviews_block ul li:last-child {
    margin-right: 0;
}
#iReviews .dp .reviews_block ul li .author {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
#iReviews .dp .reviews_block ul li a {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    color: #ff6800;
    text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/edu/components/bitrix/news.list/iVuzList/style.css?17237954631418*/
#header .dp.headerline { z-index: 999; }

#iVuzList {
	position: relative;
	transition: 0.2s all;
    margin-top: 20px;
}
#iVuzList .vuz_block {

}

.vuzContainer {
    position: relative;
    z-index: 100;
	float: left;
	width: 25%;
    height: 255px;
	background: #fff;
	color: #000;
	padding: 20px;
    box-shadow: inset 1px 0 0 0 #f1f1f1;
    margin-bottom: 1px;
}
#iVuzList .vuz_block .vuzContainer:nth-child(4n+1) {
    box-shadow: none;
}
.vuzContainer:not(.inactive):hover {
    z-index: 120;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 0 #f1f1f1, inset 0 -2px 0 0 #ff6800!important;
}
.vuzContainer .vuzContainer__item .counter {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 26px;
    height: 28px;
    border-radius: 4px;
    border: solid 1px #dadada;
    line-height: 26px;
    text-align: center;
    color: #aaaaaa;
    font-size: 13px;
}
a.vCi_title {
    display: block;
    line-height: 1.38;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
a.vCi_title span {
    display: block;
    font-weight: 300;
}
.vCi_container {
    margin-top: 15px;
}
.vCi_container .vCi__items {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    color: #656565;
}
.vCi_container .vCi__items a {
    color: #656565;
    text-decoration: none;
}
.vCi_container .vCi__items:last-child {
    border-bottom: none;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/footer/style.css?1723795462268*/
.footer_menu { 
	position: relative;
}
.footer_menu a {
	display: inline-block;
	margin: 5px 30px 0 0;
	color: #fff;
	text-decoration: none;
	transition: 0.2s all;
	opacity: .5;
	font-size: 15px;
	font-weight: 300;
}
.footer_menu a:hover { opacity: 1; }

/* End */


/* Start:/bitrix/templates/edu/template_styles.css?172379546323380*/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
    font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
    font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

#header #mainmenu .header__menu ul li ul li a {
	color: #000 !important;
}

#header #mainmenu {
	right: 200px !important;
}
#header #socialmenu {
	position: absolute;
	top: 10px;
	right: 20px;
}
#header #socialmenu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 0 20px 35px;
	background-image: url(/bitrix/templates/edu/images/vk.svg);
	background-position: left 16px;
	background-repeat: no-repeat;
	background-size: 26px;
	transition: 0.2s all;
	font-size: 15px;
}
#header #socialmenu a:hover {
	color: #c2deff;
}

body {
	font-size: 13px;
	line-height: 15pt;
	background: #f1f1f1;
}

.title {
	font-size: 26pt;
	font-weight: 300;
	line-height: 30pt;
	margin-top: 20px;
	margin-bottom: 30px;
}

#header {
	background: #28283e;
	height: 80px;
}

#header.header_index {
	background-image: url(/bitrix/templates/edu/images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 2%;
	transition: 0.2s all;
	height: 500px;
}
#header.header_all {
	background-image: url(/bitrix/templates/edu/images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
/*	padding: 0 2%;*/
	height: 400px;
}

#header #logo { top: 20px; }
#header #logo img { width: 140px; }
#header #mainmenu { top: 10px; }
#header #mainmenu .header__menu a { color: #fff !important; }

#header .dp.headerline {
	height: 80px;
}

#header .iBlock { 
	top: 180px; 
	position: absolute;
	text-align: center;
	width: 100%;
}

#header .pageBlock { 
	top: 150px; 
	position: absolute;
	text-align: center;
	width: 1160px;
}

#header #iTitle {
	color: #fff;
	display: block;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: 100;
	line-height: 45pt;
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
}

#header #pageTitle h1 {
	color: #fff;
	display: block;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: 100;
	line-height: 38pt;
	font-size: 48px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}

#header .pageBread {
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 25px;
	display: inline-block;
}
#header .pageBread .bx-breadcrumb {
	margin: 10px 15px 0 25px;
	color: rgba(255,255,255,0.3);
}
#header .pageBread .bx-breadcrumb .bx-breadcrumb-item span {
	color: rgba(255,255,255,0.6);
	text-transform: none;
	font-size: 13px;
	font-weight: 300;
}

#header #iTitle_more {
	display: block;
	text-align: center;
	margin-top: 50px;
}
#header #iTitle_more .btn {
	background: #000;
}

.pageBlock {}



#line1 { padding-top: 25px; }
#line1 .line1_item {
	display: block;
	width: 50%;
	float: left;
	height: 350px;
}
#line1 .line1_item:nth-child(1) {
	background: #000;
}

#line2 .line2_item {
	position: relative;
	display: block;
	width: 25%;
	float: left;
	height: 250px;
	padding: 25px;
	font-size: 15px;
}
#line2 .line2_item .titleS {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
}
#line2 .line2_item .linkS {
	position: absolute;
	bottom: 25px;
}
#line2 .line2_item .descS {
	color: #fff;
	padding-top: 25px;
	font-weight: 300;
	font-size: 13px;
	opacity: 0.8;
}



#line2 .line2_item:nth-child(1) { background: #191919; }
#line2 .line2_item:nth-child(2) { background: #ff6800; }
#line2 .line2_item:nth-child(3) { background: #111; }
#line2 .line2_item:nth-child(4) { background: url(/bitrix/templates/edu/images/bg.jpg) 80% top no-repeat; }

#line2 .line2_item:nth-child(4) .btn { 
	background: #ff6800;
}
#line2 .line2_item:nth-child(1) .btn, 
#line2 .line2_item:nth-child(2) .btn, 
#line2 .line2_item:nth-child(3) .btn {
	background: none;
	border: 1px solid rgba(255,255,255,.5);
}

#line4 .line4_item {
	height: 800px;
	background: url(/bitrix/templates/edu/images/student.jpg) left 100px no-repeat;
	background-size: 600px;
	position: relative;
} 

#line4 .line4_item .l4_text {
	position: absolute;
	right: 0;
	top: 180px;
	width: 450px;
}
#line4 .line4_item .l4_text .titleT {
	font-size: 26pt;
	font-weight: 300;
	line-height: 28pt;
}
#line4 .line4_item .l4_text .descT {
	font-weight: 300;
	padding: 30px 0;
	font-size: 17px;
	font-weight: 300;
	line-height: 18pt;
}
#line4 .line4_item .l4_text .linksT .btn {
	background: none;
	color: #000;
	text-transform: none;
	font-size: 13px;
	border: 1px solid rgba(0,0,0,.5);
	padding: 5px 15px;
	margin: 0 10px 15px 0;
}
#line4 .line4_item .l4_text .linksT .btn:before {
	content: "";
}
#line4 .line4_item .l4_text .linksT .btn:hover {
	background: #4a90e2;
	color: #fff;
	border-color: #4a90e2;
}
.mainContent {

}

#content_left {
	width: 290px;
	float: left;
	padding: 30px 15px 30px 0;
}
#content_right {
	margin-left: 300px;
	height: auto;
	padding: 30px 0;
}

/* стили для формы заявки на обучение */
#request_form {
    position: relative;
}
#request_form .form_block input {
    font-weight: 300;
    width: 100%!important;
}
#request_form input.error {
    border: 1px solid #ff0000!important;
}
#request_form input.vacancySend {
    width: 180px!important;
    margin: 0 auto;
}
#request_form textarea {
    font-weight: 300;
    height: 100px;
    resize: none;
}
#request_form div.require {
    position: relative;
}
#request_form div.require:after {
    content: "*";
    position: absolute;
    top: 21px;
    right: 20px;
    font-size: 24px;
    color: #fd1010;
}
#request_form .notice {
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 180px;
    padding-left: 45px;
    font-size: 13px;
    line-height: 14px;
    color: #bcbcbc;
}
#request_form .notice:before {
    content: "*";
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 24px;
    color: #fd1010;
}
#request_form .notice:after {
    content: "—";
    position: absolute;
    top: 7px;
    left: 15px;
    font-weight: 300;
    font-size: 24px;
    color: #bcbcbc;
}
#request_form .half_block {
    float: left;
    width: 300px;
}
#request_form .half_block:first-child {
    margin-right: 20px;
}
#request_form .third_block {
    float: left;
    width: 193px;
    margin-left: 20px;
}
#request_form .third_block:first-child {
    margin-left: 0;
}
#request_form .form_spacer {
    position: relative;
    text-align: center;
    margin: 35px 0;
    font-weight: 300;
    font-size: 18px;
}
#request_form .form_spacer span {
    position: relative;
    z-index: 60;
    background: #fff;
    padding: 0 25px;
}
#request_form .form_spacer:before {
    content: "";
    position: absolute;
    top: 10px;
    z-index: 50;
    display: block;
    width: 100%;
    border-top: 1px solid #e7e7e7;
}
#request_form .add_member {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px dashed #e1e1e1;
    color: #959595;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}
#request_form .add_member:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    margin-left: -70px;
    background: url(/bitrix/templates/edu/images/add.png) no-repeat 0 0;
}

/* about fix */
#year_report .h3 {
    font-size: 20px;
    color: #000000;
    margin: 40px 0 20px;
}
#year_report .report {
    position: relative;
    width: 100%;
    height: 94px;
    border-radius: 4px;
    background-color: #ffffff;
}
#year_report .download {
    display: block;
    width: 200px;
    min-height: 34px;
    position: absolute;
    left: 30px;
    top: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
}
#year_report .download a {
    font-size: 12px;
    line-height: 12pt;
    text-decoration: none;
    display: block;
    padding-left: 37px;
    color: #000;
    font-size: 8pt;
}
#year_report .download a span.name {
    float: left;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    transition: 0.2s all;
}
#year_report .download a:hover span.name {
    color: #ff8000;
}
#year_report .download a span.file {
    opacity: 0.6;
}
#year_report .download a span.file font {
    text-transform: uppercase;
}
#about_gallery .h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 40px 0 35px 0;
}
#about_gallery .gallery {
    overflow: hidden;
}
#about_gallery .gallery a {
    float: left;
    display: block;
    width: 286px;
    height: 240px;
    margin: 0 1px 1px 0;
    background-color: #fff;
}
#about_gallery .gallery a span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#about_gallery .gallery.diplom a {
    padding: 40px;
}
#about_gallery .gallery.diplom a:hover {
    box-shadow: 0 12px 46px 0 rgba(0, 0, 0, 0.09);
}
#about_gallery .gallery.diplom a span {
    background-size: contain;
}
#about_gallery .gallery a:nth-child(3n+3) {
    margin-right: 0;
}
/* End */
/* /bitrix/templates/.default/js/crocobox/style.css?17237954623347 */
/* /bitrix/templates/.default/components/bitrix/menu/header_mainmenu/style.css?17237954622241 */
/* /bitrix/templates/edu/components/bitrix/system.pagenavigation/.default/style.min.css?17237954633386 */
/* /bitrix/templates/.default/js/bxslider/style.css?17237954623707 */
/* /bitrix/templates/edu/components/bitrix/news.list/iBanners/style.css?17237954631228 */
/* /bitrix/templates/edu/components/bitrix/news.list/iFeed/style.css?1723795463590 */
/* /bitrix/templates/.default/js/owlcarousel/style.css?17237954624614 */
/* /bitrix/templates/edu/components/bitrix/news.list/iVuz/style.css?17237954632508 */
/* /bitrix/templates/edu/components/bitrix/news.list/iReviewsList/style.css?17237954631273 */
/* /bitrix/templates/edu/components/bitrix/news.list/iVuzList/style.css?17237954631418 */
/* /bitrix/templates/.default/components/bitrix/menu/footer/style.css?1723795462268 */
/* /bitrix/templates/edu/template_styles.css?172379546323380 */
