.burgerButton {
  display: block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  /* background: linear-gradient(to bottom, #a9331c 0%,#651c0d 100%); */
  background-color: #898989;
  border-radius: 10%;
  border-width: 0;
  border-style: none;
  border-color: transparent;
  border-image: none;
  position: absolute;
}
.burgerButton:focus {
  outline: none;
}

.menuCatalorWrapper {
  height: 435px;
  text-align: center;
  overflow: hidden;
  border-radius: 3px;
  transition-property: height;
  transition-duration: .8s;
  margin-right: -1px;
  position: absolute;
  width: 214px;
  z-index: -1;
  box-sizing: border-box;
}

@media (max-width: 767px) and (min-width: 481px) {
  .menuCatalorWrapper {
    height: 400px;
    background-color: white;
    border-top: 1px solid #8ca3ae;
    border-right: 1px solid #a0b4be;
    border-bottom: 1px solid #b6c8d1;
    border-left: 1px solid #a0b4be;
    border-radius: 3px;
    box-shadow: inset 0 2px 3px 0 rgb(0 0 0 / 10%);
  }
}

.hideContentsMenu {
  height: 30px;
  border: 0;
}

.burgerButton .menuLine {
  width: 20px;
  height: 3px;
  margin: 0 auto;
  background-color: #eee;
  border-radius: 15%;
  position: relative;
  transition-property: transform;
  transition-delay: 0s;
  transition-duration: .4s;
  pointer-events: none;
}

.burgerButton .menuLine::before {
  top: 7px;
}

.burgerButton .menuLine::after {
  top: -7px;
}

.burgerButton.is-active .menuLine::before, .burgerButton.is-active .menuLine::after {
  transition-property: top, transform;
  transition-delay: 0s, .4s;
  transition-duration: .4s, .8s;
  top: 0;
}

.burgerButton.is-active .menuLine {
  transition-property: transform;
  transition-delay: .4s;
  transition-duration: .8s;
  transform: rotate(-55deg);
}

.burgerButton.is-active .menuLine::before {

  transform: rotate(110deg);
}

.burgerButton .menuLine::before, .burgerButton .menuLine::after {
  width: 20px;
  height: 3px;
  background-color: #eee;
  border-radius: 15%;
  position: absolute;
  content: "";
  left: 0;
  transition-property: transform, top;
  transition-delay: .0s, .4s;
  transition-duration: .4s, .8s;
}

#burgerMenu {
  width: 214px;
  height: 30px;
  z-index: 1399;
  margin: 0 auto;
  padding: 0;
  border-radius: 1.5%;
  transition-property: height;
  transition-duration: .8s;
  /* background: linear-gradient(to bottom, #fff 0%,#aaa 100%); */
  background-repeat: no-repeat;
  background-position: 0 30px;
  /* border-bottom: 1px solid #BC262C; */
}
#burgerMenu.nav-active {
  height: 363px;
}
#burgerMenu.nav-active:hover {

}

#burgerMenu a {
  /* color: #BC262C; */
  color: #898989;
}

#burgerMenu a:hover {
  color: #BC262C;
  border-bottom: 1px solid #BC262C;
}
#burgerMenu h4 {
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  /* color: #BC262C; */
  color: #898989;
  font-weight: 600;
  margin: 8px 0 8px 0;
}

div.bx-logo button.burgerButton:nth-child(1) {
  display: none;
}

div#burgerMenu button.burgerButton {
  display: block;
}

@media (max-width: 767px) and (min-width: 481px) {
  @media (max-height: 640px) {
    .burgerMenuDecor {
      margin-left: 20px;
    }
  }
  .hideContentsMenu {
    background-color: white;
    border-top: 1px solid #8ca3ae;
    border-right: 1px solid #a0b4be;
    border-bottom: 1px solid #b6c8d1;
    border-left: 1px solid #a0b4be;
    border-radius: 3px;
    box-shadow: inset 0 2px 3px 0 rgb(0 0 0 / 10%);
  }
  .burgerButton {
    width: 24px;
    height: 24px;
    top: 3px;
    left: 5px;
  }
  .burgerButton .menuLine {
    width: 15px;
    top: .5px;
  }
  .burgerButton .menuLine::before, .burgerButton .menuLine::after {
    width: 15px;
  }
  .burgerButton .menuLine::before {
    top: 6px;
  }
  .burgerButton .menuLine::after {
    top: -6px;
  }
}

