@charset "UTF-8";
/* Common */
/* Media */
/* Content */
/* Blocks */
.filter-tabs {
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
	display: flex;
	gap: 2.77778vw;
	white-space: nowrap;
	padding: 0 var(--p);
	margin: 0 calc(var(--p) * -1);
	overflow-y: hidden;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.filter-tabs::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.filter-tabs__item {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3.33333vw;
	cursor: pointer;
	font-weight: 600;
	font-size: 3.88889vw;
	min-height: 8.05556vw;
	border-radius: 2.22222vw;
	border-color: var(--gray-60);
	transition: all .2s;
	box-shadow: none;
}

.filter-tabs__item span {
	transition: none;
}

.filter-tabs__item_active {
	color: white;
	border-color: var(--black);
	background: var(--black);
	cursor: default;
}

.filter-tabs__item_active i {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
}

.filter-tabs__item:focus, .filter-tabs__item:hover {
	border-color: var(--black);
}

.filter-tabs__item i {
	width: 4.44444vw;
	height: 4.44444vw;
	flex: 0 0 auto;
	font-size: 4.44444vw;
}

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

.advantages {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.advantages__title {
	margin: 0 0 6.66667vw;
}

.advantages__cards {
	margin: 0 -1.11111vw;
}

.advantages__card {
	position: relative;
	min-height: 36.66667vw;
	border-radius: 3.33333vw;
	padding: 3.33333vw 8.33333vw 3.33333vw 3.33333vw;
	background: var(--gray-20);
	margin: 0 1.11111vw;
}

.advantages__card-title {
	font-weight: 600;
	font-size: 5.27778vw;
	line-height: 100%;
}

.advantages__card-num {
	position: absolute;
	right: 3.33333vw;
	bottom: 3.33333vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 5vw;
	line-height: 120%;
	width: 11.11111vw;
	height: 11.11111vw;
	color: #fff;
	background: var(--red);
	border-radius: 50%;
}

.level {
	padding-top: 11.11111vw;
	padding-bottom: 11.11111vw;
}

.level__title {
	margin-bottom: 6.66667vw;
}

.level__items {
	display: none;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
}

.level__items.active {
	display: block;
}

.level__items .swiper-scrollbar {
	display: none;
}

.level__tabs {
	margin-bottom: 6.66667vw;
}

.level-block {
	display: flex;
	flex-direction: column;
	padding: 3.33333vw;
	border-radius: 3.33333vw;
}

.level-block_bg-white {
	background: #fff;
}

.level-block_bg-white .about-block__bottom-tag {
	border-color: var(--black);
}

.level-block_bg-gray {
	background: var(--gray-40);
}

.level-block_bg-gray .about-block__bottom-tag {
	border-color: var(--gray-60);
}

.level-block__title {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.level-block__title span {
	color: var(--red);
}

.level-block__desc {
	font-size: 4.72222vw;
	font-weight: 600;
	line-height: 120%;
	margin-top: 3.33333vw;
	letter-spacing: -0.01em;
}

.level-block__bottom {
	display: flex;
	flex-direction: column;
	gap: 2.22222vw;
	margin: auto 0 0;
}

.level-block__bottom-button-wrap {
	display: flex;
	justify-content: flex-start;
	gap: 1.11111vw;
}

.level-block__bottom-box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2.22222vw;
	margin-top: 9.72222vw;
}

.level-block__bottom-button {
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 120%;
	border-radius: 3.33333vw;
	min-height: 13.33333vw;
}

.level-block__bottom-img {
	width: auto;
	height: 8.88889vw;
	-o-object-fit: contain;
	   object-fit: contain;
}

.level__cards {
	margin-top: 2.22222vw;
	margin-bottom: 6.66667vw;
}

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

.level__cards .swiper-wrapper {
	min-width: -webkit-fit-content;
	min-width: fit-content;
}

.level__cards .swiper-slide {
	margin-right: 2.22222vw;
}

.level__cards .swiper-slide:last-child {
	margin-right: 0;
}

.level__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3.33333vw;
	border-radius: 3.33333vw;
	min-height: 38.88889vw;
	overflow: hidden;
}

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

.level__card_bg-red {
	color: #fff;
	background: var(--red);
}

.level__card_bg-img {
	color: #fff;
}

.level__card-title {
	font-weight: 600;
	font-size: 7.22222vw;
	line-height: 100%;
	z-index: 1;
}

.level__card-text {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 120%;
	z-index: 1;
}

.level__card-img {
	position: absolute;
	width: 29.16667vw;
	height: 29.16667vw;
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	-o-object-fit: contain;
	   object-fit: contain;
}

.level__card-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: right;
	   object-position: right;
}

