/*==========  Desktop First Method  ==========*/

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

}

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

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.table_2 td { 
  padding: 1px;
	}

	.main_form {
		margin-right: 15px;
  	margin-left: 15px;
	}
	
	.s_descr h3 {
		text-align: justify;
	}

	.s_descr_block {
  margin-left: 25px;
  margin-right: 25px; 
  }

  .about_block {
  margin-left: 0px;
  margin-right: 6%; 
  }
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.top_wrapper .top_text h1 {
		font-size: 2em;
		padding-left: 10px;
		padding-right: 10px;
	}
	.main_footer {
		text-align: left;
	}
	.main_footer .social_wrap {
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	.main_footer .social_wrap ul {
		padding-left: 0;
	}
}

