/* Компьютерная версия */

@media(min-width:992px){
	


}
/* Планшет версия */

@media(min-width:768px) and (max-width: 991px){
	
}
/* Мобильная версия */
@media(max-width:767px){
	.cap{
		font-size: 40px;
	}
	.h_cap{
		padding-top: 20px;
	}
	.info_text{
		font-size: 25px;
	}
	.h_cont{
		padding: 30px 0;
		text-align: center;
	}
	.logo{
		margin: 0 auto;
	}
	#reconst,#reconst_two{
		height: 100%;
	}

}