.talisman {
	background: var(--red);
	border-radius: 4.44444vw;
	padding-bottom: 3.33333vw;
}

.talisman__box {
	margin: 0 -3.33333vw;
}

.talisman__image {
	width: auto;
	height: 100vw;
	-o-object-fit: cover;
	   object-fit: cover;
}

.talisman__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
	margin: 2.22222vw 0 6.66667vw;
}

.talisman__item {
	padding: 3.33333vw;
	border-radius: 3.33333vw;
	background: white;
}

.talisman__item-title {
	font-weight: 600;
	font-size: 5.27778vw;
	line-height: 100%;
}

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

.talisman__button {
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 120%;
	border-radius: 3.33333vw;
	min-height: 13.33333vw;
}

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

.docs__title {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.banner {
	position: relative;
	color: #fff;
	background: var(--black);
	border-radius: 4.44444vw;
	z-index: 2;
	margin-top: 5.55556vw;
	margin-bottom: 5.55556vw;
}

.banner__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	border-radius: 4.44444vw;
	z-index: -1;
}

.banner__image img {
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	   object-fit: cover;
}

.banner__inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 3.33333vw 0;
	min-height: 161.11111vw;
	z-index: 2;
}

.banner__title {
	margin: 0 0 3.33333vw;
}

.banner__text {
	font-weight: 600;
	font-size: 4.72222vw;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.banner__button {
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 120%;
	margin: auto 0 0;
	border-radius: 3.33333vw;
	min-height: 13.05556vw;
}

.credit-info {
	padding-bottom: 11.11111vw;
	margin-bottom: 5.55556vw;
	border-radius: 4.44444vw;
	background: var(--gray-20);
}

.credit-info__box {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 3.33333vw;
}

.credit-info__title {
	font-size: 7.22222vw;
	margin-bottom: 4.44444vw;
	letter-spacing: 0;
	font-weight: 600;
}

.credit-info__subtitle {
	font-size: 5.27778vw;
	margin-bottom: 4.44444vw;
	max-width: 100%;
	letter-spacing: 0;
	line-height: 100%;
	font-weight: 600;
}

.credit-info__desc {
	max-width: 100%;
	font-size: 4.72222vw;
	letter-spacing: -0.01em;
	line-height: 120%;
	font-weight: 600;
}

.credit-info__desc-wrap {
	background: #fff;
	border-radius: 4.44444vw;
	padding: 3.33333vw;
	margin: 2.22222vw 0;
	max-width: 100%;
}

.credit-info__desc-button {
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 120%;
	border-radius: 3.33333vw;
	min-height: 13.33333vw;
}

.credit-info__img {
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.credit-info__content-title {
	font-weight: 600;
	font-size: 7.22222vw;
	line-height: 100%;
	margin: 0 0 4.44444vw;
}

.credit-info__content-block {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 120%;
}

.credit-info__content-block p:nth-child(1) {
	font-weight: 600;
	font-size: 4.72222vw;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.credit-info__content-block p + p {
	margin: 4.44444vw 0 0;
}

.credit-info__items {
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
	display: flex;
	gap: 2.22222vw;
	padding: 0 var(--p);
	margin: 2.22222vw calc(var(--p) * -1) 3.61111vw;
}

.credit-info__items::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.credit-info__item {
	position: relative;
	font-weight: 600;
	font-size: 5.27778vw;
	line-height: 100%;
	min-height: 33.33333vw;
	border-radius: 3.33333vw;
	padding: 3.33333vw;
	background: #fff;
	flex: 0 0 61.11111vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.credit-info__item-name {
	cursor: default;
	width: -webkit-fit-content;
	width: fit-content;
	font-weight: 600;
	font-size: 3.61111vw;
	line-height: 120%;
	border-color: var(--black);
	min-height: 7.77778vw;
	border-radius: 11.11111vw;
}

.credit-info__item-check {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7.77778vw;
	height: 7.77778vw;
	border-radius: 50%;
	font-weight: 500;
	background: var(--red);
	box-shadow: -4.44444vw 0 0 var(--gray-20);
}

.credit-info__item-check i {
	font-size: 5vw;
}

.credit-info__item-text {
	flex-basis: 100%;
	margin: auto 0 0;
}

.credit-info__button {
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 120%;
	min-height: 13.88889vw;
}

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

.how__title {
	margin-bottom: 6.66667vw;
}

.how__items {
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
	display: flex;
	gap: 2.22222vw;
	padding: 0 var(--p);
	margin: 0 calc(var(--p) * -1);
}

.how__items::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.how__item {
	position: relative;
	font-weight: 600;
	font-size: 4.72222vw;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: var(--black);
	min-height: 37.77778vw;
	border-radius: 3.33333vw;
	padding: 3.33333vw 5.55556vw 3.33333vw 3.33333vw;
	background: var(--gray-40);
	flex: 0 0 77.77778vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	z-index: 1;
}

.how__item-text {
	max-width: 100%;
}

.how__item-number {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10vw;
	height: 10vw;
	border-radius: 50%;
	color: #fff;
	background: var(--red);
}

.how__item img {
	position: absolute;
	width: auto;
	height: 31.66667vw;
	-o-object-fit: contain;
	   object-fit: contain;
	right: 0;
	bottom: 0;
	z-index: -1;
}

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

.education__title {
	margin-bottom: 6.66667vw;
}

.education__items {
	margin: 0 -1.11111vw;
}

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

.education__item {
	position: relative;
	height: 100%;
	min-height: 61.38889vw;
	border-radius: 4.44444vw;
	padding: 3.33333vw;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3.33333vw;
	margin: 0 1.11111vw;
}

.education__item-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 3.33333vw;
}

.education__item-title span {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.education__item-title i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.88889vw;
	height: 8.88889vw;
	font-size: 5vw;
	border-radius: 50%;
	background: var(--red);
}

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

.opportunities {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.opportunities__title {
	margin-bottom: 6.66667vw;
}

.opportunities__items {
	margin: 0 -1.11111vw;
}

.opportunities__items .swiper-slide {
	display: flex;
}

.opportunities__items .swiper-scrollbar {
	display: none;
}

.opportunities__item {
	min-height: 28.61111vw;
	border-radius: 3.33333vw;
	background: #fff;
	margin: 0 1.11111vw;
}

.opportunities__item-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 77.77778vw;
	height: 100%;
	padding: 3.33333vw;
}

.opportunities__item-head {
	flex-grow: 1;
}

.opportunities__item-title {
	font-size: 5.27778vw;
	line-height: 100%;
}

.opportunities__item-text {
	padding-top: 1.66667vw;
	font-size: 3.88889vw;
	line-height: 120%;
}

.opportunities__item-listtitle {
	font-weight: 700;
	font-size: 3.88889vw;
	line-height: 120%;
	margin-bottom: 1.66667vw;
}

.opportunities__item-list {
	display: flex;
	flex-direction: column;
	gap: 1.66667vw 0;
	padding: 0;
	list-style: none;
	margin: 0;
}

.opportunities__item-list LI {
	position: relative;
	padding-left: 4.44444vw;
	font-size: 3.88889vw;
	line-height: 120%;
}

.opportunities__item-list LI:before {
	position: absolute;
	left: 0;
	top: 0.83333vw;
	content: '';
	width: 2.22222vw;
	height: 2.22222vw;
	border-radius: 0.55556vw;
	background: #1C1C1C;
}

.prices {
	padding-top: 5.55556vw;
	padding-bottom: 11.11111vw;
}

.prices__title {
	margin-bottom: 6.66667vw;
}

.prices__items {
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
	display: flex;
	gap: 2.22222vw;
	padding: 0 var(--p);
	margin: 2.22222vw calc(var(--p) * -1);
}

.prices__items::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.prices__item {
	position: relative;
	font-weight: 600;
	font-size: 5.27778vw;
	line-height: 100%;
	min-height: 33.33333vw;
	min-width: 77.77778vw;
	border-radius: 3.33333vw;
	padding: 3.33333vw;
	background: var(--red);
	flex: 0 0 61.11111vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
}

.prices__item-line {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: 4.72222vw 0;
	   object-position: 4.72222vw 0;
	height: auto;
	width: 100%;
}

.prices__item-name {
	position: relative;
	z-index: 2;
	cursor: default;
	color: #fff;
	width: -webkit-fit-content;
	width: fit-content;
	font-weight: 500;
	font-size: 3.61111vw;
	line-height: 120%;
	border-color: #fff;
	min-height: 7.77778vw;
	border-radius: 11.11111vw;
	letter-spacing: 0;
}

.prices__item-text {
	font-size: 10.55556vw;
	position: relative;
	color: #fff;
	line-height: 100%;
	z-index: 2;
	flex-basis: 100%;
	margin: auto 0 0;
}

.openday {
	padding-top: 11.11111vw;
	padding-bottom: 11.11111vw;
	margin-bottom: 5.55556vw;
	border-radius: 4.44444vw;
	background: var(--gray-20);
}

.openday__wrapper {
	background: var(--gray-20);
	border-radius: 4.44444vw;
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.openday__title {
	margin-bottom: 6.66667vw;
}

.openday__content {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
}

.openday__box {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
	padding: 3.33333vw;
	border-radius: 3.33333vw;
	background: #fff;
}

.openday__box-info {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 120%;
}

.openday__box-info span {
	color: #ED131C;
}

.openday__box-text {
	font-weight: 600;
	font-size: 4.72222vw;
	line-height: 120%;
}

.openday__box-text p + p {
	margin-top: 2.77778vw;
}

.openday__box-bottom {
	margin: 5.55556vw 0 0;
}

.openday__box-bottom-icons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2.22222vw;
}

.openday__box-bottom-icon {
	width: 8.88889vw;
	height: 8.88889vw;
	flex: 0 0 auto;
	font-size: 8.88889vw;
	background: var(--gray-40);
	border-radius: 50%;
}

.openday__video {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 60vw;
	border-radius: 4.44444vw;
	cursor: pointer;
}

.openday__video span {
	transition: all .2s;
}

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

.openday__video-play {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13.33333vw;
	height: 13.33333vw;
	font-size: 13.33333vw;
	background: var(--red);
	border-radius: 50%;
	transition: all .2s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.openday__video:hover .openday__video-play {
	background: #fff;
}

.openday__video:hover .openday__video-play i {
	-webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
	        filter: brightness(0) saturate(100%) invert(10%) sepia(100%) saturate(7099%) hue-rotate(355deg) brightness(98%) contrast(89%);
}

.openday__video:hover span {
	background: var(--red);
}

.openday__items {
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
	display: flex;
	gap: 2.22222vw;
	padding: 0 var(--p);
	margin: 0 calc(var(--p) * -1);
}

.openday__items::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.openday__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2.77778vw;
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 120%;
	border-radius: 3.33333vw;
	padding: 3.33333vw;
	background: #fff;
	min-height: 28.33333vw;
	flex: 0 0 61.11111vw;
}

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

.openday__item span {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 120%;
	letter-spacing: -0.01em;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
	        font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
}

.openday__item img {
	display: block;
	width: 19.44444vw;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.openday__priorities {
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
	display: flex;
	gap: 2.22222vw;
	padding: 0 var(--p);
	margin: 0 calc(var(--p) * -1);
}

.openday__priorities::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.openday__priorities-card {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 3.33333vw;
	border-radius: 3.33333vw;
	background: var(--gray-40);
	min-height: 36.66667vw;
	flex: 0 0 77.77778vw;
}

.openday__priorities-card-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 55.55556vw;
}

.openday__priorities-card-title {
	font-weight: 600;
	font-size: 5.27778vw;
	line-height: 100%;
}

.openday__priorities-card-text {
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 120%;
}

.openday__priorities-card-img {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 26.66667vw;
	height: 30.55556vw;
	-o-object-fit: contain;
	   object-fit: contain;
}

.history {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.history__title {
	margin: 0 0 6.66667vw;
}

.history__cards {
	display: flex;
	flex-direction: column;
	gap: 2.22222vw;
}

.history__card {
	position: relative;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: 3.33333vw;
	border-radius: 4.44444vw;
	background: var(--gray-40);
	transition: 350ms ease-in-out;
}

.history__card:hover {
	background: var(--gray-20);
}

.history__card-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.history__card-title {
	font-weight: 600;
	font-size: 4.72222vw;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.history__card-arrow {
	width: 8.88889vw;
	height: 8.88889vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--red);
	border-radius: 50%;
}

.history__card-arrow i {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(102%) contrast(102%);
	font-size: 8.88889vw;
	flex: 0 0 auto;
}

.history__card-content {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 120%;
	overflow: hidden;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .2s;
	transition: grid-template-rows .2s, -ms-grid-rows .2s;
}

.history__card-content-wrap {
	min-height: 0;
}

.history__card-content-text {
	display: flex;
	flex-direction: column;
	gap: 1.94444vw;
}

.history__card-content-list {
	display: flex;
	flex-direction: column;
	gap: 1.94444vw;
	padding: 0 0 0 5.55556vw;
	margin: 0;
}

.history__card-content-icons {
	display: flex;
	justify-content: flex-end;
	gap: 2.22222vw;
	margin: 4.44444vw 0 0;
}

.history__card-content-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--gray-40);
	border-radius: 50%;
	width: 8.88889vw;
	height: 8.88889vw;
	font-size: 8.88889vw;
	flex: 0 0 auto;
}

.history__card-content-icon-arrow {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.history__card-open {
	cursor: default;
	background: #fff;
	gap: 4.44444vw;
}

.history__card-open:hover {
	background: #fff;
}

.history__card-open .history__card-arrow {
	display: none;
}

.history__card-open .history__card-title {
	font-size: 6.66667vw;
}

.history__card-open .history__card-content {
	grid-template-rows: 1fr;
}

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

.person__tabs {
	margin-bottom: 6.66667vw;
}

.person__items {
	margin: 0 -1.11111vw;
	display: none;
}

.person__items.content-tab-active {
	display: block;
}

.person__items .swiper-slide {
	height: auto;
}

.person__item {
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
	padding: 3.33333vw;
	border-radius: 4.44444vw;
	background: white;
	min-height: 97.22222vw;
	margin: 0 1.11111vw;
	height: 100%;
}

.person__item-photo {
	display: block;
	width: 35vw;
	height: 47.77778vw;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 4.44444vw;
	background-color: var(--gray-10);
	overflow: hidden;
}

.person__item-content {
	display: flex;
	flex-direction: column;
	gap: 2.22222vw;
	flex: 1 1 auto;
}

.person__item-name {
	font-weight: 600;
	font-size: 5.27778vw;
	line-height: 120%;
}

.person__item-post {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 120%;
	opacity: 0.5;
}

.person__item-contacts {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 120%;
	margin: auto 0 0;
}

.person__item-contacts span {
	display: block;
}

.person__item-list {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: auto;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
}

.person__item-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 3.88889vw;
	font-weight: 600;
	line-height: 1.2;
	color: var(--gray-80);
}

.person__item-list li {
	position: relative;
	padding: 0 0 0 4.44444vw;
}

.person__item-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
}

.person__item-button {
	font-size: 3.33333vw;
	font-weight: 600;
	border-radius: 2.22222vw;
	min-height: 8.88889vw;
	max-width: 35.55556vw;
}

.person__item-button:hover {
	color: var(--gray-100);
	border: 1px solid var(--gray-60);
}

.cooperation {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.cooperation__title {
	margin: 0 0 6.66667vw;
}

.cooperation__wrap {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
}

.cooperation__items {
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* FF */
	display: flex;
	gap: 2.22222vw;
	padding: 0 var(--p);
	margin: 2.22222vw calc(var(--p) * -1);
}

.cooperation__items::-webkit-scrollbar {
	/* Chrome, Safari, Opera */
	display: none;
}

.cooperation__item {
	background: white;
	border-radius: 4.44444vw;
	flex: 0 0 61.11111vw;
}

.cooperation__item-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4.44444vw;
	min-height: 38.88889vw;
	background: var(--gray-20);
}

.cooperation__item-logo img {
	width: 28.33333vw;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
}

.cooperation__item-text {
	font-weight: 600;
	font-size: 3.88889vw;
	line-height: 120%;
	padding: 3.33333vw;
}

.cooperation__block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 4.44444vw;
	padding: 3.33333vw;
	background: white;
	min-height: 70vw;
	z-index: 2;
	overflow-y: hidden;
}

