.text_over {
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline_block {
  display: inline-block;
}
.ie7 .inline_block {
  display: inline;
}
.aside_width {
  width: 200px;
}
@media screen and (min-width: 1050px) {
  .aside_width {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_width {
    width: 160px;
  }
}
.aside_drop_menu_margin {
  margin: 0 auto 0 200px;
}
@media screen and (min-width: 1050px) {
  .aside_drop_menu_margin {
    margin-left: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_drop_menu_margin {
    margin-left: 160px;
  }
}
.footer_wrap {
  max-width: 1420px;
  min-width: 310px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 150px;
  overflow: hidden;
}
.footer_wrap .v_center,
.footer_wrap v_center1 {
  width: 100%;
}
.footer_wrap .footer_menu {
  position: absolute;
  left: 0px;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 100%;
  text-align: center;
}
.footer_wrap .footer_menu a {
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 13px;
  padding: 0 20px;
  color: #2b9d9e;
}
.footer_wrap .footer_menu a.selected {
  color: #ffc001;
}
.footer_wrap .footer_center {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #0f546e;
}
.footer_wrap .footer_center .footer_title {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
}
.footer_wrap .footer_center h3 {
  margin: 10px 0 10px;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #ffc001;
}
.footer_wrap .footer_center a {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 13px;
}
.footer_wrap .footer_requisites {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  color: #4c5e6c;
  text-transform: none;
  font-family: ;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
.footer_wrap .footer_requisites .phones {
  float: right;
  position: relative;
  margin-top: 10px;
}
.footer_wrap .footer_requisites .phones .phones_label {
  position: absolute;
  left: -30px;
  top: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .footer_wrap .footer_menu a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 520px) {
  .footer_wrap .footer_menu a {
    font-size: 10px;
    padding: 0 8px;
  }
}
