@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat:wght@500;800&display=swap');

*  {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page {
  position: relative;
  background-color: #000;
  /* background-image: url('../imgs/bg_image.png'); */
  background-size: contain;
  background-position: center;
  min-height: 100vh;
  overflow: hidden;
}





.top__block {
  position: relative;
  z-index: 2;
  padding-top: 23px;
  padding-bottom: 29px;
  position: relative;
  z-index: 1;
}

.gradient_1 {
  position: absolute;
  right: 40%;
  top: -10%;
  z-index: -1;
  width: 1386.88px;
  height: 900.88px;
  opacity: 0.29;
  background-image: radial-gradient(circle at center, #2546b2, rgba(48, 74, 183, 0.73) 20%, rgba(39, 69, 168, 0) 63%);
}
.gradient_2 {
  position: absolute;
  left: 20%;
  bottom: -10%;
  z-index: -1;
  width: 1386.88px;
  height: 900.88px;
  opacity: 0.29;
  background-image: radial-gradient(circle at center, #7100e2, rgba(181, 9, 233, 0.77) 19%, rgba(255, 39, 255, 0) 61%);
}

.top__block .container {
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto;
}
.top__block--preTitle {
  text-align: center;
  margin-bottom: 13px;
}

.top__block--preTitle__label {
  font-family: 'Dela Gothic One', cursive;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 8px 25px;
  background-color: #ffba00;
  font-size: 15px;
  text-align: center;
  color: #000;
}

.top__block--title {
  font-family: 'Dela Gothic One', cursive;
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.top__block--afterTitle {
  margin-bottom: 63px;
}

.top__block--afterTitle p {
  opacity: 0.56;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.top__block--body {
  /* display: flex;
  padding-left: 145px; */
}

.top__block--asset {
  flex-grow: 2;
  margin-bottom: 40px;
}
.top__block--asset iframe {
  border-radius: 15px;
}

.top__block--box {
  max-width: 464px;
  margin: 0 auto;
  border-radius: 22px;
  border: solid 1px rgba(112, 112, 112, 0.09);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 30px 40px 40px 40px;
}

.top__block--box--title {
  font-family: 'Dela Gothic One', cursive;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: 22px;
}
.top__block--box--asset {
  margin-bottom: 18px;
}
.top__block--box--asset img {
  max-width: 100%;
}
.top__block--box--list {
  list-style-type: none;
  margin-bottom: 11px;
}
.top__block--box--list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  text-align: left;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 4px;
  position: relative;
}
.top__block--box--list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.962' height='15.962' viewBox='0 0 15.962 15.962'%3E%3Cpath id='check-square' d='M14.641,2H5.321c-.421,0-.784,0-1.083.024a2.438,2.438,0,0,0-.931.237A2.394,2.394,0,0,0,2.261,3.307a2.438,2.438,0,0,0-.237.931C2,4.538,2,4.9,2,5.321v9.319c0,.421,0,.784.024,1.083a2.438,2.438,0,0,0,.237.931A2.394,2.394,0,0,0,3.307,17.7a2.438,2.438,0,0,0,.931.237c.3.024.662.024,1.083.024h9.32c.421,0,.784,0,1.083-.024a2.438,2.438,0,0,0,.931-.237A2.394,2.394,0,0,0,17.7,16.655a2.438,2.438,0,0,0,.237-.931c.024-.3.024-.662.024-1.083V5.321c0-.421,0-.784-.024-1.083a2.438,2.438,0,0,0-.237-.931,2.394,2.394,0,0,0-1.046-1.046,2.438,2.438,0,0,0-.931-.237C15.424,2,15.061,2,14.641,2Zm-.5,6.151a.8.8,0,0,0-1.129-1.129L8.784,11.247l-1.83-1.83a.8.8,0,0,0-1.129,1.129L8.22,12.94a.8.8,0,0,0,1.129,0Z' transform='translate(-2 -2)' fill='%2304e072' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.top__block--box--price {
  margin-bottom: 37px;
}
.top__block--box--price .usually {
  opacity: 0.4;
  font-family: 'Dela Gothic One', cursive;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.top__block--box--price .now {
  font-family: 'Dela Gothic One', cursive;
  font-size: 23px;
  text-align: center;
  color: #fff;
}

.top__block--box--btn {
  display: inline-block;
  font-family: 'Dela Gothic One', cursive;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  border-radius: 22px;
  background-color: #8900ff;
  transition: all 0.15s linear;
}
.top__block--box--btn:hover {
  filter: brightness(1.2);
}

.top__block--box--btnbox {
  display: inline-block;
  padding: 16px 45px;
}

.video_wrapper {
  position: relative;
}

.video_wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.footer--content {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 20px;
}
.footer--logo {
  margin-bottom: 10px;
  height: 50px;
  width: auto;
}
.footer--text {
  opacity: 0.45;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.83;
  text-align: center;
  color: #fff;
}





@media screen and (min-width: 768px) {

  .gradient_1 {
    position: absolute;
    right: 40%;
    top: 10%;
  }
  .top__block .container {
    max-width: 715px;
  }
  .top__block--title {
    font-size: 44px;
  }
  .top__block--afterTitle p {
    font-size: 20px;
  }
  .top__block--box--title {
    font-size: 23px;
  }
  .top__block--box--list li {
    font-size: 18px;
  }
}

@media screen and (min-width: 1600px) {

  .top__block .container {
    max-width: 1576px;
  }
  .top__block--body {
    display: flex;
    /* padding-left: 145px; */
  }
  .top__block--box {
    margin-left: 40px;
  }
  
}