.mobile_header {
  display: none;
}
body.mobile .mobile_header{
  display: block
}

.container_middle_header .basket_768 {
  display: none;
}
.mobile_header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  min-height: 50px;
  background: #fff;
  box-shadow: none;
  padding: 0;
  border-bottom: 2px solid var(--sm-grey-color);
}

.mobile_header .btn-mobile_menu {
    border: none;
    padding: 0 0 0 15px;
    position: relative;
    display: block;
    border: unset;
    right: 5px;
    top: 0;
    width: 35px;
    height: 21px;
    background: transparent;
}

.mobile_header .btn-mobile_menu:hover,
.mobile_header .btn-mobile_menu:focus {
    border: none;
    background-color: transparent;
}

.mobile_header .btn-mobile_menu .icon-bar {
  background: #333;
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  border-radius: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  margin: 0;
}

.mobile .btn-mobile_menu > .icon-bar:nth-of-type(2) {
  top: 0;
}

.mobile .btn-mobile_menu > .icon-bar:nth-of-type(3) {
  top: 50%;
  margin-top: -1px;
}

.mobile .btn-mobile_menu > .icon-bar:nth-of-type(4) {
  top: 100%;
  margin-top: -3px;
}

.mobile_menu hr {
  margin: 10px 0;
}

.mobile .container > .mobile_menu > ul {
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 0;
  margin: 2px 0 0;
}

.mobile_cats > li > a,
.mobile_header ul > li > a {
  height: 100%;
  max-height: 60px;
  padding: 15px;
  color: #333;
  display: inline-block;
  width: calc(100% - 50px);
  background: transparent;
  position: relative;
  z-index: 25;
  font-size: 14px;
  line-height: 16px;
}
.mobile_header a:hover,
.mobile_header a:focus,
.mob_cats_wrapper.accordion > a:hover,
.mob_cats_wrapper.accordion li a:hover {
    color: #333;
    opacity: 1;
    text-decoration: none;
    text-shadow: none;
    background: transparent;
}

.mobile_header .mobile_menu {
    max-height: none;
    position: fixed;
    left: 0;
    top: 50px;
    height: calc(100% - 50px) !important;
    width: 80%;
    max-width: 320px;
    z-index: 1000;
    background: #ffffff;
    transition: .3s;
    transform: translate(-100%, 0);
}

.mobile_header .active_menu {
    transform: translate(0);
    transition: .3s;
    border-top: 2px solid var(--sm-grey-color);
    overflow: auto;
}

.mobile_header .button-main-cursor {
    background: #fff;
    border: 0;
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: initial;
    color: #333;
    width: 100%;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.mobile_menu .mobile_cats {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile_header .mob_cats_wrapper,
.mobile_header .menu_information,
.mobile_header .menu_manuf {
  display: none;
  top: 0;
  width: 100%;
  margin: 0;
  border: 0;
  box-shadow: none;
  text-transform: initial;
  border-radius: 0;
  padding: 0;
  background: var(--sm-grey-color);
}

.mobile_header .menu_manuf .manuf_bg img {
  display: none;
}

.mobile_header .manuf_bg > a {
  border: none;
}

.mobile_menu .accordion {
  margin: 0;
  line-height: inherit;
  border: none;
  border-radius: 0;
}

.mobile_menu .accordion > a,
.mobile_menu .accordion > .like_a,
.mobile_menu .accordion li > a,
.mobile_menu .accordion li > .like_a {
  opacity: 1;
  border: none;
}
.mobile_header .mobile_cats > li {
  position: relative;
}

.mobile_header .accordion > ul > li ul li a,
.mobile_header .accordion > ul > li ul li .like_a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
  font-size: 13px;
}

.mobile_cats#cat_accordion .down {
  opacity: 1;
}

.mobile_cats#cat_accordion .down svg {
  fill: #333;
  font-size: 16px;
  pointer-events: none;
}

.mobile .settings-selector {
  height: 40px;
  padding: 7px 0;
}

.mobile .settings-selector .language_select, .settings-selector .currency_select {
  position: relative;
}

.mobile .settings-selector .language-dropdown-button {
  margin-left: 10px;
}

.mobile .settings-selector .dropdown-menu-language {
  margin: 0;
}

.mobile .settings-selector ul.dropdown-menu-language > li > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  padding: 5px 8px;
}

.mobile_header .search-form-input {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition-delay: 0s;
  height: 100%;
  border: none;
  border-radius: unset;
  padding: 10px 10px 10px 30px;
}

