/*Видео*/
@media only screen and (max-width: 1200px) and (min-width: 992px){

	.gsm_main_img_h2{
		font-size: 50px;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 992px){

	.gsm_main_img_h2{
		font-size: 50px;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px){



}

@media only screen and (max-width: 991px) and (min-width: 768px){


}


@media only screen and (max-width: 767px) and (min-width: 480px){
	
	.gsm_main_img_h2{
		font-size: 36px;
	}

	.cctv_main_img_plus_text{
		margin: 0 0 50px 0;
	}

}

@media only screen and (max-width: 479px) and (min-width: 321px){

	.gsm_main_img_h2{
		font-size: 36px;
	}

	.service_main_img_plus{
		max-width: 50px;
	}

	.cctv_main_img_plus_text{
		margin: 0 0 50px 0;
	}

	.gsm_equipment_h2{
		font-size: 36px;
	}

	.gsm_plus_h2{
		font-size: 36px;
	}
}

@media only screen and (max-width: 320px){
	
	.gsm_main_img_h2{
		font-size: 36px;
	}

	.service_main_img_plus{
		max-width: 50px;
	}

	.cctv_main_img_plus_text{
		margin: 0 0 50px 0;
	}

	.gsm_equipment_h2{
		font-size: 36px;
	}

	.gsm_plus_h2{
		font-size: 36px;
	}

}