.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1004;
  transition: all 0.4s ease;
  background: rgba(51, 51, 51, 0.7);
}
.header__inner {
  max-width: 1500px;
  width: 94.6%;
  margin: 0 auto;
  padding: 20px 0;
}
.header__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__recruit--wrap {
  position: relative;
}
.header__job {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #968E37;
  position: relative;
  width: 181px;
  height: 40px;
}
.header__job::after {
  content: "";
  background: url(../images/icn__arrow.webp);
  position: absolute;
  top: 51%;
  right: 20px;
  translate: 0 -50%;
  width: 10px;
  height: 6px;
  z-index: 1;
}
.header__drop {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.header__drop.drop-open {
  opacity: 1;
  visibility: visible;
}
.header__drop--list {
  width: 181px;
  background: #fff;
}
.header__drop--element:not(:last-child) {
  margin-bottom: 1px;
}
.header__drop--element a {
  color: #968E37;
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  background: #fff;
  transition: color 0.4s ease, background 0.4s ease;
}
.header__drop--element a:hover {
  color: #fff;
  background: #968E37;
}
.header__drop--element a span {
  color: inherit;
  font-size: 14px;
  margin-left: 5px;
  letter-spacing: 0;
}
.header__hamburger {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__hamburger p {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}
.header__hamburger--item {
  width: 48px;
  height: 26px;
  margin-right: 18px;
  position: relative;
}
.header__hamburger--item span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: all 0.4s ease;
}
.header__hamburger--item span:nth-of-type(1) {
  top: 0;
}
.header__hamburger--item span:nth-of-type(2) {
  top: 12px;
  width: 38px;
}
.header__hamburger--item span:nth-of-type(3) {
  bottom: 0;
}
.header__hamburger--item:hover span:nth-of-type(2) {
  width: 100%;
}
.header__logo--item {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  transition: opacity 0.4s ease;
  text-align: center;
}
.header__logo--item a:hover {
  opacity: 0.6;
}
.header__logo--text {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 4px;
}
.header__logo--small-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.header__info-instagram {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.header__info-instagram p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.header__info-icon {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.header__info-icon a picture {
  transition: opacity 0.4s ease;
}
.header__info-icon a :hover {
  opacity: 0.6;
}
.header.is-active {
  background: rgba(51, 51, 51, 0.95);
}
.header.is-active .header__hamburger--item span:nth-of-type(1) {
  top: 12.5px;
  rotate: -45deg;
}
.header.is-active .header__hamburger--item span:nth-of-type(2) {
  opacity: 0;
}
.header.is-active .header__hamburger--item span:nth-of-type(3) {
  bottom: 12.5px;
  rotate: 45deg;
}

.header__modal--content {
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 80px 0 30px;
  overflow-y: auto;
  pointer-events: none;
  z-index: 1003;
  opacity: 0;
  transition: all 0.4s ease;
}
.header__modal--content.is-active {
  pointer-events: all;
  background: rgba(51, 51, 51, 0.95);
  opacity: 1;
}
.header__modal--content.is-active * a:hover {
  opacity: 0.6;
}
.header__modal--content.is-active .header__modal--list {
  opacity: 1;
}
.header__modal--content.is-active .header__modal--element {
  color: #fff;
}
.header__modal--content.is-active .header__contact--links {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 340px));
  justify-content: center;
  gap: clamp(1.25rem, 0.415rem + 1.74vw, 2.5rem);
}
.header__modal--content.is-active .header__contact-el a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 0;
  background: url(../images/icn__another.webp) no-repeat center right 20px/16px 16px;
  background-color: transparent;
  border: 2px solid #fff;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.header__modal--content.is-active .header__contact-el a:hover {
  background: url(../images/icn__another_gray.webp) no-repeat center right 20px/16px 16px;
  background-color: #fff;
  color: #5E6064;
  opacity: 1;
}
.header__modal--list {
  max-width: 700px;
  width: 97.3%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.625rem, -0.628rem + 2.61vw, 2.5rem);
  margin: 0 auto 70px;
  opacity: 0;
  transition: all 0.4s ease;
}
.header__modal--element:first-child {
  width: 100%;
}
.header__modal--element:first-child a {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: bold;
  letter-spacing: 0.22em;
}
.header__modal--title {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.22em;
}
.header__modal--title a {
  color: #fff;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.header__modal--title a:hover {
  opacity: 0.6;
}
.header__modal--sub-list {
  margin-left: 27px;
}
.header__modal--sub-element {
  line-height: 1.8;
}
.header__modal--sub-element a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.header__modal--sub-element a span {
  color: inherit;
  font-size: inherit;
  margin-left: 5px;
}

.path__wrap {
  margin-bottom: 100px;
}
.path__root-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.path__root-el {
  display: flex;
  align-items: center;
}
.path__root-el:not(:last-child)::after {
  content: ">";
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
}
.path__root a {
  display: block;
  transition: opacity 0.4s ease;
}
.path__root a .path__root-txt {
  color: #968E37;
}
.path__root a:hover {
  opacity: 0.6;
}
.path__root-txt {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .header__inner {
    padding: unset;
    height: 64px;
    display: grid;
    align-items: center;
  }
  .header__hamburger {
    align-items: unset;
    flex-direction: column;
  }
  .header__hamburger--item {
    width: 38px;
    height: 19px;
    margin-right: unset;
  }
  .header__hamburger--item span:nth-of-type(2) {
    top: 9px;
  }
  .header__logo--item {
    text-align: right;
    position: unset;
    translate: unset;
  }
  .header__logo--small-text {
    font-size: clamp(0.813rem, 0.634rem + 0.76vw, 1rem);
  }
  .header.is-active .header__hamburger--item span:nth-of-type(1) {
    top: 5.5px;
  }
  .header.is-active .header__hamburger--item span:nth-of-type(3) {
    bottom: 12.5px;
  }
  .header__modal--content {
    display: block;
    place-content: unset;
  }
  .header__modal--content.is-active .header__contact--links {
    width: 89.3%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
  .header__modal--list {
    width: 89.3%;
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
  }
}/*# sourceMappingURL=header.css.map */