@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 700 900;
	src: url("../fonts/Unbounded-VariableFont_wght.woff2") format("woff2");
	font-display: swap;
}

.banner-con {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1210;
	display: none;
	transform: translateY(200%);
	width: 100%;
	height: 16.8em;
	font-family: "Montserrat", sans-serif;
	font-size: 2.7777777778vw !important;
	color: #fdfdfd;
	padding: 3.5em 0.4em 1.2em;
	background: linear-gradient(180deg, #ff278c 0%, #fd26b2 100%);
	border-top: 0.3em solid #000;
	box-sizing: border-box;
	margin: 0;
	transition: transform 0.5s ease-in-out;
}
.banner-con *,
.banner-con *::before,
.banner-con *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.banner-con.active {
	display: block;
}
.banner-con.visible {
	transform: translateY(0);
}
@media (min-width: 576px) {
	.banner-con {
		right: 1em;
		bottom: 1em;
		width: 38.8em;
		height: 33em;
		font-size: 1vw !important;
		padding: 10.6em 1.8em 2.7em;
		border: none;
		border-radius: 2.4em;
		transform: none !important;
	}
}
@media (min-width: 1200px) {
	.banner-con {
		font-size: 0.5208333333vw !important;
	}
}
@media (min-width: 1920px) {
	.banner-con {
		font-size: 10px !important;
	}
}

.banner-con__close {
	position: absolute;
	top: 1.3em;
	right: 1.4em;
	aspect-ratio: 1;
	width: 3em;
	background-image: url("https://smirnov.school/wp-content/uploads/2025/08/frame-2087330749.svg");
	background-size: cover;
	cursor: pointer;
}
@media (min-width: 576px) {
	.banner-con__close {
		top: 1.28em;
		right: 0.8em;
		width: 2.4em;
	}
}

.banner-con__image {
	position: absolute;
	left: 3.4em;
	top: -6em;
	width: 28.3em;
	height: 9.2em;
	background-image: url("https://smirnov.school/wp-content/uploads/2025/08/frame-2087330753.png");
	background-size: cover;
}
@media (min-width: 576px) {
	.banner-con__image {
		top: -12.4em;
		left: 1.84em;
		aspect-ratio: 624/402;
		width: 33.28em;
		height: auto;
		background-image: url("https://smirnov.school/wp-content/uploads/2025/08/frame-2087330746.webp");
	}
}

.banner-con__title {
	max-width: 16.6666666667em;
	margin: 0 auto 0.3333333333em;
	font-family: "Unbounded", sans-serif;
	font-weight: 900;
	font-size: 1.8em;
	line-height: 1.06;
	text-transform: uppercase;
	text-align: center;
}
@media (min-width: 576px) {
	.banner-con__title {
		margin-bottom: 0.2962962963em;
		max-width: 14.8148148148em;
		font-size: 2.7em;
	}
}

.banner-con__subtitle {
	margin-bottom: 0.7272727273em;
	font-family: "Unbounded", sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.06;
	text-align: center;
}
@media (min-width: 576px) {
	.banner-con__subtitle {
		margin-bottom: 1.875em;
		font-size: 1.6em;
	}
}

.banner-con__foot {
	display: grid;
	gap: 1.2em;
}
@media (min-width: 576px) {
	.banner-con__foot {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5em;
	}
}

.banner-con__timer {
	display: none;
	font-size: 2.9em;
	line-height: 1.4;
	text-align: center;
}
@media (min-width: 576px) {
	.banner-con__timer {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2em;
		border-radius: 6em;
		border: 0.1em solid #f7f7f7;
	}
}

.banner-con__button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 17.7857142857em;
	height: 3.8571428571em;
	font-weight: 600;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	background-color: #0e0e0e;
	border-radius: 5.5em;
	transition: background-color 0.3s ease-in-out;
}
.banner-con__button:hover {
	background-color: #003dff;
}
@media (min-width: 576px) {
	.banner-con__button {
		width: 100%;
		height: 4.2307692308em;
		font-size: 1.3em;
	}
}

.banner-con__arrow {
	position: absolute;
	top: -1.7142857143em;
	right: -0.7142857143em;
	width: 2.5714285714em;
	height: 3.3571428571em;
	background-image: url("https://smirnov.school/wp-content/uploads/2025/08/frame-2087330748.svg");
	background-size: cover;
}
@media (min-width: 576px) {
	.banner-con__arrow {
		top: -4.5384615385em;
		right: 0.9230769231em;
		aspect-ratio: 60/93;
		width: 3.6923076923em;
		height: auto;
		background-image: url("https://smirnov.school/wp-content/uploads/2025/08/frame-2087330747.svg");
	}
} /*# sourceMappingURL=app.css.map */
