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

.tariffs {
	font-family: "Montserrat", sans-serif;
	font-size: 2.7777777778vw !important;
	color: #fff;
	padding: 4em 0;
	background-color: #080808;
}
@media (min-width: 576px) {
	.tariffs {
		font-size: 1vw !important;
		padding: 6em 0;
	}
}
@media (min-width: 1200px) {
	.tariffs {
		font-size: 0.5208333333vw !important;
		padding: 8em 0;
	}
}
@media (min-width: 1920px) {
	.tariffs {
		font-size: 10px !important;
	}
}
.tariffs__container {
	width: 100%;
	max-width: 32em;
	margin: 0 auto;
}
@media (min-width: 576px) {
	.tariffs__container {
		max-width: 96em;
	}
}
@media (min-width: 1200px) {
	.tariffs__container {
		max-width: 98em;
	}
}
.tariffs__title {
	position: relative;
	margin-bottom: 1.25em;
	font-family: "Unbounded", sans-serif;
	font-weight: 500;
	font-size: 2.4em !important;
	line-height: 1.3;
	color: #fff !important;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
@media (min-width: 576px) {
	.tariffs__title {
		margin-bottom: 0.8333333333em;
		font-size: 3.6em !important;
	}
}
@media (min-width: 1200px) {
	.tariffs__title {
		margin-bottom: 0.9090909091em;
		font-size: 5.5em !important;
		line-height: 1.5;
	}
}
.tariffs__list {
	display: flex;
	gap: 1em;
	padding: 0 max(0em, (100% - 34em) / 2);
	overflow-y: auto;
}
@media (min-width: 576px) {
	.tariffs__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2em;
		width: 96em;
		margin: 0 auto;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.tariffs__list {
		gap: 3em;
		width: 152em;
	}
}
.tariffs__button {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.375em auto 0;
	width: 21.25em;
	height: 5em;
	font-weight: 600;
	font-size: 1.6em !important;
	color: #fff !important;
	text-decoration: none;
	background: #2461ff;
	border-radius: 3.125em;
	transition: background-color 0.3s;
}
.tariffs__button:hover {
	background-color: #ff4690;
}
@media (min-width: 576px) {
	.tariffs__button {
		gap: 0.5em;
		margin-top: 1.5em;
		width: 48em;
		height: 4.5em;
		font-size: 2em !important;
	}
}
@media (min-width: 1200px) {
	.tariffs__button {
		margin-top: 1.4814814815em;
		gap: 0.5185185185em;
		width: 56.2962962963em;
		height: 4.6666666667em;
		font-size: 2.7em !important;
		border-radius: 3.962962963em;
	}
}
@media (min-width: 576px) {
	.tariffs__button::before {
		content: "";
		flex-shrink: 0;
		display: inline-block;
		aspect-ratio: 1;
		width: 2.5em;
		background-image: url("https://smirnov.school/wp-content/uploads/2025/11/frame-2087332308.webp");
		background-size: cover;
	}
}
@media (min-width: 1200px) {
	.tariffs__button::before {
		width: 2.8888888889em;
	}
}

.tariff-card {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 31em;
	height: 100%;
	color: #000;
	background-color: #f9f9f9;
	padding: 2em 1em;
	border-radius: 2em;
}
@media (min-width: 576px) {
	.tariff-card {
		width: 100%;
		padding: 3em 2em;
		border-radius: 2em;
	}
}
@media (min-width: 1200px) {
	.tariff-card {
		padding: 4em 5em;
		border-radius: 3.3em;
	}
}
.tariff-card__title {
	margin-bottom: 1.25em;
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 1.6em !important;
	line-height: 1.1;
	color: #000;
	text-transform: uppercase;
}
.tariff-card__title span {
	color: #ff4690;
}
@media (min-width: 576px) {
	.tariff-card__title {
		margin-bottom: 0.7692307692em;
		font-size: 2.6em !important;
	}
}
@media (min-width: 1200px) {
	.tariff-card__title {
		margin-bottom: 0.55em;
		font-size: 4em !important;
	}
}
.tariff-card__prices {
	display: flex;
	flex-direction: column;
	gap: 0.6em;
	margin-bottom: 1.6em;
}
@media (min-width: 576px) {
	.tariff-card__prices {
		margin-bottom: 2em;
	}
}
@media (min-width: 1200px) {
	.tariff-card__prices {
		margin-bottom: 2.4em;
	}
}
.tariff-card__prices-row {
	display: flex;
	align-items: center;
	gap: 1em;
}
@media (min-width: 1200px) {
	.tariff-card__prices-row {
		gap: 1.5em;
	}
}
.tariff-card__current-price {
	font-family: "Unbounded", sans-serif;
	font-size: 1.6em !important;
	line-height: 1.1;
	color: #000;
}
@media (min-width: 576px) {
	.tariff-card__current-price {
		font-size: 2.6em !important;
	}
}
@media (min-width: 1200px) {
	.tariff-card__current-price {
		font-size: 4em !important;
	}
}
.tariff-card__discount-percent {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 95/34;
	width: 4em;
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 1em !important;
	line-height: 1.1;
	color: #000;
	background-color: #ffc80c;
	border-radius: 3em;
}
@media (min-width: 576px) {
	.tariff-card__discount-percent {
		width: 4.2857142857em;
		font-size: 1.4em !important;
	}
}
@media (min-width: 1200px) {
	.tariff-card__discount-percent {
		width: 5.2777777778em;
		font-size: 1.8em !important;
	}
}
.tariff-card__regular-price {
	font-family: "Unbounded", sans-serif;
	font-weight: 400;
	font-size: 1.2em !important;
	line-height: 1.1;
	text-transform: uppercase;
	text-decoration: line-through;
	color: #494949;
}
@media (min-width: 576px) {
	.tariff-card__regular-price {
		font-size: 1.8em !important;
	}
}
@media (min-width: 1200px) {
	.tariff-card__regular-price {
		font-size: 2.4em !important;
	}
}
.tariff-card__prices-text {
	font-weight: 500;
	font-size: 1.2em !important;
	color: #464646;
}
@media (min-width: 576px) {
	.tariff-card__prices-text {
		font-size: 1.5em !important;
	}
}
@media (min-width: 1200px) {
	.tariff-card__prices-text {
		font-size: 2.1em !important;
	}
}
.tariff-card__list {
	display: flex;
	flex-direction: column;
	gap: 0.6em;
	flex-grow: 1;
	margin-bottom: 2em;
}
@media (min-width: 576px) {
	.tariff-card__list {
		margin-bottom: 2.5em;
	}
}
@media (min-width: 1200px) {
	.tariff-card__list {
		margin-bottom: 3.5em;
	}
}
.tariff-card__item {
	display: grid;
	grid-template-columns: 43% 57%;
	align-items: center;
	gap: 0.3125em;
	min-height: 3.2em;
	font-weight: 500;
	font-size: 1.2em !important;
	line-height: 1;
	color: #000;
	background-color: #eeeeee;
	padding: 0.4em;
}
@media (min-width: 576px) {
	.tariff-card__item {
		gap: 1em;
		padding: 0.625em 1.25em;
		font-size: 1.6em !important;
	}
}
@media (min-width: 1200px) {
	.tariff-card__item {
		gap: 1.0526315789em;
		height: 3.4210526316em;
		font-size: 1.9em !important;
		padding: 0 1.8947368421em;
	}
}
.tariff-card__item-title {
	font-size: inherit !important;
	color: #000 !important;
}
.tariff-card__item-value {
	font-size: inherit !important;
	color: #ff0d0d;
}
.tariff-card__button {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 4.2857142857em;
	font-weight: 600;
	font-size: 1.4em !important;
	color: #fff;
	background: linear-gradient(90deg, #ff1d04 0%, #ff9013 100%);
	cursor: pointer;
	border-radius: 3.5714285714em;
}
@media (min-width: 576px) {
	.tariff-card__button {
		height: 4.5em;
		font-size: 2em !important;
		border-radius: 2.5em;
	}
}
@media (min-width: 1200px) {
	.tariff-card__button {
		height: 5.0476190476em;
		font-size: 2.1em !important;
		border-radius: 5.0952380952em;
	}
}
.tariff-card__button::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #ff4690 0%, #4e1faa 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.tariff-card__button:hover::before {
	opacity: 1;
}
.tariff-card__button :global(.chakra-spinner) {
	width: 1.7142857143em;
	height: 1.7142857143em;
}
@media (min-width: 576px) {
	.tariff-card__button :global(.chakra-spinner) {
		width: 1.6em;
		height: 1.6em;
	}
}
@media (min-width: 1200px) {
	.tariff-card__button :global(.chakra-spinner) {
		width: 1.9047619048em;
		height: 1.9047619048em;
	}
}
.tariff-card__button:disabled {
	opacity: 0.5;
	pointer-events: none;
} /*# sourceMappingURL=app.css.map */
