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

a {
	text-decoration: none;
}

.feedback-block {
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	font-size: 2.7777777778vw !important;
	color: #000;
	background-color: #e4e4e4;
	padding: 4em 0;
}
@media (min-width: 576px) {
	.feedback-block {
		font-size: 1vw !important;
		background-image: url("https://smirnov.school/wp-content/uploads/2025/09/36710941.webp");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}
@media (min-width: 1200px) {
	.feedback-block {
		font-size: 0.5208333333vw !important;
		padding: 10em 0;
	}
}
@media (min-width: 1920px) {
	.feedback-block {
		font-size: 10px !important;
	}
}

.feedback-block__container {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	width: 100%;
	max-width: 32em;
	margin: 0 auto;
}
@media (min-width: 576px) {
	.feedback-block__container {
		flex-direction: row-reverse;
		gap: 3em;
		max-width: 96em;
	}
}
@media (min-width: 1200px) {
	.feedback-block__container {
		gap: 6.2em;
		max-width: 139em;
	}
}

@media (min-width: 576px) {
	.feedback-block__content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

.feedback-block__title {
	margin-bottom: 0.5517241379em;
	font-family: "Unbounded", sans-serif;
	font-weight: 800;
	font-size: 2.9em;
	line-height: 1.25;
	color: #000 !important;
	text-transform: uppercase;
	text-align: center;
}
@media (min-width: 576px) {
	.feedback-block__title {
		text-align: left;
		font-size: 3.6em;
	}
}
@media (min-width: 1200px) {
	.feedback-block__title {
		font-size: 5em;
	}
}

.feedback-block__text {
	margin-bottom: 1.8461538462em;
	font-weight: 500;
	font-size: 1.4em;
	color: #000 !important;
	text-align: center;
}
@media (min-width: 576px) {
	.feedback-block__text {
		font-size: 1.6em;
		text-align: left;
	}
}
@media (min-width: 1200px) {
	.feedback-block__text {
		font-size: 2.1em;
	}
}

.feedback-block__buttons {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}
@media (min-width: 576px) {
	.feedback-block__buttons {
		flex-direction: row;
		align-items: center;
		gap: 2em;
	}
}
@media (min-width: 1200px) {
	.feedback-block__buttons {
		gap: 2.7em;
	}
}

.feedback-block__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 4.75em;
	font-family: "Unbounded", sans-serif;
	font-weight: 500;
	font-size: 1.6em;
	color: #000 !important;
	text-decoration: none !important;
	border-radius: 4666px;
	transition: transform 0.3s ease-in-out;
	cursor: pointer;
}
.feedback-block__button--fill {
	background: linear-gradient(180deg, #cdf926 0%, #9efd24 100%);
}
.feedback-block__button--outline {
	background-color: transparent;
	border: 1px solid #000;
}
.feedback-block__button:hover {
	transform: scale(1.04);
}
@media (min-width: 576px) {
	.feedback-block__button {
		aspect-ratio: 291/107;
		height: auto;
	}
}
@media (min-width: 1200px) {
	.feedback-block__button {
		width: 13.2272727273em;
		font-size: 2.2em;
	}
}

.feedback-block__image {
	width: 100%;
	height: 28.1em;
	background-image: url("https://smirnov.school/wp-content/uploads/2025/09/image-5833.webp");
	background-size: cover;
	border-radius: 2em;
}
@media (min-width: 576px) {
	.feedback-block__image {
		flex-shrink: 0;
		aspect-ratio: 715/409;
		width: 46em;
		height: auto;
		background-image: url("https://smirnov.school/wp-content/uploads/2025/09/image-58332.webp");
	}
}
@media (min-width: 1200px) {
	.feedback-block__image {
		width: 71.5em;
	}
} /*# sourceMappingURL=app.css.map */
