header {
  color: #1F2937;
  padding: 24px 0;
  font-weight: 500;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-radius: 12px;
  background: #FFF;
  padding: 16px 14px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.menu li {
  margin: 0 24px 0 0;
}
.menu li:last-child {
  margin: 0;
}
.menu li a {
  padding: 4px 0;
  color: #1F2937;
  border-bottom: 2px solid transparent;
}
.menu li a:hover, .menu li a.active {
  color: #479E70;
  border-bottom: 2px solid #479E70;
}
.menu li a.active {
  font-weight: 500;
}

.btn-burger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  stroke: #479E70;
  margin: 0 20px 0 0;
}

.header-contacts {
  text-align: right;
}

.schedule {
  color: #9CA3AF;
  font-size: 12px;
}

.phone {
  color: #1F2937;
  margin-left: auto;
}
.phone span {
  color: #479E70;
}
.phone:hover {
  color: #479E70;
}

/*==========	section mobile-menu ==========*/
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  max-width: 550px;
  width: 100%;
  padding: 40px 30px;
  display: none;
}
.mobile-menu__close {
  position: absolute;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  stroke: #479E70;
  right: 8px;
  top: 8px;
}
.mobile-menu .logo {
  margin: 0 0 40px;
  max-width: 350px;
  width: 100%;
}
.mobile-menu .footer-box {
  margin: 30px 0 0;
  padding: 0;
}
.mobile-menu .footer-box__title {
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: 20px;
}
.mobile-menu .header-contacts {
  margin: 0 0 16px;
  text-align: left;
}
.mobile-menu .phone {
  margin-left: 0;
}
.mobile-menu .header-contacts:last-child {
  margin: 0;
}
.mobile-menu .header-contacts__icon {
  stroke: #2563EB;
}
.mobile-menu .header-contacts span {
  color: #9CA3AF;
  font-size: 12px;
  font-weight: 500;
}
.mobile-menu .menu {
  font-size: 16px;
}
.mobile-menu .menu li {
  width: 100%;
  margin: 0 0 15px;
}

/*==========	section mobile-menu end	==========*/	