.mobile-header {
  height: 100px;
  background: #fff;
}
.header-phone {
    font-size: 17px;
    margin: -10px 0 0 0;
}
.mobile-header_wr > * {
    display: inline-block;
    vertical-align: middle;
}
.mobile-header_logo > img {
  width: 128px;
  padding: 17px 0;
}
.mobile-header_burger {
  float: right;
  height: 56px;
  width: 56px;
  text-align: center;
  line-height: 64px;
  margin-right: -8px;
  margin-top: 6px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 290px;
  box-shadow: -10px 0px 25px rgba(176, 176, 176, 0.25);
  background: #fff;
  z-index: 111;
  transition: all 0.25s;
  margin-right: -100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.mobile-menu.show {
    margin-right: 0;
}
.mobile-menu-wr {
  min-height: 100%;
}
.mobile-menu_header {
  height: 68px;
  border-bottom: 1px solid #e0e0e0;
}
.mobile-menu_header > a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 78px;
  float: right;
  margin-top: 5px;
  position: relative;
  margin-right: 5px;
}
.mobile-menu-nav, .mobile-callback {
    background: #fff;
}
.mobile-menu-nav, .mobile-menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-nav a {
  display: block;
  padding: 0 20px;
  xxxheight: 60px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.mobile-menu-nav a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 60px;
}
.mobile-menu-nav a > * {
    display: inline-block;
    vertical-align: middle;
}
.mobile-menu-nav a > span {
  width: 85%;
  padding: 15px 0;
}
.mobile-menu-nav a > svg {
  position: absolute;
  top: 50%;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  right: 30px;
}
.mobile-menu-nav a > svg {
  transform: rotateZ(90deg);
}
.mobile-menu-nav a {
    font-weight: 500;
    transition: all 0.2s;
}
.mobile-menu-nav > li > a {
    font-size: 18px;
    font-weight: 500;
}
.mobile-menu-nav ul {
    display:none;
}
.mobile-menu-nav > li > a.show,
.mobile-menu-nav > li > ul a.show {
  background: #F8634B;
  color: #fff !important;
  border-color: #F8634B;
  margin-top: -1px;
  padding-top: 1px;
}
.mobile-menu-nav > li > ul a.show {
    background: #4F4F4F;
    color: #fff !important;
    border-color: #4F4F4F;
}
.mobile-menu-nav a.show > svg {
  transform: rotateZ(-90deg);
  filter: invert(0) sepia(1) hue-rotate(342deg) saturate(0) brightness(100);
}

.mobile-callback {
  padding: 25px 20px;
}
.mobile-callback a {
  max-width: 225px;
}
.mobile-bottom {
  background: #4F4F4F;
  border-top: 1px solid #707070;
  padding: 25px 20px;
}

.mobile-bottom,
.mobile-bottom a,
.mobile-bottom p {
    color: #fff !important;
}
.mobile-bottom svg,
.mobile-bottom a:hover svg {
  filter: invert(0.5) sepia(1) hue-rotate(0deg) saturate(1) brightness(100);
}
.mobile-menu-wr::after {
  zcontent: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4F4F4F;
  min-height: 120px;
  z-index: -1;
}

.mobile-menu.mobile-catalog {
  box-shadow: none;
  max-width: 100%;
  z-index: 5;
  margin-right: 0;
  top: 100%;
}
.mobile-menu.mobile-catalog.show {
    top: 0;
}
.mobile-catalog .mobile-menu-nav a {
  font-size: 14px;
  xxxheight: 70px;
}
.mobile-catalog .mobile-menu-nav a::before {
  height: 70px;
}
.mobile-menu_subheader {
  background: #4F4F4F;
  padding: 25px 25px;
  color: #fff;
  font-size: 18px;
}
.mobile-menu.mobile-catalog .mobile-menu-wr::after {
    display: none;
}

a.js-mobile-menu-toggle > em {
  position: absolute;
  top: 5px;
  right: 10px;
  bottom: 5px;
  margin: auto;
  width: 50px;
  background: rgba(0,0,0,0.02);
  content: '';
}
.mobile-menu.mobile-catalog .js-mobile-menu-toggle > em {
  top: 10px;
  right: 10px;
  bottom: 10px;
}

.mobile-main-menu .mobile-menu-nav li ul ul,
.mobile-catalog .mobile-menu-nav li ul {
    background: #f7f7f7;
}