.cooperation__block-image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover;
	   object-fit: cover;
}

.cooperation__block-text {
	font-weight: 600;
	font-size: 6.66667vw;
	line-height: 120%;
	letter-spacing: -0.01em;
}

.cooperation__block-button {
	font-weight: 600;
	font-size: 4.16667vw;
	line-height: 120%;
	border-radius: 3.33333vw;
	min-height: 13.33333vw;
}

.reception {
	margin-bottom: 11.11111vw;
}

.reception__title {
	margin-bottom: 6.66667vw;
}

.reception__content {
	padding: 3.33333vw;
	background: #1C1C1C;
	margin-left: -3.33333vw;
	margin-right: -3.33333vw;
	border-radius: 4.44444vw;
	overflow: hidden;
}

.reception__info {
	height: 65.83333vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	padding: 3.33333vw;
	background: var(--gray-40);
	border-radius: 4.44444vw;
	overflow: hidden;
}

.reception__info-title {
	font-size: 6.66667vw;
	line-height: 120%;
	letter-spacing: -0.01em;
	font-weight: 600;
}

.reception__info-img {
	display: none;
}

.reception__info-link {
	outline: none;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 8.33333vw;
	padding: 0 1.94444vw 1.38889vw 1.94444vw;
	line-height: 90%;
	border-radius: 2.22222vw;
	color: #fff;
	background: var(--red);
	box-shadow: 0 1.11111vw 0.55556vw 0 rgba(102, 0, 0, 0.2);
}

