@media(max-width: 1024px) {
	#wpcf7-f46-o1 > div.row > div > span > input{
		line-height: 1px !important;
	}
	#exampleFormControlTextarea1{
		line-height: 2px !important;
	}
}

#wpcf7-f46-o1 > div.row > div.col-12.text-center > input{
	font-family: "anton-r" !important;
}


#faq > section > div > div.row.p-lg-5.bg_skin_25 > div.col.py-3.py-lg-0 > div > div > div:nth-child(2) > img{
	margin-top: 4px;
}

#faq > section > img.img-fluid.floating-img-right.d-none.d-lg-block{
	bottom: 15px;
	z-index: -1;
}
/*#wpcf7-f46-o1 > div.row > div.col-12.text-center > input{
	font-family: fantasy;
}*/


.bg_contact {
	background: url(../img/ContactBox.png);
}

#contact .icon {
	width: 2rem;
}

#contact .h_3 {
	font-size: x-large;
	/*font-family: inherit;*/
	font-weight: 600;
}

.bg_skin_25 {
	background: linear-gradient(
		90deg,
		var(--bg-peach) 0%,
		var(--bg-peach) 25%,
		var(--bg-skin) 25%,
		var(--bg-skin) 85%,
		var(--bg-skin) 85%,
		var(--bg-skin) 100%
	);
}

@media (min-width: 320px) and (max-width: 425px) {
	.bg_skin_25 {
		background: var(--bg-skin);
	}
	#faq > section > div > div:nth-child(1) > div > h1{
		padding-top: 0px !important;
		padding-bottom: 10px !important;
	}
}
.phone-icon{
	margin-top: 10%;
}
.icons{
	max-width: 25px;
	height: 20px;
}
form input[type="submit"].btn{
	font-weight:400;
	font-family: "anton-r" !important;
}