.mobile_header .search-form-input-open {
  transition: .5s transform 0s cubic-bezier(.17, .67, .52, 1), .5s opacity 0s linear, .5s top 0s step-start, .5s -webkit-transform 0s cubic-bezier(.17, .67, .52, 1);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile_header .search-form-button-close-open {
  transition: opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
  transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start;
  transition: transform .4s cubic-bezier(.17, .67, .52, 1), opacity .4s linear, top .4s step-start, -webkit-transform .4s cubic-bezier(.17, .67, .52, 1);
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.mobile_header .search_site {
  text-align: justify;
  /*   text-align-last: justify; */
}

.mobile_header .show_search_form {
  background: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 32px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.mobile_header .show_search_form svg {
  fill: #000;
  width: 3em;
  height: 3em;
}

.mobile_header .header-actions {
  background: #fff;
  margin: 0;
  padding-left: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  cursor: pointer;
}

.mobile_header .phones_block {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 15px 0;
  min-height: 40px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.mobile_header .logo_block {
  display: block;
}


.mobile_header .form_search_site, .basket_768 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  text-align: left;
}

.mobile_header .basket_768 {
  position: relative;
}

.mobile_header .basket_768:before {
  content: unset;
}

.mobile_header .basket_768 svg {
  width: 26px;
  height: 26px;
}

.mobile_header .basket_768 .quantity_basket_768 {
  position: absolute;
  margin: 0;
  top: 5px;
  left: 12px;
  color: #fff;
}

.open-menu-xs {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #fff;
  border: 0;
  float: right;
  position: relative;
  padding: 0;
}

.mobile_header .search_site:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.mobile_header .search-block {
  padding: 0;
  position: absolute;
  width: calc(100% - 15px);
  width: 100%;
}

.mobile_header .main_search_form {
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  background: #fff;
  top: -2000px;
  position: relative;
  transition-delay: 0s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: opacity .5s linear, top .5s step-end, -webkit-transform .5s cubic-bezier(.36, .66, .04, 1);
  transition: transform .5s cubic-bezier(.36, .66, .04, 1), opacity .5s linear, top .5s step-end;
  transition: transform .5s cubic-bezier(.36, .66, .04, 1), opacity .5s linear, top .5s step-end, -webkit-transform .5s cubic-bezier(.36, .66, .04, 1);
}

.mobile_header .search-form-open {
  position: relative;
  width: 100%;
  z-index: 12;
  opacity: 1;
  top: 0;
  height: 50px;
  pointer-events: all;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
  transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start;
  transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
  transition-delay: 0s;
  margin: 0px;
}

.mobile_header .form_search_site {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.mobile_header #search-form-button1 {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition-delay: 0s;
  line-height: 1;
  width: 50px;
  background: #fff;
  /*left: 0;*/
  right: 61px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: unset;
}

.mobile_header .search-form-button-open {
  transition: .4s transform 0s cubic-bezier(.17, .67, .52, 1), .4s opacity 0s linear, .4s top 0s step-start, .4s -webkit-transform 0s cubic-bezier(.17, .67, .52, 1);
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  width: 50px;
}

.mobile_header .main_search_form .search_site_submit svg {
  fill: #000;
  width: 1.5em;
  height: 1.5em;
}

.mobile_header #search-form-button-close1 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  color: #000;
  line-height: 1;
  width: 50px;
  background: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  border: 0;
}

.mobile_header #search-form-button-close1 svg {
  fill: #000;
  width: 1.5em;
  height: 1.5em;
}

.mobile_header.container {
  width: 100%;
}

.mobile_header .logo {
  display: block;
  height: 50px;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.mobile_header .logo > a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100% !important;
}

.mobile_header .logo > a > img {
  max-height: 40px;
  overflow: hidden;
}

.mobile_header .login_block {
  position: relative;
}

.mobile_header .login_block a, .mobile_header .callback_block a {
  color: #333;
  background: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 13px;
  text-transform: initial;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.mobile_header .callback_block a {
  padding: 0 16px;
}

.mobile_header + .search-form-fader,
.mobile_header + .sidebar_fader {
    position: fixed;
    left: 0;
    top: -2000px;
    z-index: 12;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s;
}

.mobile_header + .search-form-fader-open {
  top: 50px;
  opacity: 0.25;
}

.mobile .row-menu-caralarm-wrapper .col-menu-caralarm {
  display: none;
}

.mobile [data-page-name="index_default"] .container-fluid.padd-0 {
  padding: 0 15px;
  /* display: none !important; */
}

.mobile [data-page-name="index_default"] .position-relative {
  padding-top: 0;
}


.mobile .new-banner-block-info > a:first-child {
  padding-left: 0 !important;
}

.mobile main {
  padding: 50px 0 45px 0;
}
.mobile .container {
  width: 100%;
}


@media screen and (max-width: 500px) {
  .new-banner-block-top-info {
    flex-wrap: wrap;
  }

  .new-banner-block-top-info > div {
    width: 100%;
  }

  .new-banner-block-top-info > div.new-block-top-allbrands {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .mobile_header {
    display: none !important ;
  }
}
