@media screen and (min-width: 980px) and (max-width: 1300px){

}

@media screen and (min-width: 980px) and (max-width: 1300px){
	header {
		height: 130px;
	}
	header .head a.logo {
		width: 250px;
	}
	header .head span.bars {
		width: 25px;
		padding: 20px;
	}
	
	.slide {
		height: 470px;
	}
	.slide .slide_content h1 {
		font: normal 35px /*'Gothic'*/;
	}
	.slide .slide_content {
		font: normal 16px /*'Roboto'*/;
	}
	
	.info_block_content h2 {
		font: normal 35px /*'Gothic'*/;
	}
	.info_block_content .short_text {
		font: normal 16px /*'Roboto'*/;
		line-height: 30px;
	}
	.info_block_content .boxs .box .icon {
		padding: 45px;
	}
	.info_block_content .boxs .box .info {
		font: normal 14px /*'Roboto'*/;
	}
	
	.contact_form_content h3 {
		font: normal 35px /*'Gothic'*/;
	}
	
	.checkers .checker_box .text_checker .text h3 {
		font: normal 28px /*'Gothic'*/;
	}
	
	
	.footer .footer_text {
		font: normal 15px/20px /*'Roboto'*/;
	}
	.footer .footer_content .footer_logo {
		max-width: 210px;
	}

	.navigation.active {
		left: 35%;
	}

	.navigation {
		width: 65%;
	}
	
	
	.page .page_head h1 {
		font: normal 35px /*'Gothic'*/;
	}

	.i_table table td {
	    padding: 10px;
	}
	.i_table table td.add_table_obj span {
	    padding: 10px;
	}
	.i_table table td div.controls span {
	    width: 25px;
	}
	.i_table table td div.controls a {
	    width: 25px;
	}
	.i_table{
	    font: normal 13px /*'Roboto'*/;
		/*overflow-x: scroll;*/
	}
	
}

