@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
header {
  position: fixed;
  top: 0;
  z-index: 1000;
}
/*burger*/
#burger {
  width: 100%;
  max-width: 769px;
  margin: 0 auto;
  height: 100%;
  padding: 0 15px;
}
.navbar {
  display: none;
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
}
.navbar__wrap {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
#burger {
  display: none;
}
.hamb {
  display: none;
}
.popup {
  display: none;
}

.menu__burger > li > a {
  text-decoration: none;
}
.navbar__wrap .menu__burger {
  display: none;
}

/*Меню*/

.button3__sub {
  display: none;
}
.header__menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  margin-left: 15px;
}
.header__menu ul li:hover > ul {
  display: inherit;
}
.header__menu ul ul li {
  min-width: 100px;
  height: 100%;
  float: none;
  display: list-item;
  position: relative;
  text-align: start;
  margin-bottom: 1px;
}  




header {
  display: flex;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  box-shadow: 0 0 10px 10px rgb(238, 197, 158);
  width: 100%;
  height: 75px;
  background: #e4e2e5;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  margin-right: 2.5em;
}
.header__menu {
  flex-grow: 1;
}
.header__menu ul {
  display: flex;
  padding: 0;
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
.header__menu li {
  margin-right: 1em;
  position: relative;
  left: -50%;
}
.header__menu li:last-child {
  margin-right: 0;
}
.button3 {
  padding: 8px 10px;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header__menu .active__big {
  display: block;
  padding: 8px 10px;
  color: rgb(225, 207, 207);
  border-radius: 15px;
  border-bottom: 3px solid red;
}
.header__tel {
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
}
.header__tel a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header__logo img {
  width: 100px;
}
/*кнопка menu*/
a.button3 {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,.5);
  user-select: none;
  padding: 6px 8px;
  border: 1px solid rgb(80,32,0);
  border-radius: 15px;
  outline: none;
  background: rgb(147,80,36) linear-gradient(rgb(106,58,26), rgb(147,80,36) 80%);
  box-shadow:
   0 6px rgb(86,38,6),
   0 3px 15px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
} 
.button3:hover {
  background: rgb(126, 21, 3) linear-gradient(rgb(199, 49, 35) 20%, rgb(243, 114, 97));
}
.button3:active {
  background: rgb(126, 21, 3) linear-gradient(rgb(199, 49, 35) 20%, rgb(243, 114, 97));
  box-shadow:
   0 2px rgb(86, 13, 6),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
/*кнопка телефона*/
a.button_tel {
  position: relative;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px 1px #cc5500;
  user-select: none;
  padding: 8px 10px;
  outline: none;
  border-radius: 5px;
  background: linear-gradient(to left, rgba(0,0,0,.3), rgba(0,0,0,.0) 50%, rgba(0,0,0,.3)), linear-gradient(#d77d31, #fe8417, #d77d31);
  background-size: 100% 100%, auto;
  background-position: 50% 50%;
  box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, #000 0 10px 15px -10px;
  transition: 0.2s;
}
a.button_tel:hover {
  background-size: 140% 100%, auto;
}
a.button_tel:active {
  top: 1px;
  color: #ffdead;
  box-shadow: inset #ebab00 0 -1px 1px, inset 0 1px 1px #ffbf00, #cc7722 0 0 0 1px, 0 10px 10px -9px #000;
}
@media (min-width: 670px) and (max-width: 980px) {

  .button3__sub {
    display: block;
  }

  .button3__del {
    display: none;
  } 
  .button3 {
    font-size: 12px;
  }
  a.button3 {
    padding: 4px 6px;
  }
  a.button3.active {
    padding: 4px 6px;
  }
}
@media (max-width: 770px) {
  .img__right, .img__left {
    display: none;
  }
 }
@media screen and (max-width: 670px) {
  .navbar {
    display: block;
  }
  .header__logo {
    display: none;
  }
  .header__logo__burger img {
    height:75px;
    padding-bottom: 15px;
  }
  .header__logo__burger {
    margin: auto;
  }
  #burger {
    display: flex;
    justify-content: flex-start;
  }
  .menu__big li {
    display: none;
  }
  /*burger*/
  .hamb {
    display: flex;
    align-items: center;
  }
  .hamb__field {
    padding: 10px 20px;
    cursor: pointer;
  }
  .bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: rgb(148, 90, 35);
    transition: 0.2s;
  }
  .popup {
    position: fixed;
    top: 75px;
    left: -100%;
    width: 100%;
    height: 200px;
    background-color: rgb(225, 192, 146);
    z-index: 100;
    display: flex;
    transition: 0.3s;
  }
  .popup.open {
    left: 0;
  }
  .popup .menu__burger {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 5px 0;
    overflow: auto;
  }
  .popup .menu__burger > li {
    width: 100%;
  }
  .popup .menu__burger > li > a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 3px 0;
    font-size: 14px;
    font-weight: bold;
    color: #3f3f3f;
  }
  .popup .menu__burger > li > a:hover {
    background-color: rgba(234, 77, 93, 0.1);
  }
  .hamb__field.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamb__field.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamb__field.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  body.noscroll {
    overflow: hidden;
  }
}
@media (max-width: 330px) {
  .header__tel {
    display: none;
  }
  #burger {
    justify-content: flex-start;
  }
}
