@media (max-width: 980px) {
	.menu {
		gap: 1.6rem;
	}
}

@media (max-width: 900px) {
	.menu {
		display: none;
	}
	.h2_utp {
		margin-top: 10px;
	}
}

@media (max-width: 390px) {
	.header_wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.logo_link {
		display: none;
	}
}

@media (max-width: 820px) {
	.h1_utp {
		font-size: 5rem;
	}
}

@media (max-width: 610px) {
	.h1_utp {
		font-size: 4rem;
	}
	.h2_utp {
		margin-top: 10px;
		text-align: center;
		font-size: 2rem;
	}
	.feedback_text {
		margin: 10px 20px 20px 20px;
	}
}

@media (max-width: 500px) {
	.h1_utp {
		font-size: 3rem;
	}
	.container_contacts a {
		font-size: 3rem;
	}
}

@media (max-width: 430px) {
	.h2_utp {
		font-size: 1.5rem;
	}
	.attention {
		font-size: 2rem;
	}
	.container_contacts a {
		font-size: 2.5rem;
	}
	.whatsapp {
		display: none;
	}
	.feedback_name {
		font-size: 1.5rem;
	}
	.faq_h3 {
		font-size: 2rem;
	}
	.faq_answer {
		font-size: 1.5rem;
	}
	.footer_text {
		font-size: 1.2rem;
	}
	.contacts_text {
		font-size: 1.5rem;
	}
}

@media (max-width: 380px) {
	.h1_utp {
		font-size: 2.5rem;
	}
}