.header {
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .header .logo {
      margin-top: -70px; }
    .header .bot .wrap {
      padding-top: 26px; } }
  .header .socwrap {
    flex-direction: column; }
  .header .phoneblock {
    padding-top: 10px; }
  .header .mapbut {
    margin-top: 5px; }
    .header .mapbut a {
      line-height: 18px;
      display: block;
      font-size: 15px;
      font-weight: bold;
      color: #a5a19f;
      background: url(../images/maplink.png) 0 0 no-repeat;
      padding-left: 22px; }
    @media screen and (max-width: 767px) {
      .header .mapbut {
        display: none; } }

.lang_wrap {
  position: relative;
  display: inline-block;
  padding: 0 20px 10px 16px;
  margin-left: -16px;
  margin-top: 7px;
  z-index: 5;
  font-size: 16px;
  font-weight: bold;
  color: #a5a19f; }
  .lang_wrap:hover ul {
    display: block !important; }
  .lang_wrap .lag_title {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-right: 12px;
    background: url(../images/langarrow.png) 100% 50% no-repeat; }
  .lang_wrap img {
    margin-right: 13px; }
  .lang_wrap ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 145px;
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    margin: 0;
    list-style: none;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.2);
    display: none; }
    .lang_wrap ul:hover {
      display: block !important; }
    .lang_wrap ul li {
      cursor: pointer;
      margin-top: 12px;
      display: flex;
      align-items: center; }
      .lang_wrap ul li:first-child {
        margin: 0; }

/*# sourceMappingURL=new2.css.map */
