/* Common */
/* Media */
/* Content */
:root {
	--p: 2.08333vw;
	--gap: 1.04167vw;
	--header-height: 7.55208vw;
}

@media (min-width: 768px) {
	body {
		min-width: 0;
		font-size: 0.83333vw;
	}
	.wrapper {
		max-width: 100vw;
	}
	.container {
		max-width: calc(1920 * 1px);
		padding-right: var(--p);
		padding-left: var(--p);
	}
	.d-mobile {
		display: none !important;
	}
	.hide-scrollbar {
		margin: 0;
		padding: 0;
	}
}

@media (min-width: 1921px) {
	.container {
		max-width: none;
	}
}

/***********/
/* Common */
.custom-scrollbar-wrapper .simplebar-track {
	border-radius: 0.52083vw;
}

.custom-scrollbar-wrapper--pr .simplebar-track {
	right: 0.26042vw;
}

.custom-scrollbar-wrapper .simplebar-track.simplebar-vertical {
	width: 0.3125vw;
}

.custom-scrollbar-wrapper .simplebar-scrollbar {
	border-radius: 0.52083vw;
}

.h2 {
	font-weight: 600;
	font-size: 4.47917vw;
	line-height: 110%;
	letter-spacing: -0.02em;
}

.button_rounded {
	border-radius: 0.625vw;
	padding-left: 1.04167vw;
	padding-right: 1.04167vw;
}

.button_bordered {
	border-width: 1px;
}

.button_red {
	font-size: 0.9375vw;
	border-radius: 0.41667vw;
	box-shadow: 0px 0.3125vw 0.10417vw rgba(82, 82, 82, 0.18);
}

.button_black {
	box-shadow: 0px 0.3125vw 0.10417vw rgba(82, 82, 82, 0.18);
}

.button_white {
	box-shadow: 0px 0.3125vw 0.10417vw rgba(82, 82, 82, 0.18);
}

.popup__overlay {
	backdrop-filter: blur(0.52083vw);
}

.popup__inner {
	padding: 0;
	flex-direction: row;
	min-height: auto;
	align-items: flex-start;
}

.popup__content {
	max-width: 47.39583vw;
	border-radius: 0.83333vw;
	padding: 0;
	margin: 0;
}

.popup__buttons {
	display: block;
	top: 0;
	left: 100%;
	-webkit-transform: none;
	        transform: none;
	margin: 0 0 0 1.04167vw;
	order: 2;
}

.popup__buttons-button {
	width: 3.125vw;
	height: 3.125vw;
	border-radius: 0.41667vw;
}

.popup__buttons-close {
	font-size: 0.78125vw;
}

.popup .form {
	padding: 1.25vw;
}

.popup .form__title {
	font-weight: 600;
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
}

.popup .form__items {
	flex-direction: column;
	gap: 1.04167vw;
}

.popup .form__button {
	margin: 0.625vw 0 0;
}

.tabs {
	gap: 1.04167vw;
	margin: 0;
	padding: 0;
}

.tabs__item {
	width: -webkit-fit-content;
	width: fit-content;
	font-size: 0.98958vw;
	min-height: 2.91667vw;
	border-radius: 0.625vw;
	padding: 0 0.83333vw;
}

.tabs__item i {
	width: 1.25vw;
	height: 1.25vw;
	font-size: 1.25vw;
}

.tabs__item[data-tab="all"] i {
	display: block;
}

.swiper-mobile:not(.swiper-initialized) {
	opacity: 1;
}

.swiper-horizontal > .swiper-scrollbar {
	width: auto;
	height: 0.3125vw;
	left: 2.08333vw;
	right: 2.08333vw;
	margin-top: 2.08333vw;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	height: 0.3125vw;
	left: 2.44792vw;
	right: 2.44792vw;
	margin-top: 2.08333vw;
}

.swiper-nav {
	display: flex;
	right: 2.08333vw;
	gap: 1.04167vw;
	margin-bottom: 2.96875vw;
}

.swiper-button {
	width: 2.5vw;
	height: 2.5vw;
	font-size: 2.5vw;
	border-radius: 0.625vw;
}

.swiper-custom-nav {
	gap: 0.625vw;
	margin: 0;
}

.swiper-custom-nav .swiper-button {
	width: 1.66667vw;
	height: 1.66667vw;
	flex: 0 0 1.66667vw;
}

.swiper-custom-nav i {
	font-size: 1.66667vw;
}

.swiper .swiper-scrollbar-drag {
	width: 15.625vw;
}

/* Form */
.form__wrapper {
	gap: 1.25vw;
}

.form__top {
	gap: 0.41667vw;
}

.form__title {
	font-weight: 600;
	font-size: 3.33333vw;
	line-height: 100%;
	letter-spacing: -0.02em;
}

.form__text {
	font-weight: 600;
	font-size: 1.35417vw;
	line-height: 120%;
}

.form__items {
	flex-direction: row;
	gap: 1.04167vw;
}

.form__item {
	flex: 1 1 100%;
}

.form__input {
	font-size: 0.98958vw;
	min-height: 3.125vw;
	padding: 0 1.04167vw;
	font-variant-numeric: lining-nums proportional-nums;
	border: 1px solid var(--gray-20);
	border-radius: 0.625vw;
}

.form__button {
	font-size: 1.19792vw;
	min-height: 3.125vw;
	border-radius: 0.625vw;
}

.form__footer {
	font-size: 0.72917vw;
	line-height: 1.2;
}

.form__footer-label {
	gap: 0.57292vw;
}

.form__footer-checkbox {
	width: 0.83333vw;
	height: 0.83333vw;
	font-size: 0.625vw;
	border-radius: 0.20833vw;
}

.form-section {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
	border-radius: 0;
	margin: 0;
}

.form-section__content {
	gap: 0.625vw;
	padding: 1.04167vw 1.25vw;
	margin: 0;
	min-height: 28.125vw;
}

.form-section__content-title {
	font-size: 3.33333vw;
}

.form-section__content-tags {
	gap: 0.20833vw;
}

.form-section__content-tags span {
	font-size: 0.83333vw;
	min-height: 2.08333vw;
	border-radius: 2.08333vw;
}

.form-section__content-desc {
	font-size: 1.35417vw;
}

.form-section__form {
	padding: 1.25vw;
	margin: 0;
}

.form-section-big .form-section__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 0.83333vw;
	overflow: hidden;
}

.form-section-big .form-section__form h3 {
	font-size: 2.5vw;
}

.form-section-big .form-section__form .form__items {
	flex-direction: column;
	justify-content: flex-start;
	gap: 1.04167vw;
	height: 100%;
}

.form-section-big .form-section__form .form__item {
	flex: 0 0 auto;
}

