.header {
  width: 100%;
  background-color: #fff;
}
.header .header__container {
  max-width: 1590px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header .header__container .nav {
  display: flex;
}
.header .header__container .nav .burger-menu {
  display: none;
  z-index: 5;
}
@media (max-width: 1139px) {
  .header .header__container {
    padding: 110px 54px 40px;
    flex-direction: column;
  }
}
@media (max-width: 834px) {
  .header .header__container {
    padding: 88px 15px 32px;
    flex-direction: column;
    max-width: 864px;
  }
  .header .header__container .nav {
    justify-content: space-between;
    align-items: center;
  }
  .header .header__container .nav .burger-menu {
    display: block;
  }
  .header .header__container .nav .menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    cursor: pointer;
    z-index: 1;
    background-image: linear-gradient(159.86deg, #D56847 -29.16%, #AE5D44 114.8%);
    box-shadow: 3px 8px 20px rgba(36, 30, 28, 0.12);
    border-radius: 5px;
  }
  .header .header__container .nav .menu-btn span,
.header .header__container .nav .menu-btn span::before,
.header .header__container .nav .menu-btn span::after {
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transition-duration: 0.25s;
  }
  .header .header__container .nav .menu-btn span::before {
    content: "";
    top: -8px;
    left: -6px;
  }
  .header .header__container .nav .menu-btn span::after {
    content: "";
    top: 8px;
    right: -6px;
  }
  .header .header__container .nav .menubox {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 450px;
    margin: 0;
    padding: 87px 0 92px;
    list-style: none;
    background-color: #fff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: 0.25s;
    background-color: #fff;
  }
  .header .header__container .nav .menubox .menu-item {
    display: block;
    padding: 12px 0;
    font-family: Gilroy;
    text-decoration: none;
    transition-duration: 0.25s;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #444443;
    width: 165px;
    text-align: center;
    border-bottom: 1px solid #FFD5C9;
  }
  .header .header__container .nav .menubox .logo__link {
    margin-bottom: 36px;
  }
  .header .header__container .nav #menu-toggle {
    opacity: 0;
  }
  .header .header__container .nav #menu-toggle:checked ~ .menu-btn > span {
    background-color: transparent;
    width: 20px;
  }
  .header .header__container .nav #menu-toggle:checked ~ .menu-btn > span::before {
    top: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    width: 20px;
  }
  .header .header__container .nav #menu-toggle:checked ~ .menu-btn > span::after {
    top: 0;
    left: 0;
    right: 0;
    transform: rotate(-45deg);
    width: 20px;
  }
  .header .header__container .nav #menu-toggle:checked ~ .menubox {
    visibility: visible;
    left: 0;
  }
}
@media (min-width: 834px) {
  .header .header__container {
    align-items: center;
  }
}
.header .header__container .logo__link {
  display: inline-block;
}
.header .header__container .logo__link .logo {
  width: 255px;
  height: 80px;
}
@media (max-width: 834px) {
  .header .header__container .logo__link .logo {
    width: 165px;
    height: 55px;
  }
}
.header .header__container .header__phone {
  margin: 24px auto 0;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 3px 8px 20px rgba(36, 30, 28, 0.12);
  background-color: #798C92;

}
.header .header__container .header__phone svg {
  margin-right: 5px;
}
@media (min-width: 834px) {
  .header .header__container .header__phone svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1140px) {
  .header .header__container .header__phone svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 834px) {
  .header .header__container .header__phone {
    margin: 0;
    width: 255px;
    height: 55px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1140px) {
  .header .header__container .header__phone {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
  }
}
.header .header__container .nav__list {
  display: none;
  width: 100%;
  justify-content: space-between;
  margin: 52px 0;
}
.header .header__container .nav__list .nav__item {
  color: #444443;
}
@media (min-width: 834px) {
  .header .header__container .nav__list {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1140px) {
  .header .header__container .nav__list {
    width: 730px;
  }
}

/*# sourceMappingURL=header.css.map */
