/* CSS Document */
@media screen and (max-width: 1230px){
	.for_header .for_header_top .header_top .logo {
		margin-left:15px;
	}
}

@media screen and (max-width: 992px){
	.for_header {
		height: 480px;
	}
	.for_header .for_header_top {
		position: relative;
	}
	.for_header .header_content{
		padding-top: 110px;
	}
	.for_header .header_content .button {
		margin-top: 110px;
	}
	.for_boxes {
		padding: 0 20px;
	}
	.main_content.padding {
		padding: 70px 20px 40px 20px;
	}
	
	ul.main_menu {
		margin-right:10px;
	}
	
	.main_content p,
	.main_content ul {
		font-size:16px;
	}
	
	.home_content, 
	.boxes,
	.content {
		flex-direction: column;
	}	
	
	.boxes {
		padding-top:40px;
	}
	
	.half, 
	.box {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top:0;
	}
	.main_content h1 {
		margin-top: 0;
	}
	
	ul.main_menu li {
		padding-left:0;
		padding-right:0;
	}
}

@media screen and (max-width: 760px){
	.for_header {
		background: none;
		height: auto;
	}
	.for_header .for_header_top .header_top .logo  img {
		height:90px;		
	}
	.for_header .for_header_top {
		height: 120px;
		position:relative;
		
	}
	.for_header .header_content {
		display: none;
	}
	
	.mobile_menu_icon {
		display:block;
	}
	
	ul.main_menu {
		float: none;
		margin: 0;
		flex-direction: column;
		position:absolute;
		background:#edecec;
		left:0;
		width:100%;
		top:120px;
		display:none;
	}
	
	ul.main_menu li {
		border-bottom:1px solid #ffffff;
	}
	
	ul.main_menu li a {
		display:block;
		width:100%;
		padding-left:0;
		padding-right:0;
		height:50px;
		line-height:50px;
		color:#3c3c3c
	}
	
	.for_header .header_content .claim {
		font-size: 20px;
	}
	.footer_menu {
		width: auto;
		padding-top: 50px;
		flex-direction: column;
	}
	.for_footer p {
		margin-bottom: 50px;
	}
	.contact_form textarea {
		width: 90%;
	}
	
	.contact_form .form_item.half {
		width:100%;
	}
	
	.contact_form .form_item.half.left {
		float:none;
	}
	
	.contact_form .form_item.half.right {
		float:none;
	}
}