body {
  margin: 0;
  padding: 0;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  background: #2D2F3C;
  font-size: 14px;
  min-height: 100vh;
}
html {
  width: 100%;
  box-sizing: border-box;
}
* {
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0px;
  margin: 15px 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
h1, h2 {
  padding: 0;
  margin: 0;
}
.main {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
}
.header__img {
  position: absolute;
  width: 318px;
  margin-bottom: 40px;
  top: 0;
  left: 72px;
  top: 50px;
  z-index: 5;
}
.main__row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5;
}
.main__row_center {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: center;
}
.main__container {
  width: 100%;
}
.main__content {
  padding-left: 72px;
  margin-bottom: 40px;
}
.main__title {
  font-size: 50px;
  line-height: 91px;
  font-weight: 500;
  color: #fff;
}
.main__subtitle {
  font-size: 92px;
  line-height: 98px;
  font-weight: 700;
  color: #FCB702;
}
.main__img {
  position: absolute;
  right: 0;
  height: 100vh;
  width: auto;
}
.main__block {
  display: 
  
}
.main__wrapper {
  background: #fff;
  border-radius: 0px 24px 24px 0px;
  color: #6949A9;
  font-size: 20px;
  font-weight: 700;
  width: 808px;
  padding: 34px 44px 26px 72px;
  height: 120px;
  display: flex;
  align-items: center;
}
.main__number {
  font-size: 35px;
  margin: 10px 20px;
}
.main__button {
  width: 447px;
  height: 120px;
  background: #8255F0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin: 0 auto;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 24px;
}
.main__img_boy {
  display: none;
}
.header__img_mob, .main__img_mob {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .main {
    height: 100%;
  }
  .header__img_mob {
    display: block;
    width: 115px;
    margin: inherit;
    left: inherit;
    margin: 0 auto;
  }
  .main__button {
    border-radius: 8px;
    width: 328px;
    height: 56px;
    z-index: 5;
    font-size: 24px;
  }
  .main__button a {
    font-size: 24px;
    padding: 20px 110px;
    border-radius: 8px;
  }
  .main__block {
    background-image: url(../images/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 60%;
    gap: 24px;
    justify-content: flex-start;
  }
  .main__subtitle {
    font-size: 58px;
    line-height: 59px;
  }
  .main__wrapper {
    font-size: 18px;
  }
  .main__content {
    padding: inherit;
    margin-top: 25px;
    margin-bottom: 28vh;
  }
  .main__title {
    font-size: 31px;
    line-height: 1.2;
    margin: 20px 0px 5px;
  }
  .main__wrapper {
    flex-direction: column;
    width: 90%;
    border-radius: 24px;
    height: auto;
    align-items: flex-start;
    padding: 40px 30px;
    gap: 24px;
    margin-bottom: 20px;
  }
  .main__img_mob {
    display: block;
    position: absolute;
    bottom: 0;
    height: 50vh;
  }
  .main__block {
    flex-direction: column-reverse;
    position: relative;
  }
  .main__img {
    display: none;
  }
  .main__row {
    text-align: center;
  }
  .main__img_boy {
    display: block;
    position: absolute;
    width: 265px;
    bottom: 218px;
  }
  .header__img {
    display: none;
  }
  .main__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
  }
  .main__img_mob {
    display: block;
    position: absolute;
  }
  .main__wrap {
    height: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  .main__button {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .main__wrapper {
    width: 740px;
  }
  .main__button {
    width: 350px;
  }
  .header__img {
    top: 25px;
  }
}
.preloader{position:fixed;left:0;top:0;right:0;bottom:0;background:#23282d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000}.preloader.hidden{-webkit-animation:1.5s linear forwards hiddenPreloader;animation:1.5s linear forwards hiddenPreloader}@-webkit-keyframes hiddenPreloader{0%{opacity:1;z-index:1000}30%{opacity:.8}50%{opacity:.5}70%{opacity:.3}100%{opacity:0;z-index:-1}}@keyframes hiddenPreloader{0%{opacity:1;z-index:1000}30%{opacity:.8}50%{opacity:.5}70%{opacity:.3}100%{opacity:0;z-index:-1}}