.wrapper{
	overflow:hidden;
}
.logo_block{
	background: #0b52a0;
	margin-top:45px;
    height: 121px;
}
.logo_site{
	margin: 0 auto;
    display: block;
    width: 168px;
}
.logo_site &gt; img {
  display: table-cell;
}
.logo {
	width: 168px;
	height: 55px;
	/*background-image: url(images/logo.png);*/
}
.map-level-0 {
  padding-left: 18px;
}
.nav_soc span{
	display:inline-block;	
	background-image: url('../images/soc_icon.png');
	background-repeat: no-repeat;
	margin-left: 8px;
}
.soc-fb {
  background-position: 0 -2px;
  height: 22px;
  width: 7px;
}
.soc-fb:hover{	
	background-position:0 -2px;
}
.soc-tw {
  background-position: -20px -3px;
  height: 22px;
  width: 19px;
}
.soc-tw:hover{
	background-position:-20px -3px;
}
.soc-g {
  background-position: -52px -2px;
  height: 22px;
  width: 15px;
}
.soc-g:hover{
	background-position:-52px -2px;
}
.soc_block span{
	background-image: url("../images/soc_ic_ft.png");
    display: inline-block;
    height: 30px;
    width: 30px;
	margin-right: 5px;
}
.soc-fb-footer{background-position:0px 0px;}
.soc-fb-footer:hover{background-position:0px -30px;}
.soc-tw-footer{background-position:-38px 0px;}
.soc-tw-footer:hover{background-position:-38px -30px;}
.soc-g-footer{background-position:-76px 0px;}
.soc-g-footer:hover{background-position:-76px -30px;}
/*-------------меню------------------*/ s
.upper__wrapper {
    position: relative;
    height: 100%;
}
.upper__icons {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
	padding: 0;
    margin: 0;
}
.ico {
    background-repeat: no-repeat;
}
.ico-sitemap:before {
    background: url(../images/sitemap.png) no-repeat;
    content: "";
    height: 18px;
    left: -24px;
    position: absolute;
    width: 20px;
    top: -2px;
}
.ico-mail:before {
    background: url(../images/mail1.png) no-repeat;
    content: "";
    height: 12px;
    left: -23px;
    position: absolute;
    width: 20px;
    top: 1px;
}
.upper__link.active .ico-mail:before{
    background-position: 0 -12px;
}
.upper__link.active .ico-sitemap:before{
    background-position: 0 -19px;
}
.upper__site__link {
    font-size: 0;
    line-height: 53px;
    position: absolute;
    top: 4px;
    right: 16px;
    height: 53px;
}
.upper__site__link__item {
    display: inline-block;
    margin-right: 44px;
    position: relative;
}
.upper__site__link__item:last-child{
    margin-right: 0;
}
.upper__link {
    color: #000;
    font: 11px/46px Arial;
    text-decoration: underline;
    position: relative;
}
.upper__link:hover{
    text-decoration: none;
}
.upper__link.active {
    color: #ef6121;
    font-weight: bold;
    text-decoration: none;
}
.upper__icons__item {
    width: 55px;
    height: 55px;
    position: relative;
    float: left;
    background-color: #0b52a0;
}
.sandwich {
    width: 20px;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 17.5px;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
}
.sandwich__layer {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    margin-top: -.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    background-color: #fff;
    -webkit-touch-callout: none;
}
.sandwich__layer:after,
.sandwich__layer:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: background-color .4s, -webkit-transform .4s;
    transition: background-color .4s, -webkit-transform .4s;
    transition: transform .4s, background-color .4s;
    transition: transform .4s, background-color .4s, -webkit-transform .4s;
    background-color: #fff;
}
.sandwich__layer:before {
    -webkit-transform: translateY(-350%);
    -ms-transform: translateY(-350%);
    transform: translateY(-350%);
}
.sandwich__layer:after {
    -webkit-transform: translateY(350%);
    -ms-transform: translateY(350%);
    transform: translateY(350%);
}
.navigation_menu {
    width: 100%;
    max-width: 32rem;
    line-height: 1;
    position: fixed;
    z-index: 9100;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: auto;
    background: none;
}
.navigation__wrapper {
    position: relative;
    overflow: auto;
    width: 100%;
    max-width: 32rem;
    height: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    background-color: #f16122;
    -webkit-box-shadow: .5rem 0 1.5rem 0 rgba(0, 0, 0, .2);
    box-shadow: .5rem 0 1.5rem 0 rgba(0, 0, 0, .2);
}
.navigation__list {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 42px;
	padding-left: 0;
}
.navigation__item {
    position: relative;
    display: block;
    clear: both;
    height: auto;
    border-top: 1px solid #dd5216;
}
.navigation__item_submenu:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    width: 7px;
    height: 7px;
    margin-top: -7px;
    content: '';
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.navigation__item:before,
.navigation__item__separator {
    display: none;
}
.navigation__item__submenu {
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 1;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.navigation__link {
    font: 16px/35px "Trebuchet MS","Helvetica CY",sans-serif; 
    display: block;
    padding: 0 16px;
    text-align: left;
    color: #000;
    color: #fff;
    text-shadow: .05rem .09rem 0 rgba(0, 0, 0, .08);
    text-decoration: none;
}
.navigation__link.current,
.navigation__link:hover {
    color: #fff!important;
    background-color: #dd5216;
}
.submenu {
    font-size: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    background-color: #dd5216;
    text-shadow: .05rem .09rem 0 rgba(0, 0, 0, .08);
}
.submenu__link {
    font: 14px "Trebuchet MS","Helvetica CY",sans-serif;
    font-weight: normal;
    padding: 0 0 0 35px;
    color: #fff;
    text-shadow: .05rem .09rem 0 rgba(0, 0, 0, .08);
    text-decoration: none;
    display: block;
}
.submenu__link.current,.submenu__item:hover {
    color: #fff;
    background-color: #d54c11;
}
.submenu__item {
    position: relative;
    margin: 0;
	padding: 6px 0;
    text-align: left;
}
.navigation__list a:hover, .navigation__list a:focus{color:#fff; text-decoration:none;}
.submenu__item:not(:last-child) {
    border-bottom: none;
}
.submenu__item:last-child {
    padding-bottom: 8px;
}
.navigation__item.open .submenu {
    display: block !important;
    opacity: 1;
}
.navigation__item_submenu.open:after {
    background-image: url(../images/minus.png);
}
.navigation__item_submenu.open {
    background-color: #dd5216;
}
.page-visible .navigation_menu {
    display: block;
}
.page-open {
    overflow: hidden;
}
.page-open .menu-overlay {
    opacity: .8;
    filter: alpha(opacity=80);
}
.page-open .navigation__wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.page-open .sandwich {
    z-index: 9999;
    opacity: 1;
    filter: alpha(opacity=100);
}
.page-open .sandwich__layer {
    background-color: transparent;
}
.page-open .sandwich__layer:after,
.page-open .sandwich__layer:before {
    background-color: #fff;
}
.page-open .sandwich__layer:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.page-open .sandwich__layer:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.mobile-buttons {
	display:block;
	position: fixed;
	width:100%;
	bottom:0;
	z-index:5;
	background:rgba(8, 176, 42, 0.95);
	padding-bottom: 37px;
}
.mobile-buttons table {
	width:100%;
	border-collapse:collapsed;
}
.mobile-buttons td {
	width:50%;
	text-align:center;
	font-size:12px;
	line-height:20px;
	padding:5px 15px;
	border-right:1px solid #fff;
}
.mobile-buttons td a {
	color:#fff;
	text-decoration:none;
}
.mobile-buttons td strong {
	font-size:13px;
	display:block;
}
.mobile-buttons td img {
	margin: 0 auto;
	display:block;
	margin-bottom:4px;
}
/*-------------меню (end)------------------*/


#fixed-form {
  background: #fed14a;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -336px;
  z-index: 15550;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
 
}
#fixed-button {
  cursor: pointer;
  background: #fed14a;
  height: 4px;
  width: 100%;
  z-index: 1550;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
text-align: center;
}
#fixed-button p {
  position: relative;
  z-index: 1000;
  top: -23px;
  font: .875em 'Arial', sans-serif;
  font-weight: bold;
}
#fixed-button:after {
  content: '';
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background: url("../images/bg-form-bottom.png") no-repeat center;
}
#fixed-form .fixed-form-container {
  height: 100%;
  padding: 15px;
  padding-bottom: 30px;
  background: #fff;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 15px;
  -webkit-box-shadow: 10px 16px 24px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 16px 24px 0px rgba(0, 0, 0, 0.15);
}
#fixed-form .fixed-form-container p {
	font-weight: bold;
  margin: 0;
  font: bold 12px/16px Arial, sans-serif;
}
#fixed-form .fixed-form-container form {
  margin-top: 10px;
}
#fixed-form .fixed-form-container form .form-wrapper {
  
}
#fixed-form .fixed-form-container form .form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.form-group label {
  display: block;
  color: #333;
  margin-bottom: 7px;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
}
#fixed-form .fixed-form-container form .form-wrapper input {
  color: #333;
  font-weight: bold;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  height: 40px;
  margin-bottom: 0;
  height: 45px;
	font: .975em 'Arial', sans-serif;
	width: 100%;
	min-width: 175px;
}
#fixed-form .fixed-form-container form button {
  cursor: pointer;
  margin-top: 10px;
  background: #10557a;
  color: #fff;
  height: 45px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  width: 230px;

}
#fixed-form .fixed-form-container form button:hover {
	background: #fed14a;
color: #10557a;
}
#fixed-form.active-form {
  bottom: 0;
}