body {
  background: url(img/large.jpeg);
  background-size: cover;
  font-family: "Fixel Text" !important;
  padding: 48px;
  color: white;
}

@font-face {
  font-family: "Fixel Text";
  src: url("fonts/FixelText-Medium.eot");
  src: url("fonts/FixelText-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/FixelText-Medium.woff2") format("woff2"), url("fonts/FixelText-Medium.woff") format("woff"), url("fonts/FixelText-Medium.ttf") format("truetype"), url("fonts/FixelText-Medium.svg#FixelText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("fonts/FixelText-Regular.eot");
  src: url("fonts/FixelText-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/FixelText-Regular.woff2") format("woff2"), url("fonts/FixelText-Regular.woff") format("woff"), url("fonts/FixelText-Regular.ttf") format("truetype"), url("fonts/FixelText-Regular.svg#FixelText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("fonts/FixelText-Medium_1.eot");
  src: url("fonts/FixelText-Medium_1.eot?#iefix") format("embedded-opentype"), url("fonts/FixelText-Medium_1.woff2") format("woff2"), url("fonts/FixelText-Medium_1.woff") format("woff"), url("fonts/FixelText-Medium_1.ttf") format("truetype"), url("fonts/FixelText-Medium_1.svg#FixelText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("fonts/FixelText-Regular_1.eot");
  src: url("fonts/FixelText-Regular_1.eot?#iefix") format("embedded-opentype"), url("fonts/FixelText-Regular_1.woff2") format("woff2"), url("fonts/FixelText-Regular_1.woff") format("woff"), url("fonts/FixelText-Regular_1.ttf") format("truetype"), url("fonts/FixelText-Regular_1.svg#FixelText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("fonts/FixelText-Medium_2.eot");
  src: url("fonts/FixelText-Medium_2.eot?#iefix") format("embedded-opentype"), url("fonts/FixelText-Medium_2.woff2") format("woff2"), url("fonts/FixelText-Medium_2.woff") format("woff"), url("fonts/FixelText-Medium_2.ttf") format("truetype"), url("fonts/FixelText-Medium_2.svg#FixelText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("fonts/FixelText-SemiBold.eot");
  src: url("fonts/FixelText-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/FixelText-SemiBold.woff2") format("woff2"), url("fonts/FixelText-SemiBold.woff") format("woff"), url("fonts/FixelText-SemiBold.ttf") format("truetype"), url("fonts/FixelText-SemiBold.svg#FixelText-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("fonts/FixelText-Bold.eot");
  src: url("fonts/FixelText-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/FixelText-Bold.woff2") format("woff2"), url("fonts/FixelText-Bold.woff") format("woff"), url("fonts/FixelText-Bold.ttf") format("truetype"), url("fonts/FixelText-Bold.svg#FixelText-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fixel Text";
  src: url("fonts/FixelText-Bold_1.eot");
  src: url("fonts/FixelText-Bold_1.eot?#iefix") format("embedded-opentype"), url("fonts/FixelText-Bold_1.woff2") format("woff2"), url("fonts/FixelText-Bold_1.woff") format("woff"), url("fonts/FixelText-Bold_1.ttf") format("truetype"), url("fonts/FixelText-Bold_1.svg#FixelText-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body {
  min-height: 100vh;
  margin: 0;
}

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

#main_block {
  width: 100%;
}
#main_block .content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main_block .content_block .right_side,
#main_block .content_block .left_side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
#main_block .left_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 64px;
  padding-left: 0;
  gap: 40px;
}
#main_block .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 64px;
  padding-right: 64px;
  background: white;
  color: black;
  padding: 32px 64px;
  border-radius: 24px;
}
#main_block .right_side .ff-message-success h1,
#main_block .right_side .title2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 150% */
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
#main_block .right_side .ff-message-success {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
#main_block .right_side .form_block:has(.ff-message-success) .title2 {
  display: none;
}
#main_block .right_side input {
  border-radius: 8px;
  border: 1px solid #B2B2BE;
}
#main_block .right_side .logo_block {
  margin-top: 64px;
  padding-bottom: 32px;
}
#main_block .right_side .logo_block img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#main_block .right_side .logo_block img.mob {
  display: none;
}
#main_block .right_side .fluentform .ff-el-input--label {
  margin: 0;
}
#main_block .video_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
}
#main_block .video_block video {
  display: block;
  width: auto;
  height: 100%;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
