: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;
}

body {
  background: #FAF7F3;
  margin: 0;
  font-family: "Mont";
}

.b1_bg {
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 1px 0 167px;
  position: relative;
  z-index: 2;
}

.b1_logo {
  padding: 38px 0 0px;
}

.b1_t1 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin: 36px 0 19px;
}

.b1_box {
  width: 670px;
  text-align: center;
}

.b1_t1 b {
  color: #01EBFB;
  font-weight: 800;
}

.b1_t2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  font-family: "Druk Wide Cyr";
}

.b3_pc_box b {
  font-family: "Druk Wide Cyr";
  font-style: normal;
  font-weight: 500;
  font-size: 90px;
  line-height: 100%;
  /* identical to box height, or 126px */
  color: #01EDFC;
  margin: 0 12px;
}

.b3_pc_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Druk Wide Cyr";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  /* identical to box height, or 42px */
  color: #FFFFFF;
}

.b3_pc {
  position: relative;
  margin: 27px 0 0;
}

.b3_pc:after {
  content: "";
  border: 2px solid #00E9FB;
  border-radius: 100px;
  -webkit-transform: rotate(-1.53deg);
  -ms-transform: rotate(-1.53deg);
  transform: rotate(-1.53deg);
  height: 115px;
  width: 720px;
  display: block;
  position: absolute;
  top: -10px;
  left: -32px;
}

