@charset "UTF-8";
/* CSS Document */
header{ height: auto; }
header nav{ display: none;}
header .social{ float: right; margin: 10px 60px 0; }
header .showMenu{ display: block; position: absolute; top: 10px; right: 30px;}
header .showMenu a{ display: block;}
.showMenu div{
  width: 48px; height: 1px;
  background: #d02e82;
  margin: 10px 0;
}

header nav.phoneNav{ width: 100%; height: auto; padding: 0; font-size: 17px; margin: 10px 0 0; background: #8a3995;}
header nav.phoneNav ul{ margin: 0; padding: 0; list-style-type: none;}
header nav.phoneNav ul li{ display: block; margin: 0; float: none; height: auto; line-height: normal;}
header nav.phoneNav ul li+li{ border-top: solid 1px rgba(255,255,255,0.3);}
header nav.phoneNav ul li a{ height: auto; text-align: center; padding: 0 20px; background: none; color: #FFF; }
header nav.phoneNav ul li a:hover{ background: none; color: #FFF;}

header nav.phoneNav ul.subMenu{ display: block; position: static; left: 0; top: 0; margin: 0; padding-top: 0; width: 100%; border-bottom: none; font-size: 12px;}
header nav.phoneNav ul.subMenu li{ height: auto;}
header nav.phoneNav ul.subMenu li a{ width: 100%; height: auto; line-height: normal; padding: 5px 0; text-align: center;}
header nav.phoneNav ul li:hover > ul.subMenu li{
     height: inherit;
}
header nav.phoneNav ul li a:hover, header nav.phoneNav ul li a.activ{ border-bottom: none;}

.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; }