.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.header__container {
  position: relative;
}
@media (width >= 320px) {
  .header__container {
    margin-top: 40px;
  }
}
@media (width >= 1220px) {
  .header__container {
    margin-top: 48px;
  }
}
.header__logo {
  position: absolute;
  display: inline-block;
  background: url("../images/svg/logo.svg") no-repeat center/contain;
}
@media (width >= 320px) {
  .header__logo {
    top: -16px;
    left: 0;
    width: 135px;
    height: 57px;
  }
}
@media (width >= 768px) {
  .header__logo {
    left: 73px;
    width: 171px;
    height: 72px;
  }
}
@media (width >= 1220px) {
  .header__logo {
    top: -18px;
    left: calc((100% + 240px) / 12 * 1.9 - 5px);
  }
}
@media (width >= 1400px) {
  .header__logo {
    width: 201px;
    height: 85px;
  }
}
@media (width >= 1800px) {
  .header__logo {
    width: 263px;
    height: 111px;
    left: calc(8.3333333333% + 20px);
  }
}
.header__links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header__links-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.header__links-el-link {
  z-index: 1;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #67069f;
}
@media (width >= 1400px) {
  .header__links-el-link {
    font-size: 24px;
  }
}
.header__links-el::before {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
}
.header__links-el:hover::before {
  opacity: 1;
}
.header__links-el:nth-child(1)::before {
  clip-path: circle(50% at 50% 50%);
  width: 44px;
  height: 44px;
  background-color: #ffcc1e;
}
.header__links-el:nth-child(2)::before {
  right: -10px;
  clip-path: polygon(0% 0%, 99.5% 27.7%, 25.8% 100%);
  width: 52px;
  height: 52px;
  background-color: #f700c0;
}
.header__links-el:nth-child(3)::before {
  clip-path: polygon(7.4% 0%, 99.7% 32.7%, 92.3% 98.1%, 0% 65.4%);
  width: 80px;
  height: 32px;
  background-color: #f84355;
}
.header__links-el:nth-child(4)::before {
  background: url("../images/svg/linkStar.svg") no-repeat center/contain;
  width: 73px;
  height: 74px;
  left: -20px;
}
@media (width >= 320px) {
  .header__links {
    display: none;
  }
}
@media (width >= 1220px) {
  .header__links {
    display: flex;
    gap: 40px;
  }
}
@media (width >= 1800px) {
  .header__links {
    gap: 80px;
  }
}
.header__button {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #67069f;
  border-bottom: 1px solid #67069f;
  font-family: "NauryzRedKeds";
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #67069f;
  padding: 8px 7px;
}
@media (width >= 1220px) {
  .header__button {
    display: none;
  }
}
.header__menu {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background: linear-gradient(0deg, rgba(103, 6, 159, 0.5019607843) 0%, rgba(103, 6, 159, 0.5019607843) 100%), #fff;
  position: fixed;
  top: 0;
  height: 100dvh;
  width: 100%;
  z-index: 2;
}
.header__menu._close {
  transform: translateX(-200%);
}
.header__menu-button {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (width >= 768px) {
  .header__menu-button {
    right: 80px;
  }
}
.header__menu-links {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
}
.header__menu-links li a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: #ffffff;
}
.header__menu::before, .header__menu::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 412px;
  height: 300px;
  clip-path: polygon(49.93% 100%, 99.84% 0%, 0% 0%);
}
.header__menu::before {
  top: -122px;
  left: -132px;
  background-color: #67069f;
}
@media (width >= 768px) {
  .header__menu::before {
    top: -35px;
    left: 32px;
  }
}
.header__menu::after {
  bottom: -114px;
  right: -142px;
  background-color: #f700c0;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
@media (width >= 768px) {
  .header__menu::after {
    bottom: -35px;
    right: 31px;
  }
}
.header__menu .circle::before {
  content: "";
  position: absolute;
  bottom: 44px;
  left: 58px;
  width: 60px;
  height: 60px;
  background-color: #f7870b;
  border-radius: 50%;
}
@media (width >= 768px) {
  .header__menu .circle::before {
    bottom: 194px;
    left: 61px;
  }
}
.header__menu .circle::after {
  content: "";
  position: absolute;
  bottom: 95px;
  right: 100px;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-color: #11ab47;
  border-radius: 50%;
}
@media (width >= 768px) {
  .header__menu .circle::after {
    bottom: 245px;
    right: auto;
    left: 220px;
  }
}
.header__menu .circles {
  position: absolute;
  top: 90px;
  left: 105px;
  background: url("../images/webp/circles.webp") no-repeat center/contain;
  width: 67px;
  height: 37px;
}
@media (width >= 768px) {
  .header__menu .circles {
    top: auto;
    bottom: 60px;
    left: 228px;
  }
}
@media (width >= 1220px) {
  .header__menu {
    display: none;
  }
}/*# sourceMappingURL=header.css.map */