: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: 1160px;
  margin: 0px auto;
  width: 100%;
  position: relative;
  padding: 0px 0 54px;
}

body {
  background: #0b0e17;
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: #2A0037;
}

.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 {
  font-size: 0;
  margin: 30px 0;
}

p.b1_t1 {
  color: #FFF;
  font-family: Manrope;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 35px */
}

p.b1_t2 {
  color: #FFF;
  font-family: Manrope;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 80px */
  text-transform: uppercase;
}

.b1_bx_img {
  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;
  width: 151px;
  height: 151px;
  background: #F3C9AE;
  border-radius: 50%;
  /* width: 90px; */
  /* height: 90px; */
}

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

.b1_bx p {
  color: #FFF;
  font-family: Manrope;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 152%;
  /* 35px */
  text-transform: uppercase;
}

.b1_bx p span {
  color: #020405;
  background: #fff;
  border-radius: 5px;
  background: #FFF;
  padding: 0px 7px 1px;
}

.form {
  border-radius: 30px;
  background: #291029;
  max-width: 560px;
  padding: 51px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 17px 0 0;
}

p.form_title {
  color: #FFF;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}

p.form_title i {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect opacity='0.15' x='1' y='1' width='58' height='58' rx='29' stroke='white' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0_4304_165)'%3E%3Cpath d='M24.2687 25.2625L30 30.9938L35.7312 25.2625L37.5 27.0313L30 34.5313L22.5 27.0313L24.2687 25.2625Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4304_165'%3E%3Crect width='30' height='30' fill='white' transform='translate(15 15)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 60px;
  height: 60px;
}

.input {
  position: relative;
}

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

