/* Common */
/* Media */
/* Content */
/* Blocks */
.news {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.news__title {
	margin: 0 0 6.66667vw;
}

.news__items {
	margin: 0 -1.11111vw 5.55556vw;
}

.news__item {
	z-index: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 1.11111vw;
}

.news__item-img {
	display: block;
	width: 100%;
	height: 56.11111vw;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 4.44444vw;
}

.news__item-box {
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
	padding: 3.33333vw;
	border-radius: 4.44444vw;
	background: #fff;
	min-height: 48.88889vw;
	flex: 1 1 auto;
	margin: -8.33333vw 0 0;
}

.news__item-tag {
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 1;
	width: -webkit-fit-content;
	width: fit-content;
	min-height: 7.77778vw;
	color: var(--gray-80);
	border-color: var(--gray-60);
	border-radius: 11.11111vw;
	cursor: default;
}

.news__item-title {
	font-weight: 600;
	font-size: 4.72222vw;
	line-height: 120%;
}

.news__item-date {
	color: var(--gray-80);
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 120%;
	margin: auto 0 0;
}

.partners {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.partners__title {
	margin: 0 0 6.66667vw;
}

.partners__sliders {
	display: flex;
	flex-direction: column;
	gap: 2.22222vw;
}

.partners__items {
	margin: 0 -1.11111vw;
}

.partners__items .swiper-wrapper {
	transition-timing-function: linear;
	width: -webkit-fit-content;
	width: fit-content;
}

.partners__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 3.61111vw 2.77778vw;
	border-radius: 3.33333vw;
	background: var(--gray-20);
	margin: 0 1.11111vw;
}

.partners__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	display: block;
	margin: 0 auto;
}

.employment {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.employment__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
}

.employment__content {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
	border-radius: 3.33333vw;
	padding: 3.33333vw;
	background: #fff;
	font-weight: 600;
	font-size: 4.72222vw;
	line-height: 120%;
}

.employment__content-title {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.employment__content-title span {
	color: var(--red);
}

.employment__content-icon {
	width: 8.88889vw;
	height: 8.88889vw;
	flex: 0 0 auto;
	font-size: 8.88889vw;
	background: var(--gray-40);
	border-radius: 50%;
	margin: 5.55556vw 0 0 auto;
}

.employment__image {
	width: 100%;
	height: 60vw;
	border-radius: 4.44444vw;
	overflow: hidden;
}

.employment__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.student-life {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.student-life__title {
	margin: 0 0 6.66667vw;
}

.student-life__items {
	margin: 0 -1.11111vw 5.55556vw;
}

.student-life__items .swiper-slide {
	max-width: 77.77778vw;
}

.student-life__item {
	overflow: hidden;
	height: 50vw;
	border-radius: 3.33333vw;
	margin: 0 1.11111vw;
}

.student-life__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
