/* CSS Document */
* {
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

.clear {
	clear:both;
}

a {
	color: #fe6e00;
	transition:color 0.3s;
}

a:hover {
	color: #736659;
}

.button {
	height:80px;
	line-height:80px;
	background:#fe6e00;
	padding-left:60px;
	padding-right:60px;
	font-size:20px;
	font-family: 'Signika Negative', sans-serif;
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
	
	transition:background 0.3s;
}

.button:hover {
	background: #736659;
	color: #ffffff;
}

body {
	background:#ffffff;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
}

.for_header {
	width:100%;
	height:570px;	
	min-width:420px;
}

.bg_animate {
	background:url('/design/bg_main.jpg') center top no-repeat;
}

.for_header .for_header_top {
	height:150px;
	border-bottom:1px solid #736659;
	position:fixed;
	width:100%;
}

.for_header .for_header_top .header_top {
	max-width:1200px;
	margin:auto;
}

.for_header .for_header_top .header_top .logo {
	float: left;
	margin-top: 14px;
	color: #ffffff;
	text-decoration: none;
	font-size: 40px;
	text-align: left;
	line-height: 30px;
	font-weight: bold;
}

.for_header .for_header_top .header_top .logo img {
	height:110px;
	display:block;
	margin-top: 6px;
	
	transition:all 0.3s;
}

.for_header .for_header_top .header_top .logo img:hover {
	height:122px;
	margin-top:0;
}

.for_header .for_header_top .header_top .logo span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	width: 286px;
	height: 123px;
	background: url('/design/asap_economy_logo.png') 0 0 no-repeat;
}

.mobile_menu_icon {
	display:none;
	float:right;
	margin-right:20px;
	margin-top:42px;
	cursor:pointer;
}

ul.main_menu {
	display: flex;
	float: right;
	margin-top: 65px;
	list-style-type: none;
	font-family: 'Signika Negative', sans-serif;
}

ul.main_menu li {
	padding-left:5px;
	padding-right:5px;
}

ul.main_menu li a {
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	text-decoration:none;
	font-size:20px;
	line-height:30px;
}

ul.main_menu li.active a, ul.main_menu li a:hover {
	color:#fe6e00;
}

.for_header .header_content {
	padding-top:315px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.for_header .header_content .claim {
	border-top:1px solid #fe6e00;
	border-bottom:1px solid #fe6e00;
	line-height:68px;
	padding: 0 18px 0 18px;
	font-size:30px;
	text-transform: uppercase;
	font-family: 'Signika Negative', sans-serif;
	color:#ffffff;
}

.for_header .header_content .button {
	margin-top:145px;
}

.main_content {
	max-width:1200px;
	min-width:380px;
	margin:auto;
	padding-top:40px;
	text-align:left;
}

.main_content.padding {
	padding: 90px 20px 40px 20px;
}

.main_content p.prefix {
	font-size:18px;
	font-weight:600;
	padding-bottom:25px;
}

.main_content p {
	font-size:16px;
	color:#3c3c3c;
	padding-bottom:15px;
}

.main_content strong {
	font-weight:600;
}

.main_content ul li {
	padding-bottom:3px;
}

.main_content h1 {
	font-size: 35px;
	margin-top: 100px;
	padding-bottom:35px;
	color: #3c3c3c;
}

.main_content h2 {
	font-size:30px;
	color:#fe6e00;
	font-weight:600;
	padding-bottom:20px;
}

.main_content h3 {
	padding-bottom: 20px;
	color: #3c3c3c;
}

.main_content h4 {
	text-decoration: underline;
	font-size: 18px;
	padding-bottom: 10px;
	color:#3c3c3c;
}

.main_content ul {
	padding: 0 0 30px 30px;
	font-size: 16px;
	color: #3c3c3c;
	list-style: square;
}

.home_content, .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.main_content .content_label {
	float:left;
	width:95px;
	font-weight:600;
	text-transform: uppercase;
}

.firm_name {
	font-size:20px;
}

.main_content .content_after_label {
	float:left;
	width:calc(100% - 95px);
}

.home_content h2 {
	padding-top:35px;
}

.half {
	width: 48%;
}

.for_boxes {
	background: #edecec;
	min-width:380px;
}

.boxes {
	max-width: 1200px;
	padding-left:20px;
	padding-right:20px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
}

.box {
	width: 30%;
	height: 100%;
	background: #ffffff;
	margin: 40px 0 80px 0;
	min-height: 330px;
}

.box h3 {
	padding: 20px 40px 15px 40px;
	border-bottom: 1px solid #ebebeb;
	font-size: 28px;
	text-align: left;
	color: #3c3c3c;
}

.box h3 a {
	color: #3c3c3c;
	text-decoration:none;
}

.box h3 a:hover {
	color:#fe6e00;
}

.box_content {
	padding: 15px 40px 0px 40px;
	text-align: left;
	height: 160px;
	font-size:16px;
}


.box_content li {
	margin-left: 0;
	padding: 2px 0 2px 0;
	list-style: none;
}

.box_content span {
	float: left;
	width: 220px;
	margin-bottom: 10px;
}

.box_content .label {
	width: 60px;
	font-weight: bold;
	clear: both;
}

.box .button {	
	text-align: center;
	position: relative;
	bottom: -40px;
}

#about h3 { 
	background: url('/design/card.png') 93% 50% no-repeat; 
}
#price h3 { 
	background: url('/design/price.png') 93% 50% no-repeat; 
}
#contact h3 { 
	background: url('/design/phone.png') 93% 50% no-repeat; 
}

