.abiturient-slider .c-side.slide-wrap,
.yola .c-side.slide-wrap {
	position: relative;
	height: 100%;
}

.main-slider-item {
	height: 355px;
	width: 1200px;
	background-position: left;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}

.main-slider-item img {
	/*height: 400px;*/
	display: none;
}

.main-slider-link-img {
	width: 100%;
	display: block;
	height: 100%;
	border: none;
	position: relative;
	z-index: 1;
}

.main-slider-body {
	position: absolute;
	right: 60px;
	top: 50%;
	width: calc(60% - 60px);
	text-align: right;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.main-slider-body h2 {
	margin: 0;
	line-height: 1.2;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}

.main-slider-body p {
	font-size: 20px;
}

.abiturient-slider .swiper-pagination-bullet {
	position: relative;
	width: 17px !important;
	height: 17px !important;
	border: 1px solid #cdd1da;
	background-color: #fff !important;
	border-radius: 50% !important;
}

.abiturient-slider .swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #00757c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	opacity: 0;
}

.abiturient-slider .swiper-pagination-bullet-active.swiper-pagination-bullet:after {
	opacity: 1;
}

.abiturient-slider .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 8px !important;
}

.abiturient-slider.main-slider .swiper-pagination {
	right: 20px;
}

@media screen and (max-width: 1599px) {
	.main-slider-body,
	.swiper-pagination {
		right: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.main-slider-body a.btn {
		font-size: 18px;
		padding: 8px 15px;
		width: 194px;
	}
}

@media screen and (max-width: 1023px) {
	.main-slider-item,
	.main-slider-item img {
		height: 258px;
	}
	.main-slider-body p {
		font-size: 16px;
		line-height: 1.2;
	}
	.main-slider-body h2 {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.main-slider .c-side {
		padding: 0;
	}
	.main-slider-item:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
		background-color: rgba(0, 117, 124, .4);
		content: '';
	}
	.main-slider-body {
		width: auto;
		left: 20px;
		right: 20px;
		text-align: center;
	}
	.color-adaptive {
		color: #fff !important;
	}
	a.btn.color-adaptive {
		border-color: #fff !important;
	}
	a.btn.color-adaptive:hover,
	a.btn.color-adaptive:focus {
		color: #00757c !important;
		background-color: #fff !important;
	}
}

@media screen and (max-width: 479px) {
	.main-slider-body {
		margin: 0;
	}
	.main-slider-body p {
		font-size: 14px;
	}
	.main-slider-body h2 {
		font-size: 20px;
	}

	.swiper-pagination {
		display: block !important;
	}
}