/*.mobile-toolbar {
  height: 53px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px -2px 25px rgba(153, 153, 153, 0.25);
  text-align: center;
  z-index: 11;
  font-size: 0;
}*/
.mobile-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px -2px 25px rgba(153, 153, 153, 0.25);
    text-align: center;
    z-index: 11;
    font-size: 0;
    padding: 10px 0 10px 0;
}
.toolbarN {
    border-radius: 10px;
    text-align: center;
    color: #000;
    font-size: 11px;
    line-height: 18px;
    padding: 0 0;
    margin: -25px 0 0px 0px;
}
.mobile-toolbar:before {
    content:'';
    display:inline-block;
    vertical-align: middle;
    height:100%;
    width:0;
}
.toolbarN.q1 {
    color: #fff;
}

.mobile-toolbar-block {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  border-right: 1px solid #E1E1E1;
  width: 70px;
  position: relative;
  text-align: center;
}
.mobile-toolbar-block:nth-last-child(-n+2) {
    border-right: none;
}
.mobile-toolbar-block > a {
  display: inline-block;
  line-height: 56px;
  height: 100%;
  width: 100%;
}

.mobile-catalog-link {
  position: relative;
  margin-left: 10px;
}
.mobile-catalog-link:hover svg {
    filter: invert(0.5) sepia(1) hue-rotate(342deg) saturate(0) brightness(100);
}
.mobile-catalog-link::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: -25px;
  bottom: -8px;
  background: #F8634B;
  z-index: -1;
  border-radius: 5px;
}

.mobile-toolbar-block .count-circle {
  margin: 0;
  right: 10px;
}

.mobile-toolbar-dropdown {
  position: absolute;
  bottom: 100%;
  background: #fff;
  font-size: 14px;
  box-shadow: 0px 0px 25px rgba(129, 129, 129, 0.25);
  border-radius: 5px;
  padding: 16px 20px 16px 18px;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 0;
  left: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
.mobile-toolbar-dropdown.show {
    margin-bottom: 15px;
    opacity: 1;
    visibility: visible;
}
.mobile-toolbar-dropdown a {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
.mobile-toolbar-dropdown a:last-child {
  margin-bottom: -2px;
}

.mobile-toolbar-search .mobile-toolbar-dropdown {
    width: 300px;
    margin-left: -142px;
}





.sticky-header._hide {
    display:none !important;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    visibility: hidden;
}
.sticky-header .container .sticky-header_wr {
    transform: translateY(-150%);
    transition: all 0.2s;
    visibility: visible;
    position: relative;
    height: 64px;
}
.sticky-header .sticky-header_wr:before {
    content: '';
    background: #fff;
    box-shadow: 0px 5px 25px 0px #83838340;
    top: -40px;
    left: -99em;
    right: -99em;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.sticky-header.active .sticky-header_wr {
    transform: translateY(0%);
}

.sticky-header_left {
  position: relative;
  width: 185px;
  float: left;
}
.sticky-header_center {
  width: 100%;
  padding-left: 220px;
  box-sizing: border-box;
  padding-right: 595px;
}
.sticky-header_right {
  position: absolute;
  right: 0;
  width: 640px;
  top: -4px;
  text-align: right;
}
.sticky-header_right > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  padding: 5px 0px;
}

.sticky-header_left ul.catalog_tree {
    margin-left: 0;
    padding-left: 0;
}
.sticky-header .top_nav {
  margin-top: 15px;
  font-weight: 500;
}
.sticky-header .menu-links-more-wr > ul,
.menu-links-more-wr > ul {
  min-width: 0;
  left: unset;
  right: -15px;
  padding-right: 15px;
}
.sticky-header .menu-links-more-wr > ul > li a,
.menu-links-more-wr > ul > li a {
  white-space: nowrap;
  text-align: right;
}

.sticky-header_right .search_block {
  width: 225px;
  xmargin-right: 15px;
}
.sticky-header .callb {
  width: 185px;
  margin-right: 15px;
}


.sticky-header_center {
    padding-right: 640px;
}
@media screen and (max-width: 1280px) {
    .sticky-header_center {
        padding-right: 595px;
    }
}

@media screen and (max-width: 1168px) {
    .sticky-header_center {
        visibility: hidden;
    }
    .sticky-header_left {
      width: 225px;
    }
    .sticky-header_right {
        width: 660px;
    }
    .sticky-header_right .search_block {
        width: 234px;
    }
}
@media screen and (max-width: 970px) {
    .sticky-header {
        display: none;
    }
}