.school__title {
	padding-left: 15px;
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	color: rgb(110, 85, 173);
	line-height: 1.2;
	margin-top: -5px;
	margin-bottom: 25px;
}

.school-banner {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	height: 515px;
	background: url('../img/school_list-banner.jpg') no-repeat 50% 51%;
	background-size: cover;
}

.school-banner__img {
	width: 100%;
}

.school-banner__play {
	position: absolute;
	width: 121px;
	height: 121px;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
	cursor: pointer;
	transition: 0.2s;
}

.school-banner__play:hover {
	transform: scale(0.9);
}

.school-banner__name {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: 300;
	margin: 0;
}

.school-banner__wrap-text {
	position: absolute;
	/* left: 800px; */
	right: 15px;
	top: 50%;
	bottom: 0;
	width: 385px;
	padding-left: 5%;
	font-weight: 300;
	padding-right: 5%;
}

.school-banner__text {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	font-weight: 300;
}

.school-banner__wrap-text2 {
	transform: translateY(-50%);
}

.school-banner__title {
	font-size: 34px;
	font-family: 'Roboto', sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: center;
	font-weight: 300;
	margin-bottom: 45px;
}

.school-article {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 95px;
	border-bottom: 1px solid #c9c9c9;
}

.school-article-col {
	padding: 0;
	position: relative;
	text-align: center;
	height: 100%;
}

.article-link__img2 {
	background: url(../img/video2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.article-link__img2,
.article-link__img1 {
	height: 327px;
	background-size: cover;
}

.article-link__img1 {
	background: url(../img/video1.jpg) no-repeat;
	background-size: cover;
}

.school-article__name {
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(54, 54, 54);
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 0;
	/* margin: 0 0 10px; */
}

.school-article__title {
	font-size: 24px;
	font-family: "Roboto";
	color: rgb(54, 54, 54);
	font-weight: 300;
	margin-bottom: 25px;
	/* max-width: 300px; */
	line-height: 1;
}

.school-article__text {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(54, 54, 54);
	font-weight: 300;
	margin-top: 0;
	line-height: 1.25;
	margin-bottom: 42px;
}

.school-article__button {
	color: #895399;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 90px;
	background: none;
	border: 2px solid #895399;
	transition: 0.2s;
	max-width: 100%;
}

.school-article__button:hover,
.school-article__button:focus {
	color: #ffffff;
	background: #895399;
}

.school-article-row {
	margin-bottom: 95px;
	margin-left: 0;
	margin-right: 0;
}


.school-article-last-row {
	margin-left: -7px;
	margin-right: -7px;
}

.school-article-col-last {
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}

.school-article-last {
	padding-top: 59px;
	padding-bottom: 59px;
}

.school-article-last__name {
	font-size: 12px;
	font-family: "Roboto";
	color: rgb(54, 54, 54);
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 0;
}

.school-article-last__title {
	font-size: 21px;
	font-family: "Roboto";
	color: rgb(54, 54, 54);
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 25px;
}

.school-article-last__text {
	font-size: 12px;
	font-family: "Roboto";
	color: rgb(54, 54, 54);
	font-weight: 300;
	margin-bottom: 45px;
	line-height: 1.2;
	padding-left: 45px;
	padding-right: 45px;
}

@media (min-width:768px) {
	.school-article-row:nth-child(even) > div {
		float: right;
	}
}

@media (max-width:1200px) {
	.school-article-last__title {
		font-size: 18px;
	}
}

@media (max-width: 991px) {

	.school-article-last__title {
		height: 42px;
		margin-bottom: 10px;
	}
	.school-article-last__text {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 15px;
	}
	.school-article-last__name {
		margin-top: 15px;
	}
	.school-article__button {
		padding: 7px 40px;
		background: none;
		max-width: 100%;
		font-size: 14px;
	}
	.school-article__name {
		font-size: 16px;
		margin-top: 15px;
	}
	.school-article__title {
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 15px;
	}

	.school-article__text {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
		line-height: 1.15;
		margin-bottom: 30px;
	}
	.article-link__img2,
	.article-link__img1 {
		height: 248px;
	}
	.school-article {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 50px;
	}
	.school-article-row {
		margin-bottom: 50px;
	}
	.school-article-last {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.school-banner__wrap-text {

		left: 0;

		right: 0;

		top: 50%;

		bottom: 0;

		text-align: center;

		width: 100%;

		padding-left: 20%;

		font-weight: 300;

		padding-right: 20%;

		max-width: 100%;

	}
	.school-banner__wrap-text2 {
		transform: translateY(0);
	}
	.school-banner__play {

		top: 30%;
	}
}

@media (max-width: 767px) {
	.school-banner {

		background: url(../img/school_list-banner__mobile.jpg) no-repeat 50% 50%;
	}
	.school-banner__play {
		top: 20%;
	}
	.school-banner__wrap-text {

		top: 35%;
	}
	.school-banner__title {
		font-size: 28px;
		font-family: 'Roboto', sans-serif;

		margin-bottom: 15px;
	}
	.school-banner__name {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.article-link__img2,
	.article-link__img1 {
		height: 200px;
	}
	.school-article-col-last {
		margin-bottom: 30px;
	}
	.school-article-last__title {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.container-1200 {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container-1200 {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container-1200 {
		width: 1170px;
	}
}

.multi-slide-school-detail {
	margin-bottom: 60px;
}
