
.h2_margin_top{
    margin-top: 80px;

}




/*медиа запросы*/

@media only screen and (max-width : 1920px) {
	


}

@media only screen and (max-width : 1200px) {
   	


}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {


}

@media only screen and (max-width : 1120px) {
	


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

	
	
}


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .h2_margin_top {
        margin-top: 60px;
    }
	
}


@media only screen and (max-width : 670px) {
		
}




@media only screen and (max-width : 535px) {
		
	
}

@media screen and (max-width:504px) {
    .h2_margin_top {
        margin-top: 46px;
    }
	
}



/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .h2_margin_top {
        margin-top: 30px;
    }	
	
}

@media only screen and (max-width : 400px) {


}