.form-section-big .form-section__form .form__item_button {
	margin: auto 0 0;
}

.form-section-big .form-section__form .form__footer {
	margin: auto 0 0;
}

.form-section-min .form-section__form {
	background: var(--red);
	border-radius: 0.83333vw;
}

.form-section-min .form-section__form .form {
	background: url("../img/form/bg_desk.svg") no-repeat right 0 top 0;
	background-size: contain;
}

/* Blocks */
.header__top {
	padding-top: 0.20833vw;
	padding-bottom: 0.20833vw;
	font-weight: 500;
	font-size: 0.72917vw;
	line-height: 120%;
}

.header__top i {
	width: 0.83333vw;
	height: 0.83333vw;
	font-size: 0.83333vw;
}

.header__phones {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
	gap: 0.41667vw;
}

.header__phone-link {
	font-weight: 500;
	font-size: 0.78125vw;
}

.header__main {
	padding-top: 0.625vw;
	padding-bottom: 1.25vw;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 0;
}

.header__logo {
	width: 9.89583vw;
	margin-top: 0.20833vw;
	grid-area: 1 / 1;
}

.header__box {
	grid-area: 1 / 12 / 2 / 13;
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 0.41667vw;
}

.header__search {
	width: 1.25vw;
	height: 1.25vw;
	flex: 0 0 auto;
	font-size: 1.25vw;
}

.header__burger {
	display: flex;
	align-items: center;
	gap: 0.41667vw;
}

.header__burger-button {
	width: 1.25vw;
	height: 1.25vw;
	font-size: 1.25vw;
}

.header__burger-button-icon-menu {
	font-size: 1.25vw;
	-webkit-filter: invert(42%) sepia(5%) saturate(17%) hue-rotate(333deg) brightness(93%) contrast(92%);
	        filter: invert(42%) sepia(5%) saturate(17%) hue-rotate(333deg) brightness(93%) contrast(92%);
}

.header__burger-button-icon-close {
	font-size: 0.9375vw;
}

.header__menu {
	grid-area: 1 / 1 / 3 / 11;
	overflow: visible;
	flex-wrap: wrap;
	gap: 0.20833vw;
	padding: 0;
	margin: 0;
}

.header__menu-button {
	width: auto;
	min-height: 2.08333vw;
	font-size: 0.83333vw;
	border-radius: 5.15625vw;
	box-shadow: none;
	padding: 0 0.83333vw;
}

.header__menu-button:first-child {
	margin-left: 10.72917vw;
}

.main {
	text-align: left;
	border-radius: 0.83333vw;
	margin-bottom: auto;
	background: none;
}

.main-quiz-open .main__inner {
	padding: 1.25vw;
}

.main .popup-quiz-main.popup_opened {
	margin: 0;
}

.main__image {
	bottom: 0;
	border-radius: inherit;
}

.main__inner {
	position: relative;
	justify-content: space-between;
	align-items: stretch;
	gap: 1.25vw;
	min-height: 30.72917vw;
	padding: 1.25vw 1.25vw 1.875vw;
	border-radius: 0.83333vw;
}

.main__inner--gray {
	background-color: var(--gray-40);
}

.main__content {
	display: flex;
	flex-direction: column;
	gap: 1.25vw;
	flex: 1 1 auto;
}

.main__content--row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 1.04167vw;
	height: 100%;
}

.main__content--mh {
	max-height: 22.39583vw;
}

.main__content-image {
	max-width: 46.14583vw;
	width: 100%;
}

.main__content-info {
	display: flex;
	flex-direction: column;
	gap: 1.25vw;
	flex: 1 1 auto;
}

.main__content--mh .main__content-info {
	justify-content: space-between;
}

.main .popup-quiz-main .popup__content {
	max-width: 92.70833vw;
}

.main__breadcrumbs {
	font-size: 0.72917vw;
	gap: 0.88542vw;
	margin-bottom: 1.30208vw;
}

.main__breadcrumbs-item {
	position: relative;
}

.main__breadcrumbs-item:not(:last-child)::after {
	left: calc(100% + 0.20833vw);
}

.main__title {
	max-width: 65.67708vw;
	font-weight: 600;
	font-size: 8.02083vw;
	line-height: 80%;
	letter-spacing: -0.03em;
	margin: 0 0 auto;
}

.main__content--mh .main__title {
	font-size: 4.47917vw;
}

.main__text {
	font-weight: 600;
	font-size: 1.35417vw;
	line-height: 120%;
	margin: 0;
	max-width: 22.60417vw;
}

.main__text span {
	padding: 0 1.25vw 0 0.20833vw;
	background: linear-gradient(90deg, #ED131C 40%, rgba(237, 19, 28, 0) 100%);
}

.page-index .main__text span {
	display: block;
	width: -webkit-fit-content;
	width: fit-content;
}

.main__buttonbox {
	display: flex;
	flex-direction: row;
	gap: 0.52083vw;
	margin: 0;
}

.main__button {
	max-width: 20.52083vw;
	min-height: 3.07292vw;
	font-weight: 600;
	font-size: 1.19792vw;
}

.main__right-cards-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 0.83333vw;
	width: 10.41667vw;
	height: 100%;
	justify-content: center;
}

.main__right-cards-item {
	min-height: 6.43229vw;
	border-radius: 0.83333vw;
	border: 1px solid var(--gray-100);
	padding: 2.60417vw 0.83333vw 0.83333vw 0.83333vw;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.main__right-cards-item::before {
	content: "";
	background-color: var(--black);
	opacity: .9;
	backdrop-filter: blur(1.04167vw);
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.main__right-cards-item-text {
	line-height: 120%;
	font-size: 0.83333vw;
	color: var(--bs-white);
	font-weight: 600;
}

.main__right-cards-item-icon {
	position: absolute;
	top: 0.83333vw;
	right: 0.83333vw;
	width: 1.66667vw;
	height: 1.66667vw;
}

.credit {
	padding-top: 4.16667vw;
	padding-bottom: 4.16667vw;
	margin-bottom: 2.08333vw;
	border-radius: 1.45833vw;
}

.credit__title {
	margin-bottom: 3.125vw;
}

.credit__subtitle {
	font-weight: 600;
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
	max-width: 70.83333vw;
	margin: 0 0 2.08333vw;
}

.credit__box {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.04167vw;
	margin: 0 0 2.5vw;
}

.credit__photo {
	min-height: 22.5vw;
	border-radius: 0.83333vw;
	background: #000 url("../img/credit/bg_d.jpg") no-repeat 50% 50%/cover;
	order: 2;
}

.credit__photo IMG {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 24.0625vw;
}

.credit__content {
	padding: 1.25vw;
	border-radius: 0.83333vw;
	color: #fff;
	background: var(--red);
}

.credit__content-block {
	font-size: 1.35417vw;
}

.credit__content-block p:nth-child(1) {
	font-size: 1.97917vw;
	line-height: 100%;
}

.credit__content-block p + p {
	margin: 1.04167vw 0 0;
}

.credit__content-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto 0 0;
}

.credit__content-box button {
	font-weight: 600;
	font-size: 1.19792vw;
	line-height: 120%;
	min-height: 3.125vw;
	max-width: 20.83333vw;
}

.credit__content-box-icons {
	display: flex;
	gap: 0.625vw;
}

.credit__content-box i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5vw;
	height: 2.5vw;
	font-size: 1.66667vw;
	border-radius: 50%;
	background: var(--black);
}

