/* Common */
/* Media */
/* Content */
/* Form */
/* Blocks */
.main__inner {
	min-height: 34.375vw;
}

.main__title {
	font-weight: 600;
	font-size: 6.14583vw;
	line-height: 90%;
	letter-spacing: -0.02em;
}

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

.advantages__title {
	margin: 0 0 3.07292vw;
}

.advantages__cards {
	margin: 0;
}

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

.advantages__card {
	min-height: 11.45833vw;
	border-radius: 0.83333vw;
	padding: 1.25vw 2.60417vw 1.25vw 1.25vw;
	margin: 0;
}

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

.advantages__card-num {
	position: absolute;
	right: 1.25vw;
	bottom: 1.25vw;
	font-size: 1.19792vw;
	line-height: 120%;
	width: 2.5vw;
	height: 2.5vw;
}

.university__box-text {
	margin: auto 0 0;
}

.university__box-bottom {
	position: absolute;
	right: 1.25vw;
	bottom: 1.25vw;
}

.talisman {
	background: transparent;
	border-radius: 0;
	padding-bottom: 0;
}

.talisman__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.04167vw;
	background: var(--red);
	border-radius: 0.83333vw;
	padding: 1.25vw;
}

.talisman__box {
	position: relative;
	margin: 0;
	order: 2;
	margin-top: -1.25vw;
}

.talisman__box::after {
	content: '';
	position: absolute;
	background: url("../img/@about/talisman/shape.svg") no-repeat 0 0/contain;
	left: -1.04167vw;
	bottom: -1.25vw;
	width: 30.98958vw;
	height: 7.76042vw;
}

.talisman__image {
	width: 100%;
	height: 100%;
}

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

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

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

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

.talisman__item:first-child {
	grid-column: span 2;
}

.talisman__button {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.19792vw;
	border-radius: 0.625vw;
	min-height: 3.125vw;
	max-width: 21.875vw;
	z-index: 2;
}

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

.docs__title {
	font-size: 2.5vw;
	letter-spacing: -0.02em;
}

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

.history__title {
	margin: 0 0 3.07292vw;
}

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

.history__card {
	padding: 1.04167vw 1.25vw;
	border-radius: 0.83333vw;
	width: 7.8125vw;
	min-height: 29.16667vw;
	transition: width 0.3s ease-out;
	overflow: hidden;
	position: relative;
	min-height: 0;
	flex-direction: row;
}

.history__card-head {
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 2.5vw;
}

.history__card-title {
	font-size: 1.35417vw;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	-webkit-transform: scale(-1);
	        transform: scale(-1);
}

.history__card-arrow {
	width: 2.5vw;
	height: 2.5vw;
	position: absolute;
	bottom: 1.04167vw;
}

.history__card-arrow i {
	font-size: 2.5vw;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.history__card-content {
	font-weight: 600;
	font-size: 0.98958vw;
	line-height: 120%;
	transition: none;
	max-width: 0;
	margin-top: 4.01042vw;
}

.history__card-content-wrap {
	min-width: 62.5vw;
	min-height: unset;
}

.history__card-content-text {
	gap: 0.52083vw;
	max-width: 60.9375vw;
}

.history__card-content-list {
	gap: 0.36458vw;
	padding: 0 0 0 1.5625vw;
	max-width: 60.9375vw;
}

.history__card-content-icons {
	gap: 0.625vw;
	margin: auto 0 0;
	position: absolute;
	right: 1.25vw;
	bottom: 1.04167vw;
	opacity: 0;
}

.history__card-content-icon {
	width: 2.5vw;
	height: 2.5vw;
	font-size: 2.5vw;
}

.history__card-open {
	gap: 1.25vw;
	width: 100%;
	min-height: 29.16667vw;
	min-width: 7.8125vw;
}

.history__card-open .history__card-head {
	position: absolute;
	height: auto;
	justify-content: flex-start;
	flex-direction: row;
	padding-bottom: 0;
}

.history__card-open .history__card-content {
	max-width: 100%;
}

.history__card-open .history__card-title {
	font-size: 2.5vw;
	line-height: 110%;
	-webkit-writing-mode: horizontal-tb;
	    -ms-writing-mode: lr-tb;
	        writing-mode: horizontal-tb;
	-webkit-transform: none;
	        transform: none;
}

.history__card-open .history__card-content-icons {
	opacity: 1;
}

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

.cooperation__title {
	margin: 0 0 3.07292vw;
}

.cooperation__wrap {
	grid-template-columns: 47.39583vw auto;
	grid-gap: 1.04167vw;
}

.cooperation__items {
	overflow: visible;
	gap: 1.04167vw;
	padding: 0;
	margin: 0;
	order: 2;
}

.cooperation__item {
	border-radius: 0.83333vw;
	flex: 1 1 100%;
}

.cooperation__item-logo {
	border-radius: 0.83333vw;
	min-height: 11.40625vw;
}

.cooperation__item-logo img {
	width: 7.1875vw;
}

.cooperation__item-text {
	font-size: 0.98958vw;
	padding: 1.25vw;
}

.cooperation__block {
	border-radius: 0.83333vw;
	padding: 1.25vw;
	min-height: 24.6875vw;
}

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

.cooperation__block-button {
	font-size: 1.19792vw;
	border-radius: 0.625vw;
	min-height: 3.125vw;
	max-width: 22.13542vw;
}

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

.partners__title {
	margin: 0 0 3.07292vw;
}

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

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

.partners__item {
	grid-gap: 0.83333vw;
	min-height: 7.5vw;
	padding: 1.25vw;
	border-radius: 0.83333vw;
	margin: 0.52083vw;
}

.partners__item img {
	max-height: 2.1875vw;
}

.partners__item span {
	font-size: 0.78125vw;
}

.provider-banner {
	padding-top: 4.16667vw;
	padding-bottom: 2.08333vw;
}

.provider-banner__box {
	border-radius: 0.83333vw;
}

.provider-banner__box .mob {
	display: none;
}

.provider-banner__box .desk {
	display: block;
}
