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

body {
  background: #131823;
  margin: 0;
  font-family: "Manrope", sans-serif;
}
.text p {
  text-align: center;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.37) !important;
  line-height: 105.5%;
  padding: 8px 0;
  letter-spacing: 0.02em;
}
.hd_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hd_item {
  padding: 37px 44px 37px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hd_item i {
  font-size: 0;
}

.hd_item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #4E5F80;
}

.hd_item:after, .hd_box:after {
  content: "";
  display: block;
  width: 1px;
  height: 1300px;
  position: absolute;
  right: 0;
  background: -o-linear-gradient(top, #313b51 3%, rgba(49, 59, 81, 0) 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #313b51), color-stop(51%, rgba(49, 59, 81, 0)));
  background: linear-gradient(180deg, #313b51 3%, rgba(49, 59, 81, 0) 51%);
  top: -12px;
}

.hd_box:after {
  right: auto;
  left: 0;
}

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

.bt {
  cursor: pointer;
  padding: 0;
  border: 0;
  border-radius: 7.55556px;
  width: 262px;
  height: 68px;
  border: 1.5px solid #5BB779;
  background: none;
  font-weight: 700;
  font-size: 13.6px;
  line-height: 115%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5BB779;
  font-family: "Manrope", sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  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;
  text-decoration: none;
}

.bt:hover {
  background: #5BB779;
  color: #121622;
}

header.hd {
  border-bottom: 1px solid #2d364a;
}

.b1_box {
  max-width: 796px;
  margin: 0 0 0 20px;
  width: 100%;
  text-align: center;
}

.b1_title h1 {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 91.8802px;
  line-height: 92px;
  text-align: center;
  background: -o-linear-gradient(181.75deg, #E4E4E4 6.15%, #FFFFFF 31.3%, #D1D1D1 55.36%, #FFFFFF 71.03%, #D9D9D9 94.49%);
  background: linear-gradient(268.25deg, #E4E4E4 6.15%, #FFFFFF 31.3%, #D1D1D1 55.36%, #FFFFFF 71.03%, #D9D9D9 94.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.b1_t1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5A9CFB;
}

.b1_title {
  margin: 0 0 35px;
}

.b1_tx1 {
  font-weight: 300;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #A9B5D0;
  max-width: 684px;
  margin: 0 auto 32px;
}

.b1_tx2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #FAFAFA;
  max-width: 684px;
  margin: 0 auto 56px;
}

.b1_box_top {
  background: rgba(26, 31, 43, 0.8);
  -webkit-box-shadow: -12px 7px 20px rgba(20, 24, 33, 0.5), 0px 7px 20px rgba(20, 24, 33, 0.7);
  box-shadow: -12px 7px 20px rgba(20, 24, 33, 0.5), 0px 7px 20px rgba(20, 24, 33, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  -webkit-transform: rotate(-2.81deg);
  -ms-transform: rotate(-2.81deg);
  transform: rotate(-2.81deg);
  width: 301px;
  height: 67px;
  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-radial-gradient(0% 100%, 62.3% 685.37%, #38435B 0%, rgba(69, 80, 104, 0) 100%), -o-radial-gradient(101% -19.4%, 84.99% 621.69%, #313849 0%, rgba(69, 80, 104, 0) 100%);
  background: radial-gradient(62.3% 685.37% at 0% 100%, #38435B 0%, rgba(69, 80, 104, 0) 100%), radial-gradient(84.99% 621.69% at 101% -19.4%, #313849 0%, rgba(69, 80, 104, 0) 100%);
  box-shadow: -12px 7px 20px rgba(20, 24, 33, 0.5), 0px 7px 20px rgba(20, 24, 33, 0.7);
  margin: 64px auto 0px;
}

.b1_box_top_main {
  background: rgba(26, 31, 43, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  margin: 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;
}

.b1_box_top_main p {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #5E7299;
  margin: 0 0 -8px;
}

.b1_form {
  background: rgba(36, 43, 56, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  border: 1px solid #455068;
  min-height: 190px;
  margin: 0 0 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.web {
  overflow: hidden;
}

.b1 {
  padding: 1px 0 1px;
}

.b1_form_box {
  max-width: 721px;
  margin: 0 auto;
  width: 100%;
}

.b1_man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  position: absolute;
  bottom: -181px;
  right: -194px;
  pointer-events: none;
}

.b1_text {
  position: relative;
  z-index: 9;
}

@-webkit-keyframes anim-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes anim-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  height: 1em;
  -webkit-animation: anim-rotate 2s infinite linear;
  animation: anim-rotate 2s infinite linear;
  color: #fff;
  width: 44px;
  height: 44px;
  margin: 0 5px 0 -8px;
}

.spinner--steps {
  -webkit-animation: anim-rotate 1s infinite steps(8);
  animation: anim-rotate 1s infinite steps(8);
}

@media screen and (max-width: 980px) and (min-width: 681px) {
  main {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: calc(100%/0.6);
    height: calc(100%/0.6);
    min-width: 1200px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1169px) {
  main {
    -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;
  }
}
@media screen and (max-width: 680px) {
  .main {
    width: 320px;
  }

  .b1_mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 260px;
    width: 100%;
    text-align: center;
  }

  .hd_item.hd_item_3 {
    display: none;
  }

  .hd_box_left img {
    width: 31px;
    height: 31px;
  }

  .hd_item {
    padding: 21px 14px 24px 12px;
    gap: 7px;
  }

  .hd_item p {
    font-size: 10px;
    line-height: 15px;
  }

  .hd_box_left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .b1_box_top {
    width: 158px;
    height: 36px;
    border-radius: 5px;
    margin: 28px auto -2px;
  }

  .spinner {
    width: 22px;
    height: 22px;
  }

  .spinner img {
    width: 22px;
    height: 22px;
  }

  .b1_box_top_main p {
    font-size: 18px;
    margin: 0 0 -5px;
  }

  .b1_box_top_main {
    border-radius: 5px;
  }

  .b1_box {
    margin: 0;
  }

  .b1_title h1 {
    font-size: 37px;
    line-height: 121%;
  }

  .b1_man {
    display: none;
  }

  p.b1_t1 {
    font-size: 11px;
    width: 210px;
    margin: 4px auto 0;
    line-height: 132%;
  }

  .b1_form {
    border: 0;
    background: none;
    margin: 0;
  }

  .b1_text {
    border-radius: 20px;
    border: 1px solid #455068;
    padding: 21px 20px;
    background: rgba(21, 26, 35, 0.9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin: 0 0 91px;
  }

  .b1_tx1 {
    font-size: 14px;
    margin: 0 0 21px;
  }

  .b1_tx1 br {
    display: none;
  }

  .b1_tx2 {
    font-size: 14px;
    margin: 0 0 19px;
  }

  .hd_item:after, .hd_box:after {
    height: 738px;
  }

  .b1_title {
    margin: 0 0 19px;
  }
}