@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/Unbounded/Unbounded-SemiBold.woff2") format("woff2");
	font-display: swap;
}
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.intro {
	display: none !important;
}

.banner {
	box-sizing: border-box;
}

.banner {
	position: relative;
	display: block;
	margin-top: 50px;
	font-family: "Montserrat", sans-serif;
	font-size: 2.7777777778vw !important;
	color: #fff;
	overflow: hidden;
	background-image: url("https://smirnov.school/wp-content/uploads/2025/06/pervyj-ekran3243.webp");
	background-size: cover;
	background-color: #c7b17f;
}
.banner::before {
	content: "";
	position: absolute;
	z-index: 20;
	display: none;
	bottom: -0.2em;
	left: 0;
	width: 100%;
	height: 5.6em;
	background-image: url("https://smirnov.school/wp-content/uploads/2025/05/chii-1.webp");
	background-size: 100% 100%;
}
@media (min-width: 576px) {
	.banner::before {
		display: block;
		height: 4em;
		background-image: url("https://smirnov.school/wp-content/uploads/2025/05/group-2087330028.webp");
	}
}
@media (min-width: 1200px) {
	.banner::before {
		bottom: -4em;
		height: 9.2em;
	}
}
@media (min-width: 576px) {
	.banner {
		font-size: 1vw !important;
		background-image: url("https://smirnov.school/wp-content/uploads/2025/06/367106546757971.webp");
	}
}
@media (min-width: 1200px) {
	.banner {
		margin-top: 81px;
		font-size: 0.5208333333vw !important;
	}
}
@media (min-width: 1920px) {
	.banner {
		background-size: 192em, 82em;
		background-position: center;
		background-repeat: no-repeat;
		font-size: 10px !important;
	}
}

.banner__container {
	width: 100%;
	max-width: 32em;
	margin: 0 auto;
}
@media (min-width: 576px) {
	.banner__container {
		max-width: 76em;
	}
}
@media (min-width: 1200px) {
	.banner__container {
		max-width: 148em;
	}
}

.banner__body {
	position: relative;
	width: 100%;
	height: 65.2em;
}
@media (min-width: 1921px) {
	.banner__body::before,
	.banner__body::after {
		content: "";
		position: absolute;
		top: 0;
		width: 14em;
		height: 100%;
	}
}
@media (min-width: 1921px) {
	.banner__body::before {
		left: -22em;
		background: linear-gradient(to right, #c7b17f, transparent);
	}
}
@media (min-width: 1921px) {
	.banner__body::after {
		right: -22em;
		background: linear-gradient(to left, #c7b17f, transparent);
	}
}
@media (min-width: 576px) {
	.banner__body {
		height: 42.7em;
	}
}
@media (min-width: 1200px) {
	.banner__body {
		height: 82em;
	}
}

.banner__button {
	position: absolute;
	bottom: 6em;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22.5em;
	height: 4.5714285714em;
	margin: 0 auto;
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 1.4em;
	color: #fff;
	letter-spacing: 0.0142857143em;
	text-transform: uppercase;
	background-color: #ff0d37;
	border-radius: 3.2142857143em;
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}
.banner__button:hover {
	box-shadow: 0 0 1.4285714286em 0 #ff0d37;
}
.banner__button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 20%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	transform: skewX(-45deg);
	animation: shine 3s ease infinite;
}
@media (min-width: 576px) {
	.banner__button {
		bottom: 8em;
		aspect-ratio: 537/128;
		width: 20em;
		height: auto;
		font-size: 1.4em;
	}
}
@media (min-width: 1200px) {
	.banner__button {
		bottom: 8.6em;
		width: 22.375em;
		font-size: 2.4em;
	}
}

@keyframes shine {
	from {
		left: -60%;
	}
	to {
		left: 230%;
	}
} /*# sourceMappingURL=app.css.map */
