/* Common */
/* Media */
/* Content */
/* Blocks */
.about {
	color: #fff;
	background: #0D1140;
}

.about__inner {
	display: flex;
	flex-direction: column;
	gap: 11.11111vw;
}

.about__top {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
}

.about__top-img {
	width: 28.88889vw;
	height: 28.88889vw;
	-o-object-fit: contain;
	   object-fit: contain;
}

.about__subtitle {
	font-size: 6.11111vw;
	font-weight: 600;
	line-height: 120%;
}

.about__text {
	font-size: 4.72222vw;
	font-weight: 400;
	line-height: 120%;
}

.about__text p + p {
	margin-top: 3.33333vw;
}

.about__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 4.44444vw;
}

.about__item {
	width: 77.77778vw;
	height: 32.77778vw;
	color: #0D1140;
	background: #F7F9FD;
	border: 1px solid #D3D8E3;
	border-radius: 3.33333vw;
	padding: 5.55556vw 4.44444vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

.about__item-text {
	color: #3D4166;
}

.about__docs-title {
	font-size: 7.22222vw;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 6.66667vw;
}

.about__docs-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4.44444vw;
}

.about__docs-item {
	display: flex;
	gap: 6.66667vw;
	align-items: center;
	border-radius: 3.33333vw;
	border: 1px solid #6A7291;
	padding: 5.55556vw 5.55556vw 5.55556vw 0;
	width: 77.77778vw;
	height: 36.66667vw;
	overflow: hidden;
	transition: all .3s;
}

.about__docs-item:hover {
	color: #0D1140;
	background: #f7f9fd;
}

.about__docs-item-title {
	font-size: 5vw;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 1.11111vw;
}

.about__docs-item-text {
	font-size: 3.61111vw;
	font-weight: 400;
	line-height: 120%;
}

.about__docs-item-img {
	width: 19.09722vw;
	height: 21.94444vw;
	margin-left: -4.72222vw;
}

.reviews__items {
	margin: 0 -2.22222vw;
}

.reviews__items .slick-list {
	overflow: visible;
}

.reviews__item:hover .reviews__item-icon {
	transition: all .5s;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.reviews__item-link {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 51.66667vw;
	margin-bottom: 2.22222vw;
}

.reviews__item-photo {
	border-radius: 3.15083vw;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.reviews__item-icon {
	position: absolute;
	width: 8.88889vw;
	height: 8.88889vw;
	-o-object-fit: cover;
	   object-fit: cover;
	left: 4.44444vw;
	bottom: 4.44444vw;
}

.reviews__item-name {
	font-size: 5vw;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 1.11111vw;
}

.reviews__item-faculty {
	font-size: 3.61111vw;
	font-weight: 400;
	line-height: 120%;
	color: #6E708C;
}

.partners {
	color: #fff;
	background: #0D1140;
}

.partners__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2.22222vw;
}

.partners__item {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 2.22222vw;
	border: 1px solid #D3D8E3;
	min-height: 17.77778vw;
}

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

.partners__button {
	margin-top: 6.66667vw;
}

.partners__button.hidden {
	display: none;
}

.career__text {
	margin-bottom: 6.66667vw;
}

.career__subtitle {
	color: #FF0A47;
}

.career__desc {
	font-size: 4.16667vw;
	font-weight: 400;
	line-height: 120%;
}

.career__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4.44444vw;
}

.career__item {
	background: #F7F9FD;
	border: 0.89px solid #D3D8E3;
	border-radius: 2.98056vw;
	padding: 6.66667vw 23.72222vw 6.11111vw 5vw;
	position: relative;
	overflow: hidden;
}

.career__item-title {
	color: #3D4166;
	font-size: 5vw;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 4.44444vw;
}

.career__item-text {
	font-size: 4.16667vw;
	font-weight: 400;
	line-height: 120%;
}

.career__item-img {
	position: absolute;
	right: -34.16667vw;
	top: 9.16667vw;
	width: 57.77778vw;
	height: 57.77778vw;
}

.career__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
