.site-header-top {
  display: flex;
  align-items: flex-start; }

.empty-block {
  order: -1;
  flex: 0 0 323px; }

.top-menu-wrap {
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  padding: 0 20px; }

.top-menu.desktop li[data-more] {
  padding: 0; }

.top-menu-wrap-in {
  display: flex;
  max-width: 438px;
  width: 100%; }

.top-menu.desktop {
  order: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background: #e8f2fb;
  text-align: center;
  height: 28px; }
  .top-menu.desktop > li {
    padding: 0; }
    .top-menu.desktop > li > a {
      color: #000;
      font-size: 13px;
      font-weight: 300;
      padding: 0 15px;
      line-height: 28px;
      white-space: nowrap; }
    .top-menu.desktop > li.has > a {
      padding-right: 22px;
      position: relative; }
      .top-menu.desktop > li.has > a:before {
        position: absolute;
        right: -2px;
        top: 50%;
        margin-top: -5px;
        bottom: 0;
        width: 13px;
        height: 9px;
        display: block;
        content: '';
        background: url(down-chevron.svg) 50% no-repeat; }
    .top-menu.desktop > li ul {
      text-align: left; }

.site-phones {
  flex: 0 0 280px;
  text-align: right; }

.site-phones-in {
  padding: 0 0 0 26px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #000;
  position: relative; }
  .site-phones-in div a {
    font-size: 20px;
    line-height: 1;
    font-weight: bold; }
  .site-phones-in a.mail {
    display: block;
    width: 15px;
    height: 11px;
    background: url(mail-icon.png) 0 50% no-repeat;
    position: absolute;
    left: 0;
    top: 6px; }

.top-panel .company {
  padding: 0;
  flex: 0 0 323px; }

.company .logo {
  margin: -32px 0 0; }

.top-panel {
  padding: 7px 0 8px; }

.top-panel .right-side {
  padding: 0;
  flex: 0 0 280px;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0 0 7px; }

.site-search-wr {
  padding: 0;
  display: flex;
  flex: 1 0 0;
  justify-content: center; }

.site-search-wrap {
  width: 100%;
  max-width: 438px;
  box-sizing: border-box;
  position: relative; }

.login-wrap a {
  width: 106px;
  display: block;
  text-align: center;
  color: #000;
  font-size: 13px;
  line-height: 1;
  padding: 32px 0 0;
  text-decoration: none;
  background: url(reg-icon.png) left 50% top 8px no-repeat; }

.toggle-categories {
  padding: 9px 20px 9px 70px; }

.bottom-panel-menu-wr {
  flex: 1 0 0; }

.bottom-panel-menu-wrap {
  flex: 1 0 0;
  display: flex;
  align-items: center; }

.bottom-panel-menu {
  flex: 0 0 50%;
  padding: 0 0 0 40px;
  box-sizing: border-box; }
  .bottom-panel-menu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 31px 0 0; }
    .bottom-panel-menu ul li a {
      color: #000;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none; }
    .bottom-panel-menu ul li a:hover {
      text-decoration: underline; }
  .bottom-panel-menu.bottom-panel-menu2 {
    padding-left: 0;
    text-align: right; }
    .bottom-panel-menu.bottom-panel-menu2 li {
      padding: 0 0 0 31px; }

html:not(.mobile) .top-panel .right-side > div {
  padding: 0; }
  html:not(.mobile) .cart-wrap .cart-sum {
    display: none; }
  html:not(.mobile) .cart-wrap a {
    width: 52px;
    text-decoration: none;
    text-align: center;
    padding: 12px 0 0; }
    html:not(.mobile) .cart-wrap a:after {
      content: 'Корзина';
      display: block;
      color: #000;
      font-size: 13px;
      line-height: 1; }
  html:not(.mobile) .cart-wrap .cart-amount {
    margin: 0 auto 2px; }
  html:not(.mobile) .top-panel .right-side > div:after {
    display: none; }
  html:not(.mobile) .compare-button-wrap a {
    text-align: center;
    width: 70px;
    background-position: 50% 9px;
    display: block;
    padding: 32px 0 0; }
    html:not(.mobile) .compare-button-wrap a div {
      font-size: 13px;
      line-height: 1; }
    html:not(.mobile) .compare-button-wrap a span {
      top: 0;
      left: 34px; }

html.mobile .login-wrap a {
  font-size: 0;
  width: 40px;
  height: 40px;
  background-position: 50%;
  padding: 0; }
  html.mobile .top-panel .right-side {
    flex: inherit; }
  html.mobile .site-search-wr {
    flex: inherit;
    padding: 0;
    width: auto;
    margin-left: auto; }
  html.mobile .site-search-wrap {
    width: auto;
    max-width: none; }
  html.mobile .top-panel {
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    justify-content: inherit; }

@media (max-width: 1100px) {
  .empty-block, .top-panel .company {
    flex: 0 0 280px; }

  .bottom-panel-menu {
    padding-left: 20px; }

  .bottom-panel-menu ul li {
    padding-right: 20px; }

  .bottom-panel-menu.bottom-panel-menu2 li {
    padding-left: 20px; } }

@media (max-width: 1024px) {
  .site-header-top, .bottom-panel-menu-wr {
    display: none; }

  .company.mobile {
    padding: 20px 0; }

  .company .logo {
    margin: 0; }

  .panel .scroll {
    display: flex;
    flex-direction: column; }
    .panel .scroll .categories-menu {
      order: -1; }
    .panel .scroll .top-menu {
      order: 0; }
    .panel .scroll .bottom-panel-menu-wrap {
      display: block;
      order: 1; }

  .bottom-panel-menu, .bottom-panel-menu.bottom-panel-menu2 {
    padding: 0;
    text-align: left; }
    .bottom-panel-menu ul li, .bottom-panel-menu.bottom-panel-menu2 ul li {
      display: block;
      padding: 0;
      border-bottom: 1px solid #f0f0f0; }
      .bottom-panel-menu ul li a, .bottom-panel-menu.bottom-panel-menu2 ul li a {
        display: block;
        padding: 21px 30px;
        font-size: 15px;
        font-weight: bold; }

  .company.mobile {
    flex-direction: column;
    display: flex; }

  .site-phones {
    flex: auto;
    text-align: left;
    margin: 20px 0 0; } }
