/* Common */
/* Media */
/* Content */
/* Blocks */
.article-page {
	overflow: unset;
}

.article-page .wrapper {
	overflow: unset;
}

.two-column {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 1.04167vw;
	padding-bottom: 2.08333vw;
}

.two-column__main {
	flex-grow: 1;
}

.two-column__aside {
	position: sticky;
	top: 7.55208vw;
	display: block;
	flex: 0 0 23.17708vw;
	height: -webkit-max-content;
	height: max-content;
	padding-bottom: 1.30208vw;
}

.banner-credit {
	margin: 0 0 2.60417vw 0;
}

.article-top {
	padding: 1.25vw;
	border-radius: 0.83333vw;
	margin: 0 0 2.60417vw 0;
}

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

.article-top__breadcrumbs-item {
	position: relative;
}

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

.article-top__tags {
	gap: 0.625vw;
	margin: 0 0 1.25vw 0;
}

.article-top__tags LI {
	height: 2.08333vw;
	padding: 0 1.04167vw;
	border-width: 1px;
	border-radius: 2.08333vw;
	font-size: 0.83333vw;
}

.article-top__title {
	font-size: 3.33333vw;
	letter-spacing: -0.02em;
	margin-bottom: 1.04167vw;
}

.article-top__text {
	font-size: 1.19792vw;
	margin-bottom: 1.25vw;
}

.article-top__photo {
	margin-bottom: 1.25vw;
}

.article-top__photo IMG {
	border-radius: 0.83333vw;
}

.article-top__photo figcaption {
	bottom: 1.25vw;
	left: 1.25vw;
	right: 1.25vw;
	font-size: 0.83333vw;
}

.article-top__authors {
	flex-direction: row;
	gap: 2.08333vw;
}

.article-top__author {
	gap: 0.625vw;
}

.article-top__author-avatar {
	flex: 0 0 2.08333vw;
}

.article-top__author-name {
	font-size: 0.83333vw;
	letter-spacing: normal;
	margin-bottom: 0.20833vw;
}

.article-top__author-post {
	font-size: 0.72917vw;
}

.article-top__share {
	display: flex;
	align-items: center;
	gap: 0.72917vw;
}

.article-top__share-title {
	font-size: 0.78125vw;
}

.article-top__share .ya-share2_mob {
	display: none;
}

.article-top__share .ya-share2_desk {
	display: block;
}

.article-top__share .ya-share2_desk .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0 1.04167vw 0 0;
}

.article-top__share .ya-share2_desk .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge {
	padding: 0.20833vw;
	border-radius: 0.26042vw;
	background: #ECEDF0;
}

.article-top__share .ya-share2_desk .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
	height: 1.66667vw;
	width: 1.66667vw;
	background-size: 1.66667vw 1.66667vw;
}

.article-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2.29167vw 2.08333vw 1.97917vw 2.08333vw;
	border-radius: 0.83333vw;
	margin: 0 0 2.08333vw 0;
}

.article-bottom__main {
	flex: 0 0 calc(100% - 26.61458vw);
}

.article-bottom__aside {
	display: flex;
	flex-direction: column;
	flex: 0 0 20.15625vw;
	gap: 1.5625vw;
}

.article-bottom__article {
	margin-bottom: 2.91667vw;
}

.article-bottom__title {
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
	margin-bottom: 1.5625vw;
}

.article-bottom__text {
	gap: 1.35417vw;
	margin-bottom: 1.25vw;
}

.article-bottom__text P {
	font-weight: 500;
	font-size: 0.98958vw;
	line-height: 150%;
	letter-spacing: 0.02em;
	margin: 0;
}

.article-bottom__photo {
	margin-bottom: 1.25vw;
}

.article-bottom__photo IMG {
	border-radius: 0.83333vw;
}

.article-bottom__photo figcaption {
	bottom: 1.25vw;
	left: 1.25vw;
	right: 1.25vw;
	font-size: 0.83333vw;
}

.article-bottom__cite {
	margin-bottom: 1.66667vw;
}

.article-bottom__cite-title {
	font-size: 1.19792vw;
	margin-bottom: 1.25vw;
}

.article-bottom__cite-box {
	padding: 1.25vw;
	border-radius: 2.8125vw 2.8125vw 2.8125vw 0;
}

.article-bottom__cite-box:before {
	top: 1.66667vw;
	right: 2.29167vw;
	width: 1.25vw;
	height: 1.14583vw;
}

.article-bottom__cite-author {
	align-items: center;
	gap: 1.04167vw;
	padding-right: 2.60417vw;
	margin-bottom: 1.25vw;
}

.article-bottom__cite-author-avatar {
	flex: 0 0 4.6875vw;
}

