@charset "UTF-8";
: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;
  padding: 0 0 154px;
}

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

.b1_bg, .b1 {
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.b1_bg {
  position: relative;
  z-index: 2;
  padding: 1px 0 0px;
}

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

.b1_logo {
  margin: 31px 0 21px;
}

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

.b1_bx1 p {
  font-weight: 800;
  font-size: 35px;
  line-height: 120%;
  /* or 42px */
  color: #FFFFFF;
  margin: 0 0 0 26px;
}

.b1_bx1 p b {
  color: #E7FF51;
}

.b1_tx1 {
  font-family: "ST-SimpleSquare";
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 120%;
  /* identical to box height, or 90px */
  color: #FFFFFF;
  margin: 5px 0 40px;
}

.b1_tx1 b {
  font-weight: normal;
  color: #E7FF51;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  padding: 4px 19px 7px;
  margin: 0 -17px;
}

.b1_form {
  background: rgba(239, 218, 186, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  width: 670px;
  margin: 0 0 41px;
}

.b1_form_main {
  margin: 0 100px;
  padding: 58px 0 61px;
}

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

.b1_form_b1 i {
  font-size: 0;
  width: 120px;
  height: 90px;
  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_form_b1 i img {
  margin: -14px 0 -16px -16px;
}

.b1_form_b1 p {
  font-family: "ST-SimpleSquare";
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  /* or 50px */
  color: #FFFFFF;
}

.b1_form_tx1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  color: #FFFFFF;
  margin: 14px 0 18px;
}

.b1_form_tx1 b {
  font-weight: 700;
}

.input {
  background: #FFFFFF;
  border-radius: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  position: relative;
  margin: 0 0 15px;
}

.input_icon {
  font-size: 0;
  width: 71px;
  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;
}

.input input {
  height: 100%;
  width: 100%;
  border: 0;
  background: none;
  text-indent: 71px;
  font-family: "Mont";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.input input::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.input input::-moz-placeholder {
  color: #000;
  -moz-transition: 0.3s;
  transition: 0.3s;
  transform-origin: left center;
}

.input input:-ms-input-placeholder {
  color: #000;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.input input::-ms-input-placeholder {
  color: #000;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.input input::placeholder {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

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

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

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

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

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

[type=submit] span {
  background: #E7FF51;
  -webkit-box-shadow: 0px 15px 65px -15px #E7FF51;
  box-shadow: 0px 15px 65px -15px #E7FF51;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  border: 0;
  background: none;
  font-family: "Mont";
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  text-align: center;
  text-transform: uppercase;
  color: #1C3053;
  text-align: center;
  position: relative;
  cursor: pointer;
  will-change: transform;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

[type=submit]:after {
  content: "";
  background: #95A630;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
}

[type=submit]:hover span {
  background: #dcf721;
}

.checked p i {
  width: 36px;
  height: 36px;
  background: #282012;
  border-radius: 5px;
  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;
  margin: 4px 0 0;
}

.checked p i:after {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3325 24.455L10 19.1325L11.4675 17.665L15.3325 21.5225L24.5325 12.34L26 13.8075L15.3325 24.455Z' fill='%23E7FF51'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

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

.checked p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  /* or 20px */
  color: #FFFFFF;
  margin: 0 0 0 0;
  gap: 19px;
}

.checked p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.checked p a:hover {
  color: #e32d09;
}

.checked {
  position: relative;
  margin: 21px 0 0;
}

.checked input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

[type=submit]:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.politics {
  font-weight: 400;
  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;
}

.b1_men {
  display: table;
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: -400px;
  pointer-events: none;
}

main.web {
  overflow: hidden;
}

.politics:hover {
  color: #fff;
}

.b1_men_text {
  position: absolute;
  top: 39%;
  left: 15%;
  z-index: 99;
}

/* хром, сафари */
body::-webkit-scrollbar {
  width: 0;
}

/* ie 10+ */
body {
  -ms-overflow-style: none;
}

/* фф (свойство больше не работает, других способов тоже нет)*/
body {
  overflow: -moz-scrollbars-none;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .b1_bg, .b1 {
    background-size: 1200px;
  }

  .main {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 97px;
  }

  .b1_logo img {
    width: 161px;
    height: 39px;
  }

  .b1_bx1 img {
    width: 50px;
    height: 90px;
  }

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

  .b1_tx1 {
    font-size: 65px;
  }

  .b1_form {
    width: 560px;
  }

  .b1_form_main {
    margin: 0 60px;
    padding: 36px 0 37px;
  }

  .b1_form_b1 img {
    width: 100px;
    height: 108px;
  }

  .b1_form_b1 i {
    width: 92px;
    height: 72px;
    margin: 0 0 -15px;
  }

  .b1_form_b1 p {
    font-size: 35px;
  }

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

  .politics {
    margin: 100px 0 0;
    display: table;
  }

  .b1_form_b1 {
    padding: 0 0 11px;
  }

  .b1_men {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    right: -482px;
  }
}
@media screen and (min-width: 620px) and (max-width: 960px) {
  .b1_men {
    display: none;
  }

  .main {
    width: 620px;
    padding: 0;
  }

  .b1_logo {
    text-align: center;
  }

  .b1_logo img {
    width: 161px;
    height: 39px;
  }

  .b1_bx1 img {
    width: 50px;
    height: 90px;
  }

  .b1_tx1 {
    font-size: 65px;
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b1_tx1 b {
    padding: 0 17px 0;
  }

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

  .b1_form_main {
    margin: 0 59px;
    padding: 32px 0;
  }

  .b1_form_b1 p {
    font-size: 35px;
  }

  .b1_form_b1 i img {
    width: 100px;
    height: 108px;
    margin: 0 0 0 -19px;
  }

  .b1_form_b1 i {
    width: 88px;
  }

  .b1_bg, .b1 {
    background-size: 960px;
  }

  .politics {
    display: none;
  }

  .b1_men2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: -81px 0 0;
  }

  .b1_men2 img {
    margin: 0 2px 0 111px;
    width: 689px;
    height: 701px;
  }
}
@media screen and (max-width: 620px) {
  .b1_men {
    display: none;
  }

  .b1_bg, .b1 {
    background-size: 616px;
  }

  .b1_logo {
    text-align: center;
    margin: 27px 0 15px;
  }

  .b1_logo img {
    width: 145px;
    height: 35px;
  }

  .b1_bx1 i {
    display: none;
  }

  .b1_bx1 p {
    font-size: 20px;
    text-align: center;
  }

  .b1_tx1 {
    text-align: center;
    font-size: 40px;
    line-height: 133%;
    margin: 0 0 17px;
  }

  .b1_tx1 b {
    margin: 0 -5px 0 -8px;
    padding: 2px 11px 4px;
    border-radius: 10px;
  }

  .b1_tx1 span {
    display: inline-block !important;
  }

  .b1_bx1 {
    margin: 0 0 14px;
  }

  .b1_form {
    width: 100%;
  }

  .main {
    max-width: 320px;
    padding: 0 0 377px;
  }

  .b1_form_main {
    margin: 0 10px;
    padding: 19px 0 26px;
  }

  .b1_form_b1 img {
    width: 63px;
    height: 68px;
    margin: -15px 0 0 -25px;
  }

  .b1_form_b1 p {
    font-size: 25px;
  }

  .b1_form_b1 i {
    width: 59px;
  }

  .b1_form_b1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 -8px;
  }

  p.b1_form_tx1 {
    font-size: 16px;
    text-align: center;
    width: 280px;
    margin: 4px auto 10px;
  }

  p.b1_form_tx1 br {
    display: none;
  }

  .checked p {
    font-size: 10px;
  }

  a.politics {
    display: none;
  }

  section.b1 {
    background-image: url(../img/bg_mob.jpg) !important;
  }
}