/*АТС*/
@media only screen and (max-width: 1200px) and (min-width: 992px){

}

@media only screen and (max-width: 1024px) and (min-width: 768px){

}


@media only screen and (max-width: 767px) and (min-width: 480px){
	.pbx_main_img_h2{
		font-size: 30px;
	}

}

@media only screen and (max-width: 479px) and (min-width: 321px){
	
	.pbx_main_img_h2{
		font-size: 30px;
	}

	.parent{
 		width:240px;
	}
}

@media only screen and (max-width: 320px){

	.pbx_main_img_h2{
		font-size: 30px;
	}

	.parent{
 		width:240px;
	}

}