/* Media */
/* Content */
/* Blocks */
#formReg-1 {
	display: none;
}

.university-activities__title {
	margin-bottom: 6.66667vw;
}

.university-activities__info-wrapper {
	padding: 0;
}

.university-activities__info {
	background-color: var(--red);
	padding: 3.33333vw 2.77778vw;
	border-radius: 3.33333vw;
	display: flex;
	flex-direction: column;
	gap: 3.33333vw;
}

.university-activities__info-title {
	color: var(--bs-white);
	font-size: 7.22222vw;
	font-weight: 600;
	line-height: 7.22222vw;
	margin-bottom: 1.38889vw;
}

.university-activities__info-text {
	color: var(--bs-white);
	font-size: 4.16667vw;
	font-weight: 600;
	line-height: 4.16667vw;
}

.university-activities__info-block {
	display: flex;
	flex-direction: column;
}

.university-activities__info-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.22222vw;
}

.university-activities__info-card {
	background-color: var(--gray-10);
	border-radius: 3.33333vw;
	padding: 3.33333vw;
	font-size: 4.72222vw;
	font-weight: 600;
	line-height: 4.72222vw;
}

.popular-programs {
	margin-bottom: 11.11111vw;
}

.popular-programs__title {
	margin-bottom: 6.66667vw;
}

.popular-programs__wrapper-scrollbar.swiper-scrollbar {
	left: 0;
}

.popular-programs__list-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: var(--bs-white);
	border-radius: 3.33333vw;
	padding: 3.33333vw 2.77778vw;
	height: 51.38889vw;
}

.popular-programs__list-item-info {
	display: flex;
	flex-direction: column;
}

.popular-programs__list-item-edu {
	color: var(--gray-80);
	font-size: 3.33333vw;
	font-weight: 600;
	line-height: 4vw;
}

.popular-programs__list-item-title {
	font-size: 7.22222vw;
	font-weight: 600;
	line-height: 7.22222vw;
	margin: 2.22222vw 0;
}

.popular-programs__list-item-mark {
	display: flex;
	align-items: center;
}

.popular-programs__list-item-mark img {
	width: 3.61111vw;
	height: 3.61111vw;
}

.popular-programs__list-item-mark-text {
	font-size: 2.77778vw;
	font-weight: 600;
	line-height: 3.61111vw;
	display: inline-block;
	margin-left: 0.55556vw;
}

.popular-programs__list-item-buttons {
	display: flex;
	align-items: center;
}

.popular-programs__list-item-buttons img {
	width: 7.77778vw;
	height: 7.77778vw;
	margin-left: auto;
}

.popular-programs__list-item-btn {
	border-radius: 1.66667vw;
	background-color: var(--gray-20);
	max-width: 36.11111vw;
	width: 100%;
	height: 8.88889vw;
	font-size: 2.71361vw;
	font-weight: 600;
	line-height: 3.25639vw;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popular-programs__list-item-btn--red {
	background-color: var(--red);
	color: var(--bs-white);
}

.popular-programs__list-item-btn:not(:last-child) {
	margin-right: 2.22222vw;
}

.possibilities__title {
	margin-bottom: 6.66667vw;
	line-height: 10.55556vw;
}

.possibilities__slider-slide {
	border-radius: 3.33333vw;
	background-color: var(--bs-white);
	height: 85.55556vw;
	padding: 3.33333vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.possibilities__slider-slide-title {
	font-size: 5.27778vw;
	font-weight: 600;
	line-height: 5.27778vw;
}

.possibilities__slider-slide-subtitle {
	font-size: 3.88889vw;
	margin-top: 2.22222vw;
	font-weight: 600;
	line-height: 4.66667vw;
}

.possibilities__slider-slide-bottom-title {
	font-size: 3.88889vw;
	margin-bottom: 2.22222vw;
	font-weight: 600;
	line-height: 4.66667vw;
}

.possibilities__slider-slide-list {
	display: flex;
	flex-direction: column;
	gap: 2.77778vw;
	padding: 0;
	margin: 0;
}

.possibilities__slider-slide-list-item {
	font-size: 3.88889vw;
	font-weight: 600;
	line-height: 4.66667vw;
	position: relative;
	display: flex;
	padding-left: 4.44444vw;
}

.possibilities__slider-slide-list-item::before {
	content: "";
	background-color: var(--red);
	width: 2.22222vw;
	height: 2.22222vw;
	border-radius: 0.55556vw;
	top: 1.38889vw;
	left: 0;
	position: absolute;
}

.main__image {
	height: 100%;
}

.main__image-slider {
	height: 86%;
}
