/* Common */
/* Media */
/* Content */
/* Blocks */
@media (min-width: 768px) {
	.main__inner.lg {
		height: auto;
		min-height: 30.72917vw;
	}
}

@media (min-width: 768px) {
	.contacts__items {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 2.1875vw;
	}
	.contacts__item {
		gap: 0.83333vw;
		min-width: 35%;
	}
	.contacts__item_1 {
		order: 5;
	}
	.contacts__item_2 {
		border-right: 1px solid rgba(168, 178, 199, 0.5);
	}
	.contacts__item_button {
		order: 6;
		margin-top: auto;
	}
	.contacts__item-title {
		font-size: 1.19792vw;
	}
	.contacts__item-box {
		gap: 0.41667vw;
		font-size: 0.88542vw;
		line-height: 130%;
	}
	.contacts__item-box br {
		display: none;
	}
}

@media (min-width: 1440px) {
	.contacts__items {
		flex-wrap: nowrap;
	}
	.contacts__item {
		min-width: auto;
	}
	.contacts__item_1 {
		order: 0;
		border-right: 1px solid rgba(168, 178, 199, 0.5);
	}
	.contacts__item_1, .contacts__item_2 {
		padding-right: 2.1875vw;
	}
	.contacts__item_button {
		margin-top: 0;
		align-self: center;
		flex: 1;
	}
}

.openday__inner {
	gap: 0;
}

.openday__top {
	gap: 1.25vw;
}

.openday__date {
	font-size: 1.5625vw;
}

.openday__text {
	font-size: 1.19792vw;
}

.openday__text span {
	margin-top: 0.41667vw;
}

.openday__video {
	border-radius: 0.625vw;
	min-height: 37.60417vw;
	margin: 2.08333vw 0 1.04167vw;
}

.openday__video-icon {
	width: 4.16667vw;
	height: 4.16667vw;
}

.openday__items {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.04167vw;
	margin: 0 0 3.64583vw;
	overflow: hidden;
}

.openday__item {
	height: 12.70833vw;
	padding: 1.66667vw 3.95833vw 1.66667vw 1.25vw;
	border: 1px solid #D3D8E3;
	border-radius: 0.625vw;
}

.openday__item-name {
	font-size: 1.35417vw;
}

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

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

