.styled-block {
  margin: 4px 0 -25px !important;
  background: #eef2f4 !important;
  padding: 29px 0 53px !important;
  border: none !important;
}

*[id^=comp] > .row {
  margin-left: 0;
  margin-right: 0;
}

/* LazarovStudio */
.form.contacts.success .title {
  color: white;
  font-size: 4rem;
}

.form-header > .text > .title, .form-header > .text > .text_msg {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.form.contacts.item-views {
  background-image: url("bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 84px 60px;
  @media screen and (max-width: 720px) {
    background-image: url("/upload/medialibrary/c80/3x7lkgeyb07kraqhvfeo31ps2ft6pv1q/forma.svg");
    background-position: inherit;
    height: 620px;
    padding: 35px 20px;
  }
}

.block_form_programm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;

  .block_info {
    width: 100%;
    max-width: 420px;
    @media screen and (width <= 780px) {
      max-width: 260px;
      min-width: 260px;
    }
  }

  .block_inputs {
    @media screen and (width <= 780px) {
      width: 100%;
      max-width: 250px;
      min-width: 250px;
    }
  }
}

.inputs {
  display: flex;
  gap: 26px;
  flex-flow: row wrap;
  @media (max-width: 780px) {
    .inputs, .soglasie {
      justify-content: center;
      width: 280px;
    }
  }
}

.inputs_label {
  position: relative;
  background: white;
}

.inputs > .inputs_label > input {
  border-radius: 2px;
  border: 1px solid #E8E8E8;
  background: transparent;
  padding: 15px 15px;
  color: #000;
  font-size: 13.062px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  width: 100%;
  max-width: 230px;
  min-width: 230px;
  display: block;
  position: relative;
  z-index: 10;
  @media screen and (max-width: 720px) {
    max-width: 385px;
    min-width: 270px;
  }
}

.form label {
  margin: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}

.form label > span {
  color: #E02222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.inputs > .inputs_label > input::placeholder {
  color: transparent;
}

.inputs > .inputs_label > input:placeholder-shown ~ label {
  cursor: text;
  top: 12px;
  padding: 0;
}

.inputs > .inputs_label > input:focus ~ label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.3s ease-in-out;
  padding: 3px 0;
}

.form .form-footer {
  padding: 0 !important;
  margin: 0 -17px;
}

.form .form-footer .btn {
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  padding: 10px 50px;
  margin-bottom: 20px;
  @media screen and (max-width: 720px) {
    width: 100%;
    height: 42px;
    padding: 12px 50px;
  }
}

.soglasie {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 5px 0 30px;
}

.soglasie > input {
  margin: 0;
  width: 16px;
  height: 16px;
}

.soglasie > p,
.soglasie > p > a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin: 0
}

.form .form-footer .btn:hover {
  background: #FFF;
  color: #000;
}

.form .block_info > .title {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.form .block_info > .form_desc {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}

.more_text_small .required-star {
  color: white
}

.form .more_text_small {
  padding-left: 30px;
  color: #E6E6E6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
}

.bnt-white {
  background: white !important;
  color: #333 !important;
}

.inner-table-block.checkboxes.programm_form {
  display: block;
  margin: 15px 0;
  font-size: 20px;

  .checkbox_politic {
    display: flex;
    gap: 20px;
    align-items: center;
    @media screen and (width <= 780px) {
      justify-content: center;
      gap: unset;
    }

    > label {
      position: static;
      color: white;
      @media screen and (width <= 780px) {
        font-size: 13px;
        width: 200px;
      }

      > a {
        color: white
      }
    }
  }

  [name="1c_questions_we_will_help"] {
    .block_form_programm {
      .checkbox_politic {
        > label {
          color: white;

          > a {
            color: white
          }
        }
      }
    }
  }

  @media screen and (width <= 780px) {
    display: block;
    text-align: center;
    margin: unset;
    width: 270px;
  }

}