#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;

  position: relative;

  /*position: fixed;
  top: 20px;
  left: 20px;*/

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 106;

  margin-right: 20px;
  margin-bottom: 20px;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #616161;

  transition-duration: .25s;
}

.menu__btn > span::before {
  content: '';
  top: -8px;
}

.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: absolute;
  visibility: hidden;
  /*top: 0;*/
  left: -100%;

  width: 325px;

  margin: 0;
  padding: 25px 0 0 0;

  list-style: none;

  background-color: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;

  z-index: 105;

  overflow-y: scroll;
  height: 600px;

  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
}

/* Скроллбар */

.menu__box::-webkit-scrollbar {
  width: 6px;
}

.menu__box::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}

.menu__box::-webkit-scrollbar-thumb {
  background-color: #55b14d7c;
}

.second-nav {
  background-color: #efefef
}

.second-nav a {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

.menu__box li {
  border-bottom: 1px #ccc solid;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

li.parent-level .parent_item::after {
  content: url(images/arrow-right-black.png);
  padding-left: 5px;
}

/*.menu__box li:hover ul li a::before{
  padding-right: 10px;
  content:  url(images/arrow-right.png);
}*/

.hamburger-phone {
  width: 150px;
  padding: 10px 0 10px 0px;
  margin-left: 20px;
  display: inline;
}

.hamburger-phone a {
  padding: 10px 10px 10px 0px !important;
}

.hamburger-phone a.zphone {
  color: #55B14D !important;
  font-weight: 600;
  font-size: 14px;
}

.hamburger-info {
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
}

div.hamburger-info div.select-city-wrap-burger {
  margin-left: 20px !important;
}

.profile-ico::before {
  padding-right: 10px;
  content: url(images/profile.png);
}

.cart-ico::before {
  padding-right: 10px;
  content: url(images/cart.png);
}


/* стили для вложенности */

.menu__box li ul {
  display: none;
}

.menu__box li:hover ul {
  display: block;
}

.menu__box li ul li {
  background-color: #bec2c557
}

.menu__box li:hover ul li a::before {
  padding-right: 10px;
  content: url(images/arrow-right.png);
}

.hamburger-contact {
  padding: 20px;
}

.hamburger-contact div:not(:last-child) {
  padding-bottom: 20px;
}

.hamburger-contact div h4 {
  margin-bottom: 0px;
  color: #333;
}

.select-city__block__text-city-no-open {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: pointer;
  color: #fff;
}

.select-city__block__text-city-no-open {
  color: #fff;
  background-image: url(images/maps.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.select-city-wrap-burger {
  background: #59b351;
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 145px;
  text-align: center;
  margin-right: 0;
}
