@import 'home__b.css';

.home-top__header{
	margin: 175px auto 0;
	width: 700px;
}
.home-top__h1{
	font-size: 46px;
	color: #fff;
	font-weight: 900;
	text-align: right;
	text-transform: uppercase;
	line-height: 38px;
	display: inline-block;
	margin-bottom: 30px;
}
.home-top__h1-big{
	font-size: 70px;
	line-height: 52px;
}
.home-top__triggers{
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
.home-top__triggers-text{
	font-size: 20px;
	font-weight: 800;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
}
.home-top__triggers-num{
	font-size: 26px;
}
.home-top__header-button{
	width: 225px;
	line-height: 1em;
	height: 53px;
	margin-top: 2px;
	padding: 14px 22px 0;
	text-align: left;
}


.home-top__level-edu {
	margin-top: -123px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.home-top__nav-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 1px;
	flex-basis: 1px;
}
.home-top__level-link{
	background: rgba(25,30,86,0.84);
  background: -webkit-linear-gradient(rgba(25,30,86,0.45), rgba(25,30,86,0.84));
  background: -o-linear-gradient(rgba(25,30,86,0.45), rgba(25,30,86,0.84));
  background: -moz-linear-gradient(rgba(25,30,86,0.45), rgba(25,30,86,0.84));
  background: linear-gradient(rgba(175,175,175,0.61), rgba(10,10,10,0.96));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 123px;
	font-size: 24px;
	color: #fff;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 0 20px;
	transition: all 0.3s ease;
	border-left: 1px solid rgba(255,255,255,0.4);
}
.home-top__nav-item:first-child .home-top__level-link,
.home-top__level-link_no-border{
	border: none;
}
.home-top__level-link:hover {
	opacity: 0.7;
}
/*.home-top__level-link:hover{
	background-color: rgba(22,33,158,0.9);
}*/

@media (max-width: 1199px) {
	.home-top__level-edu {
		display: block;
	}
}


.block-form-top{
	min-height: 125px;
	background-color: #fff;
	padding: 30px 0 15px;
}

.block-teachers{
	padding: 60px 0 20px;
	background-color: #eceff7;
}
.block-teachers__header-more{
	color: #8d90a3;
}
.block-teachers__slider{
	margin-top: 30px;
}
.block-form-teacher{
	padding: 20px 0 30px;
	background-color: #eceff7;
}
.block-form-teacher__border{
	margin-bottom: 30px;
	border-top: 1px solid #c3c6d2;
}

@media (max-width: 1199px){
	.home-top__level-link{
		min-height: 75px;
	}
	.home-top__level-link_no-border-md{
		border: none;
	}

}

@media (max-width: 991px){
	.home-top__b1 {
		padding-bottom: 180px;
	}
	.home-top__h1,
	.home-top__triggers,
	.home-top__header{
		text-align: center;
		display: block;
		margin-left: 0;
		width: auto;
	}
	.home-top__header-button{
		text-align: center;
		margin: 5px auto;
	}

}

@media (max-width: 767px){

	.home-top__level-link{
		border: none;
	}

}

@media (max-width: 480px){

	.home-top__h1{
		font-size: 9vmin;
	}
	.home-top__h1-big{
		font-size: 15vmin;
	}

}


/* top-links */
.home__top-links {
	margin: 30px auto;
}
.home__top-links__item {
	display: block;
	min-height: 155px;
	padding: 32px 40px 10px;
	background: #fff;
	border-radius: 3px;
	color: #363b42;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.15em;
	text-align: center;
	text-transform: uppercase;
	transition: .3s;
	box-shadow: 0 0 16px rgba(104,110,132,0.33);
}
@media (min-width: 768px) and (max-width: 1199px) {
	.home__top-links__item {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.home__top-links__item {
		height: auto;
		margin-bottom: 30px;
	}
}
.home__top-links__item:hover {
	opacity: .8;
}
.home__top-links button {
	width: auto;
  min-width: 125px;
  height: 38px;
	margin: .75em auto;
	padding: 0 12px;
	font-size: 11px;
	line-height: 1em;
}



.home-top__slider__nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
}
.home-top__slider__nav .owl-carousel__nav {
	position: absolute;
	z-index: 5;
	margin: 0;
	background: rgba(141, 144, 163, .5);
}
.home-top__slider__nav .owl-carousel__nav:hover {
	background: rgba(28, 106, 225, .5);
}
.home-top__slider__nav .owl-carousel__nav_prev {
	left: 0;
}
.home-top__slider__nav .owl-carousel__nav_next {
	right: 0;
}


.methodics {
	padding-bottom: 80px;
}
.methodics__link {
	transition: .2s;
}
.methodics__link:hover,
.methodics__link:focus,
.methodics__link:active {
	text-decoration: none;
	opacity: .8;
	outline: none;
}
.methodics__link img {
	max-width: 100%;
}

@media (max-width: 991px){
	.methodics {
		display: none;
	}
}

@media (min-width: 992px){
	.b-top5__img,
	.b-top5__text {
		float: left !important;
		width: auto !important;
		padding: 0 !important;
		text-align: left !important;
	}
	.b-top5__img img {
		max-height: 295px;
		width: auto;
	}
	.b-top5__link {
		margin-left: 0 !important;
	}
	.b-top5__text_black {
		font-size: 4vw !important;
	}
	.b-top5__text_bold {
		font-size: 2.5vw !important;
	}
	.b-top5__text_reg {
		font-size: 2.2vw !important;
	}
}

@media (min-width: 1200px){
	.b-top5__text_black {
		font-size: 60px !important;
	}
	.b-top5__text_bold {
		font-size: 38px !important;
	}
	.b-top5__text_reg {
		font-size: 28px !important;
	}
}


@media (max-width: 1199px){
	.home-top__slider-item {
		min-height: 460px;
		padding-bottom: 60px;
	}
	.home-top__level-edu {
		margin-top: 0;
	}
	.home-top__slider__nav {
		top: 175px;
	}

}

@media (max-width: 991px){
	.home-top__slider-item {
		min-height: 720px;
	}

	.b-top5__img img {
		max-height: 200px;
		width: auto;
	}
	.b-top5__text {
		padding-bottom: 0 !important;
	}
	.b-top5__text_black {
		font-size: 6vw !important;
	}
	.b-top5__text_bold {
		font-size: 3.5vw !important;
	}
	.b-top5__text_reg {
		font-size: 2.75vw !important;
	}

	.b-top5__link {
		margin-bottom: 0!important;
	}
}

@media (max-width: 767px) {
	.page-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
        flex-direction: column;
	}
	.home-top__slider-item {
		min-height: 1039px;
		padding-bottom: 480px;
	}
	.home-top__level-edu {
		margin-top: -450px;
	}

	.home-top__b1__h1 {
		font-size: 6vw;
	}
	.home-top__b1__h1-small {
		font-size: 1em;
	}synergyru-v4__success-history-wg

	.b-top5__text_black {
		font-size: 7vw !important;
	}
	.b-top5__text_bold {
		font-size: 4.25vw !important;
	}
	.b-top5__text_reg {
		font-size: 3.5vw !important;
	}

	.b-top5__link {
		margin-bottom: 0!important;
	}

	.home-top__slider__nav {
		display: none;
	}
	.block-teachers, .block-form-teacher, .home-news {
		display: none;
	}
	.block-success {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.footer-banner {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.block-footer {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.block-success__caption, .block-success__description, .block-success__content {
		display: none;
	}
}