.input input {
  color: #FFF;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  border-radius: 15px;
  border: 2px solid #FFF;
  width: 100%;
  background: none;
  text-indent: 77px;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.input input::placeholder {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.input input:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

.input input:focus::-moz-placeholder {
  opacity: 0.2;
}

.input input:focus:-ms-input-placeholder {
  opacity: 0.2;
}

.input input:focus::-ms-input-placeholder {
  opacity: 0.2;
}

.input input:focus::placeholder {
  opacity: 0.2;
}

button.bts {
  border-radius: 15px;
  background: -o-linear-gradient(left, #FF2E8F 0%, #FF85BE 50%, #9B009B 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FF2E8F), color-stop(50%, #FF85BE), to(#9B009B));
  background: linear-gradient(90deg, #FF2E8F 0%, #FF85BE 50%, #9B009B 100%);
  -webkit-box-shadow: 0px 25px 65px -15px rgba(255, 66, 157, 0.8);
  box-shadow: 0px 25px 65px -15px rgba(255, 66, 157, 0.8);
  width: 100%;
  border: 0;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 35px */
  height: 90px;
  margin: 10px 0 25px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button.bts:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

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

.checked a {
  color: #fff;
}

.checked p i {
  border: 1px solid #fff;
  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 {
  width: 18px;
  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='white'/%3E%3C/svg%3E%0A");
  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;
  color: #AAB1B6;
}

.checked label {
  position: relative;
}

.checked label input {
  position: absolute;
  -webkit-appearance: auto;
  opacity: 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: #fff;
  border-bottom: 1px solid;
  margin: 90px auto 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.policy:hover {
  color: #fff;
}

.del {
  display: table;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #fff;
  border-bottom: 1px solid;
  margin: 74px auto 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%, #86116F 25%, #0F030D 100%);
  background: radial-gradient(50% 50% at 50% 50%, #86116F 25%, #0F030D 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;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  /* 42px */
}

p.th_t1 span {
  color: #090909;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 9px 11px 1px;
  border-radius: 7px;
  background: -o-linear-gradient(left, #F0F 0%, #909 100%);
  background: -webkit-gradient(linear, left top, right top, from(#F0F), to(#909));
  background: linear-gradient(90deg, #F0F 0%, #909 100%);
  color: #fff;
  padding: 0px 13px 4px;
  font-weight: 700;
  line-height: 140%;
}

.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: 777px;
  margin: 32px auto 36px;
  border-radius: 25px;
  border: 1px solid #342832;
  background: #1D0C1A;
  text-align: center;
}

.th_box_img {
  font-size: 0;
  margin: -78px auto -111px;
  display: table;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.del {
  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;
}

.cdl {
  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;
  border-bottom: 3px solid #F0F;
}

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;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
}

.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 {
  border-radius: 50px;
  width: 670px;
  margin: 0 auto 36px;
  border-radius: 50px;
  background: -o-linear-gradient(345deg, #760076 0.02%, #250025 99.98%);
  background: linear-gradient(105deg, #760076 0.02%, #250025 99.98%);
  padding: 1px 0 1px;
}

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

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

.fnsh_box_img {
  font-size: 0;
  display: table;
  margin: -31px auto -12px;
}

.del {
  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;
}

.th_box p {
  color: #FFF;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 686px;
  margin: 0 auto 27px;
  position: relative;
  z-index: 11;
}

.th_box_img img {
  margin: 0 0 0 -41px;
  width: 84;
}

p.fnsh_b1 {
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 60px */
  margin: 0 0 23px;
}

p.fnsh_b0 {
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 48px */
  margin: 0 0 5px;
}

@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;
    width: 110px;
    height: 48px;
  }

  .b1_logo {
    margin: 30px 0;
  }

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

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

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

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

  .form {
    width: 500px;
    padding: 34px 30px;
  }

  .form_main {
    margin: 0;
  }

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

  .policy {
    font-size: 16px;
    margin: 97px auto 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%;
  }

  .b1_bx_img img {
    width: 161px;
    height: 154px;
  }

  .b1_bx_img {
    width: 130px;
    height: 130px;
  }

  .b1_bx_img {
    /* width: 90px; */
    /* height: 90px; */
  }
}
@media screen and (min-width: 620px) and (max-width: 960px) {
  .b1_men {
    display: none;
  }

  .main {
    width: 640px;
    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: 20px;
    padding: 0;
  }

  p.b1_t1 i {
    top: 5px;
  }

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

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

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

  .b1_bx {
    gap: 34px;
    margin: 25px 0 0;
  }

  .form {
    width: 420px;
    border-radius: 35px;
    padding: 20px;
  }

  .form_main {
    margin: 0;
    padding: 0 0 9px;
  }

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

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

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

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

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

  p.th_t1 br {
    display: none;
  }

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

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

  p.th_t1 span {
    display: table;
    margin: 6px auto 0;
  }

  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: 35px;
    display: table;
    margin: 1px auto 35px;
    max-width: 526px;
  }

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

  .fnsh_box p br {
    display: none;
  }

  .b1_bx_img {
    width: 130px;
    height: 130px;
  }

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

  .th_box_img img {
    width: 841px;
    height: 403px;
    margin: 33px 0 13px 0;
  }
}
@media screen and (max-width: 620px) {
  .b1_men {
    display: none;
  }

  .b1_bx_img {
    width: 90px;
    height: 90px;
  }

  .b1_bg, .b1 {
    background-size: 618px;
    background-color: #402b20;
  }

  .form {
    width: 100%;
  }

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

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

  .b1_logo {
    margin: 15px 0;
  }

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

  p.b1_t1 {
    font-size: 20px;
    line-height: 120%;
    padding: revert-layer;
    width: 100%;
    font-size: 14px;
  }

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

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

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

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

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

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

  .form {
    border-radius: 15px;
    margin: 0 0 379px;
    margin: 0;
    padding: 11px 10px 14px;
  }

  .form_main {
    margin: 0;
    padding: 0;
  }

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

  p.form_title br {
    display: none;
  }

  p.form_title span {
    width: 220px;
  }

  .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: 523px auto 0;
    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: 20px;
    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: 310px;
    margin: 13px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .th_box_img img {
    width: 370px;
    height: 286px;
    margin: 0 0 0 19px;
  }

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

  p.th_bottom_title {
    font-size: 14px;
    margin: 24px 0 11px;
  }

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

  .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: 339px;
    height: 219px;
  }

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

  p.fnsh_b1 {
    font-size: 20px;
    position: relative;
    z-index: 2;
    margin: 0 0 78px;
  }

  section.ths.finish {
    overflow: hidden;
  }

  .del {
    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: 18px;
    margin: 0;
    width: 240px;
    margin: 0 auto 0;
    padding: 0 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: 1px 0 29px;
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 50px;
  }

  p.form_title i {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
  }

  p.form_title br {
    display: none;
  }

  button.bts {
    font-size: 16px;
    padding: 0;
    margin: 10px 0 4px;
  }

  .th_box_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: -39px 0 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .fnsh_box_img {
    margin: -73px auto -12px;
  }

  section.ths.finish {
    background-image: url("data:image/svg+xml,%3Csvg width='360' height='800' viewBox='0 0 360 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-215' width='790' height='800' fill='url(%23paint0_radial_208_491)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_208_491' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(180 400) rotate(90) scale(400 395)'%3E%3Cstop offset='0.25' stop-color='%2386116F'/%3E%3Cstop offset='1' stop-color='%230F030D'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
  }
}