a {
  text-decoration: none;
}

* {
  -webkit-appearance: none;
  margin: 0;
  font-family: "Muller";
}

.page_1 {
  background: #1a1625;
}

:focus {
  outline: none;
}

.svg-animate-img.hidden {
  display: none;
}

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

img:not([src]):not([srcset]) {
  opacity: 0;
  display: block;
}

.main {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

.b1_bx {
  width: 100%;
  background: rgba(48, 48, 53, 0.5);
  border-radius: 20px;
  max-width: 495px;
  padding: 0 45px 45px;
  position: relative;
}

.b1_t1 {
  font-weight: 900;
  font-size: 65px;
  line-height: 102%;
  /* or 66px */
  color: #fff;
  padding: 44px 0 0;
}

.b1_t1 b {
  font-weight: 900;
  color: #FFD631;
}

.b1_content {
  padding: 34px 0 45px;
  width: 100%;
  max-width: 585px;
}

.b1_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 184px;
  position: relative;
}

.b1_t2 {
  font-size: 25px;
  line-height: 140%;
  /* or 35px */
  color: #FFFFFF;
  padding: 18px 0 32px;
}

.b1_t2 b {
  font-weight: 700;
}

.b1_box_icon img {
  -webkit-filter: drop-shadow(0px 4px 25px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 35px #F3CA51);
  filter: drop-shadow(0px 4px 25px rgba(255, 255, 255, 0.6)) drop-shadow(0px 0px 35px #F3CA51);
  animation: rotar 5s linear infinite reverse;
}

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

.b1_box_icon p {
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  /* or 35px */
  color: #FFFFFF;
  margin: 0 0 0 12px;
}

.b1_form {
  border: 1px solid rgba(173, 173, 173, 0.21);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
}

.b1_form_main {
  margin: 0 50px;
  padding: 0 0 31px;
}

.b1_form_t1 {
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  color: #D8D8D8;
  padding: 24px 0 14px;
}

.input input {
  background: #27262E;
  border: 1px solid #3C3A40;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  color: #D8D8D8;
  height: 80px;
  width: 100%;
  text-indent: 84px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.input {
  position: relative;
  display: block;
}

.input i {
  background: #39383F;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  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;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 22px;
}

input[type=email]::-webkit-input-placeholder {
  color: #D8D8D8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=email]::-moz-placeholder {
  color: #D8D8D8;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input[type=email]:-ms-input-placeholder {
  color: #D8D8D8;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

input[type=email]::-ms-input-placeholder {
  color: #D8D8D8;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

input[type=email]::placeholder {
  color: #D8D8D8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

input[type=email]:focus::-webkit-input-placeholder {
  font-size: 0;
}

input[type=email]:focus::-moz-placeholder {
  font-size: 0;
}

input[type=email]:focus:-ms-input-placeholder {
  font-size: 0;
}

input[type=email]:focus::-ms-input-placeholder {
  font-size: 0;
}

input[type=email]:focus::placeholder {
  font-size: 0;
}

input[type=email]:focus {
  border-color: #4b4950;
}

.bt {
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  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;
  background: -o-linear-gradient(359.91deg, #27BA7F 0.08%, #4EDDA1 99.93%);
  background: linear-gradient(90.09deg, #27BA7F 0.08%, #4EDDA1 99.93%);
  -webkit-box-shadow: 0px 4px 60px rgba(77, 255, 183, 0.6);
  box-shadow: 0px 4px 60px rgba(77, 255, 183, 0.6);
  border-radius: 15px;
  border: 0;
  width: 100%;
  height: 80px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  text-align: center;
  color: #FFFFFF;
  margin: 13px 0 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  will-change: transform, opacity, shadow;
}

.checkbox i {
  background: #27262E;
  border: 2px solid #46D69A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.checkbox i:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.46875 8.16562V4.83124C0.46875 4.52186 0.812501 4.31561 1.0875 4.45311L5.86562 7.58124L13.6 0.91249C13.875 0.77499 14.2188 0.981243 14.2188 1.29062V4.62499C14.2188 4.79686 14.1156 4.93436 13.9781 5.00311L5.86562 11.8781L0.709374 8.54373C0.571874 8.47498 0.46875 8.33749 0.46875 8.16562Z' fill='%2346D69A'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 12px;
  display: block;
  opacity: 0;
}

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

label.checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
  color: #D8D8D8;
}

label.checkbox p span {
  width: 240px;
  margin: 0 0 0 15px;
}

label.checkbox p a {
  color: #D8D8D8;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

label.checkbox {
  display: block;
  margin: 20px 0 0;
  position: relative;
}

label.checkbox p a:hover {
  color: #fff;
}

.bt:hover {
  -webkit-box-shadow: 0px 4px 70px rgba(77, 255, 183, 0.7);
  box-shadow: 0px 4px 70px rgba(77, 255, 183, 0.7);
}

.bt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -o-linear-gradient(359.91deg, #2dca8b 0.08%, #13ff9c 99.93%);
  background: linear-gradient(90.09deg, #2dca8b 0.08%, #13ff9c 99.93%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  will-change: transform, opacity;
}

.bt span {
  position: relative;
  z-index: 20;
}

.bt:hover:after {
  opacity: 1;
}

.b1 {
  background-position: center;
  min-height: 100vh;
  overflow: hidden;
}

label.checkbox input {
  -webkit-appearance: auto;
  position: absolute;
  top: 9px;
  left: 8px;
  opacity: 0;
}

.b1_bg_img_1 {
  display: table;
  font-size: 0;
  position: absolute;
  top: 120px;
  right: -189px;
}

.footer {
  text-align: center;
  padding: 41px 0 41px;
  position: relative;
  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;
}

.footer a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 140%;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 0 268px;
}

.footer a:hover {
  color: #43d398;
}

.b1_image_big {
  margin: 32px 0 0;
  position: relative;
  z-index: 100;
  animation: anim3 5s linear infinite reverse;
}

.b1_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 570px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b1_krug {
  background: rgba(255, 255, 255, 0.2);
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 276px;
  left: 48px;
  z-index: 20;
}

.b1_krug:before {
  content: "";
  background: #FFFFFF;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  width: 282px;
  height: 282px;
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.b1_krug:after {
  background: #FFD130;
  -webkit-filter: blur(105px);
  filter: blur(105px);
  width: 436px;
  height: 436px;
  display: block;
  position: absolute;
  left: -43px;
  top: -43px;
  margin: auto;
  border-radius: 50%;
  z-index: 19;
  content: "";
  /* opacity: 0.9; */
}

.b1_krug span {
  display: block;
  position: absolute;
  background: #FFFFFF;
  -webkit-filter: blur(70px);
  filter: blur(70px);
  width: 282px;
  height: 282px;
  z-index: 21;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  animation: opacity 3s linear infinite reverse;
}

.b1_image_box {
  position: relative;
  margin: 0 0 0 48px;
}

.b1_image_box_1 {
  font-size: 0;
  position: absolute;
  bottom: 133px;
  z-index: 99;
  left: -35px;
  -webkit-animation: anim1 5s linear infinite;
  animation: anim1 5s linear infinite;
}

.b1_image_box_2 {
  position: absolute;
  right: -46px;
  bottom: 233px;
  font-size: 0;
  display: table;
  z-index: 99;
  -webkit-animation: anim2 5s linear infinite;
  animation: anim2 5s linear infinite;
}

.b1_image_box_bg_2 {
  top: -291px;
  right: -55px;
}

.b1_image_box_bg > div {
  display: table;
  font-size: 0;
  position: absolute;
}

.b1_image_box_bg_3 {
  right: -53px;
  top: 479px;
}

.b1_image_box_bg_4 {
  top: 106%;
  left: 76px;
}

.b1_image_box_bg_5 {
  top: 48px;
  left: -144px;
  /* animation: anim1 15s linear infinite; */
}

.b1_image_box_bg_6 {
  bottom: -263px;
  left: -230px;
}

.b1_image_box_bg_7 {
  display: table;
  font-size: 0;
  position: absolute;
  bottom: -177px;
  right: -276px;
}

@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: trtranslateY(0px);
    transform: trtranslateY(0px);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes anim1 {
  0% {
    -webkit-transform: trtranslateY(0px);
    transform: trtranslateY(0px);
  }
  50% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: trtranslateY(0px);
    transform: trtranslateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim2 {
  0% {
    -webkit-transform: trtranslateY(0px);
    transform: trtranslateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes anim3 {
  0% {
    -webkit-transform: trtranslateY(0px);
    transform: trtranslateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes anim3 {
  0% {
    -webkit-transform: trtranslateY(0px);
    transform: trtranslateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes rotar {
  0% {
    -webkit-transform: trtranslateY(0px);
    transform: trtranslateY(0px);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes rotar {
  0% {
    -webkit-transform: trtranslateY(0px);
    transform: trtranslateY(0px);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes sheens {
  0%, 79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -11em);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
@keyframes sheens {
  0%, 79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }
  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -11em);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
.bt:after {
  content: "";
  top: -50%;
  right: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: -o-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(229, 172, 142, 0)));
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
  -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
  -ms-transform: rotate(60deg) translate(-5em, 7.5em);
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0;
  position: absolute;
  z-index: 1;
  filter: alpha(opacity=0);
  -webkit-animation: sheens 3s infinite;
  animation: sheens 3s infinite;
}

@media only screen and (max-width: 680px) {
  .main {
    width: 320px;
  }

  .b1_image_big img {
    width: 218px;
    height: 350px;
  }

  .b1_image_box_1 img {
    width: 106px;
    height: 122px;
  }

  .b1_image_box_2 img {
    width: 88px;
    height: 68px;
  }

  .b1_image_box_bg > div {
    display: none;
  }

  .b1_krug {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    top: 152px;
    left: 19px;
  }

  .b1_image_box_1 {
    bottom: 49px;
    left: -24px;
  }

  .b1_image_box_2 {
    bottom: 109px;
    right: -37px;
  }

  @-webkit-keyframes anim2 {
    0% {
      -webkit-transform: trtranslateY(0px);
      transform: trtranslateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }

  @keyframes anim2 {
    0% {
      -webkit-transform: trtranslateY(0px);
      transform: trtranslateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @-webkit-keyframes anim1 {
    0% {
      -webkit-transform: trtranslateY(0px);
      transform: trtranslateY(0px);
    }
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  @keyframes anim1 {
    0% {
      -webkit-transform: trtranslateY(0px);
      transform: trtranslateY(0px);
    }
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  .b1_image_box {
    margin: -84px auto -59px;
  }

  p.b1_t1 {
    font-size: 30px;
    line-height: 120%;
    padding: 52px 0 0;
    margin: 0 0 0 22px;
  }

  p.b1_t1 br {
    display: none;
  }

  .b1_bx {
    padding: 0 0 92px;
  }

  p.b1_t2 {
    margin: 0 0 0 22px;
    font-size: 18px;
    line-height: 140%;
    width: 246px;
    padding: 12px 0 8px;
  }

  p.b1_t2 br {
    display: none;
  }

  .b1_box_icon {
    margin: 0 0 19px 16px;
  }

  .b1_box_icon img {
    width: 58px;
    height: 63px;
  }

  .b1_box_icon p {
    font-size: 18px;
    line-height: 140%;
  }

  .b1_form {
    margin: 0 11px 11px;
    position: relative;
  }

  .b1_form_main {
    margin: 0 10px 0;
  }

  p.b1_form_t1 {
    font-size: 16px;
    line-height: 140%;
    padding: 15px 0;
    margin: 0 0 0 22px;
  }

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

  label.checkbox p span {
    width: 221px;
  }

  label.checkbox p {
    font-size: 13px;
  }

  label.checkbox {
    position: absolute;
    bottom: -72px;
  }

  .b1_image_box_bg_7 img {
    width: 300px;
    height: 184px;
  }

  .b1_image_box_bg_7 {
    bottom: -103px;
    right: 16px;
  }

  .b1_box {
    padding: 0;
  }

  .footer {
    padding: 0 0 41px;
  }

  .footer a {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) and (min-width: 681px) {
  .b1_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0;
  }

  .b1_image {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .main {
    max-width: 620px;
  }

  .b1_image_box {
    margin: -127px auto -63px;
  }

  .b1_image_box_bg_5 img {
    width: 112px;
    height: 246px;
  }

  .b1_image_big img {
    width: 369px;
    height: 591px;
  }

  .b1_krug {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    top: 246px;
    left: 19px;
  }

  .b1_bx {
    margin: 0;
    padding: 0 0 75px;
    width: 100%;
    max-width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .b1_image_box_1 img {
    width: 168px;
    height: 193px;
  }

  .b1_image_box_1 {
    bottom: 108px;
    left: -12px;
  }

  .b1_image_box_2 img {
    width: 139px;
    height: 109px;
    right: -35px;
    bottom: 233px;
  }

  .b1_image_box_2 {
    right: -54px;
    bottom: 168px;
  }

  .b1_image_box_bg_2 img {
    width: 112px;
    height: 359px;
  }

  .b1_image_box_bg_2 {
    top: 127px;
    right: -125px;
  }

  .b1_image_box_bg_3 img {
    width: 33px;
    height: 400px;
  }

  .b1_image_box_bg_3 {
    right: -149px;
    top: 551px;
  }

  .b1_image_box_bg_4 img {
    width: 82px;
    height: 263px;
  }

  .b1_image_box_bg_4 {
    left: -128px;
    top: 312px;
  }

  .b1_image_box_bg_5 {
    top: 595px;
    left: -244px;
  }

  .b1_bg_img_1 img {
    width: 60px;
    height: 264px;
    -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
    transform: matrix(-1, 0, 0, -1, 0, 0);
  }

  .b1_bg_img_1 {
    right: auto;
    left: -143px;
    bottom: 0;
    top: auto;
  }

  .b1_image_box_bg_6 {
    display: none !important;
  }

  p.b1_t1 {
    text-align: center;
    font-size: 50px;
    line-height: 120%;
    padding: 61px 0 0;
  }

  p.b1_t1 br {
    display: none;
  }

  .b1_t2 {
    text-align: center;
    font-size: 20px;
    line-height: 140%;
    width: 340px;
    margin: 0 auto;
    padding: 16px 0 20px;
  }

  .b1_t2 br {
    display: none;
  }

  .b1_box_icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .b1_form_main {
    margin: 0 21px;
    padding: 0 0 22px;
  }

  label.checkbox {
    margin: 20px 0 0 12px;
  }

  .b1 {
    min-height: 0;
  }

  .footer a {
    margin: 0;
  }

  .footer {
    padding: 17px 0 54px;
  }

  .b1_image_box_bg_7 img {
    width: 524px;
    height: 320px;
  }

  .b1_image_box_bg_7 {
    bottom: -126px;
    right: -276px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1169px) {
  html {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: calc(100%/0.75);
    height: calc(100%/0.75);
    min-width: 1200px;
  }
}