@charset "UTF-8";
/* CSS Document */
header .logo{ display: none; }
header .navbar{ margin-left: 0; }
header .navbar_left{ display: block; float: left; }

.navbar_left a.navLink{	padding-top: 15px;}
.navbar_left a div{
	width: 40px; height: 2px;
  	background: #FFF; margin: auto;
  	-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
}
.navbar_left a div+div{ margin-top: 10px; }
header .navbar .navLink:hover div{ background: #00bdda; }

header .lobo_mobile{
	display: block; height: 60px; margin: auto; padding: 10px 0;
}
header .lobo_mobile img{ display: block; height: 100%; }

section{ margin-left: 0; }

.page_title{ padding: 0 30px; height: 300px; }
.page_title h1{ font-size: 32px; line-height: 42px;}
.page_title p{ font-size: 27px; line-height: 35px;}



@media (max-width: 750px) {
	.one_third, .two_third{ float: none; width: 100%;}
}

.imgLeft{ float: none; margin: auto; max-width: 100%;}

.one_half{ width: 100%; float: none;}
.one_fourth{ width: 50%;}
.three_fourth{ width: 66.66%;}
.form_content .one_third{ width: 50%;}

footer .one_half, footer .one_fourth{ width: 100%; float: none;}
footer .one_half{ max-width: 400px; margin: auto; }
footer, .social_footer{ text-align: center; }
footer .contacts .contacts_property, footer .contacts .contacts_value{  float: none; padding: 0; margin: 0}
footer .contacts .clear{ margin: 20px 0; }



/*Form input*/
.basic_form .one_fourth{ width: 25%; float: left; }
.basic_form .three_fourth{ width: 75%; float: left; }
/*End of Form input*/


/*aside*/
aside, aside .footer_aside{ left: -240px;}
aside.show, aside .footer_aside.show{ left: 0; }
/*end of aside*/

@media (max-width: 825px) {
	.profil_page .one_third, .profil_page .two_third{ width: 100%; float: none; }

}