@media (min-width: 992px) {
	.openday__form .form__items {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 1440px) {
	.openday__top {
		gap: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.openday__title {
		margin-bottom: 0.625vw;
	}
}

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

.features__item {
	padding: 2.08333vw;
	border: 1px solid #D3D8E3;
	border-radius: 0.625vw;
	position: relative;
}

.features__item:hover .features__item-img {
	-webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(4627%) hue-rotate(333deg) brightness(94%) contrast(117%);
	        filter: brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(4627%) hue-rotate(333deg) brightness(94%) contrast(117%);
}

.features__item-title {
	font-size: 1.5625vw;
	margin-bottom: 1.25vw;
}

.features__item-subtitle {
	font-size: 0.98958vw;
	margin-bottom: 0.625vw;
	max-width: 21.875vw;
}

.features__item-list {
	max-width: 21.875vw;
	font-size: 0.98958vw;
	line-height: 125%;
}

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

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

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

.features__item-img {
	display: block;
	position: absolute;
	right: -10%;
	bottom: -6%;
	max-height: 8.54167vw;
	width: auto;
}

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

.happiness::after {
	background-image: url("../img/@abiturientam/happiness/yellow-bg-t.svg");
	background-position: 100% 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.happiness__inner {
	gap: 2.08333vw;
}

.happiness__box {
	gap: 1.25vw;
	font-size: 0.98958vw;
}

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

.happiness__box-text {
	max-width: 42.70833vw;
}

.happiness__box-icon {
	width: 1.5625vw;
	height: 1.5625vw;
	font-size: 1.5625vw;
}

.happiness__box-button {
	margin: 1.25vw 0;
	min-width: 21.875vw;
}

.happiness__subtitle {
	font-size: 1.35417vw;
	margin-bottom: 1.25vw;
}

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

.happiness__item {
	border-radius: 0.41667vw;
	padding: 1.04167vw 0.83333vw;
	justify-content: space-between;
	gap: 0.625vw;
}

.happiness__item-title {
	font-size: 0.98958vw;
}

.happiness__item-contact {
	font-size: 0.88542vw;
	line-height: 130%;
}

.happiness__item-icon {
	width: 1.25vw;
	height: 1.25vw;
	flex: 0 0 auto;
	font-size: 1.25vw;
	margin-right: 0.20833vw;
}

.happiness__center {
	max-width: 33.33333vw;
}

@media (min-width: 1440px) {
	.happiness::after {
		display: none;
	}
	.happiness__inner {
		background: #FFD11A;
		position: relative;
	}
	.happiness__inner::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-image: url("../img/@abiturientam/happiness/yellow-bg-d.svg");
		background-position: 100% 0px;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.happiness__box {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		gap: 3.125vw;
	}
	.happiness__box-button {
		margin: 0;
	}
	.happiness__know {
		position: relative;
	}
	.happiness__know::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("../img/@abiturientam/happiness/wave.svg");
		background-position: 58% 0;
		background-repeat: no-repeat;
		background-size: 1.66667vw 1.14583vw;
	}
}

@media (min-width: 768px) {
	.banner {
		padding: 3.125vw 0;
		background: url("../img/@abiturientam/banner/bg-banner-d.png") no-repeat, #FF0A47;
		background-position: 50% 50%;
		background-size: cover;
	}
	.banner__inner {
		height: 22.91667vw;
	}
	.banner__box {
		justify-content: center;
		max-width: 38.22917vw;
	}
	.banner__subtitle {
		font-size: 1.19792vw;
		margin-bottom: 2.5vw;
	}
	.banner__button {
		margin-top: 0;
		width: auto;
		min-height: 2.91667vw;
	}
	.banner__button-icon {
		width: 1.25vw;
		height: 1.25vw;
		flex: 0 0 auto;
		font-size: 1.25vw;
		margin-right: 0.20833vw;
	}
	.banner__image {
		bottom: -3.125vw;
		height: 26.04167vw;
		width: auto;
		margin: 0;
	}
}

@media (min-width: 1440px) {
	.banner__inner {
		background: url("../img/@abiturientam/banner/bg-banner-d.png") no-repeat, #FF0A47;
		background-position: 50% 50%;
		background-size: cover;
		height: 26.04167vw;
	}
	.banner__image {
		bottom: 0;
		height: 26.04167vw;
		width: auto;
		margin: 0;
	}
}

@media (min-width: 768px) {
	.faq__box {
		flex-direction: row;
		justify-content: space-between;
		gap: 2.08333vw;
	}
	.faq__tabs {
		flex-basis: 40%;
		display: flex;
		flex-direction: column;
		gap: 0.83333vw;
		margin-top: 1.04167vw;
	}
	.faq__tab {
		font-size: 1.04167vw;
		font-weight: 500;
		line-height: 1.45833vw;
		padding: 0.625vw 1.45833vw;
		border: 1px solid;
		border-color: #A8B2C780;
		border-radius: 0.625vw;
	}
	.faq__content {
		flex: 1 1 100%;
	}
	.faq__item-top {
		padding: 1.25vw 0;
		gap: 0.83333vw;
	}
	.faq__item-icon {
		width: 0.52083vw;
		height: 0.52083vw;
		font-size: 0.52083vw;
	}
	.faq__item-question {
		font-size: 1.04167vw;
		line-height: 1.45833vw;
		font-weight: 600;
	}
	.faq__item-answer {
		font-size: 0.9375vw;
		line-height: 1.25vw;
		max-width: 43.75vw;
	}
}
