
.page-header {
	background: #fff;
	padding-bottom: 2px;
}
.page-header_top {
	padding-top: 8px;
}
.page-header_top > * {
	display: inline-block;
	float: right;
	line-height: 28px;
	margin-left: 2.8%;
}
.page-header_top .operation {
	font-size: 118%;
	margin-left: 3.6%;
}
.page-header_top .tel {
	font-family: 'MyriadPro-Bold';
	font-size: 132%;
	line-height: 30px;
}
.page-header .logo {
	margin-top: -9px;
}

a.btn,
input.btn {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #d0d0d0;
	color: #484848;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	min-width: 124px;
	font-size: 106%;
}

a.btn.order-consultation:hover {
	color: #9b9b9b;
}

.btn.btn-primary {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38f64',	endColorstr='#f26e6c',GradientType=0);
	border: none;
	color: #fff;
	width: 211px;
	line-height: 40px;
	font-size: 121%;
	-webkit-transition: none;
	transition: none;
}
.btn.btn-primary:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26e6c',	endColorstr='#f26e6c',GradientType=0);
}
.btn.btn-primary:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26e6c',	endColorstr='#f38f64',GradientType=0);
	background-color: transparent;
}

.logo {
	float: left;
}
.logo img {
	max-width: 100%;
	height: auto;
}

.nav {
	float: right;
}
.nav > li {
	float: left;
	line-height: 5.5em;
	margin-left: 70px;
	position: relative;
}
.nav > li:hover:after {
	content: "";
	border: 5px solid transparent;
	border-bottom: 5px solid #f8f8f8;
	position: absolute;
	bottom: 0;
	left: 38%;
}
.nav > li:first-child {
	margin-left: 0;
}
.nav > li:last-child > a:not(.btn),
.nav > li:nth-last-child(2) > a:not(.btn) {
	padding-right: 0;
}
.nav > li:last-child > a:not(.btn):after,
.nav > li:nth-last-child(2) > a:not(.btn):after {
	display: none;
}
.nav > li > a:not(.btn) {
	display: inline-block;
	line-height: 1;
	padding-right: 16px;
	position: relative;
}
.nav > li > a:not(.btn):after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	background: url(../img/icons.png) no-repeat -115px 0;
	position: absolute;
	top: 4px;
	right: 0;
	width: 8px;
	height: 6px;
}
.nav > li > a.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}
.nav > li.mob-block {
	margin-top: 34px;
	display: none;
}
.nav > li.mob-block .social_txt {
	font-family: 'CRC65';
	font-size: 123%;
	margin-bottom: 9px;
	line-height: 1.4em;
	padding-right: 10px;
}

.social_link {
	display: inline-block;
	padding-left: 30px;
	margin-right: 18px;
	position: relative;
}
.social_link:before {
	content: "";
	background: url(../img/icons.png) no-repeat -145px -15px;
	height: 16px;
	width: 22px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}

.social_link.fb:before {
	background-position: -165px -15px;
}

.nav_lvl2 {
	background: #f8f8f8;
	position: absolute;
	top: 100%;
	left: -116px;
	padding: 17px 0;
	min-width: 293px;
	display: none;
	z-index: 20;
}
.nav_lvl2 li {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	line-height: 25px;
	padding: 0 20px;
}
.nav_lvl2 li:hover {
	background: #f2f2f2;
}
.nav_lvl2 li a {
	display: inline-block;
	line-height: 1;
}
.nav_lvl2 li.mob-block {
	display: none;
}

.sub_menu {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	-webkit-box-shadow: -0.105px 2.998px 6px 0px rgba(0, 0, 0, 0.3);
	        box-shadow: -0.105px 2.998px 6px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	top: -110px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.sub_menu ul {
	margin: 0 -15px;
}
.sub_menu ul li {
	float: left;
	margin-right: 2.1%;
	line-height: 54px;
}
.sub_menu ul li:last-child {
	margin-right: 0;
}
.sub_menu ul li a {
	display: inline-block;
	font-size: 107%;
	line-height: 1;
}

.sub_menu.open {
	top: 0;
}

.mob-phone {
	background: url(../img/icons.png) no-repeat -113px -12px;
	height: 24px;
	width: 24px;
	display: none;
	opacity: .7;
}
.mob-phone:hover {
	opacity: 1;
}

#mobile_btn {
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	padding: 13px 9px;
	display: none;
	width: 45px;
	float: left;
	margin: 9px 0;
}
	#mobile_btn:hover {
	background: transparent;
}
	#mobile_btn span {
	background: #656565;
	display: block;
	height: 2px;
	margin-bottom: 4px;
}
	#mobile_btn span:last-child {
	margin-bottom: 0;
}

#mobile_btn span {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#mobile_btn.active {
	background: transparent;
}
	#mobile_btn.active span {
	margin-bottom: -2px;
}
	#mobile_btn.active span:first-child {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
	#mobile_btn.active span:nth-child(2) {
	opacity: 0;
}
	#mobile_btn.active span:last-child {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.page-header {
	margin: 0;
}


/* **************** FOOTER ***************** */
  .page-footer {
    padding: 6px 0 10px; }  
  .page-footer .copyright,
  .page-footer_bottom_completo {
    float: none; }
  .page-footer_bottom_completo a img {
    float: right;
    top: 5px; }


