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_bx {
  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;
}

.b1_bx i {
  width: 70px;
  font-size: 0;
  margin: 0 28px 0 0;
}

.b1_bx p {
  font-size: 25px;
  line-height: 140%;
  /* or 35px */
  color: #363636;
}

.b1_box {
  padding: 91px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.page_1 {
  background: #e7ecf9;
}

.b1_t1, .b1_t1 b, .b1_t1 span {
  font-family: "Druk Wide Cyr";
  font-weight: 500;
}

p.b1_t1 {
  margin: 68px 0 59px;
  font-weight: 500;
  font-size: 50px;
  line-height: 110%;
  /* or 28px */
  text-transform: uppercase;
  color: #363636;
}

p.b1_t1 b {
  font-size: 25px;
  display: block;
  margin: 0 0 -14px;
}

p.b1_t1 span {
  color: #3A5CFF;
}

label.input input {
  background: #F6F7FB;
  border: 1px solid #DEE1F0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 60px 15px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 60px 15px rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 0;
  height: 100px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */
  color: #000;
  text-indent: 112px;
}

label.input {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}

.box_form {
  width: 100%;
  max-width: 530px;
  margin: 28px 0 0;
}

label.input i {
  display: block;
  width: 85px;
  height: 100%;
  border-right: 1px solid #DEE1F0;
  position: absolute;
  top: 0;
  left: 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;
}

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

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

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

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

label.input input::placeholder {
  color: #363636;
  -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;
}

button.bt {
  background: #2743C7;
  border-radius: 20px;
  width: 100%;
  padding: 0;
  border: 0;
  height: 100px;
  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;
}

button.bt i {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */
  text-align: center;
  letter-spacing: 0.25em;
  color: #FFFFFF;
  font-style: normal;
  position: relative;
  z-index: 2;
}

button.bt span {
  content: "";
  background: -o-linear-gradient(top, #7089FF 0%, #3A5CFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#7089FF), to(#3A5CFF));
  background: linear-gradient(180deg, #7089FF 0%, #3A5CFF 100%);
  -webkit-box-shadow: 0px 1px 0px #6781FF;
  box-shadow: 0px 1px 0px #6781FF;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin: -16px 0 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;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

button.bt span:before {
  content: "";
  display: block;
  content: "";
  background: -o-linear-gradient(top, #5e7aff 0%, #3A5CFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#5e7aff), to(#3A5CFF));
  background: linear-gradient(180deg, #5e7aff 0%, #3A5CFF 100%);
  -webkit-box-shadow: 0px 1px 0px #6781ff;
  box-shadow: 0px 1px 0px #6781ff;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin: -16px 0 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;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

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

label.checkbox {
  position: relative;
  display: block;
}

label.checkbox p i {
  border: 1px solid #D0D5F0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  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;
  -webkit-box-shadow: 0 0 0 5px #F6F7FB;
  box-shadow: 0 0 0 5px #F6F7FB;
  background: #F6F7FB;
  margin: 4px 19px 0 0;
  cursor: pointer;
}

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

label.checkbox p span {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  color: #565B72;
  max-width: 333px;
}

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

.footer {
  padding: 108px 0 41px;
}

.footer a {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  color: #565B72;
  border-bottom: 1px solid;
}

.footer a:hover {
  color: #000;
}

label.checkbox p i:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_624_1089)'%3E%3Cpath d='M17.601 2.6778L7.75469 12.5241L2.39902 7.16846L0 9.56748L7.75469 17.3222L20 5.07686L17.601 2.6778Z' fill='%233B5DFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_624_1089'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

.b1_left {
  width: 100%;
  max-width: 644px;
}

.b1_right {
  width: 100%;
  max-width: 500px;
}

.b1_image {
  font-size: 0;
  display: table;
  position: relative;
}

.b1_img_1 img {
  border-radius: 25px;
  background: #000;
}

.b1_img_1 {
  display: table;
  font-size: 0;
  position: relative !important;
}

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

.b1_img_2 {
  top: 227px;
  left: -75px;
  animation: anim2 19s linear infinite reverse;
}

.b1_bg {
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  position: r;
}

section.b1 {
  overflow: hidden;
}

.img_1 {
  top: -5%;
  right: 8%;
  animation: anim2 5s linear infinite reverse;
}

.img_2 {
  top: 5%;
  left: -4%;
  animation: anim2 5s linear infinite reverse;
}

.img_3 {
  top: 30%;
  left: -9%;
  -webkit-filter: drop-shadow(130px 180px 60px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(130px 180px 60px rgba(0, 0, 0, 0.5));
  animation: anim1 5s linear infinite reverse;
}

.img_4 {
  right: -16%;
  top: 16%;
  -webkit-animation: anim1 5s linear infinite;
  animation: anim1 5s linear infinite;
}

.img_5 {
  bottom: 2%;
  left: 2%;
  animation: anim2 5s linear infinite reverse;
}

.img_6 {
  right: -16%;
  bottom: 8%;
  -webkit-animation: anim2 5s linear infinite;
  animation: anim2 5s linear infinite;
}

.img_7 {
  bottom: -6%;
  right: -22%;
  animation: anim2 19s linear infinite reverse;
}

@-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, -25em);
    transform: rotateZ(60deg) translate(1em, -25em);
  }
  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, -25em);
    transform: rotateZ(60deg) translate(1em, -25em);
  }
  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;
}

@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes anim1 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes anim2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 680px) {
  .main {
    width: 320px;
  }

  .b1_bx p {
    font-size: 16px;
    width: 234px;
  }

  .b1_bx img {
    width: 50px;
    height: 48px;
  }

  .b1_bx i {
    width: 50px;
    margin: 0 19px 0 0;
  }

  .b1_box {
    padding: 27px 0 0;
  }

  p.b1_t1 {
    margin: 26px 0 21px;
    font-size: 25px;
  }

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

  .b1_bx.b1_bx2 p {
    width: 201px;
  }

  .b1_bx.b1_bx2 p br {
    display: none;
  }

  label.input input {
    height: 80px;
    font-size: 16px;
  }

  button.bt i {
    font-size: 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  button.bt {
    height: 80px;
  }

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

  .b1_right {
    margin: 51px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 404px;
  }

  .b1_image {
    -webkit-transform: scale(0.47);
    -ms-transform: scale(0.47);
    transform: scale(0.47);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }

  .b1_img_2 {
    top: auto;
    bottom: 0;
  }

  .b1_img_2 img {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
  }

  .img_6 img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .img_2 img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .img_7 {
    right: -13%;
  }

  .footer {
    text-align: center;
  }

  .footer a {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) and (min-width: 681px) {
  .main {
    max-width: 620px;
  }

  .b1_bx {
    margin: 0 auto;
  }

  .b1_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 52px;
  }

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

  .b1_box {
    padding: 45px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  p.b1_t1 {
    text-align: center;
    margin: 28px 0 0;
    font-size: 40px;
  }

  p.b1_t1 b {
    font-size: 20px;
    margin: 0 0 -8px;
  }

  .b1_bx.b1_bx2 {
    margin: 39px auto 15px;
  }

  .box_form {
    max-width: 460px;
    margin: 14px auto 0;
  }

  .b1_right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 461px;
  }

  .b1_image {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }

  .b1_img_2 {
    -webkit-animation: none;
    animation: none;
    top: auto;
    bottom: 0;
  }

  .b1_right {
    height: 624px;
  }

  .footer {
    text-align: center;
    padding-bottom: 81px;
  }

  .footer a {
    font-size: 18px;
  }

  .img_7 img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@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;
  }
}