:focus {
  outline: none;
}

* {
  -webkit-appearance: none;
  margin: 0;
}

img.lazy {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

.main {
  max-width: 1140px;
  margin: 0px auto;
  width: 100%;
  position: relative;
  padding: 0px 0 54px;
}

body {
  background: #0b0e17;
  margin: 0;
  font-family: "Manrope";
}

.b1_bg, .b1 {
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.b1_bg {
  position: relative;
  z-index: 2;
  padding: 1px 0 0px;
}

.b1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.b1_logo {
  margin: 39px 0;
}

p.b1_t1 {
  font-family: "Bebas Neue";
  font-weight: bold;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #FFFFFF;
  text-shadow: 0px 4px 65px rgba(0, 0, 0, 0.6);
  position: relative;
  padding: 0 0 0 122px;
}

p.b1_t1 i {
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 12px;
}

.b1_t2 {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 125px;
  line-height: 110%;
  text-transform: uppercase;
  background: -o-linear-gradient(left, #9E0719 1%, #E92139 39%);
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #9E0719), color-stop(39%, #E92139));
  background: linear-gradient(90deg, #9E0719 1%, #E92139 39%);
  background: -o-linear-gradient(left, #d20820 0%, #ff1e1e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#d20820), to(#ff1e1e));
  background: linear-gradient(90deg, #d20820 0%, #ff1e1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 65px rgba(0, 0, 0, 0.6);
  margin: -5px 0 0;
}

.b1_bx_img {
  font-size: 0;
}

.b1_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 34px;
  margin: 20px 0 35px;
}

.b1_bx p {
  font-weight: 800;
  font-size: 35px;
  line-height: 140%;
  /* or 49px */
  text-transform: uppercase;
  color: #FFFFFF;
}

.b1_bx p b {
  font-weight: 800;
  color: #020405;
  padding: 2px 13px 1px;
  background: #FAFAFA;
  border-radius: 7px;
}

.b1_bx p span {
  color: #E22037;
}

.form {
  background: rgba(28, 28, 28, 0.5);
  border: 2px solid #FF3636;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 50px;
  width: 570px;
}

.form_main {
  margin: 0 70px;
  padding: 31px 0 51px;
}

.form_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  margin: 0 0 20px;
}

.form_title i {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 45px;
  width: 60px;
  height: 60px;
  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;
}

.form_title i:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8_36)'%3E%3Cpath d='M9.26875 10.2625L15 15.9938L20.7312 10.2625L22.5 12.0313L15 19.5313L7.5 12.0313L9.26875 10.2625Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8_36'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
}

.input_icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 28px;
}

.input input {
  border: 1px solid #FFFFFF;
  border-radius: 15px;
  height: 80px;
  width: 100%;
  background: none;
  text-indent: 77px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  padding: 0;
}

.input input::-webkit-input-placeholder {
  color: #fff;
}

.input input::-moz-placeholder {
  color: #fff;
}

.input input:-ms-input-placeholder {
  color: #fff;
}

.input input::-ms-input-placeholder {
  color: #fff;
}

.input input::placeholder {
  color: #fff;
}

.input {
  position: relative;
  margin: 0 0 10px;
}

.bts {
  background: -o-linear-gradient(left, #DB1919 0%, #FF6363 50%, #DB1919 100%);
  background: -webkit-gradient(linear, left top, right top, from(#DB1919), color-stop(50%, #FF6363), to(#DB1919));
  background: linear-gradient(90deg, #DB1919 0%, #FF6363 50%, #DB1919 100%);
  -webkit-box-shadow: 0px 10px 55px -15px rgba(255, 166, 166, 0.6);
  box-shadow: 0px 10px 55px -15px rgba(255, 166, 166, 0.6);
  border-radius: 15px;
  width: 100%;
  height: 90px;
  border: 0;
  padding: 0;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 140%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.bts span {
  position: relative;
  z-index: 2;
}

button.bts:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fd5f60;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: -o-linear-gradient(left, #FF6363 0%, #DB1919 50%, #FF6363 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FF6363), color-stop(50%, #DB1919), to(#FF6363));
  background: linear-gradient(90deg, #FF6363 0%, #DB1919 50%, #FF6363 100%);
}

button.bts:hover:after {
  opacity: 1;
}

.checked {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  /* or 17px */
  color: #AAB1B6;
  margin: 25px 0 0;
}

.checked a {
  color: #AAB1B6;
}

.checked p i {
  border: 1px solid #474747;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  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;
  cursor: pointer;
}

.checked p i:after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.65625 10.7719V8.04374C3.65625 7.79061 3.9375 7.62186 4.1625 7.73436L8.07187 10.2937L14.4 4.83749C14.625 4.72499 14.9062 4.89374 14.9062 5.14687V7.87499C14.9062 8.01561 14.8219 8.12811 14.7094 8.18436L8.07187 13.8094L3.85312 11.0812C3.74062 11.025 3.65625 10.9125 3.65625 10.7719Z' fill='%23888888'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.checked input:checked + p i:after {
  opacity: 1;
}

.checked p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.checked label {
  position: relative;
}

.checked label input {
  position: absolute;
  -webkit-appearance: auto;
  opacity: 0;
}

.input input:focus::-webkit-input-placeholder {
  font-size: 0;
}

.input input:focus::-moz-placeholder {
  font-size: 0;
}

.input input:focus:-ms-input-placeholder {
  font-size: 0;
}

.input input:focus::-ms-input-placeholder {
  font-size: 0;
}

.input input:focus::placeholder {
  font-size: 0;
}

.policy {
  display: table;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #989898;
  border-bottom: 1px solid;
  margin: 74px 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.policy:hover {
  color: #fff;
}

.ths {
  padding: 1px 0 1px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #6A1F1F 0.01%, #010304 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6A1F1F 0.01%, #010304 100%);
}

.th_coins_item {
  display: table;
  font-size: 0;
  position: absolute;
}

.ths .b1_logo {
  text-align: center;
  margin: 44px 0 24px;
}

p.th_t1 {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  /* or 48px */
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

p.th_t1 span {
  color: #090909;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 9px 11px 1px;
}

.th_box {
  background: rgba(28, 28, 28, 0.5);
  border: 2px solid #FF3636;
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 50px;
  width: 760px;
  margin: 32px auto 36px;
}

.th_box_img {
  font-size: 0;
  margin: -33px auto 0;
  display: table;
  position: relative;
}

.th_box_img img {
  position: relative;
  z-index: 2;
}

.th_box_img:after {
  content: "";
  background: #FFFFFF;
  -webkit-filter: blur(75px);
  filter: blur(75px);
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.th_box p {
  text-align: center;
  position: relative;
  z-index: 20;
  font-size: 30px;
  line-height: 140%;
  /* or 42px */
  text-align: center;
  color: #FFFFFF;
  margin: 21px 0 44px;
}

.th_box p b {
  font-weight: 700;
}

p.th_bottom_title {
  text-align: center;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  /* identical to box height, or 35px */
  text-align: center;
  color: #FFFFFF;
}

.th_b1_bx2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 0 0 202px;
}

.th_b1_bx2_item {
  width: 140px;
  height: 60px;
  background: #fff;
  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-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
}

.th_b1_bx2_item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.ths .policy {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

main.web {
  overflow: hidden;
}

.ths .main {
  padding: 1px 0 54px;
}

.th_coins_item.th_coins_1 {
  right: -25%;
  top: 84px;
}

.th_coins_item.th_coins_2 {
  left: -1%;
  top: 47%;
}

.th_coins_item.th_coins_3 {
  right: -2%;
  top: 30%;
}

.th_coins_item.th_coins_4 {
  top: 6%;
  left: -19%;
}

.th_coins_item.th_coins_5 {
  bottom: 6%;
  left: -27%;
}

.th_coins_item.th_coins_6 {
  right: -18%;
  bottom: 3%;
}

.fnsh_box {
  background: -o-linear-gradient(top, #DA3E3E 0%, #9A0A0A 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#DA3E3E), to(#9A0A0A));
  background: linear-gradient(180deg, #DA3E3E 0%, #9A0A0A 100%);
  border: 1px solid #DD4949;
  border-radius: 50px;
  width: 670px;
  margin: 0 auto 36px;
}

.finish {
  background: -o-radial-gradient(50% 50%, 50% 50%, #A62323 0.01%, #010304 100%);
  background: radial-gradient(50% 50% at 50% 50%, #A62323 0.01%, #010304 100%);
}

.fnsh_box p {
  font-size: 30px;
  line-height: 140%;
  /* or 42px */
  text-align: center;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 31px;
}

.fnsh_box p b {
  font-weight: 700;
}

.fnsh_box_img {
  font-size: 0;
  display: table;
  margin: -28px auto 16px;
}

p.fnsh_b1 {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 100%;
  /* or 65px */
  text-align: center;
  color: #FFFFFF;
  margin: 32px 0 38px;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .b1_bg, .b1 {
    background-size: 1200px;
  }

  .main {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 36px;
  }

  .b1_logo img {
    height: 38px;
    width: 120px;
  }

  .b1_logo {
    margin: 30px 0;
  }

  p.b1_t1 {
    font-size: 35px;
  }

  p.b1_t2 {
    font-size: 110px;
  }

  .b1_bx_img img {
    width: 141px;
    height: 126px;
  }

  .b1_bx p {
    font-size: 30px;
  }

  .form {
    width: 520px;
  }

  .form_main {
    margin: 0 60px;
  }

  p.form_title {
    font-size: 18px;
  }

  .policy {
    font-size: 16px;
    margin: 29px 0 0;
  }

  .b1_bx {
    margin: 10px 0 35px;
  }

  .th_coins_item.th_coins_1 {
    right: -12%;
    top: 0%;
  }

  .th_coins_item.th_coins_2 {
    left: -7%;
    top: 46%;
  }

  .th_coins_item.th_coins_5 {
    bottom: 6%;
    left: -10%;
  }
}
@media screen and (min-width: 620px) and (max-width: 960px) {
  .b1_men {
    display: none;
  }

  .main {
    width: 620px;
    padding: 0 0 40px;
  }

  .b1_bg {
    background-size: 960px;
  }

  .b1_logo img {
    height: 38px;
    width: 120px;
  }

  .b1_logo {
    margin: 24px 0;
  }

  p.b1_t1 img {
    width: 91px;
    height: 75px;
  }

  p.b1_t1 {
    font-size: 30px;
    padding: 0 0 0 109px;
  }

  p.b1_t1 i {
    top: 5px;
  }

  p.b1_t2 {
    font-size: 100px;
    margin: 8px 0 0;
  }

  .b1_bx_img img {
    width: 110px;
    height: 98px;
  }

  .b1_bx p {
    font-size: 25px;
  }

  .b1_bx {
    gap: 17px;
  }

  .form {
    width: 380px;
    border-radius: 35px;
  }

  .form_main {
    margin: 0 20px;
    padding: 20px 0 26px;
  }

  p.form_title {
    font-size: 16px;
    gap: 15px;
  }

  .checked p {
    font-size: 11px;
  }

  .policy {
    font-size: 16px;
    margin: 91px 0 0px;
  }

  .input input {
    font-size: 16px;
  }

  .bts {
    font-size: 25px;
    line-height: 100%;
  }

  p.th_t1 br {
    display: none;
  }

  p.th_t1 {
    font-size: 35px;
    width: 532px;
    margin: 0 auto 0;
    line-height: 126%;
  }

  .ths .b1_logo {
    margin: 24px 0 20px;
  }

  p.th_t1 span {
    padding: 0;
    background: none;
  }

  p.th_t1 span b {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 5px 10px 0;
  }

  .th_box {
    width: 616px;
    position: relative;
    z-index: 2;
  }

  .th_box p {
    font-size: 20px;
  }

  p.th_bottom_title {
    font-size: 20px;
  }

  .th_coins_item.th_coins_4 {
    top: 7%;
    left: -37%;
  }

  .th_coins_item.th_coins_1 {
    right: -29%;
    top: 0%;
  }

  .th_coins_item.th_coins_3 {
    right: -18%;
    top: 35%;
  }

  .th_coins_item.th_coins_2 {
    left: -17%;
    top: 44%;
  }

  .th_b1_bx2_list {
    padding: 0 0 140px;
  }

  .th_coins_item.th_coins_5 {
    bottom: 2%;
    left: -29%;
  }

  .th_coins_item.th_coins_6 {
    right: -45%;
    bottom: 3%;
  }

  p.fnsh_b1 br {
    display: none;
  }

  p.fnsh_b1 {
    font-size: 45px;
    display: table;
    margin: 31px auto 35px;
    width: 420px;
  }

  .fnsh_box p {
    font-size: 23px;
    width: 460px;
    margin: 0 auto;
  }

  .fnsh_box p br {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .b1_men {
    display: none;
  }

  .b1_bg, .b1 {
    background-size: 618px;
  }

  .form {
    width: 100%;
  }

  .main {
    max-width: 320px;
    padding: 0 0 31px;
  }

  .b1_logo img {
    width: 80px;
    height: 25px;
  }

  .b1_logo {
    margin: 15px 0;
  }

  p.b1_t1 img {
    width: 77px;
    height: 63px;
  }

  p.b1_t1 {
    font-size: 25px;
    line-height: 120%;
    padding: 0 0 0 89px;
    width: 69%;
  }

  p.b1_t1 i {
    top: -3px;
  }

  p.b1_t2 {
    font-size: 50px;
    line-height: 110%;
    margin: 15px 0 0;
  }

  .b1_bx img {
    width: 86px;
    height: 77px;
  }

  .b1_bx {
    gap: 13px;
    margin: 11px 0 13px;
  }

  .b1_bx p {
    font-size: 20px;
    line-height: 140%;
  }

  .b1_bx p b {
    padding: 2px 6px 0;
  }

  .form {
    border-radius: 25px;
    margin: 0 0 379px;
  }

  .form_main {
    margin: 0 10px;
    padding: 18px 0;
  }

  p.form_title {
    font-size: 16px;
    line-height: 140%;
    gap: 14px;
  }

  p.form_title br {
    display: none;
  }

  p.form_title span {
    width: 175px;
  }

  .input input {
    font-size: 16px;
    text-indent: 60px;
  }

  .input_icon {
    left: 19px;
  }

  .bts {
    line-height: 100%;
    font-size: 23px;
    height: 84px;
  }

  .checked p {
    font-size: 10px;
  }

  .checked {
    margin: 10px 0 0;
  }

  .policy {
    margin: 0 auto;
    font-size: 14px;
  }

  .b1 {
    background-image: url(../img/bg_570_min.jpg) !important;
  }

  .th_coins {
    display: none;
  }

  .ths .b1_logo img {
    width: 99px;
    height: 30px;
  }

  .ths .b1_logo {
    margin: 30px 0 20px;
    position: relative;
    z-index: 2;
  }

  p.th_t1 {
    font-size: 30px;
    line-height: 129%;
  }

  p.th_t1 span {
    background: none;
    padding: 0;
  }

  p.th_t1 span b {
    background: #fff;
    border-radius: 7px;
    padding: 3px 7px 0;
  }

  .th_box {
    width: 340px;
    margin: 32px 0 22px -14px;
  }

  .th_box_img img {
    width: 300px;
    height: 214px;
  }

  .th_box p {
    font-size: 19px;
    line-height: 120%;
    /* or 24px */
    text-align: center;
    color: #FFFFFF;
    width: 260px;
    margin: 15px auto 28px;
  }

  p.th_bottom_title {
    font-size: 15px;
  }

  .th_b1_bx2_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 110px;
  }

  .ths .main {
    padding: 1px 0 31px;
    position: relative;
  }

  .th_box_img:after {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin: 27px auto 0;
  }

  .th_box p br {
    display: none;
  }

  .fnsh_box_img img {
    width: 300px;
    height: 167px;
  }

  section.ths.finish .b1_logo img {
    width: 115px;
    height: 36px;
  }

  p.fnsh_b1 {
    font-size: 35px;
    position: relative;
    z-index: 2;
  }

  section.ths.finish {
    overflow: hidden;
  }

  section.ths.finish .main:after {
    content: "";
    background: -o-radial-gradient(50% 50%, 50% 50%, #A62323 0.01%, #010304 100%);
    background: radial-gradient(50% 50% at 50% 50%, #A62323 0.01%, #010304 100%);
    position: absolute;
    width: 790px;
    height: 100%;
    top: 0;
    left: calc(-490px/2);
  }

  .th_bottom {
    position: relative;
    z-index: 2;
  }

  .fnsh_box p {
    font-size: 20px;
    margin: 0;
  }

  .fnsh_box p br {
    display: none;
  }

  .fnsh_box {
    width: 340px;
    margin: 0 0 30px -11px;
    padding: 0 0 26px;
  }

  section.ths.finish .th_bottom {
    margin: 0 0 75px;
  }

  .fnsh_box {
    padding: 0 0 35px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}