.header {
  padding-top: 50px;
  margin-bottom: 160px;
  padding-bottom: 100px;
  min-height: 768px;
  background: linear-gradient(180deg, rgba(255, 79, 0, 0.1979166667) 0%, rgba(255, 107, 0, 0) 100%);
  box-shadow: 0px 4px 16px rgba(75, 0, 129, 0.1);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 160px;
}

.nav_logo {
  max-width: 130px;
}

.nav_menu {
  display: flex;
  gap: 55px;
  font-size: 18px;
}

.nav_item {
  transition: transform 0.1s ease-out, opacity 0.5s ease-out, background-color 0.5s ease;
}
.nav_item:hover {
  transform: scale(1.1);
}

.nav_home {
  color: #CC5520;
}
.nav_home:hover {
  color: #CC5520;
}

.menu_opener {
  display: none;
  transition: transform 0.5s ease-out;
}

.header_content {
  margin-right: 400px;
  display: flex;
  justify-content: space-between;
}

.header_content-title {
  margin-bottom: 14px;
  line-height: 70px;
}

.header_content-text {
  margin-bottom: 60px;
  line-height: 36px;
  font-size: 20px;
}

.header_content-pic {
  position: absolute;
  right: 0;
  top: 80px;
  width: 441px;
  height: 535px;
  margin-bottom: 27px;
}/*# sourceMappingURL=header.css.map */