:root {
  --font-family: "Days One", sans-serif;
  --second-family: "Gilroy", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background: #140C25;
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  color: #242424;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background-image: url(../img/bgbg.png);
  background-position: center top;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.container {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

strong {
  font-weight: 900;
}

.btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #0C0A1F;
  border: none;
  padding: 27px 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(#3AC02D), to(#41FF48));
  background: linear-gradient(90deg, #3AC02D 0%, #41FF48 100%);
  border-radius: 30px;
}

.hero {
  padding-top: 90px;
  padding-bottom: 70px;
}
.hero .hero-title {
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(224deg, #00e5e5 0%, #72a5f2 51.04%, #e961ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.hero .hero-image {
  margin-bottom: 60px;
}
.hero .hero-image img{
    width: 100%;
}
.hero .hero-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.hero .hero-box1 p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 9px;
  text-align: left;
}
.hero .hero-box1 div {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 63px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.hero .hero-box1 div i {
  text-decoration: line-through;
}
.hero .hero-box1 div span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(#ff00da), to(#8c2cff));
  background: linear-gradient(90deg, #ff00da 0%, #8c2cff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 13px;
  border-radius: 14px;
}
.hero .hero-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 117px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.hero .hero-box2 span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 58px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.adv {
  margin-bottom: 70px;
}
.adv__list {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
.adv .adv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
  background: rgba(33, 23, 51, 0.7);
  border-radius: 30px;
  padding: 30px;
  min-height: 274px;
}
.adv .adv-item img {
  min-width: 116px;
  max-width: 116px;
}
.adv .adv-item p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 44px;
  line-height: 100%;
  color: #fff;
}

.kosmo-slider {
  margin-bottom: 70px;
}
.kosmo-slider .kosmoSlider {
  overflow: visible;
  position: relative;
}
.kosmo-slider .kosmoSlider .kosmoSlider-prev {
  position: absolute;
  top: 50%;
  left: -65px;
  z-index: 3;
}
.kosmo-slider .kosmoSlider .kosmoSlider-next {
  position: absolute;
  top: 50%;
  right: -65px;
  z-index: 3;
}
.kosmo-slider .swiper-wrapper {
  overflow: visible !important;
}
.kosmo-slider .kosmo-slide {
  position: relative;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4), 0 0 20px 0 #ff00da;
          box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4), 0 0 20px 0 #ff00da;
  background: rgba(33, 23, 51, 0.7);
  border: 5px solid #ff00da;
  border-radius: 34px;
}
.kosmo-slider .kosmo-slide--2 {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4), 0 0 20px 0 #00e5e5;
          box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4), 0 0 20px 0 #00e5e5;
  background: rgba(33, 23, 51, 0.7);
  border: 5px solid #00e5e5;
}
.kosmo-slider .kosmo-slide--3 {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4), 0 0 20px 0 #8c2cff;
          box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4), 0 0 20px 0 #8c2cff;
  background: rgba(33, 23, 51, 0.7);
  border: 5px solid #8c2cff;
}
.kosmo-slider .kosmo-slide .kosmo-slide-label {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(#ff00da), to(#8c2cff));
  background: linear-gradient(90deg, #ff00da 0%, #8c2cff 100%);
  border-radius: 30px 0;
  padding: 15px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.kosmo-slider .kosmo-slide__image img {
  width: 100%;
}
.kosmo-slider .kosmo-slide__content {
  padding: 33px 30px;
}
.kosmo-slider .kosmo-slide__content p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 45px;
  line-height: 100%;
  color: #fff;
}

.img01 {
  margin-bottom: 70px;
}

.title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(224deg, #00e5e5 0%, #72a5f2 51.04%, #e961ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grapmore {
  margin-bottom: 70px;
}
.grapmore .title {
  margin-bottom: 70px;
}
.grapmore__wrap {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
  background: rgba(33, 23, 51, 0.7);
  border-radius: 30px;
}
.grapmore__content {
  padding: 30px;
}
.grapmore__content .gm403 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grapmore__content .p0001 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 46px;
  line-height: 100%;
  color: #fff;
}
.grapmore__content .gmpr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-decoration: line-through;
  text-align: center;
  color: #fff;
}
.grapmore__content .gmpr2 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 77px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(135deg, #8247ff 0%, #00dcff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grapmore__content .gmpr2 span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 39px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(135deg, #8247ff 0%, #00dcff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grapmore__content .pp0101 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  margin-top: 15px;
}
.grapmore__content .btn {
  margin-top: 33px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.hithit {
  position: relative;
}
.hithit .hiticc {
  position: absolute;
  right: -280px;
  top: -20px;
}

.howwork {
  margin-bottom: 70px;
  position: relative;
}
.howwork .ii_11 {
  position: absolute;
  right: -220px;
  top: 370px;
  z-index: 10;
}
.howwork .ii_22 {
  position: absolute;
  right: -200px;
  bottom: 40px;
  z-index: 10;
}
.howwork .title {
  margin-bottom: 70px;
}
.howwork__list {
  position: relative;
  z-index: 3;
}
.howwork__list::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#FF00DA), to(#8C2CFF));
  background: linear-gradient(180deg, #FF00DA 0%, #8C2CFF 100%);
  width: 6px;
  height: 100%;
  top: 0;
  left: 70px;
  display: block;
  z-index: -1;
}
.howwork__num {
  -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.4), 0 0 39px 0 rgba(125, 20, 208, 0.8);
          box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.4), 0 0 39px 0 rgba(125, 20, 208, 0.8);
  background: -webkit-gradient(linear, left top, right top, from(#ff00da), to(#8c2cff));
  background: linear-gradient(90deg, #ff00da 0%, #8c2cff 100%);
  border-radius: 137px;
  padding: 26px;
  width: 150px;
  height: 150px;
  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-family: var(--font-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.howwork .howwork-item {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, color-stop(17.79%, #211733), to(rgba(33, 23, 51, 0.7)));
  background: linear-gradient(90deg, #211733 17.79%, rgba(33, 23, 51, 0.7) 100%);
  border-radius: 30px;
  padding: 30px;
  min-height: 200px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.descr .container {
  position: relative;
}
.descr .plplpl {
  position: absolute;
  right: -400px;
  top: 650px;
}
.descr .title {
  margin-bottom: 70px;
}
.descr__list {
  margin-bottom: 70px;
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
.descr .descr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  min-height: 274px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
  background: rgba(33, 23, 51, 0.7);
  border-radius: 30px;
  padding: 30px;
}
.descr .descr-item__content h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 10px;
}
.descr .descr-item__content p {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 47px;
  line-height: 100%;
  color: #fff;
}
.descr .descr-item:nth-child(2) .descr-item__content p {
  font-size: 43px;
}
.descr .descr-item:last-child .descr-item__content p {
  font-size: 40px;
}

.form {
  display: -ms-grid;
  display: grid;
  gap: 33px;
}
.form .form-group input {
  -webkit-box-shadow: inset 0 0 13px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 13px 0 rgba(255, 255, 255, 0.4);
  border: 2.14px solid #fff;
  border-radius: 32px;
  padding: 33px 33px 33px 88px;
  width: 100%;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 37px;
  line-height: 100%;
  color: #fff;
  background-color: transparent;
}
.form .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.form .form-group input::-moz-placeholder {
  color: #fff;
}
.form .form-group input:-ms-input-placeholder {
  color: #fff;
}
.form .form-group input::-ms-input-placeholder {
  color: #fff;
}
.form .form-group input::placeholder {
  color: #fff;
}
.form .form-group input {
  background-repeat: no-repeat;
  background-position: center left 17px;
  background-size: 50px;
}
.form .form-group .name {
  background-image: url(../img/icons/user.svg);
}
.form .form-group .tel {
  background-image: url(../img/icons/call.svg);
}

.prices {
  margin-top: 70px;
  margin-bottom: 70px;
}
.prices__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prices .prices-main p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  color: #fff;
}
.prices .prices-main__pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.prices .prices-main__pp span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(#ff00da), to(#8c2cff));
  background: linear-gradient(90deg, #ff00da 0%, #8c2cff 100%);
  border-radius: 14px;
  padding: 6px 13px;
}
.prices .prices-main .prices-main-price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 63px;
  line-height: 100%;
  text-decoration: line-through;
  text-align: center;
  color: #fff;
}
.prices .prices-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.prices .prices-new div {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 117px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.prices .prices-new span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 58px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.rev {
  margin-top: 70px;
}
.rev__wrap {
  margin-top: 70px;
}
.rev .revSlider {
  overflow: visible;
  position: relative;
}
.rev .revSlider-prev {
  position: absolute;
  top: 50%;
  left: -65px;
  z-index: 10;
}
.rev .revSlider-next {
  position: absolute;
  top: 50%;
  right: -65px;
  z-index: 10;
}
.rev .rev-slide {
  padding: 33px 30px 68px 30px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 0 5px 0 rgba(255, 255, 255, 0.4);
  background: rgba(33, 23, 51, 0.7);
  border-radius: 30px;
}
.rev .rev-slide__image {
  margin-bottom: 33px;
}
.rev .rev-slide__image img {
  width: 100%;
}
.rev .rev-slide__p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 15px;
}
.rev .rev-slide .rev-slide-u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.rev .rev-slide .rev-slide-u__image {
  min-width: 141px;
  max-width: 141px;
  height: 141px;
  position: relative;
  overflow: hidden;
  border-radius: 10000px;
}
.rev .rev-slide .rev-slide-u__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.rev .rev-slide .rev-slide-u__content h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 46px;
  line-height: 100%;
  color: #fff;
}
.rev .rev-slide .rev-slide-u__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 46px;
  line-height: 100%;
  color: #fff;
}

.form-block {
  padding: 50px 0px;
  background: rgba(33, 23, 51, 0.7);
}

.popup-open {
  overflow: hidden;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  padding: 20px;
}
.popup.is-open {
  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;
}
.popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 12, 37, 0.82);
  backdrop-filter: blur(3px);
}
.popup__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.25), 0 0 34px 0 rgba(255, 0, 218, 0.35);
          box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.25), 0 0 34px 0 rgba(255, 0, 218, 0.35);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 23, 51, 0.98)), to(rgba(33, 23, 51, 0.93)));
  background: linear-gradient(180deg, rgba(33, 23, 51, 0.98) 0%, rgba(33, 23, 51, 0.93) 100%);
  padding: 80px 40px 40px;
}
.popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(#ff00da), to(#8c2cff));
  background: linear-gradient(90deg, #ff00da 0%, #8c2cff 100%);
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}
.popup__title {
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 62px;
  line-height: 100%;
  text-align: center;
  background: linear-gradient(224deg, #00e5e5 0%, #72a5f2 51.04%, #e961ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup__form .btn {
  font-size: 56px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .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;
  gap: 36px;
}
.footer p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 37px;
  line-height: 100%;
  color: #fff;
}
.footer ul {
  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;
  gap: 36px;
}
.footer ul li a {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 37px;
  line-height: 100%;
  color: #fff;
}
.footer ul li a:hover {
  text-decoration: underline;
}

.thank {
  height: 100vh;
  min-height: 800px;
  padding-top: 225px;
  padding-bottom: 225px;
}
.thank .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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-height: 100%;
}
@supports (-webkit-touch-callout: none) {
  .thank .hero .hero-title,
  .thank .title,
  .thank .grapmore__content .gmpr2,
  .thank .grapmore__content .gmpr2 span {
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.thank h1 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(224deg, #00e5e5 0%, #72a5f2 51.04%, #e961ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.thank p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}