.article-bottom__cite-author-name {
	font-size: 1.19792vw;
	margin-bottom: 0.41667vw;
}

.article-bottom__cite-author-post {
	font-size: 0.83333vw;
}

.article-bottom__cite-text {
	font-size: 0.98958vw;
}

.article-bottom__slider {
	max-width: 41.35417vw;
	padding-bottom: 1.5625vw;
	overflow: hidden;
	margin: 0 0 2.91667vw 0;
}

.article-bottom__slider .swiper_main {
	display: flex;
	margin-bottom: 1.04167vw;
}

.article-bottom__slider-item {
	border-radius: 0.83333vw;
}

.swiper_main .article-bottom__slider-item {
	height: 22.65625vw;
}

.swiper_thumbs .article-bottom__slider-item {
	height: 9.73958vw;
	cursor: pointer;
}

.article-bottom__slider .swiper-slide {
	max-width: 100%;
	opacity: .6;
}

.article-bottom__slider .swiper-slide-thumb-active {
	opacity: 1;
}

.article-bottom__slider .swiper-scrollbar {
	left: 0;
	right: 0;
	margin-top: 1.25vw;
}

.article-bottom__news {
	padding: 1.25vw;
	border-radius: 0.83333vw;
	margin-bottom: 1.66667vw;
}

.article-bottom__news-title {
	font-size: 1.97917vw;
	margin-bottom: 1.25vw;
}

.article-bottom__news-list {
	gap: 0.625vw;
}

.article-bottom__news-list LI {
	padding-left: 1.25vw;
	font-size: 0.98958vw;
}

.article-bottom__news-list LI:before {
	top: 0.41667vw;
	width: 0.41667vw;
	height: 0.41667vw;
	border-radius: 0.10417vw;
}

.article-bottom__tags {
	flex: 0 0 100%;
	flex-wrap: wrap;
	gap: 0.625vw;
	padding: 0;
	margin: 0;
}

.article-bottom__tags LI {
	height: 2.08333vw;
	padding: 0 0.83333vw;
	border-width: 1px;
	border-radius: 2.08333vw;
	font-size: 0.83333vw;
}

.news-block {
	max-height: calc(100vh - 8.59375vw);
	overflow: auto;
}

.news-block__title {
	font-size: 1.19792vw;
	line-height: 120%;
	margin-bottom: 0.72917vw;
}

.news-block__list {
	display: flex;
	flex-direction: column;
	gap: 0.41667vw;
}

.news-block__item {
	padding: 0.83333vw;
	border-radius: 0.83333vw;
	background: #fff;
}

.news-block__item-info {
	font-weight: 500;
	font-size: 0.72917vw;
	line-height: 120%;
	color: #7E7F81;
	margin-bottom: 0.83333vw;
}

.news-block__item-title {
	font-size: 0.72917vw;
	line-height: 120%;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-Webkit-box-orient: vertical;
	overflow: hidden;
}

.interesting {
	padding-top: 2.08333vw;
	padding-bottom: 1.30208vw;
}

.interesting__title {
	gap: 1.5625vw;
	font-size: 3.33333vw;
	line-height: 110%;
	letter-spacing: -0.02em;
	margin: 0 0 2.39583vw;
}

.interesting__title:after {
	width: 3.125vw;
	height: 3.125vw;
}

.interesting__slider {
	max-width: 71.61458vw;
	padding-top: 5.46875vw;
	padding-bottom: 2.8125vw;
	overflow: hidden;
	margin: -5.46875vw 0 0 0;
}

.interesting__slider .swiper-slide {
	max-width: 71.61458vw;
}

.interesting__slider .swiper-nav {
	right: 0;
}

.interesting__slider .swiper-scrollbar {
	left: 0;
	right: 0;
	margin-top: 2.5vw;
}

.interesting__card {
	min-height: 22.39583vw;
	border-radius: 0.83333vw;
}

.interesting__card-photo {
	height: 11.45833vw;
}

.interesting__card-content {
	padding: 1.25vw;
	border-radius: 0.83333vw;
	margin-top: -1.5625vw;
}

.interesting__card-theme {
	margin-bottom: 1.35417vw;
}

.interesting__card-theme DIV {
	height: 2.08333vw;
	padding: 0 0.9375vw;
	border-width: 1px;
	border-radius: 2.08333vw;
	font-size: 0.83333vw;
}

.interesting__card-title {
	font-size: 1.35417vw;
	letter-spacing: normal;
	margin-bottom: 1.25vw;
}

.interesting__card-date {
	font-size: 0.83333vw;
}

.form-section {
	padding-top: 1.30208vw;
	padding-top: 0.52083vw;
}

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

