a {
	text-decoration: none;
}

.menu {
	list-style: none;
	display: flex;
	gap: 3.6rem;
	font-weight: 400;
}

.menu a {
	color: #FF9800;
	font-size: 2rem;
}

.menu a:hover {
	color: white;
}

.contacts a {
	color: #FF9800;
	font-size: 2rem;
}

.contacts a:hover {
	color: white;
}

.h1_utp {
	font-size: 7rem;
	text-align: center;
}

.h2_utp {
	font-size: 2.5rem;
}

.zagolovok {
	font-size: 3rem;
	margin-bottom: 20px;
}

.offer_h3 {
	font-size: 2rem;
	font-weight: 400;
	font-family: 'Oswald', sans-serif!important;
	margin-top: 10px;
}

.offer_text {
	font-size: 1.4rem;
	text-align: left;
	margin-left: 10px;
}

.offer_price {
	font-size: 2rem;
	font-weight: bold;
	background-color: #FF9800;
	border-radius: 10px;
	padding: 3px 10px;
}

.attention {
	font-size: 2.5rem;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif!important;
}

.attention2 {
	font-size: 2.5rem;
	margin-top: 10px;
}

.vnimanie {
	font-size: 3rem;
	font-weight: bold;
	color: white;
}

.attention3 {
	margin-top: 20px;
	padding: 10px;
}

.container_contacts a {
	color: #FF9800;
	font-size: 4rem;
}

.container_contacts a:hover {
	color: white;
}

.whatsapp {
	margin-right: 10px;
}

.feedback_name {
	font-size: 2rem;
	color: white;
	text-transform: uppercase;
}

.feedback_text {
	margin: 10px 100px 20px 100px;
	font-size: 1.5rem;
}

.faq_h3 {
	font-size: 3rem;
	font-family: 'Oswald', sans-serif !important;
	padding: 10px 0;
	background-color: #FF9800;
}

.faq_answer {
	font-size: 2rem;
	margin: 10px 0 20px 0;
}

.profi_text {
	padding-top: 10px;
	font-size: 1.6rem;
}

.profi_blocks_list li {
	list-style: none;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.profi_blocks_list li:before {
	content: '';
	width: 18px;
	height: 18px;
	background-image: url(images/gl.png);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 5px;
}

.footer_text {
	font-size: 1.6rem;
	color: #cfcfcf;
}

.column_block {
	width: 29%;
	min-width: 300px;
	background-color: #FF9800;
	padding: 20px 10px;
	border: 1px solid #000;
	box-shadow: 10px 5px 30px 1px rgba(0, 0, 0, 1.0);
}

.column_block img {
  height: 100px;
}

.column_block p {
  margin-top: 10px;
  font-size: 1.5rem;
}

.column_block h4 {
  font-size: 2rem;
}

.offering img {
	height: 150px;
	margin: 10px 0;
}

.offering li {
	margin: 5px 0;
}