.reception__info-link:hover, .reception__info-link:active, .reception__info-link:focus {
	outline: none;
	border: none;
	color: #fff;
	background: var(--red-dark);
	box-shadow: 0 0 0 0 rgba(102, 0, 0, 0.2);
}

.reception__icons {
	display: flex;
	align-items: center;
	gap: 2.22222vw;
	position: relative;
	z-index: 2;
}

.reception__icons-item {
	-o-object-fit: contain;
	   object-fit: contain;
	width: 10vw;
	height: 10vw;
}

.reception__bg {
	display: none;
}

.reception__slider {
	margin-top: 2.22222vw;
}

.reception__slider .swiper-wrapper {
	display: flex;
	flex-direction: row;
}

.reception__slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	height: 30.55556vw;
	width: 77.77778vw;
	background: var(--gray-40);
	border-radius: 4.44444vw;
	padding: 3.33333vw;
	overflow: hidden;
	margin-right: 2.22222vw;
}

.reception__slide-title {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 5.27778vw;
	font-weight: 600;
	line-height: 100%;
	max-width: 44.44444vw;
}

.reception__slide-desc {
	position: relative;
	z-index: 2;
	font-size: 3.88889vw;
	font-weight: 600;
	line-height: 100%;
}

.reception__slide-img {
	position: absolute;
	-o-object-fit: contain;
	   object-fit: contain;
	height: auto;
	width: 26.94444vw;
	right: 3.61111vw;
	bottom: 0;
	z-index: -1;
}

