/* Common */
/* Media */
/* Content */
/* Blocks */
.main__inner.lg {
	height: 162.77778vw;
}

.main__title {
	font-size: 9.44444vw;
	font-weight: 600;
	line-height: 110%;
}

.category ol {
	list-style-type: none;
	padding: 0;
}

.category li {
	font-size: 5vw;
	font-weight: 400;
	line-height: 130%;
	color: #FF0A47;
	counter-increment: count-me;
	padding-left: 8.33333vw;
	position: relative;
}

.category li::before {
	content: counter(count-me) ". ";
	display: block;
	position: absolute;
	max-width: 0px;
	max-height: 0px;
	left: 0;
	top: .05em;
	color: #0D1140;
}

.category li a.current {
	font-weight: 600;
}

.category li a.disabled {
	pointer-events: none;
}

.category li + li {
	margin-top: 4.44444vw;
}

.info__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.info__title {
	font-size: 7.22222vw;
}

.info__subtitle {
	font-size: 7.22222vw;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 6.66667vw;
}

.info__table {
	font-size: 3.22222vw;
	font-weight: 400;
	line-height: 130%;
	display: block;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	overflow-x: auto;
	width: 0;
	min-width: 100%;
}

.info__table thead tr {
	background: #F7F9FD;
}

.info__table tbody tr:nth-child(even) {
	background: #F7F9FD;
}

.info__table td {
	border: 1px solid #D3D8E3;
	padding: 4.44444vw;
	vertical-align: top;
}

.info__table td p + p {
	margin-top: 1.38889vw;
}

.info__table-link {
	color: #FF0A47;
}

.info__table-link.disabled {
	pointer-events: none;
}

.admission-page .info__table td {
	width: 25%;
}

.entranceTests__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.entranceTests__title {
	font-size: 7.22222vw;
}

.entranceTests__items {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
	font-size: 4.44444vw;
	font-weight: 450;
	line-height: 110%;
}

.entranceTests__links {
	margin-top: 8.33333vw;
}

.entranceTests__link {
	border-radius: 2.22222vw;
	background: transparent;
	border: 1px solid #D3D8E3;
	color: #D3D8E3;
	font-size: 3.33333vw;
	line-height: 110%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5.55556vw 6.66667vw;
}

.entranceTests__link a {
	font-size: 4.16667vw;
	color: #000;
}

.entranceTests__link:hover {
	background: #FF0A47;
	border: 1px solid #FF0A47;
	color: #fff;
}

.entranceTests__link:hover a {
	color: #fff;
}

.information__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.information__title {
	font-size: 7.22222vw;
	margin-bottom: 0;
}

.information__descr {
	margin-top: 5.55556vw;
	font-size: 5vw;
	font-weight: 450;
	line-height: 110%;
	margin-bottom: 19.44444vw;
}

.information__subtitle {
	font-size: 7.22222vw;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 6.66667vw;
}

.information__item {
	border-bottom: 1px solid #D3D8E3;
}

.information__item.open .information__item-icon {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.information__item.open .information__item-bottom {
	display: block;
}

.information__item-top {
	padding: 4.44444vw 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4.44444vw;
	cursor: pointer;
}

.information__item-icon {
	width: 2.77778vw;
	height: 2.77778vw;
	flex: 0 0 auto;
	font-size: 2.77778vw;
}

.information__item-bottom {
	display: none;
}

.information__item-descr {
	font-size: 5vw;
	font-weight: 450;
	line-height: 110%;
	margin: 5.55556vw 0;
}

.information__table {
	font-size: 3.22222vw;
	font-weight: 400;
	line-height: 130%;
	display: block;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	overflow-x: auto;
	width: 0;
	min-width: 100%;
}

.information__table thead tr {
	background: #F7F9FD;
}

.information__table tbody tr:nth-child(3), .information__table tbody tr:nth-child(4), .information__table tbody tr:nth-child(7), .information__table tbody tr:nth-child(8), .information__table tbody tr:nth-child(11), .information__table tbody tr:nth-child(12), .information__table tbody tr:nth-child(15), .information__table tbody tr:nth-child(16) {
	background: #F7F9FD;
}

.information__table td {
	border: 1px solid #D3D8E3;
	padding: 4.44444vw;
	vertical-align: top;
	width: -webkit-fit-content;
	width: fit-content;
}

.information__table td p + p {
	margin-top: 1.38889vw;
}

.information__table-link {
	color: #FF0A47;
}

.information__table-link.disabled {
	pointer-events: none;
}

.application__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.application__title {
	font-size: 7.22222vw;
	margin: 0;
}

.application__items {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
	font-size: 4.44444vw;
	font-weight: 450;
	line-height: 110%;
	margin-bottom: 6.66667vw;
}

.application__item {
	border-radius: 2.22222vw;
	background: transparent;
	border: 1px solid #D3D8E3;
	color: #D3D8E3;
	font-size: 3.33333vw;
	line-height: 110%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5.55556vw 6.66667vw;
}

.application__item-link {
	font-size: 4.16667vw;
	color: #000;
}

.application__item:hover {
	background: #FF0A47;
	border: 1px solid #FF0A47;
	color: #fff;
}

.application__item:hover .application__item-link {
	color: #fff;
}

.application__list-item {
	border-top: 1px solid #D3D8E3;
}

.application__list-item.open .application__list-item-icon {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.application__list-item.open .application__list-item-bottom {
	display: block;
}

.application__list-item-top {
	padding: 4.44444vw 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4.44444vw;
	cursor: pointer;
}

.application__list-item-icon {
	width: 2.77778vw;
	height: 2.77778vw;
	flex: 0 0 auto;
	font-size: 2.77778vw;
}

.application__list-item-bottom {
	display: none;
}

.application__list-item-bottom .application__item {
	margin-bottom: 4.16667vw;
}

.application__list-item-text {
	font-size: 4.44444vw;
	line-height: 110%;
	font-weight: 450;
	margin-bottom: 4.16667vw;
}

.application__list-item-descr {
	font-size: 3.61111vw;
	font-weight: 450;
	line-height: 110%;
}

.documents__inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.documents__title {
	font-size: 7.22222vw;
}

.documents__items {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
	font-size: 4.44444vw;
	font-weight: 450;
	line-height: 110%;
}

.documents__item {
	border-radius: 2.22222vw;
	background: transparent;
	border: 1px solid #D3D8E3;
	color: #D3D8E3;
	font-size: 3.33333vw;
	line-height: 110%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5.55556vw 6.66667vw;
}

.documents__item-link {
	font-size: 4.16667vw;
	color: #000;
}

.documents__item:hover {
	background: #FF0A47;
	border: 1px solid #FF0A47;
	color: #fff;
}

.documents__item:hover .documents__item-link {
	color: #fff;
}
