@media (min-width: 2880px) {
  .header-main__top__buttons>* {
    margin-left: 1.04vw;
  }
}

@media (min-width: 1243px) and (max-width: 1318px) {
  .header-main__search-bar__wrapper {
    width: 42.14%;
  }
}

@media (max-width: 1560px) {
  #_desktop_cart .cart-products-count {
    background: #ef1860;
  }
}

@media (min-width: 1199px) {
  #header .burger_block {
    display: none;
  }

  #_desktop_cart .cart-products-count {
    left: 30%;
    top: 20px;
  }

  .header-main__top__buttons {
    justify-content: flex-end;
    flex: none;
  }

  .header-main__search-bar__wrapper {
    flex: 1;
    margin-left: 40px;
    margin-right: 40px;
  }

  #_desktop_user_info a {
    padding-top: 0;
  }

  #_desktop_user_info a i {
    font-size: 31px;
  }

  #_desktop_user_info a:hover i {
    color: #e71e62;
  }

  #_desktop_user_info a span:not(.subtitle) {
    padding-top: 3px;
  }

  #_desktop_user_info.is-logged a span:not(.subtitle) {
    padding-top: 4px;
  }

  a#_desktop_cart {
    padding-top: 0;
  }

  a#_desktop_cart i {
    font-size: 31px;
  }

  a#_desktop_cart:hover i {
    color: #e71e62;
  }

  a#_desktop_cart span {
    padding-top: 4px;
  }

  .cart__content {
    top: 50px;
  }

  #_desktop_user_info span:not(.span_mobile),
  #_desktop_cart span:not(.span_mobile) {
    margin-top: 0;
    line-height: 14px;
  }

  .header-main__top {
    padding-top: 5px;
  }

  #cart .header-main__top,
  #checkout .header-main__top {
    padding-top: 37px;
  }
}

@media (min-width: 1406px) {
  #header_logo a .txt_logo {
    font-size: 39px;
    line-height: 45px;
  }

  .header-main__search-bar__wrapper {
    flex: 1;
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (max-width: 1200px) {
  #cart .header-main__top__buttons,
  #checkout .header-main__top__buttons {
    padding-right: 7px;
  }

  .header-main__top__buttons.loaded {
    padding-right: 0;
  }

  #cart .header-main__wrapper .header-main__top__wrapper,
  #checkout .header-main__wrapper .header-main__top__wrapper {
    padding-bottom: 7px;
  }

  #_desktop_user_info a {
    background-size: 23px;
    min-width: 23px;
    min-height: 23px;
  }

  a#_desktop_cart {
    background-size: 23px;
    min-width: 23px;
    min-height: 23px;
  }

  .header-main__top__buttons>* {
    border: none;
    padding: 0 9px;
  }

  #_desktop_cart .cart-products-count {
    top: 14px;
    width: 12px;
    height: 12px;
    padding: 0;
    font-size: 9px;
    line-height: 13px;
  }

  #_desktop_user_info a:hover {
    background-size: 23px;
  }

  a#_desktop_cart:hover {
    background-size: 23px;
  }
}

@media (max-width: 767px) {
  .transition_floating .close_menu, .transition_full .close_menu {
    background: #ef1860;
  }
}

@media (max-width: 325px) {
  #cart .logo_bloc_right,
  #checkout .logo_bloc_right {
    display: none;
  }
}

@media (max-width: 375px) {
  #header_logo h1 {
    line-height: 0;
  }

  .logo.img-fluid {
    max-width: none;
  }

  #product #header_logo .logo_bloc_right {
    flex: auto;
  }
}
