a {
  text-decoration: none;
}

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

: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_t1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 120%;
  /* or 54px */
  color: #FFFFFF;
  margin: 114px 0 22px;
}

.b1_t1 b {
  background: #FFDF36;
  border-radius: 30px;
  color: #013F18;
  padding: 2px 18px 5px;
}

.b1_bg {
  background-position: top center;
  background-size: cover;
  /* padding: 1px 0 1px; */
  overflow: hidden;
}

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

.b1_box:before {
  content: "";
  position: absolute;
  font-weight: 900;
  font-size: 330px;
  line-height: 120%;
  /* identical to box height, or 396px */
  text-align: center;
  color: #FFFFFF;
  top: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='1185' height='276' viewBox='0 0 1185 276' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' d='M201.472 173.91H226.222V275.22H167.482V231H59.5722V275.22H0.502149V173.91H24.9222C35.4821 156.97 40.7621 132.55 40.7621 100.65V-1.57356e-05H201.472V173.91ZM86.3022 173.91H142.732V54.78H99.5021V101.31C99.5021 132.11 95.1022 156.31 86.3022 173.91ZM309.354 175.56H398.784V231H250.284V-1.57356e-05H397.134V55.11H309.354V87.12H388.884V141.57H309.354V175.56ZM550.965 -1.57356e-05H609.705V231H550.965V142.23H485.955V231H426.885V-1.57356e-05H485.955V85.47H550.965V-1.57356e-05ZM736.108 69.3C759.428 69.3 779.008 76.89 794.848 92.07C810.688 107.25 818.608 126.61 818.608 150.15C818.608 173.69 810.688 193.05 794.848 208.23C779.008 223.41 759.428 231 736.108 231H646.348V-1.57356e-05H705.418V69.3H736.108ZM736.108 174.57C742.708 174.57 748.208 172.37 752.608 167.97C757.228 163.35 759.538 157.41 759.538 150.15C759.538 142.89 757.228 136.95 752.608 132.33C748.208 127.71 742.708 125.4 736.108 125.4H705.418V174.57H736.108ZM978.261 -1.57356e-05V57.09H900.711V231H841.641V-1.57356e-05H978.261ZM1125.64 231V114.84L1044.13 231H998.262V-1.57356e-05H1057.33V116.16L1138.84 -1.57356e-05H1184.38V231H1125.64Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 1185px;
  height: 276px;
  left: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.b1_left {
  position: relative;
  z-index: 20;
}

.b1_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.b1_bx i {
  font-size: 0;
}

.b1_t2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  /* identical to box height, or 35px */
  color: #FFFFFF;
  padding: 35px 0 44px;
}

.b1_bx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b1_bx2 p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  /* or 28px */
  color: #FFFFFF;
  margin: 0 0 0 17px;
}

.box_form {
  background: rgba(24, 78, 44, 0.7);
  border: 1px solid #3D654F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
  max-width: 540px;
  margin: 29px 0 0;
}

.box_form_main {
  margin: 0 70px;
  padding: 47px 0 34px;
}

label.input {
  position: relative;
}

label.input i {
  margin: auto;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
}

