.header {
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}
@media (max-width: 990px) {
  .header {
    margin-bottom: 30px;
  }
}
.header__wrap {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 990px) {
  .header__wrap {
    grid-gap: 10px;
    padding: 15px 0;
    position: relative;
  }
}
.header__left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 990px) {
  .header__left {
    position: static;
  }
}
@media (max-width: 990px) {
  .header__left img {
    height: 24px;
    width: 24px;
  }
}
.header__menu {
  position: absolute;
  left: 0;
  top: 110%;
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: none;
  background: #26272B;
}
@media (max-width: 990px) {
  .header__menu {
    width: 100%;
    box-sizing: border-box;
  }
}
.header__menu a {
  padding: 7px 24px;
  font-weight: 400;
  font-size: 18px;
  display: block;
  line-height: 26px;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
}
.header__menu a:hover {
  background: linear-gradient(270deg, #AA6238 0%, #D29A67 100%);
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .call-menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .header__logo img {
    height: 25px;
    max-width: 100%;
    object-fit: contain;
  }
}
.header__btn {
  max-width: 190px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(270deg, #AA6238 0%, #D29A67 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
@media (max-width: 990px) {
  .header__btn {
    padding: 3.5px 10px;
    max-width: 95px;
    font-size: 12px;
    line-height: 17px;
  }
}

.active-menu {
  display: block;
}

.text {
  margin-bottom: 40px;
}
.text h1 {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}
.text h2 {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
}
.text h3 {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.text h4 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.text h5 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.text p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

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