@charset "UTF-8";
@font-face {
  font-family: "Mugwort Maximum";
  src: local("MugwortMaximum"), local("MugwortMaximum"), url(../fonts/MugwortMaximum.a6ebac8b.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url(../fonts/Inter-Medium.6dcbc9be.ttf);
  src: local("Inter"), local("Inter"), url(../fonts/Inter-Medium.6dcbc9be.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
/*-------------------ОСНОВНЫЕ----------------------------*/
/*-------------------ТИПОГРАФИКА----------------------------*/
/*-------------------UI----------------------------*/
/*-------------------ДОПОЛНИТЕЛЬНО----------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.btn {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
}

/*---------------------------------РАЗМЕРЫ------------------------------------*/
.btn_medium {
  padding: 21px 20px;
  font-size: 20px;
}
@media all and (max-width: 820px) {
  .btn_medium {
    font-size: 14px;
  }
}

.btn_small {
  padding: 10px 20px;
  font-size: 14px;
}

/*---------------------------------ПАЛИТРА------------------------------------*/
.btn_primary {
  background: linear-gradient(90deg, #44B0FF 0%, #8EED43 100%);
  color: #FFFFFF;
  fill: #FFFFFF;
}
.btn_primary:hover {
  background-color: #8EED43;
}
.btn_primary:disabled {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.1);
  fill: rgba(255, 255, 255, 0.1);
}

.btn_secondary {
  background: transparent;
  color: #FFFFFF;
  fill: #FFFFFF;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.btn_secondary:hover {
  background: transparent;
  box-shadow: inset 0 0 0 1px #FFFFFF;
}
.btn_secondary:disabled {
  background: transparent;
  color: rgba(255, 255, 255, 0.1);
  fill: rgba(255, 255, 255, 0.1);
}

.input {
  color: #FFFFFF;
}

.q-input {
  margin-bottom: 12px;
  box-shadow: inset 0 0 5px 0 #44B0FF;
  border-radius: 8px;
}

.error {
  color: #EE0000;
  margin: 12px 0;
}

h1, h2, h3 {
  font-family: "Heading Pro", Arial, sans-serif;
  font-style: normal;
  color: #FFFFFF;
}

h4, h5, h6, p {
  font-family: "Inter", Arial, sans-serif;
  font-style: normal;
  color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: unset;
}

h1 {
  font-weight: 400;
  font-size: 160px;
  line-height: 100%;
}
@media all and (max-width: 450px) {
  h1 {
    font-size: 120px;
  }
}

h2 {
  font-weight: 300;
  font-size: 60px;
  line-height: 100%;
}
@media all and (max-width: 450px) {
  h2 {
    font-size: 11vw;
  }
}

h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 145%;
}
@media all and (max-width: 450px) {
  h3 {
    font-size: 40px;
    line-height: 133%;
  }
}

h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
@media all and (max-width: 450px) {
  p {
    font-size: 16px;
  }
}

.text-2 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media all and (max-width: 450px) {
  .text-2 {
    font-size: 4.5vw;
  }
}

.capture {
  margin: 0;
  font-weight: 400;
  line-height: 140%;
  font-size: 12px;
}

#q-app {
  background: #000;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
  padding: 0 40px;
}
@media all and (max-width: 450px) {
  .container {
    padding: 0 5.5vw;
  }
}
.container_sm {
  max-width: 660px;
}
.container_lg {
  max-width: 1920px;
}

/*# sourceMappingURL=app.302c2ba5.css.map*/