.credit__items {
	width: 100%;
	padding: 0;
	margin: 0;
	gap: 1.04167vw;
}

.credit__item {
	font-weight: 600;
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
	min-height: 10.41667vw;
	border-radius: 0.83333vw;
	padding: 1.25vw 1.04167vw;
	flex: 1 1 100%;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: nowrap;
	background: url("../img/credit/line.svg") no-repeat, #fff;
	background-position: top right;
	background-size: contain;
	z-index: 1;
}

.credit__item-bg-desk {
	display: block;
	position: absolute;
	width: 12.76042vw;
	height: 7.8125vw;
	bottom: 0;
	right: 0;
	z-index: -1;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.credit__item-name {
	font-size: 1.19792vw;
	color: #fff;
	border-color: var(--red);
	background: var(--red);
	min-height: 2.08333vw;
	border-radius: 2.08333vw;
}

.credit__item-text {
	flex-basis: auto;
	margin: 0;
}

.about {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.about__items {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.04167vw;
}

.about__bottom-cards {
	margin-top: 2.08333vw;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.04167vw;
}

.about__bottom-card {
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.about__bottom-card-text {
	padding-left: 0;
	padding-right: 5.9375vw;
	font-size: 0.98958vw;
	font-weight: 600;
	line-height: 120%;
}

.about__bottom-card-icon {
	top: unset;
	bottom: 0;
	margin: 0;
	left: unset;
	right: 0.625vw;
	bottom: 0.625vw;
	width: 1.82292vw;
	height: 1.82292vw;
}

.about-block {
	padding: 1.25vw;
	border-radius: 0.83333vw;
	min-height: auto;
}

.about-block__title {
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
}

.about-block__bottom {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0.41667vw;
}

.about-block__bottom-tags {
	gap: 0.46875vw;
}

.about-block__bottom-tag {
	font-size: 0.83333vw;
	min-height: 2.08333vw;
	border-radius: 2.08333vw;
}

.about-block__bottom-box {
	gap: 0.57292vw;
}

.about-block__bottom-button {
	font-size: 0.98958vw;
	border-radius: 2.08333vw;
	min-height: 2.70833vw;
	max-width: -webkit-fit-content;
	max-width: fit-content;
}

.about-block__bottom-img {
	height: 2.60417vw;
}

.about__cards_grid {
	grid-gap: 1.04167vw;
}

.about__cards.swiper {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 1.04167vw;
	width: 100%;
}

.about__cards.swiper .about__card {
	width: 100%;
	min-height: 100%;
}

.about__card {
	padding: 1.25vw;
	border-radius: 0.83333vw;
	min-height: 14.16667vw;
}

.about__card-title {
	font-size: 3.33333vw;
}

.about__card-text {
	font-size: 1.35417vw;
}

.about__card-img {
	width: 12.76042vw;
	height: 11.5625vw;
}

.about__card-bg {
	-o-object-position: top center;
	   object-position: top center;
}

.info {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.info__text {
	font-size: 3.33333vw;
	letter-spacing: -0.02em;
}

.info__icon {
	font-size: 2.5vw;
	margin-top: -0.41667vw;
}

.info__image {
	height: 2.91667vw;
	vertical-align: middle;
	margin-bottom: 0.52083vw;
}

.info__discount {
	display: none;
}

.info__cards {
	width: 100%;
	display: flex;
	padding: 0;
	margin: 3.125vw 0 0;
}

.info__card {
	flex: 1 1 100%;
	min-height: 6.875vw;
	border-radius: 0.83333vw;
	padding: 1.25vw 2.60417vw 1.25vw 1.25vw;
}

.info__card-title {
	font-size: 1.19792vw;
}

.info__card-num {
	position: absolute;
	right: 0.9375vw;
	bottom: 0.9375vw;
	font-size: 0.72917vw;
	line-height: 120%;
	width: 1.82292vw;
	height: 1.82292vw;
	padding-top: 1px;
}

.directions {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.directions__title {
	margin-bottom: 2.60417vw;
}

.directions__items {
	grid-template-columns: repeat(5, 1fr);
}

.directions__item {
	box-shadow: 0px 0.15625vw 0.36979vw rgba(0, 0, 0, 0.06);
	border-radius: 0.83333vw;
	padding: 1.25vw;
	min-height: 11.45833vw;
}

.directions__item-title {
	font-size: 1.97917vw;
}

.directions__item-info {
	font-size: 0.78125vw;
}

.directions__item-img {
	width: 6.25vw;
	height: 6.25vw;
	margin: 0 -1.25vw -1.25vw auto;
}

.directions__button {
	min-height: 3.33333vw;
	width: 15.10417vw;
	border-radius: 5.15625vw;
	margin: 2.08333vw auto 0;
}

.faculty {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.faculty__block {
	gap: 1.875vw;
	margin-bottom: 2.60417vw;
}

.faculty__block-count {
	font-size: 0.83333vw;
	border-radius: 2.08333vw;
	min-width: 3.125vw;
	height: 2.08333vw;
}

.faculty__tabs {
	margin-bottom: 1.66667vw;
}

.faculty__tab {
	padding: 0 0.625vw 0 1.66667vw;
	flex: 1 1 100%;
}

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

.faculty__items.only-1 .faculty__banner-bg,
.faculty__items.only-2 .faculty__banner-bg {
	display: none;
}

.faculty__items.only-1 .faculty__banner {
	grid-column: 2;
}

.faculty__items.more-than-2 .faculty__banner-bg {
	display: block;
}

.faculty__item {
	padding: 1.25vw;
	border-radius: 0.83333vw;
	min-height: 13.125vw;
}

.faculty__item-name {
	font-weight: 600;
	font-size: 1.97917vw;
	line-height: 100%;
}

.faculty__item-button {
	font-size: 0.83333vw;
	min-height: 2.08333vw;
	border-radius: 1.04167vw;
}

.faculty__item-icon {
	width: 5.20833vw;
	height: 5.20833vw;
	flex: 0 0 5.20833vw;
}

.faculty__item-footer {
	gap: 0.41667vw;
}

.faculty__button {
	min-height: 3.33333vw;
	width: 15.10417vw;
	border-radius: 5.15625vw;
	margin: 2.08333vw auto 0;
}

.faculty__banner {
	border-radius: 0.83333vw;
	min-height: unset;
	margin: 0;
	grid-column: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.faculty__banner-tags {
	gap: 0.41667vw;
	position: absolute;
	top: 1.25vw;
	left: 1.25vw;
}

.faculty__banner-tags span {
	padding: 0 0.83333vw;
	border-radius: 2.08333vw;
	min-height: 1.875vw;
}

.faculty__banner-bg {
	min-height: 17.5vw;
	margin: 0 0 -3.33333vw;
}

.faculty__banner-bg-image {
	height: auto;
	border-radius: 0.83333vw 0.83333vw 0 0;
}

.faculty__banner-bg-picture {
	bottom: 3.33333vw;
	height: 15.3125vw;
}

.faculty__banner-inner {
	padding: 1.25vw;
	border-radius: 0.83333vw;
}

.faculty__banner-title {
	font-size: 1.97917vw;
	max-width: 26.04167vw;
}

.faculty__banner p {
	font-weight: 600;
	font-size: 0.83333vw;
	line-height: 120%;
	margin: 0.52083vw 0 0;
}

.faculty__banner-button {
	font-size: 1.19792vw;
	min-height: 2.60417vw;
	border-radius: 0.625vw;
	margin: 1.5625vw 0 0;
}

.education {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.education__title {
	margin-bottom: 2.60417vw;
}

.education__items {
	padding: 0 1.5625vw;
	margin: 0 -2.08333vw 2.08333vw;
}

.education__items .swiper-scrollbar {
	display: block;
}

.education__item {
	gap: 1.875vw;
	min-height: 18.07292vw;
	border-radius: 0.83333vw;
	padding: 1.25vw;
	margin: 0 0.52083vw;
}

.education__item-title {
	gap: 0.625vw;
}

.education__item-title span {
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
}

.education__item-title i {
	width: 2.5vw;
	height: 2.5vw;
	font-size: 1.45833vw;
}

.education__item-text {
	font-size: 1.19792vw;
}

.how {
	padding-top: 1.04167vw;
	padding-bottom: 1.04167vw;
}

.how__title {
	margin-bottom: 3.125vw;
}

.how__items {
	width: 100%;
	padding: 0;
	margin: 0;
	gap: 1.04167vw;
}

.how__item {
	font-size: 1.35417vw;
	letter-spacing: 0;
	flex: 1 1 100%;
	min-height: 11.71875vw;
	border-radius: 0.83333vw;
	padding: 1.25vw 2.60417vw 1.25vw 1.25vw;
}

.how__item-number {
	width: 2.5vw;
	height: 2.5vw;
}

.how__item img {
	height: 10.41667vw;
	right: 0.625vw;
}

.university {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.university__wrapper {
	border-radius: 1.45833vw;
	padding-top: 2.08333vw;
	padding-bottom: 1.77083vw;
}

.university__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.60417vw;
}

.university__title {
	margin: 0;
}

.university__content {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.04167vw;
}

.university__logo {
	width: 3.22917vw;
	height: 3.22917vw;
	-o-object-fit: contain;
	   object-fit: contain;
}

.university__box {
	gap: 0.67708vw;
	padding: 1.25vw;
	border-radius: 0.83333vw;
}

.university__box-info {
	font-size: 2.5vw;
	line-height: 110%;
}

.university__box-text {
	font-size: 1.35417vw;
	max-width: 35.72917vw;
}

.university__box-text p + p {
	margin-top: 0.83333vw;
}

.university__box-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto 0 0;
}

.university__box-bottom-button {
	font-weight: 600;
	font-size: 1.19792vw;
	line-height: 120%;
	border-radius: 0.625vw;
	max-width: 15.88542vw;
	min-height: 3.125vw;
}

.university__box-bottom-icons {
	gap: 0.625vw;
}

.university__box-bottom-icon {
	width: 2.5vw;
	height: 2.5vw;
	font-size: 2.5vw;
}

.university__video {
	border-radius: 0.83333vw;
	min-height: 26.04167vw;
}

.university__video span {
	position: absolute;
	top: 1.04167vw;
	left: 1.04167vw;
	color: #fff;
	font-weight: 600;
	font-size: 0.83333vw;
	line-height: 120%;
	border-radius: 0.83333vw;
	border-color: #fff;
	width: -webkit-fit-content;
	width: fit-content;
	min-height: 2.08333vw;
}

.university__video-play {
	width: 4.16667vw;
	height: 4.16667vw;
	font-size: 4.16667vw;
}

.university__video-play--rb {
	bottom: 1.25vw;
	right: 1.25vw;
}

.university__items {
	width: 100%;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1.04167vw;
	grid-column: span 2;
}

.university__item {
	gap: 0.52083vw;
	font-weight: 600;
	font-size: 0.98958vw;
	line-height: 120%;
	border-radius: 0.83333vw;
	padding: 1.04167vw 1.25vw;
	min-height: 7.76042vw;
}

.university__item span {
	font-weight: 600;
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
}

.university__item img {
	width: 5.67708vw;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.university__priorities {
	gap: 1.04167vw;
	padding: 0;
	margin: 0;
	overflow: visible;
	grid-column: span 2;
}

.university__priorities-card {
	display: flex;
	justify-content: space-between;
	padding: 1.25vw;
	border-radius: 0.83333vw;
	background: var(--gray-40);
	min-height: 13.02083vw;
	flex: 1 1 100%;
}

.university__priorities-card-box {
	max-width: 18.75vw;
}

.university__priorities-card-title {
	font-size: 1.97917vw;
}

.university__priorities-card-text {
	font-size: 1.19792vw;
}

.university__priorities-card-img {
	width: 11.45833vw;
	height: 13.02083vw;
}

.rating {
	padding-top: 2.08333vw;
}

.rating__title {
	font-size: 2.5vw;
	line-height: 110%;
	margin: 0 0 2.60417vw;
}

.rating__items {
	padding: 0 1.5625vw;
	margin: 0 -2.08333vw 2.08333vw;
}

.rating__item {
	border-radius: 0.83333vw;
	padding: 1.25vw;
	min-height: 16.66667vw;
	margin: 0 0.52083vw;
}

.rating__item-top {
	gap: 0.52083vw;
	margin: 0 0 0.625vw;
}

.rating__item-title {
	font-size: 1.97917vw;
}

.rating__item-position {
	font-size: 0.88542vw;
	padding: 0.52083vw 1.04167vw;
	border-radius: 2.08333vw;
}

.rating__item-position span {
	padding-left: 1.45833vw;
}

.rating__item-position span::before {
	border: 0.52083vw solid transparent;
	border-bottom: 0.72917vw solid #0EA900;
	left: 0;
	bottom: 0.10417vw;
}

.rating__item-name {
	font-size: 0.83333vw;
}

.rating__item-bg-number {
	right: 0.3125vw;
	bottom: -7.29167vw;
	font-size: 20.57292vw;
	line-height: 26.09375vw;
	letter-spacing: -0.18em;
	text-shadow: 0 0.10417vw 0.10417vw var(--gray-40), 0 -0.10417vw 0.10417vw rgba(140, 140, 140, 0.15), 0 0.20833vw 0.20833vw #fff;
}

.rating__item-bg-image {
	width: 16.40625vw;
	height: 14.375vw;
}

.rating__item:hover .rating__item-bg-number {
	text-shadow: 0 0.10417vw 0.10417vw var(--red), 0 -0.10417vw 0.10417vw rgba(92, 0, 0, 0.15), 0 0.20833vw 0.20833vw #ff9090;
}

.reviews {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.reviews__title {
	margin: 0 0 2.60417vw;
}

.reviews__cards {
	padding: 0 1.5625vw;
	margin: 0 -2.08333vw 2.08333vw;
}

.reviews .swiper-slide {
	max-width: none;
}

.reviews__card {
	min-height: 25vw;
	font-size: 0.83333vw;
	line-height: 1.2;
	border-radius: 0.83333vw;
	margin: 0 0.52083vw;
}

.reviews__card-inner {
	flex-direction: column;
	background-size: 100% 9.42708vw;
	padding: 1.04167vw 1.04167vw 1.25vw;
}

.reviews__card-button {
	width: 2.5vw;
	height: 2.5vw;
	font-size: 2.5vw;
}

.reviews__card-name {
	margin-bottom: 0.20833vw;
}

.download-app {
	padding-top: 2.08333vw;
	padding-bottom: 3.64583vw;
}

.download-app__items {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0.83333vw;
}

.download-app__item {
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	gap: 1.04167vw;
	min-height: 19.79167vw;
	padding: 1.25vw;
	border-radius: 0.83333vw;
}

.download-app__item-title {
	font-size: 1.97917vw;
	max-width: 26.04167vw;
}

.download-app__item-text {
	font-size: 1.19792vw;
	max-width: 26.04167vw;
}

.download-app__item-buttonbox {
	margin: auto 0 0;
	gap: 1.04167vw;
}

.download-app__item-button {
	font-size: 1.19792vw;
	min-height: 3.125vw;
}

.download-app__item-app {
	min-height: 3.125vw;
	border-radius: 0.625vw;
}

.download-app__item-app img {
	width: 5.26042vw;
	height: 1.45833vw;
}

.docs {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.docs__title {
	margin-bottom: 2.60417vw;
}

.docs__cards {
	overflow: visible;
	gap: 1.04167vw;
	padding: 0;
	margin: 0;
}

.docs__card {
	flex: 1 1 100%;
	gap: 1.04167vw;
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.docs__card-title {
	font-size: 1.97917vw;
}

.docs__card-text {
	font-size: 1.19792vw;
}

.docs__card-image {
	width: 12.39583vw;
}

.calculator {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
	margin-bottom: 0;
}

.calculator__title {
	font-size: 3.33333vw;
	letter-spacing: -0.02em;
	margin-bottom: 2.60417vw;
}

.calculator__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	background: #fff;
	border-radius: 0.83333vw;
	padding: 1.66667vw 1.25vw;
	margin: 0;
	gap: 0 1.25vw;
}

.calculator__bank {
	flex: 1 0 100%;
	margin-top: -2.08333vw;
}

.calculator__bank-text {
	font-size: 0.83333vw;
	font-weight: 600;
	margin: 0;
	line-height: 120%;
	max-width: 40.9375vw;
}

.calculator__bank-link {
	color: var(--red);
	text-decoration: underline;
}

.calculator__bank-link:hover {
	color: var(--red-dark);
}

.calculator__item:first-child {
	padding-bottom: 2.1875vw;
	margin-bottom: 2.1875vw;
	border-bottom: 1px solid var(--gray-40);
}

.calculator__item:last-child {
	margin-bottom: 4.16667vw;
}

.calculator__item-wrap {
	flex: 1;
}

.calculator__item-title {
	font-size: 0.83333vw;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 1.25vw;
	color: var(--gray-80);
}

.calculator__item-input {
	display: flex;
	align-items: center;
	padding: 0 1.25vw;
	width: 100%;
	height: 3.33333vw;
	background: var(--gray-10);
	border-radius: 0.83333vw 0.83333vw 0 0;
	border: none;
	outline: none;
	color: transparent;
	font-size: 0.98958vw;
	line-height: 120%;
	font-weight: 600;
	transition: none;
}

.calculator__item-input-text {
	position: absolute;
	top: 50%;
	left: 1.25vw;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: #1C1C1C;
	font-size: 0.98958vw;
	line-height: 120%;
	font-weight: 600;
}

.calculator__item-input-wrap {
	position: relative;
}

.calculator__item-input-placeholder {
	display: block;
	position: absolute;
	top: 50%;
	right: 1.25vw;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 0.98958vw;
	font-weight: 600;
	line-height: 120%;
	color: #1C1C1C;
	opacity: .2;
}

.calculator__item-range {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.calculator__item-values {
	font-size: 0.72917vw;
	font-weight: 600;
	margin-top: 0;
	line-height: 100%;
	color: var(--gray-80);
}

.calculator__item-values-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.25vw;
}

.calculator__result-wrap {
	flex: 1;
	background: var(--gray-40);
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.calculator__result-title {
	font-size: 2.5vw;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.02em;
	margin-bottom: 1.25vw;
	margin-top: 0;
}

.calculator__result-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	background: #fff;
	border-radius: 0.83333vw;
	padding: 0.83333vw;
}

.calculator__result-inner:last-child {
	max-width: 17.96875vw;
}

.calculator__result-inner-wrap {
	display: flex;
	flex-direction: row;
	gap: 1.04167vw;
}

.calculator__result-subtitle {
	font-size: 1.35417vw;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 0.20833vw;
}

.calculator__result-subtitle-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.calculator__result-desc {
	font-size: 0.72917vw;
	font-weight: 600;
	line-height: 120%;
	color: var(--gray-80);
	letter-spacing: 0;
	margin-bottom: 0.83333vw;
}

.calculator__result-check {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.45833vw;
	height: 1.45833vw;
	border-radius: 50%;
	background: var(--red);
	box-shadow: -0.78125vw 0 0 var(--gray-20);
}

.calculator__result-check i {
	font-size: 1.04167vw;
}

.calculator__result-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.625vw;
	background: var(--gray-10);
	border-radius: 0.41667vw;
}

.calculator__result-item--center {
	flex-direction: column;
	justify-content: center;
}

.calculator__result-item-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.41667vw;
}

.calculator__result-item-price-wrap {
	font-size: 1.35417vw;
	margin: 0;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0;
}

.calculator__result-item-desc {
	font-size: 0.72917vw;
	margin: 0;
	font-weight: 600;
	line-height: 120%;
	text-align: right;
	max-width: 6.77083vw;
	color: var(--gray-80);
}

.calculator__button {
	max-width: 100%;
	width: 100%;
	height: 3.54167vw;
	margin-top: 1.25vw;
	font-size: 1.19792vw;
	font-weight: 600;
}

input[type=range].styled-slider {
	height: 0.20833vw;
	-webkit-appearance: none;
}

input[type=range].styled-slider.slider-progress {
	--range: calc(var(--max) - var(--min));
	--ratio: calc((var(--value) - var(--min)) / var(--range));
	--sx: calc(0.5 * 1.5625vw + var(--ratio) * (100% - 1.5625vw));
}

input[type=range].styled-slider:focus {
	outline: none;
}

input[type=range].styled-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 1.5625vw;
	height: 1.5625vw;
	border-radius: 0.83333vw;
	background: #1C1C1C;
	border: 0.46875vw solid #FFFFFF;
	box-shadow: 0 0 0 1px #1C1C1C;
	margin-top: calc(0.20833vw * 0.5 - 1.5625vw * 0.5);
	cursor: -webkit-grab;
	cursor: grab;
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
	height: 0.20833vw;
	border: none;
	border-radius: 0;
	background: #E0E1E5;
	box-shadow: none;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
	background: linear-gradient(#ED131C, #ED131C) 0/var(--sx) 100% no-repeat, #E0E1E5;
}

input[type=range].styled-slider::-moz-range-thumb {
	width: calc(1.5625vw - 0.46875vw - 0.46875vw);
	height: calc(1.5625vw - 0.46875vw - 0.46875vw);
	border-radius: 0.83333vw;
	background: #1C1C1C;
	border: 0.46875vw solid #FFFFFF;
	box-shadow: 0 0 0 1px #1C1C1C;
	cursor: grab;
}

input[type=range].styled-slider::-moz-range-track {
	height: 0.20833vw;
	border: none;
	border-radius: 0;
	background: #E0E1E5;
	box-shadow: none;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
	background: linear-gradient(#ED131C, #ED131C) 0/var(--sx) 100% no-repeat, #E0E1E5;
}

input[type=range].styled-slider::-ms-fill-upper {
	background: transparent;
	border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
	background: transparent;
	border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
	width: 1.5625vw;
	height: 1.5625vw;
	border-radius: 0.83333vw;
	background: #1C1C1C;
	border: 0.46875vw solid #FFFFFF;
	box-shadow: 0 0 0 1px #1C1C1C;
	margin-top: 0;
	box-sizing: border-box;
	cursor: grab;
}

input[type=range].styled-slider::-ms-track {
	height: 0.20833vw;
	border-radius: 0;
	background: #E0E1E5;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
	height: 0.20833vw;
	border-radius: 0px 0 0 0px;
	margin: 0;
	background: #ED131C;
	border: none;
	border-right-width: 0;
}

.banner {
	text-align: left;
	border-radius: 0.83333vw;
	margin: 0;
	background: none;
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.banner__image {
	bottom: 0;
	border-radius: inherit;
}

.banner__inner {
	position: relative;
	gap: 1.04167vw;
	min-height: 27.86458vw;
	padding: 1.25vw;
	border-radius: 0.83333vw;
	background: var(--black);
}

.banner__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 1.04167vw;
	max-width: 40.9375vw;
	flex: 1 1 100%;
}

.banner__title {
	margin: 0;
}

.banner__text {
	font-size: 1.35417vw;
	letter-spacing: 0;
}

.banner__button {
	font-size: 1.19792vw;
	margin: auto 0 0;
	border-radius: 0.625vw;
	min-height: 3.07292vw;
	max-width: 21.875vw;
}

.edu-cards__list {
	flex-direction: row;
	gap: 0.52083vw;
	margin-top: 1.04167vw;
}

.edu-cards__item {
	width: 100%;
	min-height: 5.625vw;
	border-radius: 0.83333vw;
	padding: 0.83333vw 1.25vw;
	background-color: var(--gray-10);
}

.edu-cards__item-title {
	font-size: 0.83333vw;
	margin-bottom: 1.5625vw;
}

.edu-cards__item-text {
	font-size: 0.83333vw;
}

.edu-cards__item-tags {
	gap: 0.26042vw;
}

.edu-cards__item-tag {
	min-height: 1.875vw;
	border-radius: 2.08333vw;
	border: 1px solid var(--gray-60);
	padding: 0.52083vw 0.83333vw;
	backdrop-filter: blur(2.29167vw);
}

.footer {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 1.04167vw;
}

.footer__top {
	grid-area: 1 / 1 / 2 / 13;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 1.25vw;
	margin-bottom: 2.08333vw;
}

.footer__logo {
	width: 12.34375vw;
}

.footer__menu {
	overflow: visible;
	gap: 0.20833vw;
	padding: 0;
	margin: 0;
}

.footer__menu-button {
	width: auto;
	min-height: 2.08333vw;
	font-size: 0.83333vw;
	border-radius: 5.15625vw;
	box-shadow: none;
	padding: 0 0.83333vw;
}

.footer__box {
	grid-area: 2 / 1 / 3 / 6;
}

.footer__box--grid {
	grid-area: 2 / 1 / 3 / 10;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 15.10417vw;
	gap: 1.04167vw;
}

.footer__card {
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.footer__card-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.footer__card .footer__meta {
	margin-top: auto;
}

.footer__block-title {
	font-weight: 600;
	font-size: 1.35417vw;
	line-height: 120%;
	letter-spacing: 0;
	margin-bottom: 1.04167vw;
}

.footer__block-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0.625vw;
	font-weight: 500;
	font-size: 0.83333vw;
	line-height: 120%;
	padding-top: 0;
}

.footer__block-cols {
	grid-template-columns: repeat(2, 1fr);
	gap: 1.04167vw;
	padding-top: 0;
}

.footer__block-col:nth-child(3n) {
	grid-column: 1 / 3;
}

.footer__block-col-title {
	font-size: 0.98958vw;
	margin-bottom: 1.04167vw;
}

.footer__block-col p {
	font-size: 0.78125vw;
}

.footer__block-col-links {
	gap: 0.72917vw;
}

.footer__block-col a {
	font-size: 0.78125vw;
}

.footer__block-col-grid {
	gap: 1.04167vw;
}

.footer__meta {
	font-weight: 600;
	font-size: 0.78125vw;
	line-height: 120%;
	gap: 1.25vw;
}

.footer__meta--grid {
	grid-area: 2 / 6 / 3 / 10;
	background: var(--gray-20);
	padding: 1.25vw;
	border-radius: 0.83333vw;
}

.footer__links {
	grid-area: 2 / 10 / 3 / 13;
	display: grid;
	gap: 1.04167vw;
	padding: 0;
}

.footer__links-button {
	border-radius: 0.625vw;
}

.footer__links-social {
	gap: 1.04167vw;
}

.footer__links-social-button {
	min-height: 2.91667vw;
}

.footer__links-social-icon {
	width: 1.04167vw;
	height: 1.04167vw;
	flex: 0 0 auto;
	font-size: 1.04167vw;
}

.footer__links-app {
	gap: 1.04167vw;
}

.footer__links-app-button {
	min-height: 3.69792vw;
}

.footer__links-app img {
	width: 5.20833vw;
	height: 1.40625vw;
}

.distance {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.04167vw;
}

.distance__banner {
	display: flex;
	position: relative;
	color: #fff;
	border-radius: 0.83333vw;
	padding: 1.25vw;
	margin: 0;
	overflow: hidden;
}

.distance__banner img {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.distance__banner-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 0;
	border-radius: 0;
	margin: 0;
	background: transparent;
}

.distance__banner h3 {
	font-size: 3.33333vw;
	line-height: 100%;
	letter-spacing: -0.02em;
	margin: 0;
}

.distance__banner h4 {
	font-size: 1.97917vw;
	margin-bottom: 1.25vw;
}

.distance__banner p {
	font-size: 1.35417vw;
}

.distance__items {
	margin: 0;
	overflow: hidden;
}

.distance__items .swiper-nav {
	display: flex;
	align-items: center;
	gap: 0.625vw;
	margin: 0;
	left: 50%;
	bottom: 1.5625vw;
	-webkit-transform: translateX(-100%) translateX(-0.52083vw);
	        transform: translateX(-100%) translateX(-0.52083vw);
	width: -webkit-fit-content;
	width: fit-content;
}

.distance__items .swiper-pagination {
	font-weight: 500;
	font-size: 0.98958vw;
	line-height: 120%;
}

.distance__item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.04167vw;
	align-items: flex-start;
	text-align: left;
	background: var(--gray-20);
	padding: 1.14583vw 1.25vw;
	border-radius: 0.83333vw;
	height: 22.70833vw;
	margin: 0;
}

.distance__item-img {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.83333vw;
	background: #fff;
	width: 21.92708vw;
	height: 100%;
	margin: 0;
	order: 2;
}

.distance__item-img img {
	width: 12.39583vw;
}

.distance__item-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

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

.distance__item-button {
	font-weight: 500;
	font-size: 0.98958vw;
	max-width: 11.19792vw;
	min-height: 2.23958vw;
	border: 1px solid #3A3A3A;
	border-radius: 0.625vw;
	padding: 0;
	pointer-events: auto;
}

.distance__item-button:hover {
	border-color: var(--gray-60);
	color: var(--gray-100);
}

.distance-form {
	grid-column: span 2;
	padding: 0 calc(-1 * var(--p));
}

.distance-form .container {
	padding: 0;
}

.person {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.person__title {
	margin-bottom: 3.125vw;
}

.person__tabs {
	margin-bottom: 1.66667vw;
}

.person__items {
	padding: 0 1.5625vw;
	margin: 0 -2.08333vw;
}

.person__item {
	display: grid;
	grid-template-columns: 1fr 10.41667vw;
	grid-gap: 2.91667vw;
	padding: 1.25vw;
	border-radius: 0.83333vw;
	min-height: 16.66667vw;
	margin: 0 0.52083vw;
}

.person__item-photo {
	order: 2;
	width: 10.41667vw;
	height: 100%;
	border-radius: 0.625vw;
	flex: 1 1 10.41667vw;
}

.person__item-content {
	gap: 0.625vw;
}

.person__item-name {
	font-size: 1.97917vw;
}

.person__item-post {
	font-size: 0.98958vw;
}

.person__item-contacts {
	font-size: 0.98958vw;
}

.person__item-list {
	-webkit-line-clamp: 3;
}

.person__item-list ul {
	font-size: 0.98958vw;
}

.person__item-list li {
	padding: 0 0 0 1.04167vw;
}

.person__item-button {
	font-size: 0.78125vw;
	border-radius: 0.625vw;
	min-height: 2.08333vw;
	max-width: 8.22917vw;
}

/* Popups */
.popup-reg {
	transition: opacity 0.3s;
}

.popup-reg .popup__inner {
	padding: 0;
	margin: auto;
}

.popup-reg .container {
	height: auto;
}

.popup-reg__block {
	min-height: 13.02083vw;
	border-radius: 0.83333vw 0.83333vw 0 0;
	padding: 1.25vw;
}

.popup-reg__title {
	font-weight: 600;
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
	max-width: 27.08333vw;
}

.popup-reg__form {
	border-radius: 0.83333vw;
	margin: -1.04167vw 0 0;
}

.popup-reg__form .form__top {
	display: none;
}

.popup-reg .popup__buttons-close {
	display: flex;
}

.popup-docs .popup__inner {
	min-height: 80%;
}

.popup-docs .container {
	max-width: 79.16667vw;
	width: 100%;
	height: 80%;
	position: relative;
}

.popup-docs .popup__content {
	border-radius: 0;
	background: none;
	padding: 0;
}

.popup-docs__card {
	width: 79.16667vw;
	max-height: none;
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.popup-reviews .popup__inner {
	padding: 1.04167vw 0;
}

.popup-reviews .popup__content {
	padding: 1.04167vw;
}

.popup-reviews__content {
	width: 26.04167vw;
	min-height: 42.55208vw;
}

.popup-reviews__card {
	border-radius: 0.83333vw;
}

.popup-video-university__content {
	width: 50vw;
	min-height: 28.125vw;
}

.popup-video-university__card {
	border-radius: 0.83333vw;
}

.popup-video-openday__content {
	width: 50vw;
	min-height: 28.125vw;
}

.popup-video-openday__card {
	border-radius: 0.83333vw;
}

.popup-video-kr__content {
	width: 50vw;
	min-height: 28.125vw;
}

.popup-video-kr__card {
	border-radius: 0.83333vw;
}

.popup-quiz .popup__content {
	max-width: 93.75vw;
	border-radius: 0.83333vw;
	padding: 0;
}

.popup-quiz .popup__buttons {
	top: 1.04167vw;
	right: 1.04167vw;
	left: auto;
	-webkit-transform: none;
	        transform: none;
	margin: 0 0 0 auto;
}

.popup-quiz .popup__buttons-button {
	width: 2.08333vw;
	height: 2.08333vw;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
}

.popup-quiz .popup__buttons-close {
	font-size: 0.625vw;
}

.popup-quiz .form__button {
	margin: 0;
}

.popup-person__card {
	display: grid;
	grid-template-columns: 1fr 10.41667vw;
	grid-gap: 2.91667vw;
	padding: 1.25vw;
	border-radius: 0.83333vw;
	min-height: 16.66667vw;
}

.popup-person__card-photo {
	order: 2;
	width: 10.41667vw;
	height: auto;
	border-radius: 0.625vw;
	flex: 1 1 10.41667vw;
}

.popup-person__card-content {
	gap: 0.625vw;
}

.popup-person__card-name {
	font-size: 1.97917vw;
}

.popup-person__card-text ul {
	font-size: 0.98958vw;
}

.popup-person__card-text li {
	padding: 0 0 0 1.04167vw;
}

.popup-talisman__card {
	display: grid;
	grid-template-columns: 1fr 10.41667vw;
	grid-gap: 2.91667vw;
	padding: 1.25vw;
}

.popup-talisman__card-image {
	order: 2;
	width: 10.41667vw;
	height: auto;
	border-radius: 0.625vw;
	flex: 1 1 10.41667vw;
}

.popup-talisman__card-content {
	gap: 0.83333vw;
}

.popup-talisman__card-name {
	font-size: 1.97917vw;
}

.popup-talisman__card-text {
	font-size: 0.98958vw;
}

.popup-talisman__card-text p + p {
	margin: 1.04167vw 0 0;
}

.popup-programs .popup__inner {
	padding: 1.25vw 0;
}

.popup-programs .popup__inner .popup__content {
	width: 55.20833vw;
}

.popup-programs__content {
	padding: 1.875vw;
}

.popup-programs__subtitle {
	font-size: 1.97917vw;
	margin-bottom: 0.625vw;
}

.popup-programs__title {
	font-size: 3.4375vw;
	margin-bottom: 2.34375vw;
}

.popup-programs__formbox {
	border-radius: 0.625vw;
	margin-bottom: 2.08333vw;
}

.popup-programs__formbox .form__title {
	font-size: 1.97917vw;
}

.popup-programs__information {
	gap: 0.41667vw;
	margin-bottom: 2.60417vw;
}

.popup-programs__information-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.04167vw 1.25vw;
	border-radius: 0.625vw;
}

.popup-programs__information-title {
	font-size: 0.83333vw;
	margin-bottom: 0;
}

.popup-programs__information-text {
	font-size: 0.83333vw;
}

.popup-programs__information-format {
	gap: 0.20833vw;
}

.popup-programs__information-format LI {
	padding: 0.36458vw 0.625vw;
	border-width: 1px;
	border-radius: 2.08333vw;
	font-size: 0.72917vw;
}

.popup-programs__blocks {
	gap: 2.08333vw;
}

.popup-programs__block-title {
	font-size: 1.97917vw;
	margin-bottom: 1.5625vw;
}

.popup-programs__block-item {
	padding: 0.83333vw;
	border-radius: 0.625vw;
	margin-bottom: 0.625vw;
}

.popup-programs__block-item-title {
	padding-right: 1.5625vw;
	font-size: 0.9375vw;
}

.popup-programs__block-item-title:after {
	top: 0;
	width: 0.83333vw;
	height: 0.83333vw;
}

.popup-programs__block-item-hide {
	padding-top: 0.83333vw;
}

.popup-programs__block-item-list {
	padding: 0 0 0 0.83333vw;
	margin: 0;
}

.popup-programs__block-item-list LI {
	font-size: 0.72917vw;
	line-height: 120%;
}

/* Quiz */
.quiz {
	border-radius: 0.83333vw;
	padding: 0;
	min-height: auto;
}

.popup_opened .quiz {
	backdrop-filter: blur(2.08333vw);
}

.quiz__inner {
	display: flex;
	min-height: 32.29167vw;
}

.quiz__item {
	gap: 0.83333vw;
	padding: 2.60417vw 0 1.04167vw;
	justify-content: center;
	align-items: center;
}

.quiz__item-top {
	flex-direction: column;
	gap: 1.25vw;
}

.quiz__item-top img {
	width: 6.25vw;
	height: 6.25vw;
}

.quiz__item-top span {
	font-weight: 600;
	font-size: 0.83333vw;
	border-radius: 2.08333vw;
	min-height: 2.03125vw;
}

.quiz__item h3 {
	font-weight: 600;
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
	margin: 0 0 1.66667vw;
}

.quiz__item-options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.04167vw;
	width: auto;
}

.quiz__item-options-col-3 {
	grid-template-columns: repeat(3, 1fr);
}

.quiz__item-option {
	width: 15.625vw;
}

.quiz__item-label {
	font-weight: 600;
	font-size: 0.98958vw;
	padding: 0 2.29167vw 0 1.25vw;
	border-radius: 0.625vw;
	width: 100%;
	min-height: 2.91667vw;
}

.quiz__item-close, .quiz__item-back {
	font-weight: 600;
	font-size: 0.72917vw;
	line-height: 120%;
	gap: 0.41667vw;
}

.quiz__item-close i, .quiz__item-back i {
	width: 0.41667vw;
	height: 0.41667vw;
	font-size: 0.41667vw;
}

.quiz__item-button {
	max-width: 20.83333vw;
}

.quiz__item-box {
	gap: 1.66667vw;
	margin: 0;
}

.quiz__item-box-title {
	font-weight: 600;
	font-size: 4.47917vw;
	line-height: 110%;
	letter-spacing: -0.02em;
	max-width: 45.10417vw;
}

.quiz__item-box-title br {
	display: none;
}

.quiz__item-box-text {
	font-weight: 600;
	font-size: 1.35417vw;
	line-height: 120%;
	letter-spacing: 0;
}

.quiz__item-check {
	width: 1.66667vw;
	height: 1.66667vw;
	right: 0.625vw;
}

.quiz__item-check i {
	width: 1.25vw;
	height: 1.25vw;
	flex: 0 0 auto;
	font-size: 1.25vw;
}

.quiz .form__items {
	flex-direction: row;
}
