* {
  padding: 0;
  margin: 0;
  border: none
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
a:link,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

aside,
nav,
footer,
header,
section,
main {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit
}

ul,
ul li {
  list-style: none
}

img {
  vertical-align: top
}

img,
svg {
  max-width: 100%;
  height: auto
}

address {
  font-style: normal
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent
}

input::-ms-clear {
  display: none
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

label {
  cursor: pointer
}

legend {
  display: block
}

:root {
  --container-width: 1450px;
  --container-padding: 15px;
  --font-size: 20px;
  --font-main: "Sora", sans-serif;
  --page-bg: linear-gradient(189.19deg, #260E61 30.48%, #451368 61.63%, #59166C 81.25%, #5E176D 85.64%, #901F77 101.41%, #AB237D 116.22%, #CC2984 133.71%, #FF318F 161.06%);
  --color-main: #fff;
  --color-accent: linear-gradient(0.151deg, #FF00A9 0%, #FF0051 100%);
  --color-bg: linear-gradient(0deg, #4F24FF 0%, #13D9E2 100%);
  --color-text: #060606
}

html {
  scroll-behavior: smooth
}

body {
  max-width: 1920px;
  min-width: 360px;
  background: #260e61;
  color: var(--color-main);
  font-family: var(--font-main);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-size: var(--font-size);
  overflow-x: hidden
}

.wrapper {
  position: relative;
  width: 100%;
  background-image: url("./../img/wrapperBG.svg")
}

.main {
  overflow: hidden
}

.container {
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto
}

.container__full {
  max-width: 1650px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto
}

.title {
  font-weight: 800
}

.btn {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.none {
  display: none !important
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}

.no-scroll {
  overflow-y: hidden
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.footer {
  margin-top: auto
}

.footer {
  background: linear-gradient(345.52deg, #260e61 -108.45%, #451368 -15.58%, #59166c 42.92%, #5e176d 56.01%, #901f77 103.05%, #ab237d 147.18%, #cc2984 199.34%, #ff318f 280.9%)
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__menu-item a {
  color: var(--color-main);
  text-underline-offset: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.footer__menu-item a:hover {
  text-decoration: underline;
  opacity: .6
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__socials-item a svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.footer__socials-item a:hover svg {
  fill: #ff0051
}

.footer__bottom {
  text-align: center
}

.footer__bottom p {
  color: var(--color-main)
}

.header {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header__burger {
  display: none
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu__list-item a {
  font-size: 18px;
  color: var(--color-main);
  text-underline-offset: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.menu__list-item a:hover {
  text-decoration: underline;
  opacity: .6
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__btn {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #ff0051;
  background: transparent;
  color: #fff
}

.header__btn:hover {
  background: var(--color-accent);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.header__mob {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  min-height: 100%;
  width: 100%;
  background-color: #260e61;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%)
}

.header__mob.active {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important
}

.header__mob-container {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.header__mob-closes {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 999
}

.header__mob-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.header__mob-menu li {
  width: 100%;
  text-align: center
}

.header__mob-menu a {
  display: block;
  width: 100%;
  color: var(--color-main);
  text-underline-offset: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.header__mob-menu a:hover {
  text-decoration: underline;
  opacity: .6
}

.header__mob-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header__mob-btn {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #ff0051;
  background: var(--color-accent);
  color: #fff
}

.header__mob-btn:hover {
  background: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.hero {
  width: 100%;
  position: relative;
  z-index: 98;
  background-image: url("./../img/wrapperBG.svg")
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.hero__title {
  color: var(--color-main);
  font-weight: 600;
  margin-bottom: 25px
}

.hero__title span {
  color: #00fff8
}

.hero__subtitle {
  max-width: 1114px;
  width: 100%;
  color: var(--color-main);
  text-align: center
}

.hero__btns {
  max-width: 584px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px
}

.hero__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.hero__btn a {
  color: var(--color-main);
  border-radius: 5px;
  border: solid 1px #ff0051;
  background: var(--color-accent);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.hero__btn.hero__btn--inner a {
  border: solid 1px #4f24ff;
  background: var(--color-bg)
}

.hero__btn a:hover,
.hero__btn.hero__btn--inner a:hover {
  background: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.hero__btn p {
  max-width: 176px;
  width: 100%;
  margin: 0 auto;
  color: var(--color-main);
  text-align: center
}

.hero__btn.hero__btn--inner p {
  max-width: 238px
}

.about {
  position: relative;
  background: transparent
}

.about__container {
  z-index: 99;
  position: relative
}

.about__title {
  color: rgba(255, 255, 255, .1)
}

.about__wrap {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto
}

.about__subtitle {
  font-weight: 700;
  margin-bottom: 24px
}

.about__subtitle-two {
  color: #ff0176
}

.about__subtitle-one {
  color: #1dfff9
}

.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px
}

.about__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.about__btn {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #ff0051;
  background: transparent;
  color: #fff
}

.about__btn:hover {
  background: var(--color-accent);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.about__map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 98
}

.affilate {
  position: relative;
  background-color: #fff
}

.affilate__wave {
  background: #260e61;
  line-height: 0;
  z-index: -1
}

.affilate__wave2 {
  background: #260e61;
  line-height: 0;
  z-index: -1
}

.affilate__nlo {
  position: absolute;
  bottom: 0;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-animation: moveUpDown2 4s ease-in-out infinite alternate;
  animation: moveUpDown2 4s ease-in-out infinite alternate
}

@-webkit-keyframes moveUpDown2 {
  0% {
    -webkit-transform: translateY(-10px) translateX(10px);
    transform: translateY(-10px) translateX(10px)
  }

  100% {
    -webkit-transform: translateY(10px) translateX(-10px);
    transform: translateY(10px) translateX(-10px)
  }
}

@keyframes moveUpDown2 {
  0% {
    -webkit-transform: translateY(-10px) translateX(10px);
    transform: translateY(-10px) translateX(10px)
  }

  100% {
    -webkit-transform: translateY(10px) translateX(-10px);
    transform: translateY(10px) translateX(-10px)
  }
}

.affilate__rocket {
  position: absolute;
  z-index: 99;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-animation: moveUpDown 4s ease-in-out infinite alternate;
  animation: moveUpDown 4s ease-in-out infinite alternate
}

@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  100% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
  }
}

@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }

  100% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
  }
}

.affilate__container {
  position: relative;
  z-index: 99
}

.affilate__title {
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
  color: #fff
}

.affilate__subtitle {
  color: var(--color-text);
  font-weight: 700;
  margin-bottom: 24px
}

.affilate__wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.affilate__img {
  margin-bottom: 60px
}

.affilate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 99
}

.affilate__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #1dfff9
}

.affilate__list-item:last-child {
  border-left: none;
  padding-left: 0
}

.affilate__list-item p {
  color: var(--color-text)
}

.affilate__btn {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  border: solid 1px #ff0051;
  background: #ff0051;
  color: #fff
}

.affilate__btn:hover {
  background: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: var(--color-text)
}

.advertiser {
  position: relative;
  overflow: hidden
}

.advertiser__img {
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease
}

.advertiser__img2 {
  position: absolute;
  bottom: 50px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease
}

.advertiser__container {
  position: relative;
  z-index: 99
}

.advertiser__title {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .1)
}

.advertiser__subtitle {
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px
}

.advertiser__text {
  max-width: 967px;
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.form {
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.form__name {
  width: 31%
}

.form__box {
  border: 1px solid #fff;
  border-radius: 4px
}

.form__box input,
.form__box textarea {
  color: var(--color-main);
  width: 100%;
  padding: 16px 22px
}

.form__box input::-webkit-input-placeholder,
.form__box textarea::-webkit-input-placeholder {
  color: var(--color-main)
}

.form__box input::-moz-placeholder,
.form__box textarea::-moz-placeholder {
  color: var(--color-main)
}

.form__box input:-ms-input-placeholder,
.form__box textarea:-ms-input-placeholder {
  color: var(--color-main)
}

.form__box input::-ms-input-placeholder,
.form__box textarea::-ms-input-placeholder {
  color: var(--color-main)
}

.form__box input::placeholder,
.form__box textarea::placeholder {
  color: var(--color-main)
}

.form__company {
  width: 31%
}

.form__telegram {
  width: 31%
}

.form__message {
  width: 100%
}

.form__message textarea {
  outline: none;
  min-height: 160px;
  resize: none
}

.form__btn {
  display: block;
  margin: 0 auto
}

.form__btn button {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  border: solid 1px #ff0051;
  background: #ff0051
}

.form__btn button:hover {
  background: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear
}

.modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px
}

.modal__wrap {
  max-width: 700px;
  width: 100%;
  background: linear-gradient(189.19deg, #260e61 30.48%, #451368 61.63%, #59166c 81.25%, #5e176d 85.64%, #901f77 101.41%, #ab237d 116.22%, #cc2984 133.71%, #ff318f 161.06%);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}

.modal__closes {
  position: absolute
}

.modal__title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase
}

.modal__text {
  text-align: center
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal__form {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 0;
  height: 0;
  z-index: -99;
  visibility: hidden;
  opacity: 0
}

.modal__form.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.modal__form.active .modal__form-container {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.modal__form-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .8)
}

.modal__form-container {
  position: relative;
  max-width: 600px;
  overflow: auto;
  width: 100%;
  padding: 60px 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background-image: url("./../img/map.png");
  background-repeat: no-repeat;
  background-size: cover
}

.modal__form-closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-image: url(./../img/close.svg);
  z-index: 999
}

.modal__form-title {
  color: var(--color-text);
  font-size: clamp(22px, calc(38vw / 19.2), 38px);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(20px, calc(35vw / 19.2), 35px)
}

.form__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}

.form__modal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.form__modal-box label {
  font-size: 18px;
  padding-left: 18px
}

.form__modal-box input,
.form__modal-box select,
.form__modal-box textarea {
  width: 100%;
  padding: 20px;
  padding-left: 0;
  background-color: transparent;
  outline: none;
  color: #000;
  border-bottom: 1px solid #000;
  resize: none;
  font-size: 18px
}

.form__modal-box input::-webkit-input-placeholder,
.form__modal-box select::-webkit-input-placeholder,
.form__modal-box textarea::-webkit-input-placeholder {
  color: #000
}

.form__modal-box input::-moz-placeholder,
.form__modal-box select::-moz-placeholder,
.form__modal-box textarea::-moz-placeholder {
  color: #000
}

.form__modal-box input:-ms-input-placeholder,
.form__modal-box select:-ms-input-placeholder,
.form__modal-box textarea:-ms-input-placeholder {
  color: #000
}

.form__modal-box input::-ms-input-placeholder,
.form__modal-box select::-ms-input-placeholder,
.form__modal-box textarea::-ms-input-placeholder {
  color: #000
}

.form__modal-box input::placeholder,
.form__modal-box select::placeholder,
.form__modal-box textarea::placeholder {
  color: #000
}

.form__modal-box input:focus,
.form__modal-box input:active,
.form__modal-box input:hover,
.form__modal-box select:focus,
.form__modal-box select:active,
.form__modal-box select:hover,
.form__modal-box textarea:focus,
.form__modal-box textarea:active,
.form__modal-_box textarea:hover {
  border-bottom: 1px solid #ff0051
}

.form__modal-select {
  position: relative;
  display: inline-block
}

.form__modal-select #select-form {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
  color: #000;
  padding-right: 40px
}

.form__modal-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  display: block;
  z-index: 99;
  color: #000;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("./../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain
}

.form__modal-btn {
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #ff0051;
  border-radius: 16px;
  color: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out
}

.form__modal-btn:hover {
  background-color: #db1f5b
}

.form__modal-btn button {
  width: 100%
}

@media screen and (min-width:1920px) {
  .title {
    font-size: 180px
  }

  .footer {
    padding-top: 52px
  }

  .footer {
    padding-bottom: 52px
  }

  .footer__wrap {
    margin-bottom: 54px
  }

  .footer__wrap {
    gap: 56px
  }

  .footer__link img {
    width: 260px
  }

  .footer__menu {
    gap: 58px
  }

  .footer__menu-item a {
    font-size: 18px
  }

  .footer__socials {
    gap: 24px
  }

  .footer__bottom p {
    font-size: 14px
  }

  .header {
    padding-top: 80px
  }

  .header__logo-img {
    width: 260px
  }

  .menu__list {
    gap: 56px
  }

  .header__btns {
    gap: 32px
  }

  .header__btn {
    width: 180px
  }

  .header__btn {
    height: 48px
  }

  .header__btn {
    font-size: 20px
  }

  .header__mob-container {
    gap: 100px
  }

  .header__mob-menu {
    gap: 56px
  }

  .header__mob-menu a {
    font-size: 26px
  }

  .header__mob-btns {
    gap: 32px
  }

  .header__mob-btn {
    width: 280px
  }

  .header__mob-btn {
    height: 68px
  }

  .header__mob-btn {
    font-size: 32px
  }

  .hero {
    padding-top: 270px
  }

  .hero {
    padding-bottom: 318px
  }

  .hero__title {
    font-size: 140px
  }

  .hero__subtitle {
    font-size: 28px
  }

  .hero__subtitle {
    margin-bottom: 72px
  }

  .hero__btn {
    gap: 24px
  }

  .hero__btn a {
    font-size: 22px
  }

  .hero__btn a {
    width: 260px
  }

  .hero__btn a {
    height: 70px
  }

  .hero__btn p {
    font-size: 16px
  }

  .about {
    padding-bottom: 100px
  }

  .about__wrap {
    margin-top: -100px
  }

  .about__subtitle {
    font-size: 50px
  }

  .about__list {
    gap: 140px
  }

  .about__list-item {
    gap: 24px
  }

  .about__list-item p {
    font-size: 20px
  }

  .about__btn {
    width: 180px
  }

  .about__btn {
    height: 48px
  }

  .about__btn {
    font-size: 20px
  }

  .about__map {
    width: 400px
  }

  .affilate {
    margin-top: -170px
  }

  .affilate__wave2 {
    margin-top: -180px
  }

  .affilate__nlo {
    width: 653px
  }

  .affilate__nlo {
    left: -250px
  }

  .affilate__nlo {
    bottom: -80px
  }

  .affilate__rocket {
    width: 424px
  }

  .affilate__rocket {
    right: 98px
  }

  .affilate__container {
    margin-top: -100px
  }

  .affilate__title {
    font-size: 140px
  }

  .affilate__subtitle {
    font-size: 50px
  }

  .affilate__subtitle {
    margin-top: -65px
  }

  .affilate__subtitle {
    margin-left: 120px
  }

  .affilate__wrap {
    gap: 146px
  }

  .affilate__img {
    width: 622px
  }

  .affilate__list {
    gap: 24px
  }

  .affilate__list {
    margin-top: 60px
  }

  .affilate__list-item {
    padding-left: 14px
  }

  .affilate__list-item p {
    font-size: 20px
  }

  .affilate__btn {
    width: 260px
  }

  .affilate__btn {
    height: 70px
  }

  .affilate__btn {
    font-size: 22px
  }

  .affilate__btn {
    margin-top: 92px
  }

  .advertiser__img {
    width: 480px
  }

  .advertiser__img {
    left: -100px
  }

  .advertiser__img {
    top: 150px
  }

  .advertiser__img2 {
    width: 420px
  }

  .advertiser__img2 {
    right: -100px
  }

  .advertiser__title {
    font-size: 160px
  }

  .advertiser__subtitle {
    font-size: 50px
  }

  .advertiser__subtitle {
    margin-top: -65px
  }

  .advertiser__text {
    font-size: 20px
  }

  .advertiser__text {
    margin-bottom: 88px
  }

  .form {
    margin-bottom: 146px
  }

  .form {
    gap: 32px
  }

  .form__box input,
  .form__box textarea {
    font-size: 18px
  }

  .form__box input,
  .form__box textarea {
    padding-top: 22px
  }

  .form__box input,
  .form__box textarea {
    padding-bottom: 22px
  }

  .form__box input::-webkit-input-placeholder,
  .form__box textarea::-webkit-input-placeholder {
    font-size: 18px
  }

  .form__box input::-moz-placeholder,
  .form__box textarea::-moz-placeholder {
    font-size: 18px
  }

  .form__box input:-ms-input-placeholder,
  .form__box textarea:-ms-input-placeholder {
    font-size: 18px
  }

  .form__box input::-ms-input-placeholder,
  .form__box textarea::-ms-input-placeholder {
    font-size: 18px
  }

  .form__box input::placeholder,
  .form__box textarea::placeholder {
    font-size: 18px
  }

  .form__message {
    margin-bottom: 56px
  }

  .form__btn button {
    width: 460px
  }

  .form__btn button {
    height: 70px
  }

  .form__btn button {
    font-size: 22px
  }

  .modal__wrap {
    padding: 60px
  }

  .modal__closes {
    right: 24px
  }

  .modal__closes {
    top: 24px
  }

  .modal__img {
    width: 200px
  }

  .modal__img {
    margin-bottom: 48px
  }

  .modal__title {
    font-size: 50px
  }

  .modal__title {
    margin-bottom: 24px
  }

  .modal__text {
    font-size: 20px
  }
}

@media screen and (max-width:1920px) {
  .title {
    font-size: calc(62px + (180 - 62) * ((100vw - 481px) / (1920 - 481)))
  }

  .footer {
    padding-top: calc(48px + (52 - 48) * ((100vw - 481px) / (1920 - 481)))
  }

  .footer {
    padding-bottom: calc(16px + (52 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .footer__wrap {
    margin-bottom: calc(48px + (54 - 48) * ((100vw - 481px) / (1920 - 481)))
  }

  .footer__wrap {
    gap: calc(55px + (56 - 55) * ((100vw - 481px) / (1920 - 481)))
  }

  .footer__link img {
    width: calc(155px + (260 - 155) * ((100vw - 481px) / (1920 - 481)))
  }

  .footer__menu {
    gap: calc(16px + (58 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .footer__menu-item a {
    font-size: calc(14px + (18 - 14) * ((100vw - 481px) / (1920 - 481)))
  }

  .footer__socials {
    gap: calc(18px + (24 - 18) * ((100vw - 481px) / (1920 - 481)))
  }

  .footer__bottom p {
    font-size: calc(12px + (14 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .header {
    padding-top: calc(20px + (80 - 20) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__logo-img {
    width: calc(155px + (260 - 155) * ((100vw - 481px) / (1920 - 481)))
  }

  .menu__list {
    gap: calc(10px + (56 - 10) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__btns {
    gap: calc(10px + (32 - 10) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__btn {
    width: calc(116px + (180 - 116) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__btn {
    height: calc(30px + (48 - 30) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__btn {
    font-size: calc(12px + (20 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__mob-container {
    gap: calc(72px + (100 - 72) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__mob-menu {
    gap: calc(10px + (56 - 10) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__mob-menu a {
    font-size: calc(18px + (26 - 18) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__mob-btns {
    gap: calc(10px + (32 - 10) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__mob-btn {
    width: calc(116px + (280 - 116) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__mob-btn {
    height: calc(30px + (68 - 30) * ((100vw - 481px) / (1920 - 481)))
  }

  .header__mob-btn {
    font-size: calc(12px + (32 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero {
    padding-top: calc(130px + (270 - 130) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero {
    padding-bottom: calc(112px + (318 - 112) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero__title {
    font-size: calc(56px + (140 - 56) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero__subtitle {
    font-size: calc(16px + (28 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero__subtitle {
    margin-bottom: calc(64px + (72 - 64) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero__btn {
    gap: calc(16px + (24 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero__btn a {
    font-size: calc(18px + (22 - 18) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero__btn a {
    width: calc(200px + (260 - 200) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero__btn a {
    height: calc(48px + (70 - 48) * ((100vw - 481px) / (1920 - 481)))
  }

  .hero__btn p {
    font-size: calc(12px + (16 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .about {
    padding-bottom: calc(89px + (100 - 89) * ((100vw - 481px) / (1920 - 481)))
  }

  .about__wrap {
    margin-top: calc(-30px + (-100 - -30) * ((100vw - 481px) / (1920 - 481)))
  }

  .about__subtitle {
    font-size: calc(20px + (50 - 20) * ((100vw - 481px) / (1920 - 481)))
  }

  .about__list {
    gap: calc(16px + (140 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .about__list-item {
    gap: calc(16px + (24 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .about__list-item p {
    font-size: calc(16px + (20 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .about__btn {
    width: calc(116px + (180 - 116) * ((100vw - 481px) / (1920 - 481)))
  }

  .about__btn {
    height: calc(30px + (48 - 30) * ((100vw - 481px) / (1920 - 481)))
  }

  .about__btn {
    font-size: calc(12px + (20 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .about__map {
    width: calc(300px + (400 - 300) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate {
    margin-top: calc(-70px + (-170 - -70) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__wave2 {
    margin-top: calc(-100px + (-180 - -100) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__nlo {
    width: calc(234px + (653 - 234) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__nlo {
    left: calc(-100px + (-250 - -100) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__nlo {
    bottom: calc(-50px + (-80 - -50) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__rocket {
    width: calc(163px + (424 - 163) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__rocket {
    right: calc(-5px + (98 - -5) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__container {
    margin-top: calc(-20px + (-100 - -20) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__title {
    font-size: calc(52px + (140 - 52) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__subtitle {
    font-size: calc(20px + (50 - 20) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__subtitle {
    margin-top: calc(-25px + (-65 - -25) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__subtitle {
    margin-left: calc(12px + (120 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__wrap {
    gap: calc(12px + (146 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__img {
    width: calc(348px + (622 - 348) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__list {
    gap: calc(16px + (24 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__list {
    margin-top: calc(1px + (60 - 1) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__list-item {
    padding-left: calc(6px + (14 - 6) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__list-item p {
    font-size: calc(14px + (20 - 14) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__btn {
    width: calc(200px + (260 - 200) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__btn {
    height: calc(48px + (70 - 48) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__btn {
    font-size: calc(16px + (22 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .affilate__btn {
    margin-top: calc(16px + (92 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__img {
    width: calc(204px + (480 - 204) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__img {
    left: calc(-50px + (-100 - -50) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__img {
    top: calc(10px + (150 - 10) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__img2 {
    width: calc(209px + (420 - 209) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__img2 {
    right: calc(-50px + (-100 - -50) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__title {
    font-size: calc(52px + (160 - 52) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__subtitle {
    font-size: calc(20px + (50 - 20) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__subtitle {
    margin-top: calc(-25px + (-65 - -25) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__text {
    font-size: calc(14px + (20 - 14) * ((100vw - 481px) / (1920 - 481)))
  }

  .advertiser__text {
    margin-bottom: calc(48px + (88 - 48) * ((100vw - 481px) / (1920 - 481)))
  }

  .form {
    margin-bottom: calc(122px + (146 - 122) * ((100vw - 481px) / (1920 - 481)))
  }

  .form {
    gap: calc(16px + (32 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__box input,
  .form__box textarea {
    font-size: calc(12px + (18 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__box input,
  .form__box textarea {
    padding-top: calc(14px + (22 - 14) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__box input,
  .form__box textarea {
    padding-bottom: calc(14px + (22 - 14) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__box input::-webkit-input-placeholder,
  .form__box textarea::-webkit-input-placeholder {
    font-size: calc(12px + (18 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__box input::-moz-placeholder,
  .form__box textarea::-moz-placeholder {
    font-size: calc(12px + (18 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__box input:-ms-input-placeholder,
  .form__box textarea:-ms-input-placeholder {
    font-size: calc(12px + (18 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__box input::-ms-input-placeholder,
  .form__box textarea::-ms-input-placeholder {
    font-size: calc(12px + (18 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__box input::placeholder,
  .form__box textarea::placeholder {
    font-size: calc(12px + (18 - 12) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__message {
    margin-bottom: calc(32px + (56 - 32) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__btn button {
    width: calc(200px + (460 - 200) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__btn button {
    height: calc(48px + (70 - 48) * ((100vw - 481px) / (1920 - 481)))
  }

  .form__btn button {
    font-size: calc(16px + (22 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .modal__wrap {
    padding: calc(20px + (60 - 20) * ((100vw - 481px) / (1920 - 481)))
  }

  .modal__closes {
    right: calc(16px + (24 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .modal__closes {
    top: calc(16px + (24 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .modal__img {
    width: calc(120px + (200 - 120) * ((100vw - 481px) / (1920 - 481)))
  }

  .modal__img {
    margin-bottom: calc(32px + (48 - 32) * ((100vw - 481px) / (1920 - 481)))
  }

  .modal__title {
    font-size: calc(20px + (50 - 20) * ((100vw - 481px) / (1920 - 481)))
  }

  .modal__title {
    margin-bottom: calc(16px + (24 - 16) * ((100vw - 481px) / (1920 - 481)))
  }

  .modal__text {
    font-size: calc(14px + (20 - 14) * ((100vw - 481px) / (1920 - 481)))
  }
}

@media only screen and (max-width:981px) {
  .header__burger {
    display: block
  }

  .menu__list {
    display: none
  }

  .header__btns {
    display: none
  }
}

@media only screen and (max-width:769px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer__bottom {
    text-align: left
  }

  .affilate__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0
  }

  .affilate__img {
    max-width: 348px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-top: -120px;
    -webkit-transform: translateX(110px);
    -ms-transform: translateX(110px);
    transform: translateX(110px)
  }

  .form__name {
    width: 100%
  }

  .form__company {
    width: 100%
  }

  .form__telegram {
    width: 100%
  }

  .form__btn {
    margin: 0;
    margin-right: auto
  }

  .modal__form-container {
    padding: 30px 50px
  }
}

@media only screen and (max-width:592px) {
  .hero__title {
    text-align: center
  }

  .hero__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media screen and (max-width:481px) {
  .hero {
    background-image: none;
  }
  .title {
    font-size: 62px
  }

  .footer {
    padding-top: 48px
  }

  .footer {
    padding-bottom: 16px
  }

  .footer__wrap {
    margin-bottom: 48px
  }

  .footer__wrap {
    gap: 55px
  }

  .footer__link img {
    width: 155px
  }

  .footer__menu {
    gap: 16px
  }

  .footer__menu-item a {
    font-size: 14px
  }

  .footer__socials {
    gap: 18px
  }

  .footer__bottom p {
    font-size: 12px
  }

  .header {
    padding-top: 20px
  }

  .header__logo-img {
    width: 155px
  }

  .menu__list {
    gap: 10px
  }

  .header__btns {
    gap: 10px
  }

  .header__btn {
    width: 116px
  }

  .header__btn {
    height: 30px
  }

  .header__btn {
    font-size: 12px
  }

  .header__mob-container {
    gap: 72px
  }

  .header__mob-menu {
    gap: 10px
  }

  .header__mob-menu a {
    font-size: 18px
  }

  .header__mob-btns {
    gap: 10px
  }

  .header__mob-btn {
    width: 116px
  }

  .header__mob-btn {
    height: 30px
  }

  .header__mob-btn {
    font-size: 12px
  }

  .hero {
    padding-top: 130px
  }

  .hero {
    padding-bottom: 112px
  }

  .hero__title {
    font-size: 56px
  }

  .hero__subtitle {
    font-size: 16px
  }

  .hero__subtitle {
    margin-bottom: 64px
  }

  .hero__btn {
    gap: 16px
  }

  .hero__btn a {
    font-size: 18px
  }

  .hero__btn a {
    width: 200px
  }

  .hero__btn a {
    height: 48px
  }

  .hero__btn p {
    font-size: 12px
  }

  .about {
    padding-bottom: 89px
  }

  .about__wrap {
    margin-top: -30px
  }

  .about__subtitle {
    font-size: 20px
  }

  .about__list {
    gap: 16px
  }

  .about__list-item {
    gap: 16px
  }

  .about__list-item p {
    font-size: 16px
  }

  .about__btn {
    width: 116px
  }

  .about__btn {
    height: 30px
  }

  .about__btn {
    font-size: 12px
  }

  .about__map {
    width: 300px
  }

  .affilate {
    margin-top: -70px
  }

  .affilate__wave2 {
    margin-top: -100px
  }

  .affilate__nlo {
    width: 234px
  }

  .affilate__nlo {
    left: -100px
  }

  .affilate__nlo {
    bottom: -50px
  }

  .affilate__rocket {
    width: 163px
  }

  .affilate__rocket {
    right: -5px
  }

  .affilate__container {
    margin-top: -20px
  }

  .affilate__title {
    font-size: 52px
  }

  .affilate__subtitle {
    font-size: 20px
  }

  .affilate__subtitle {
    margin-top: -25px
  }

  .affilate__subtitle {
    margin-left: 12px
  }

  .affilate__wrap {
    gap: 12px
  }

  .affilate__img {
    width: 348px
  }

  .affilate__list {
    gap: 16px
  }

  .affilate__list {
    margin-top: 1px
  }

  .affilate__list-item {
    padding-left: 6px
  }

  .affilate__list-item p {
    font-size: 14px
  }

  .affilate__btn {
    width: 200px
  }

  .affilate__btn {
    height: 48px
  }

  .affilate__btn {
    font-size: 16px
  }

  .affilate__btn {
    margin-top: 16px
  }

  .advertiser__img {
    width: 204px
  }

  .advertiser__img {
    left: -50px
  }

  .advertiser__img {
    top: 10px
  }

  .advertiser__img2 {
    width: 209px
  }

  .advertiser__img2 {
    right: -50px
  }

  .advertiser__title {
    font-size: 52px
  }

  .advertiser__subtitle {
    font-size: 20px
  }

  .advertiser__subtitle {
    margin-top: -25px
  }

  .advertiser__text {
    font-size: 14px
  }

  .advertiser__text {
    margin-bottom: 48px
  }

  .form {
    margin-bottom: 122px
  }

  .form {
    gap: 16px
  }

  .form__box input,
  .form__box textarea {
    font-size: 12px
  }

  .form__box input,
  .form__box textarea {
    padding-top: 14px
  }

  .form__box input,
  .form__box textarea {
    padding-bottom: 14px
  }

  .form__box input::-webkit-input-placeholder,
  .form__box textarea::-webkit-input-placeholder {
    font-size: 12px
  }

  .form__box input::-moz-placeholder,
  .form__box textarea::-moz-placeholder {
    font-size: 12px
  }

  .form__box input:-ms-input-placeholder,
  .form__box textarea:-ms-input-placeholder {
    font-size: 12px
  }

  .form__box input::-ms-input-placeholder,
  .form__box textarea::-ms-input-placeholder {
    font-size: 12px
  }

  .form__box input::placeholder,
  .form__box textarea::placeholder {
    font-size: 12px
  }

  .form__message {
    margin-bottom: 32px
  }

  .form__btn button {
    width: 200px
  }

  .form__btn button {
    height: 48px
  }

  .form__btn button {
    font-size: 16px
  }

  .modal__wrap {
    padding: 20px
  }

  .modal__closes {
    right: 16px
  }

  .modal__closes {
    top: 16px
  }

  .modal__img {
    width: 120px
  }

  .modal__img {
    margin-bottom: 32px
  }

  .modal__title {
    font-size: 20px
  }

  .modal__title {
    margin-bottom: 16px
  }

  .modal__text {
    font-size: 14px
  }

  .modal__form-wrapper {
    padding: 12px
  }

  .modal__form-container {
    max-height: 100%;
    padding: 30px 15px;
    height: auto;
    overflow: auto
  }

  .modal__form-closes {
    right: 10px;
    top: 10px
  }
}