
.sendok {
	padding: 45px;
	color: green;
	font-size: 29px;
	text-align: center;
	line-height: 2rem;
}	

.map {
	margin-top: -30px;
}	

#orderitem_form h6 {
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	margin-top: -42px;
	margin-bottom: 10px;
}	

.h2, .h3, .h4 {
	font-family: "SegoeUI SemiBold";
	font-weight: 700;
	line-height: 1.15;
}	

.inform__wrap h1 {
	margin: 0;
	padding-bottom: 44px;
	font-size: 36px;
	color: #004980;
	text-transform: uppercase;
	line-height: 1.15;
}

#addfile {
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background: blue;
}

.price__item-1, .price__item-2, .price__item-3 {
	font-size: 22px;
    width: 310px;
    height: 54px;
    font-weight: bold;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    
	.ajax_form input[type="text"], .ajax_form input[type="phone"], .ajax_form textarea {		
		width: 100%;
		max-width: 70%;
		height: 26px;
		outline: none;
		margin: 0 auto;
		margin-bottom: 10px;
		padding: 5px 25px;
	}
	.ajax_form .h2 {
		font-size: 18px!important;
	}	
	.faq__question img {
		width: 100%;
		height: auto;
	}	
	
}

	