#main_block .title {
  color: #FFF;
  /* Desktop/H2 Heading */
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 150% */
  letter-spacing: -1.5px;
  margin-bottom: 48px;
}
#main_block .thanks {
  display: none;
}
#main_block .thanks .title {
  margin-bottom: 24px;
}
#main_block .form_block form {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
#main_block .form_block form:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}
#main_block .form_block form.submitting:before {
  z-index: 1;
}
#main_block .form_block form .wpcf7-spinner {
  display: none;
}
#main_block .form_block .wpcf7-not-valid-tip {
  display: none;
}
#main_block .form_block .wpcf7-form-control-wrap {
  width: 100%;
}
#main_block .form_block input:not(.wpcf7-submit) {
  width: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.3);
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  outline: none;
  margin: 0px;
  /* Desktop/Body Text */
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  border-radius: 8px;
  border: 1px solid #B2B2BE;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#main_block .form_block input#ff_3_phone {
  padding-left: 55px;
}
#main_block .form_block .fluentform .ff-el-group {
  margin-bottom: 10px;
}
#main_block .form_block input[type=checkbox] {
  width: 24px;
  height: 24px;
  background: none;
  border: 1px solid white;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  top: 3px;
}
#main_block .form_block input[type=checkbox]:after {
  border-color: white;
  left: 8px;
  top: 3px;
}
#main_block .form_block input.wpcf7-submit {
  width: 232px;
  height: 60px;
  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;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  border-radius: 12px;
  background: #FFF;
  margin-left: auto;
  border: none;
  outline: none;
}
#main_block .form_block input.wpcf7-submit:disabled {
  opacity: 0.5;
}
#main_block .form_block button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  border-radius: 12px;
  background: #000;
  padding: 18px 27px;
  padding-right: 62px;
  background: url(img/arrow-right.svg) right 27px center no-repeat #000;
  margin-top: 24px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main_block .form_block button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style:before, #main_block .form_block button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style:after {
  display: none;
}
#main_block .form_block button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style:hover {
  border-color: black;
}
#main_block .wpcf7-list-item {
  padding: 0;
  margin: 0;
  margin-left: 5px;
}
#main_block .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
#main_block .wpcf7 form.invalid .wpcf7-response-output, #main_block .wpcf7 form.unaccepted .wpcf7-response-output, #main_block .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.fluentform .ff-el-tc label.ff_tc_label > span {
  width: auto !important;
}

.fluentform .ff-el-tc label.ff_tc_label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fluentform .ff-el-tc label.ff_tc_label > span {
  padding-top: 0 !important;
}

.fluentform .ff_t_c {
  padding-left: 10px !important;
  padding-top: 17px !important;
}

input[type=checkbox]:checked:after {
  opacity: 0;
}

#main_block h2 {
  text-transform: uppercase;
  font-weight: bold;
}
#main_block .text_logo {
  font-size: 20px;
  font-weight: bold;
}
#main_block .text_logo2 {
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 766px) {
  #main_block .content_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  #main_block .content_block .left_side,
  #main_block .content_block .right_side {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #main_block .content_block h2 {
    text-align: center;
  }
  body {
    padding: 48px 16px;
    height: auto;
  }
  .text_logo {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
  }
  .text_logo2 {
    text-align: center;
  }
  #main_block .left_side {
    gap: 16px;
  }
  #main_block .left_side img {
    height: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #main_block .right_side {
    padding: 28px !important;
  }
  #main_block .right_side .ff-message-success h1, #main_block .right_side .title2 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 150% */
    letter-spacing: -1px;
    margin-bottom: 32px;
  }
  .ff-el-group label {
    font-size: 14px;
  }
  #main_block .form_block input:not(.wpcf7-submit) {
    padding: 9px 18px;
    min-height: 10px;
    height: auto;
  }
  #main_block .form_block button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_no_style {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 27px;
    width: 100%;
    height: auto;
    min-height: 10px;
    font-size: 18px;
  }
}