.recommendation {
	padding-top: 0.52083vw;
	padding-bottom: 1.30208vw;
}

.recommendation__title {
	gap: 1.5625vw;
	font-size: 3.33333vw;
	line-height: 110%;
	letter-spacing: -0.02em;
	margin: 0 0 2.39583vw;
}

.recommendation__title:after {
	width: 3.125vw;
	height: 3.125vw;
}

.recommendation__slider {
	max-width: 71.61458vw;
	padding-top: 5.46875vw;
	padding-bottom: 2.8125vw;
	overflow: hidden;
	margin: -5.46875vw 0 0 0;
}

.recommendation__slider .swiper-slide {
	max-width: 71.61458vw;
}

.recommendation__slider .swiper-nav {
	right: 0;
}

.recommendation__slider .swiper-scrollbar {
	left: 0;
	right: 0;
	margin-top: 2.5vw;
}

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

.recommendation__card-head {
	margin-bottom: 0.3125vw;
}

.recommendation__card-level {
	font-size: 0.78125vw;
}

.recommendation__card-title {
	font-size: 2.5vw;
	line-height: 100%;
	margin-bottom: 0.3125vw;
}

.recommendation__card-info {
	gap: 0 0.9375vw;
	font-size: 0.83333vw;
	line-height: 120%;
	margin-bottom: 2.39583vw;
}

.recommendation__card-info-item {
	gap: 0 0.3125vw;
}

.recommendation__card-buttonbox {
	gap: 1.04167vw;
}

.recommendation__card-buttonbox .button {
	width: 7.70833vw;
	height: 2.5vw;
	border-radius: 0.52083vw;
	font-size: 0.78125vw;
}

.banner-credit {
	position: relative;
	height: 7.08333vw;
	padding: 0 1.25vw;
	border-radius: 0.83333vw;
	background: #1C1C1C;
}

.banner-credit:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	width: 20.20833vw;
	height: 8.07292vw;
	background: url(../img/banner-credit/figure.png) no-repeat 50% 0/cover;
}

.banner-credit__main {
	flex: 0 0 33.85417vw;
}

.banner-credit__title {
	max-width: none;
	font-size: 2.5vw;
	line-height: 110%;
	letter-spacing: -0.02em;
	margin-bottom: 0.625vw;
}

.banner-credit__text {
	display: block;
	font-size: 0.98958vw;
	line-height: 120%;
	color: rgba(255, 255, 255, 0.6);
}

.banner-credit__button {
	width: 13.85417vw;
	height: 2.91667vw;
	border-radius: 0.625vw;
	font-weight: 600;
	font-size: 1.19792vw;
}

.banner-open-day__top {
	min-height: 18.33333vw;
	padding: 1.25vw;
	border-radius: 0.83333vw;
	background: #7E7F81 url(../img/banner-open-day/bg.jpg) no-repeat 50% 0/cover;
}

.banner-open-day__tags {
	display: flex;
	flex-direction: column;
	gap: 0.41667vw;
}

.banner-open-day__tags SPAN {
	width: -webkit-fit-content;
	width: fit-content;
	min-height: 1.875vw;
	border-color: #fff;
	border-radius: 2.08333vw;
	font-size: 0.72917vw;
	color: #fff;
	cursor: inherit;
}

.banner-open-day__content {
	position: relative;
	padding: 1.25vw;
	border-radius: 0.83333vw;
	background: #E0E1E5;
	text-align: center;
	margin-top: -1.66667vw;
}

.banner-open-day__title {
	font-size: 1.35417vw;
	line-height: 120%;
	margin-bottom: 1.25vw;
}

.banner-open-day__text {
	font-size: 0.83333vw;
	line-height: 120%;
	margin-bottom: 0.625vw;
}

.banner-open-day__button {
	height: 2.60417vw;
	border-radius: 0.625vw;
	font-weight: 600;
	font-size: 1.19792vw;
}

.banner-courses {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0.83333vw;
	max-width: 20.15625vw;
	min-height: 13.17708vw;
	padding: 0.83333vw;
	background: url(../img/banner-courses/bg.jpg) no-repeat 50% 0/cover;
	color: #fff;
}

.banner-courses__head {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	margin-bottom: 1.04167vw;
}

.banner-courses__title {
	font-size: 1.35417vw;
	line-height: 100%;
}

.banner-courses__label {
	font-size: 0.46875vw;
	line-height: 120%;
	color: #F5F5F6;
	white-space: nowrap;
}

.banner-courses__text {
	max-width: 10.41667vw;
	font-size: 0.72917vw;
	line-height: 120%;
	margin-bottom: 0.625vw;
}

.banner-courses .button {
	height: 2.08333vw;
	font-size: 0.78125vw;
	cursor: pointer;
}
