@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Unbounded/Unbounded-Regular.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/Unbounded/Unbounded-SemiBold.woff2") format("woff2");
	font-display: swap;
}
@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/Unbounded/Unbounded-Black.woff2") format("woff2");
	font-display: swap;
}
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@media (min-width: 576px) {
	.site {
		margin-top: 16px !important;
	}
}
@media (min-width: 1200px) {
	.site {
		margin-top: 20px !important;
	}
}

@media (min-width: 576px) {
	.header {
		top: 102px !important;
	}
}
@media (min-width: 1200px) {
	.header {
		top: 140px !important;
	}
}

.bf25-top {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: block;
	width: 100%;
	height: 10em;
	font-family: "Unbounded", sans-serif;
	font-weight: 400 !important;
	font-size: 2.7777777778vw !important;
	color: #fff !important;
	text-decoration: none !important;
	background-color: #000;
}
.bf25-top:hover .bf25-top__container {
	transform: scale(1.02);
}
@media (min-width: 576px) {
	.bf25-top {
		position: sticky;
		top: 0;
		bottom: auto;
		height: 86px;
		font-size: 1vw !important;
	}
}
@media (min-width: 1200px) {
	.bf25-top {
		height: 120px;
		font-size: 0.5208333333vw !important;
	}
}
@media (min-width: 1920px) {
	.bf25-top {
		font-size: 10px !important;
	}
}

.bf25-top__line {
	display: none;
}
@media (min-width: 576px) {
	.bf25-top__line {
		display: block;
		width: 100%;
		height: 16px;
		background-image: url("https://smirnov.school/wp-content/uploads/2025/10/lenta-zelenaya-32.webp");
		background-size: contain;
	}
}
@media (min-width: 1200px) {
	.bf25-top__line {
		height: 20px;
	}
}

.bf25-top__container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 32em;
	height: 100%;
	transition: transform 0.3s ease;
}
@media (min-width: 576px) {
	.bf25-top__container {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 96em;
	}
}
@media (min-width: 1200px) {
	.bf25-top__container {
		max-width: 130em;
	}
}

.bf25-top__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
@media (min-width: 1200px) {
	.bf25-top__content {
		max-width: 90em;
	}
}

.bf25-top__title {
	position: relative;
	z-index: 10;
	margin-bottom: 0.2222222222em;
	font-weight: 900;
	font-size: 1.8em;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	color: #fff !important;
	text-shadow: 0 0.0555555556em 0.3888888889em #ea0000;
}
@media (min-width: 576px) {
	.bf25-top__title br {
		display: none;
	}
}
@media (min-width: 576px) {
	.bf25-top__title {
		margin-bottom: 0.1818181818em;
		font-size: 2.2em;
		text-shadow: 0 0.0454545455em 0.3181818182em #ea0000;
	}
}
@media (min-width: 1200px) {
	.bf25-top__title {
		margin-bottom: 0.1333333333em;
		font-size: 3em;
		text-shadow: 0 0.0333333333em 0.2333333333em #ea0000;
	}
}

.bf25-top__subtitle {
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.28;
	text-align: center;
	color: #65f200 !important;
}
@media (min-width: 576px) {
	.bf25-top__subtitle br {
		display: none;
	}
}
@media (min-width: 576px) {
	.bf25-top__subtitle {
		font-size: 1.4em;
	}
}
@media (min-width: 1200px) {
	.bf25-top__subtitle {
		font-size: 2em;
	}
}

.bf25-top__countdown {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -75%);
	aspect-ratio: 416/90;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10.625em;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000 !important;
	background-image: url("https://smirnov.school/wp-content/uploads/2025/10/frame-2087331665-1.webp");
	background-size: cover;
}
@media (min-width: 576px) {
	.bf25-top__countdown {
		position: static;
		transform: none;
		width: 11.8181818182em;
		margin-right: 1.8181818182em;
		font-size: 2.2em;
	}
}
@media (min-width: 1200px) {
	.bf25-top__countdown {
		width: 10em;
		margin-right: 0;
		font-size: 3.6em;
	}
}

.bf25-top__countdown-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bf25-top__countdown-item:not(:last-child) {
	padding-right: 0.625em;
}
.bf25-top__countdown-item:not(:last-child)::before {
	content: ":";
	position: absolute;
	top: -0.125em;
	right: 0.125em;
}
@media (min-width: 576px) {
	.bf25-top__countdown-item:not(:last-child) {
		padding-right: 0.6818181818em;
	}
}
@media (min-width: 1200px) {
	.bf25-top__countdown-item:not(:last-child) {
		padding-right: 0.5555555556em;
	}
}
.bf25-top__countdown-item span:last-child {
	display: inline-block;
	margin-top: -0.3333333333em;
	font-weight: 600;
	font-size: 0.375em;
}
@media (min-width: 576px) {
	.bf25-top__countdown-item span:last-child {
		margin-top: -0.25em;
		font-size: 0.3636363636em;
	}
}
@media (min-width: 1200px) {
	.bf25-top__countdown-item span:last-child {
		margin-top: -0.6em;
		font-size: 0.2777777778em;
	}
}

.bf25-top__discount {
	position: absolute;
	top: 0;
	right: -2em;
	aspect-ratio: 87/66;
	width: 6.5em;
	background-image: url("https://smirnov.school/wp-content/uploads/2025/10/frame-2087331650-1.webp");
	background-size: cover;
}
.bf25-top__discount span {
	position: absolute;
	top: 1.5em;
	left: 2em;
	font-size: 1.2em;
	transform: rotate(-15deg);
}
@media (min-width: 576px) {
	.bf25-top__discount span {
		top: 0.8333333333em;
		left: 1.5em;
	}
}
@media (min-width: 1200px) {
	.bf25-top__discount span {
		top: 0.6666666667em;
		left: 1.3333333333em;
		font-size: 3em;
	}
}
@media (min-width: 576px) {
	.bf25-top__discount {
		aspect-ratio: 159/96;
		background-image: url("https://smirnov.school/wp-content/uploads/2025/10/frame-20873316502.webp");
	}
}
@media (min-width: 1200px) {
	.bf25-top__discount {
		right: -14em;
		width: 15em;
	}
} /*# sourceMappingURL=app.css.map */
