.his-teachers-swiper {
	position: relative;
	margin: 0 auto;
	padding: 0 80px;
}

.his-teachers-swiper .swiper {
	overflow: hidden;
}

.his-teachers-swiper .swiper-wrapper {
	align-items: stretch;
}

.his-teachers-swiper .swiper-slide {
	height: auto;
	display: flex;
}

.his-teacher-slide {
	text-align: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.his-teacher-slide__imgwrap {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.his-teacher-slide__img {
	width: 100%;
	height: 240px !important;
	object-fit: cover;
	background: #D9D9D9;
	display: block;
}

.his-teacher-slide__img--placeholder {
	border: 1px solid #F9F9F9;
}

.his-teacher-slide__title {
	margin: 0 0 10px;
	font-weight: 800;
	line-height: 1.3em;
	font-size: 1.3rem;
}

@media (min-width:768px) {
	.his-teacher-slide__title {
		min-height: 2lh;
	}
}

.his-teacher-slide__spec {
	font-size: 1rem;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.his-teacher-slide__btn {
	padding: 8px 16px;
	border: 1px solid #193531;
	border-radius: 13px;
	text-decoration: none !important;
	color: inherit;
	margin-top: auto;
	width: fit-content;
	align-self: center;
}

.his-teacher-slide__btn:hover {
	color: #fff;
	background-color: #007291;
	border-color: #007291;
}

.his-swiper-btn {
	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	border-radius: 100% !important;
	border: none !important;
	background: #F3F3F3;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 5;
	box-shadow: none !important;
}

.his-swiper-btn:focus {
	background: #F3F3F3;
}

.his-swiper-btn:hover {
	background: #D92C2B;
}

.his-swiper-btn--prev {
	left: 0px;
}

.his-swiper-btn--next {
	right: 0px;
}

.his-swiper-btn svg {
	width: 10px;
	height: 19px;
}

.his-swiper-btn:hover svg path {
	stroke: #fff;
}

.his-swiper-pagination {
	margin-top: 40px;
	text-align: center;
}

.his-teachers-swiper .swiper-pagination-bullet {
	background: #D9D9D9;
	width: 9px;
	height: 9px;
	opacity: 1;
}

.his-teachers-swiper .swiper-pagination-bullet-active {
	transform: scale(2);
}

@media (max-width: 1024px) {
	.his-teacher-slide__img {
		height: 400px !important;
	}

	.his-swiper-btn {
		display: none;
	}
}

@media (max-width: 767px) {
	.his-teachers-swiper {
		padding: 0 20px;
	}

	.his-swiper-btn {
		top: 34%;
	}
}