.b1_t4 {
  display: table;
  margin: 57px auto 22px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

.b1_img_1 {
  display: table;
  font-size: 0;
  position: absolute;
  left: -80px;
  top: -22px;
}

.b1_img_2 {
  position: absolute;
  right: -122px;
  top: -30px;
}

.b1_form {
  background: -o-radial-gradient(50% 50%, 61.35% 61.35%, #FFE6DE 0%, #FFF8F5 0.01%, #B1542E 100%);
  background: radial-gradient(61.35% 61.35% at 50% 50%, #FFE6DE 0%, #FFF8F5 0.01%, #B1542E 100%);
  border-radius: 30px;
  padding: 1px 0 43px;
  width: 540px;
  margin: 0 auto;
}

.b1_form form {
  margin: 0 40px;
}

.input input {
  background: #FFFFFF;
  border-radius: 100px;
  height: 80px;
  width: 100%;
  border: 0;
  font-family: "Mont";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  text-transform: uppercase;
  color: #8B756E;
  text-indent: 112px;
  padding: 0;
}

.input_icon {
  width: 80px;
  height: 100%;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  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;
}

.input {
  position: relative;
  margin: 18px 0 15px;
}

.form_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  text-align: center;
  color: #FFFFFF;
  margin: 28px 0 0;
}

.form_title b {
  font-weight: 700;
}

.checked {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  /* or 20px */
  color: #FFFFFF;
  text-align: left;
  position: relative;
  z-index: 99;
  margin: 15px 0 0;
}

.checked a {
  color: #fff;
}

.checked i {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checked i:after {
  content: "";
  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='M5.99906 16.2618L0 10.274L1.65094 8.62307L5.99906 12.9628L16.3491 2.63245L18 4.28338L5.99906 16.2618Z' fill='%2306D4E2'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.checked p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checked p span {
  margin: 0 0 0 21px;
}

.b1_form button {
  background: -o-linear-gradient(left, #FCE087 0%, #FFD76B 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FCE087), to(#FFD76B));
  background: linear-gradient(90deg, #FCE087 0%, #FFD76B 100%);
  -webkit-box-shadow: 0px 15px 40px rgba(255, 216, 113, 0.5), inset 0px 0px 12px #FFFFFF;
  box-shadow: 0px 15px 40px rgba(255, 216, 113, 0.5), inset 0px 0px 12px #FFFFFF;
  border-radius: 100px;
  width: 100%;
  border: 0;
  height: 90px;
  font-family: "Mont";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1C3053;
  cursor: pointer;
  position: relative;
}

.b1_form button:after {
  content: "";
  background: #fee9b2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 100px;
}

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

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

.b1_form button i {
  position: absolute;
  top: -48px;
  z-index: 9;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}

.polit {
  display: table;
  margin: 45px auto 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  text-align: center;
  color: #D9D1BC;
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.polit:hover {
  color: #fff;
}

.b1 {
  background-size: cover;
  background-position: top center;
}

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

.checked input {
  -webkit-appearance: auto;
  position: absolute;
  left: 0;
  top: 40%;
  opacity: 0;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .b1_box {
    width: 600px;
    text-align: center;
  }

  .b1_bg {
    padding: 1px 0 109px;
  }

  .main {
    max-width: 960px;
  }

  .b1_logo img {
    width: 180px;
    height: 44px;
  }

  p.b1_t1 {
    font-size: 18px;
    margin: 22px 0 12px;
  }

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

  .b3_pc_box b {
    font-size: 70px;
  }

  .b3_pc_box {
    font-size: 20px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b3_pc:after {
    width: 580px;
    height: 100px;
    top: -17px;
    left: -46px;
  }

  .b1_t4 {
    font-size: 18px;
  }

  .b1_img_1 img {
    width: 59px;
    height: 75px;
  }

  .b1_img_1 {
    left: -62px;
    top: -13px;
  }

  .b1_img_2 img {
    width: 102px;
    height: 126px;
  }

  .b1_img_2 {
    right: -101px;
    top: -20px;
  }

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

  .b1_form {
    width: 500px;
    margin: 0 auto;
  }

  .b3_pc {
    display: table;
    margin: 27px auto 0;
  }

  .b1_form form {
    width: 410px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 620px) and (max-width: 960px) {
  .main {
    max-width: 620px;
  }

  .b1_logo img {
    width: 180px;
    height: 44px;
  }

  .b1_t1 {
    font-size: 18px;
    margin: 21px 0 11px;
  }

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

  .b3_pc_box b {
    font-size: 70px;
  }

  .b3_pc_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
  }

  .b3_pc:after {
    width: 580px;
    height: 100px;
    left: 40px;
    top: -12px;
  }

  .b1_t4 {
    font-size: 18px;
  }

  .b1_img_1 img {
    width: 59px;
    height: 75px;
  }

  .b1_img_1 {
    left: -63px;
    top: -15px;
  }

  .b1_img_2 img {
    width: 102px;
    height: 126px;
  }

  .b1_img_2 {
    right: -105px;
    top: -17px;
  }

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

  .b1_form form {
    width: 410px;
    margin: 0 auto;
  }

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

  .b1_bg {
    padding: 1px 0 0;
    height: 1700px;
  }
}
@media screen and (max-width: 680px) {
  .b1_form {
    width: 300px;
    padding: 1px 0 25px;
  }

  main.web {
    overflow: hidden;
  }

  .main {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b1_box {
    min-width: 342px;
  }

  .b1_logo img {
    width: 148px;
    height: 34px;
  }

  .b1_logo {
    padding: 30px 0 0;
  }

  p.b1_t1 {
    margin: 17px 0 10px;
    font-size: 16px;
  }

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

  .b3_pc_box b {
    font-size: 35px;
  }

  .b3_pc_box {
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b3_pc:after {
    width: 324px;
    height: 70px;
    top: -17px;
    left: -17px;
  }

  .b1_t4 {
    font-size: 16px;
  }

  .b1_img_1 img {
    width: 59px;
    height: 76px;
  }

  .b1_img_1 {
    left: -58px;
    top: -20px;
  }

  .b1_img_2 img {
    width: 90px;
    height: 112px;
  }

  .b1_img_2 {
    right: -90px;
  }

  p.form_title {
    font-size: 16px;
    width: 280px;
    margin: 20px auto 12px;
  }

  p.form_title br {
    display: none;
  }

  .b1_form form {
    margin: 0 10px 0;
  }

  .input_icon {
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
  }

  .input_icon svg {
    width: 20px;
    height: 20px;
  }

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

  .b1_form button {
    font-size: 18px;
  }

  .checked p span {
    margin: 0 0 0 10px;
    width: 228px;
    font-size: 12px;
  }

  .checked p {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checked p span br {
    display: none;
  }

  .b1_form button i {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .b1_bg {
    padding: 1px 0 544px;
  }

  .polit {
    font-size: 12px;
    margin: 23px auto 0;
  }

  section.b1 {
    background: #090d1b;
  }

  .b3_pc {
    display: table;
    margin: 28px auto 0;
  }
}