.bx_search_container {
  padding: 0;
}

.search {
  max-width: 360px;
}
@media (max-width: 1200px) {
  .search {
    width: 20%;
  }
}

.bx_auth {
  min-width: 100px;
}

.mobile-menu-link {
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
}

.small_basket .cart_img {
  background: url(../img/cart.png) no-repeat;
  width: 26px;
  height: 24px;
}

.clock_img {
  margin-top: -2px;
  background: url(../img/clock.png) no-repeat;
  width: 27px;
  height: 24px;
}

.small_basket a.summ_cart {
  margin-top: 10px;
  height: 20px;
  margin-left: 16px;
  line-height: 20px;
  padding-left: 16px;
  border-left: 1px dotted #353535;
}

.small_basket a#count_cart_item, .small_basket a.summ_cart {
  font-size: 15px;
}

.small_basket a.order-history-count {
  display: block;
  color: #ffcc00;
  font-weight: bold;
  font-size: 15px;
  margin-left: 13px;
  margin-top: 0;
  text-decoration: underline;
}
.small_basket a.order-history-count:hover {
  color: #ffffff;
}

.small_basket.order-history-link {
  padding-right: 16px;
  border-right: 1px dotted #353535;
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  margin-right: 16px;
}

.bx_auth a.bx_login_top_inline_link {
  font-weight: bold;
  border-left: 1px dotted #353535;
  padding-left: 20px;
  margin-left: 20px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 15px;
}
.bx_auth a.bx_login_top_inline_link.login1 {
  color: #FFFFFF;
}
.bx_auth a.bx_login_top_inline_link.login1:hover {
  color: #ffcc00;
}

@media (max-width: 767px) {
  body:before {
    content: "";
    height: 40px;
    display: block;
  }

  .top_panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  /*MOBILE MENU*/
  .radius_top_menu {
    background: #444648;
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 85px;
    overflow: auto;
    border-radius: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    display: none;
  }
  .radius_top_menu.opened {
    display: block;
  }

  .top_menu {
    height: 100%;
  }

  .radius_top_menu .top_menu td a {
    text-shadow: 1px 1px 1px #161617;
  }
  .radius_top_menu .top_menu td a span.arrow {
    border-top: none;
    border-bottom: 1px solid #161617;
  }
  .radius_top_menu .top_menu td.current a {
    background: #161617FF;
    box-shadow: inset 0 0 6px 3px #161617;
  }
  .radius_top_menu .top_menu td.current .i_menu li.root a {
    text-shadow: none;
  }
  .radius_top_menu .top_menu td:hover a {
    background: #161617;
  }

  .radius_top_menu .top_menu td.current:hover a {
    background: #161617;
    box-shadow: inset 0px 0px 6px 3px #000000;
  }

  .radius_top_menu .top_menu .td_catalog {
    display: none;
  }

  /*MOBILE MENU*/
  .bx_auth, .small_basket {
    display: none;
  }

  .bx_input_text {
    display: block;
  }

  .search {
    width: 100%;
  }

  .searc_mini_button {
    display: none;
  }

  .bx_input_submit {
    display: block;
  }

  .search {
    box-sizing: border-box;
    max-width: none;
    padding-right: 60px;
  }

  .mobile-menu-link {
    display: block;
  }

  .top_panel_wrap {
    padding-left: 10px;
  }

  .radius_top_menu .min_menu {
    display: none;
  }

  /*HEADER FIX*/
  table.header_table td.logo, table.header_table td.address, table.header_table td.phone {
    display: table-cell;
    float: none;
  }
}
@media (max-width: 600px) {
  table.header_table td.address {
    display: none;
  }
}
/*POPUP FAQ FIX*/
@media (max-width: 480px) {
  table.header_table td.address {
    display: none;
  }

  .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .captcha_form {
    max-width: 250px;
  }
}
@media (max-width: 410px) {
  #FaqPopup {
    left: 0 !important;
  }
}
/*END POPUP FAQ FIX*/

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