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

.form.call_friends.item-views {
  background-image: url("bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 815px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;
  border-radius: 20px;
  @media screen and (max-width: 720px) {
    background-image: url("mobile_bg.jpg");
    height: 1110px;
    background-size: cover;
  }

  .block_form_call_friend {
    display: grid;
    gap: clamp(25px,5vw,50px);
    @media screen and (max-width:720px){
      position:relative;
      top: -100px;
    }
    .block_info {
      .title {
        font-size: var(--font-size);
        font-weight: 700;
        line-height: var(--font-line-height-60);
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }

      .form_desc {
        width: 100%;
        max-width: 460px;
        font-size: var(--font-size-16);
        line-height: 19.5px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
    }

    .block_inputs {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .form_footer__btns {

    }
  }

}

.inputs {
  display: flex;
  gap: 26px;
  flex-flow: row wrap;
}

.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: 250px;
  }
}

.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;
}

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

.soglasie > p,
.soglasie > p > a {
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  margin: 20px 0;
}

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

.more_text_small .required-star {
  color: red;
}

.form .more_text_small {
  padding-left: 30px;
  color: black;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
}
.inner-table-block.checkboxes{
  display: block;
  margin: 15px 0;
  font-size: 20px;
  .checkbox_politic{
    >label{
      position:static;
    }
  }
}