label.input input {
  background: #143C23;
  border-radius: 10px;
  height: 80px;
  padding: 0;
  border: 0;
  width: 100%;
  text-indent: 93px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.bt {
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background: #276519;
  -webkit-box-shadow: 0px 4px 65px rgba(46, 23, 23, 0.25);
  box-shadow: 0px 4px 65px rgba(46, 23, 23, 0.25);
  border-radius: 16px;
  width: 100%;
  height: 80px;
  border: 0;
  padding: 0;
  margin: 17px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  letter-spacing: 0.4em;
  color: #FFFFFF;
  cursor: pointer;
}

button.bt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 100%;
  background: -o-linear-gradient(top, #A5FF91 0%, #377D27 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#A5FF91), to(#377D27));
  background: linear-gradient(180deg, #A5FF91 0%, #377D27 100%);
  border-radius: 10px;
  margin: 0 0 0;
}

button.bt span {
  position: relative;
  z-index: 20;
  margin: -14px 0 0;
  display: block;
  overflow: hidden;
  height: 100%;
  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: 100%;
  border-radius: 10px;
}

button.bt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  height: 100%;
  border-radius: 10px;
  margin: 0 0 0;
  z-index: 2;
  background: -o-linear-gradient(top, #90e87e 0%, #377D27 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#90e87e), to(#377D27));
  background: linear-gradient(180deg, #90e87e 0%, #377D27 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

button.bt:hover:before {
  opacity: 1;
}

label.checkbox {
  position: relative;
}

label.checkbox p i {
  background: #3C7A53;
  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;
  cursor: pointer;
}

label.checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

label.checkbox p span {
  width: 281px;
  margin: 0 0 0 15px;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
  color: #D8D8D8;
}

body.page_1 {
  background: #32ab4b;
}

label.checkbox p span a {
  color: #D8D8D8;
  text-decoration: underline;
}

label.checkbox p i:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4876 7.70252L9.98462 14.7225L6.51287 11.4735C6.36671 11.3434 6.17546 11.2755 5.97996 11.2845C5.78447 11.2934 5.6002 11.3784 5.46649 11.5213C5.33279 11.6642 5.26024 11.8537 5.26432 12.0494C5.26841 12.245 5.34882 12.4313 5.48837 12.5685L9.47312 16.2968C9.6118 16.4272 9.795 16.4998 9.98537 16.4998C10.1757 16.4998 10.3589 16.4272 10.4976 16.2968L18.5136 8.79677C18.5855 8.7294 18.6433 8.64854 18.6839 8.5588C18.7245 8.46907 18.7471 8.37222 18.7502 8.27377C18.7534 8.17533 18.7372 8.07723 18.7024 7.98507C18.6677 7.89291 18.6151 7.80849 18.5477 7.73664C18.4804 7.66479 18.3995 7.60692 18.3098 7.56632C18.22 7.52572 18.1232 7.50319 18.0248 7.50002C17.9263 7.49685 17.8282 7.5131 17.736 7.54785C17.6439 7.58259 17.5595 7.63515 17.4876 7.70252Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

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

.footer {
  /* max-width: 1180px; */
  width: 100%;
  margin: 0 auto 0;
  padding: 30px 0 41px;
  border-top: 1px solid #2B553A;
}

.footer a {
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #D8D8D8;
}

.b1_right {
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 20;
}

.b1_image_1 {
  position: absolute;
  display: table;
  top: 87px;
  right: 2px;
}

.b1_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 119px -105px 0 0;
  position: relative;
}

.b1_image_2:after, .mob_img:after {
  content: "";
  display: block;
  background: #C3DBD8;
  -webkit-filter: blur(-4px);
  filter: blur(82px);
  width: 593px;
  height: 593px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0px;
}

.b1_image_1 img {
  position: relative;
  z-index: 20;
}

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

@-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 span: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_box:before {
    width: 335px;
    left: -8px;
    top: 20px;
  }

  .b1_image_1 img {
    width: 204px;
    height: 190px;
  }

  .b1_image_2 img {
    width: 175px;
    height: 196px;
  }

  .b1_image {
    display: none;
  }

  .b1_t1 {
    font-size: 24px;
    line-height: 140%;
    margin: 63px 0 13px;
  }

  .box_form {
    width: 320px;
    border-radius: 15px;
  }

  .b1_bx img {
    width: 70px;
    height: 66px;
  }

  .b1_bx p {
    font-size: 18px;
    margin: 0 0 0 17px;
    width: 200px;
  }

  .b1_bx p br {
    display: none;
  }

  p.b1_t2 {
    font-size: 18px;
    padding: 26px 0 13px;
  }

  .b1_bx2 p {
    font-size: 16px;
    line-height: 140%;
    width: 205px;
  }

  .b1_bx2 p br {
    display: none;
  }

  .box_form_main {
    margin: 0 10px;
    padding: 10px 0 23px;
  }

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

  .b1_box {
    padding: 1px 0 43px;
  }

  .footer {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .bt {
    font-size: 16px;
  }

  .mob_img {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 24px -24px;
  }

  .mob_img {
    position: relative;
  }

  .mob_img img {
    position: relative;
    z-index: 20;
  }

  .mob_img:after {
    width: 191px;
    height: 191px;
    top: 8px;
    left: 45px;
    -webkit-filter: blur(51px);
    filter: blur(51px);
  }
}
@media screen and (max-width: 980px) and (min-width: 681px) {
  .main {
    max-width: 620px;
  }

  .b1_box:before {
    width: 633px;
    background-size: contain;
    left: -11px;
    top: 52px;
  }

  p.b1_t1 {
    font-size: 33px;
    line-height: 120%;
    margin: 82px 0 9px;
  }

  .b1_t1 b {
    padding: 2px 11px 5px;
  }

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

  p.b1_t2 {
    font-size: 20px;
    line-height: 140%;
    padding: 20px 0 23px;
  }

  .b1_bx2 p {
    font-size: 18px;
    width: 271px;
  }

  .b1_bx2 p br {
    display: none;
  }

  .box_form {
    max-width: 360px;
  }

  .b1_left {
    width: calc(100% - 50px);
  }

  .box_form_main {
    margin: 0 30px 0;
    padding: 30px 0 23px;
  }

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

  button.bt span {
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    letter-spacing: 0.4em;
  }

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

  label.checkbox {
    padding: 0 0 0;
  }

  .b1_image_1 img {
    width: 400px;
    height: 372px;
  }

  .b1_image_2 img {
    width: 237px;
    height: 266px;
  }

  .b1_right {
    width: 50px;
  }

  .b1_image {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 311px -96px 0 0;
  }

  .b1_image_2 {
    margin: 0 62px 0 0;
  }

  .b1_image_1 {
    top: 53px;
    right: 2px;
  }

  .b1_box {
    padding: 1px 0 61px;
  }

  .b1_image_2:after {
    width: 300px;
    height: 300px;
    left: -182px;
    top: -15px;
    -webkit-filter: blur(49px);
    filter: blur(49px);
  }
}
@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;
  }
}