.questions {
	padding-bottom: 11.11111vw;
}

.questions__title {
	margin-bottom: 6.66667vw;
}

.questions__topics-head {
	margin-bottom: 6.66667vw;
}

.questions__topics-list {
	margin: 0;
	padding: 0;
}

.questions__topics-name {
	border: 1px solid var(--gray-60);
	padding: 2.22222vw 4.44444vw;
	cursor: pointer;
	background-color: transparent;
	transition: border-color, background-color, color, .2s;
	border-radius: 11.11111vw;
}

.questions__topics-name:hover {
	border-color: var(--black);
}

.questions__topics-name.active {
	background-color: var(--black);
	color: var(--bs-white);
	border-color: var(--black);
}

.questions__topics-name.swiper-slide {
	width: auto;
}

.questions__topics-body-list {
	display: none;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.questions__topics-body-list.active {
	display: flex;
}

.questions__topics-body-list-item {
	height: 13.88889vw;
	background-color: var(--gray-40);
	border-radius: 3.33333vw;
	transition: height, background-color, .2s;
	will-change: height;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.questions__topics-body-list-item:not(:last-child) {
	margin-bottom: 3.33333vw;
}

.questions__topics-body-list-item.active {
	background-color: var(--bs-white);
}

.questions__topics-body-list-item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3.33333vw;
}

.questions__topics-body-list-item-title {
	padding-right: 2.22222vw;
	font-size: 4.72222vw;
	font-weight: 600;
	margin: 0;
}

.questions__topics-body-list-item-icon {
	min-width: 4.16667vw;
	min-height: 4.16667vw;
}

.questions__topics-body-list-item-btn {
	background-color: transparent;
	border: none;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.questions__topics-body-list-item.active .questions__topics-body-list-item-btn {
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}

.questions__topics-body-list-item-text {
	padding: 3.33333vw;
	line-height: 120%;
	font-size: 3.88889vw;
	font-weight: 500;
}

.questions__topics-body-list-item-text .link {
	color: var(--red);
}

.partners {
	padding-top: 5.55556vw;
	padding-bottom: 5.55556vw;
}

.partners__title {
	margin: 0 0 6.66667vw;
}

.partners__items {
	margin: -1.11111vw;
}

.partners__items .swiper-scrollbar {
	margin: 2.22222vw 0 0;
}

.partners__item {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2.22222vw;
	min-height: 22.22222vw;
	height: 100%;
	padding: 1.11111vw;
	border-radius: 3.33333vw;
	background: var(--gray-20);
	text-align: center;
	margin: 1.11111vw;
}

.partners__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	display: block;
	margin: auto auto 0;
	max-height: 5.55556vw;
}

.partners__item span {
	font-weight: 500;
	font-size: 3.33333vw;
	line-height: 120%;
}
