@media screen and (min-width: 700px) and (max-width: 980px){
	
}

@media screen and (min-width: 700px) and (max-width: 980px){
	header {
		height: 130px;
	}
	header .head a.logo {
		width: 230px;
	}
	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'*/;
		right: 30%;
		bottom: 45px;
	}
	
	.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: 40px;
	}
	.info_block_content .boxs .box .info {
		font: normal 14px /*'Roboto'*/;
	}
	.info_block_content .boxs .box {
		width: calc(33% - 30px);
	}
	
	.contact_form {
		padding: 75px 25px;
	}
	.contact_form_content h3 {
		font: normal 35px /*'Gothic'*/;
	}
	
	.checkers .checker_box .text_checker .text h3 {
		font: normal 22px /*'Gothic'*/;
	}
	.checkers .checker_box .text_checker .text {
		font: normal 14px/21px /*'Roboto'*/;
	}
	
	.footer .footer_text {
		font: normal 15px/20px /*'Roboto'*/;
	}
	.footer .footer_content .footer_logo {
		max-width: 210px;
	}
	
	
	
	.navigation.active {
		left: 25%;
	}
	.navigation {
		width: 75%;
	}
	.navigation .close_navigation{
		width: 35px;
		height: 35px;
	}
	.navigation ul {
		list-style: none;
		margin: 0;
		padding: 35px 20px;
	}
	
	
	.page .page_head h1 {
		font: normal 35px /*'Gothic'*/;
	}
	.page .page_head {
		display: block;
	}
	.page .page_head .page_search {
		margin: 15px 0 0 0;
	}
	
	
	.video_list{
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 25px;
		grid-row-gap: 50px;
	}

	.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;*/
	}
}