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

.contacts__items {
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
}

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

.contacts__item-title {
	font-size: 5vw;
	font-weight: 600;
	line-height: 130%;
}

.contacts__item-box {
	display: flex;
	flex-direction: column;
	gap: 2.22222vw;
	font-size: 4.16667vw;
	font-weight: 400;
	line-height: 120%;
}

.openday__inner {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
}

.openday__top {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
}

.openday__date {
	font-size: 6.11111vw;
	font-weight: 600;
	line-height: 120%;
}

.openday__text {
	font-size: 5vw;
	font-weight: 400;
	line-height: 130%;
}

.openday__text span {
	display: block;
	font-weight: 600;
	margin-top: 4.44444vw;
}

.openday__video {
	display: block;
	position: relative;
	border-radius: 3.33333vw;
	overflow: hidden;
	min-height: 50.83333vw;
}

.openday__video-image {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.openday__video-icon {
	position: absolute;
	width: 11.11111vw;
	height: 11.11111vw;
	-o-object-fit: cover;
	   object-fit: cover;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.openday__items {
	display: grid;
	grid-template-columns: repeat(3, 77.77778vw);
	grid-gap: 4.44444vw;
}

.openday__item {
	height: 36.66667vw;
	padding: 4.44444vw;
	border: 1px solid #D3D8E3;
	border-radius: 3.33333vw;
	background: #F7F9FD;
	position: relative;
	overflow: hidden;
	transition: all .5s;
}

.openday__item:hover {
	color: #fff;
	background: #FF0A47;
}

.openday__item:hover .openday__item-img {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(244deg) brightness(103%) contrast(99%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(244deg) brightness(103%) contrast(99%);
}

.openday__item-name {
	font-size: 5.55556vw;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -1%;
}

.openday__item-img {
	position: absolute;
	right: -2%;
	bottom: -1%;
	max-width: 29.44444vw;
	height: auto;
}

.openday__item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.openday__item:nth-child(3) .openday__item-img {
	bottom: -10%;
}

.features__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4.44444vw;
}

.features__item {
	padding: 8.88889vw 4.44444vw;
	background: #F7F9FD;
	border: 1px solid #D3D8E3;
	border-radius: 3.33333vw;
	overflow: hidden;
}

.features__item-title {
	font-weight: 600;
	font-size: 6.11111vw;
	line-height: 120%;
	margin-bottom: 4.44444vw;
	color: #3D4166;
}

.features__item-subtitle {
	font-weight: 600;
	font-size: 4.72222vw;
	line-height: 120%;
	margin-bottom: 2.22222vw;
}

.features__item-list {
	font-weight: 400;
	font-size: 4.72222vw;
	line-height: 120%;
	color: #6E708C;
	list-style: none;
}

.features__item-list li + li {
	margin-top: 1.38889vw;
}

.features__item-list li {
	position: relative;
	padding-left: 5.55556vw;
}

.features__item-list li::before {
	content: '';
	position: absolute;
	width: 0.3em;
	height: 0.3em;
	border-radius: 50%;
	background: #6E708C;
	top: 2.22222vw;
	left: 0.55556vw;
}

.features__item-img {
	display: none;
}

.happiness {
	background: #FFD11A;
	position: relative;
}

.happiness::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/@abiturientam/happiness/yellow-bg-m.svg");
	background-position: 100% 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.happiness__inner {
	display: flex;
	flex-direction: column;
	gap: 6.66667vw;
}

.happiness__box {
	font-size: 4.72222vw;
	font-weight: 400;
	line-height: 120%;
	z-index: 3;
}

.happiness__box p + p {
	margin-top: 4.44444vw;
}

.happiness__box-icon {
	width: 6.11111vw;
	height: 6.11111vw;
	flex: 0 0 auto;
	font-size: 6.11111vw;
}

.happiness__box-button {
	margin: 6.66667vw 0;
}

.happiness__box-button:hover {
	color: #fff;
	border-color: #0D1140;
	background: #0D1140;
}

.happiness__subtitle {
	font-size: 5.55556vw;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 4.44444vw;
}

.happiness__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4.44444vw;
	z-index: 3;
	position: relative;
}

.happiness__item {
	border-radius: 2.22222vw;
	padding: 5.55556vw 4.44444vw;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 3.33333vw;
}

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

.happiness__item-contact {
	color: #FF0A47;
	font-size: 4.16667vw;
	font-weight: 400;
	line-height: 120%;
}

.happiness__item-contact:hover {
	color: #FF0A47;
}

.happiness__item-icon {
	width: 5vw;
	height: 5vw;
	flex: 0 0 auto;
	font-size: 4.44444vw;
	margin-right: 0.83333vw;
}

.banner {
	color: #fff;
	background: url("../img/@abiturientam/banner/bg-banner-m.png") no-repeat, #FF0A47;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 5.55556vw 0;
}

.banner__inner {
	display: flex;
	flex-direction: column;
	height: 149.44444vw;
	z-index: 5;
	position: relative;
}

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

.banner__subtitle {
	font-size: 5vw;
	font-weight: 600;
	line-height: 130%;
}

.banner__button {
	margin-top: auto;
	min-height: 14.44444vw;
	white-space: nowrap;
}

.banner__button-icon {
	width: 6.11111vw;
	height: 6.11111vw;
	flex: 0 0 auto;
	font-size: 6.11111vw;
}

.banner__button:hover {
	color: #fff;
	background: #0D1140;
	border-color: #0D1140;
}

.banner__button:hover i {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(244deg) brightness(103%) contrast(99%);
	        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(244deg) brightness(103%) contrast(99%);
}

.banner__image {
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	height: 88.88889vw;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 auto;
}

.faq__box {
	display: flex;
	flex-direction: column;
	gap: 4.44444vw;
}

.faq__tabs .slick-list {
	overflow: visible;
}

.faq__tab {
	font-size: 4.72222vw;
	font-weight: 600;
	line-height: 120%;
	padding: 3.33333vw 5.55556vw;
	border: 1px solid;
	background: #F7F9FD;
	border-color: #A8B2C780;
	border-radius: 3.33333vw;
	white-space: nowrap;
	cursor: pointer;
}

.faq__tab.active {
	color: #fff;
	background: #FF0040;
	border-color: #FF0040;
}

.faq__block {
	display: none;
}

.faq__block-active {
	display: block;
}

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

.faq__item.open .faq__item-answer {
	display: block;
}

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

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

.faq__item-question {
	font-size: 5vw;
	font-weight: 500;
	line-height: 6.66667vw;
}

.faq__item-answer {
	font-size: 4.44444vw;
	font-weight: 400;
	line-height: 6.11111vw;
	display: none;
}