/* Убрал отступы внизу heder */
@media (max-width: 767px) {
  .bx-header-section {
      padding: 43px 15px 0px;
  }
  .bx-inc-orginfo {
      text-align: center;
  }
  .bx-touch .bx_slider_section .bx_slider_content_description {
    top: 22px;
  }
  #bx_catalog_slider_FyZBBK {
    margin-top: 50px;
  }
  @media (max-height: 640px) {
    .menuCatalorWrapper {
      overflow-y: scroll;
    }
    .menuCatalorWrapper {
      transition-duration: .8s;
      scrollbar-width: 3px;
    }
    .scrollFFWidth {
      scrollbar-width: none;
    }
  }
}

@media (max-width: 480px) {
  @media (max-height: 640px) {
    .menuCatalorWrapper {
      overflow-y: scroll;
    }
    .menuCatalorWrapper::-webkit-scrollbar {
        background: transparent;
        width: 5px
    }
    .menuCatalorWrapper::-webkit-scrollbar-thumb {
        background-color: #fff;
    }
    .menuCatalorWrapper {
        scrollbar-width: 3px;
    }
  }
  .menuCatalorWrapper {
    background: linear-gradient(to top, transparent -20%, #898989 50%, transparent 120%);
  }
  .burgerMenuDecor {
    padding-top: 10px;
    height: 400px;
    width: 205px;
    margin: 0 auto;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
  }
  /* .burgerButton .menuLine {
    top: 1px;
  } */
  .burgerButton {
    position: relative;
    top: -6px;
  }
  .menuCatalorWrapper {
    padding-left: 0;
    width: 230px;
  }

  /* .menuCatalorWrapper {
    margin-top: 2px;
  } */
  #burgerMenu h4 {
    padding-left: 0;
  }
  #burgerMenu {
    width: 230px;
    height: 0;
    margin-top: 105px;
    min-height: 0;
  }
  div.bx-logo button.burgerButton:nth-child(1) {
    display: block;
  }
  div#burgerMenu button.burgerButton {
    display: none;
  }
  .hideContentsMenu {
    height: 0;
  }
  .burgerButton {
    width: 26px;
    height: 26px;
  }
  .burgerButton .menuLine {
    width: 16px;
    top: .5px;
  }
  .burgerButton .menuLine::before, .burgerButton .menuLine::after {
    width: 16px;
  }
  .burgerButton .menuLine::before {
    top: 6px;
  }

  .burgerButton .menuLine::after {
    top: -6px;
  }
}

@media (max-width:320px){
  #burgerMenu {
    width: 230px;
  }
}

@media (max-width: 1199px) and (min-width: 768px){
  .bx_slider_section .bx_bt_button {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin-top: -70px;
  }
  .bx-touch .bx_slider_section .big.bx_bt_button {
    margin-top: -70px;
  }
  .bx_slider_section .bx_slider_current_price.bx_no_oldprice {
    text-align: center;
    padding: 2px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #bx_catalog_slider_FyZBBK_pagination, #bx_catalog_slider_FyyThF_pagination {
    width: 60%
  }
}

@media (max-width: 991px) {
  #bx_catalog_slider_FyZBBK_pagination, #bx_catalog_slider_FyyThF_pagination {
    bottom: -34px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .bx_slider_section .bx_slider_current_price.bx_no_oldprice {
    padding: 1px;
  }
  .bx-touch .bx_slider_section .big.bx_bt_button {
    margin-top: -55px;
  }
}

@media (max-width: 800px) and (min-width: 768px){
  .bx_slider_section .bx_bt_button {
    margin: 0 auto;
    left: 0;
    width: fit-content;
    margin-top: -70px;
  }
}