.contact_form {
	width:100%;
}

.contact_form .form_item.half {
	width:48%;
}

.contact_form .form_item.half.left {
	float:left;
}

.contact_form .form_item.half.right {
	float:right;
}

.contact_form label {
	display: block;
	color: #3c3c3c;
	font-size:16px;
}

.contact_form label .star {
	color:#fe6e00;
	font-weight:600;
}

.contact_form input[type="text"] {
	display: block;
	border: 1px solid #bcaa99;
	color: #3c3c3c;
	line-height: 20px;
	font-size: 18px;
	padding: 8px 10px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	width:calc(100% - 20px);	
}

.contact_form input[type="text"].v_err,
.contact_form .for_textarea.v_err {
	border-color:#fe6e00;
	outline:1px solid #fe6e00;
}

.contact_form .for_textarea {
	border: 1px solid #bcaa99;
	padding-bottom:45px;
}

.contact_form textarea {
	display: block;	
	color: #3c3c3c;
	line-height: 20px;
	font-size: 18px;
	padding: 8px 10px;	
	font-family: 'Open Sans', sans-serif;
	width:calc(100% - 22px);
	height:150px;
	resize:none;	
}

.contact_form .for_button {
	text-align:center;
	margin-top:-40px;
	position:relative;
	z-index:10;
}

/*.contact_form textarea {
	border: 1px solid #736659;
	color: #3c3c3c;
	border-radius: 3px;
	line-height: 20px;
	font-size: 18px;
	padding: 3px 10px;
	margin-bottom: 15px;
	width: 500px;
	height: 150px;
}

.contact_form .submit {
	background-color: #fe6e00;
	color: #ffffff;
	border: none;
	padding: 5px 20px;
}

.contact_form .submit:hover {
	background-color: #736659;
}*/

.for_footer {
	display: flex;
	flex-direction: column;
	background: #514942;
	min-width:420px;
}

.footer_menu {
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 100px 0 10px 0;
	border-bottom: 1px solid #77685a;
	width: 600px;
}

.footer_menu li {
	list-style: none;
}

.footer_menu li a {
	text-decoration: none;
	color: #ffffff;
	padding: 0 15px;
}

.footer_menu li a:hover {
	color: #fe6e00;
}

.for_footer p {
	margin: 10px 0 100px 0;
	color: #ffffff;
}