@import "./bootstrap.min.css";
@font-face {
  font-family: HNR;
  src: url(./font/HNR.ttf);
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased !important;
  font-feature-settings: "ss04" on, "ss03" on, "ss02" on, "ss01" on, "salt" on;
}

body {
  font-family: HNR;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.1em !important;
  background: #000;
  color: #fff;
  background: linear-gradient(123deg, #000102 0%, #220832 100%);
}

.header {
  padding: calc((100vw - 360px) / 1006 * 0 + 128px) 12px 0;
}
.header__body .header__icon {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .header__body .header__icon {
    display: none !important;
  }
}
.header__body .header__title {
  color: #FFF;
  text-align: center;
  font-size: calc((100vw - 360px) / 1006 * 28 + 36px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.header__body .header__title span {
  color: #8A51AA;
}
.header__body .header__text {
  margin: calc((100vw - 360px) / 1006 * 36 + 36px) auto 0;
  max-width: 750px;
  color: #FFF;
  text-align: center;
  font-size: calc((100vw - 360px) / 1006 * 6 + 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.plans .plans__body {
  margin: calc((100vw - 360px) / 1006 * 36 + 36px) auto 0;
  max-width: 1200px;
  justify-content: center;
}
.plans .plans__body .plans__item-wrap {
  padding: 12px;
}
.plans .plans__body .plans__item-wrap .plans__item {
  display: flex;
  padding: 48px 20px 20px 20px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 380px;
  background: #fff;
  color: #000;
  border-radius: 12px;
  margin: 64px auto 0;
}
.plans .plans__body .plans__item-wrap .plans__item hr {
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  border: none;
}
.plans .plans__body .plans__item-wrap .plans__item .plans__item--icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.plans .plans__body .plans__item-wrap .plans__item .plans__item--title {
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
  letter-spacing: -0.56px;
}
.plans .plans__body .plans__item-wrap .plans__item .plans__item--price {
  font-family: Inter;
  font-size: calc((100vw - 360px) / 1006 * 8 + 16px);
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.06em;
}
.plans .plans__body .plans__item-wrap .plans__item .plans__item--price span {
  letter-spacing: -0.03em;
  margin-left: 4px;
  opacity: 0.7;
  font-size: calc((100vw - 360px) / 1006 * 4 + 10px);
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.plans .plans__body .plans__item-wrap .plans__item .plans__item--text {
  color: #475467;
}
.plans .plans__body .plans__item-wrap .plans__item .plans__item--list {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 12px;
  font-size: calc((100vw - 360px) / 1006 * 4 + 12px);
}
.plans .plans__body .plans__item-wrap .plans__item .plans__item--list li {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  gap: 8px;
}
.plans .plans__body .plans__item-wrap .plans__item .plans__item--list li img {
  transform: translateY(-3px);
}

.prebanner {
  margin-top: calc((100vw - 360px) / 1006 * 36 + 72px);
  padding: 0 24px;
}
.prebanner__body {
  margin: 0 auto;
  max-width: 900px;
}
.prebanner__body .prebanner__text {
  color: #FFF;
  text-align: center;
  font-size: calc((100vw - 360px) / 1006 * 8 + 16px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.351em;
}

.media {
  margin-top: calc((100vw - 360px) / 1006 * 36 + 72px);
}
.media .media__body {
  margin: auto;
  max-width: 1200px;
}
.media .media__body iframe {
  width: 100%;
  height: calc((100vw - 360px) / 1006 * 240 + 360px);
}

.footer {
  margin-top: calc((100vw - 360px) / 1006 * 36 + 72px);
  padding: 24px 0 72px;
}
.footer .footer__body {
  margin: 0 auto;
  max-width: 720px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
  padding: 24px;
}
.footer .footer__body .footer__title {
  color: #FFF;
  text-align: center;
  font-size: calc((100vw - 360px) / 1006 * 28 + 36px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer .footer__body .footer__form {
  width: 100%;
  margin-top: 36px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 24px;
}
.footer .footer__body .footer__form input {
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  min-width: 40%;
  flex: 1;
  background-color: #fff;
  color: #000;
  min-width: 300px;
}
.footer .footer__body .footer__form input[type=submit] {
  flex: 0;
  border-radius: 12px;
  border: 1px solid #E5E5E5;
  background: #8A51AA;
}
.footer .footer__body .footer__logo-wrap {
  margin-top: 36px;
}
.footer .footer__body .footer__copyrights {
  margin-top: 36px;
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */