

/* Start:/local/templates/.default/components/bitrix/main.feedback/feedback/style.css?17441009471965*/
div.mf-name,
div.mf-email,
div.mf-captcha {
  width: 47%;
}
/*div.mf-name input, div.mf-email input {width:80%;}*/
div.mf-message {
  width: 100%;
}
div.mf-message textarea {
  width: 100%;
  max-width: 100%;
  font-family: var(--body-font);
}
span.mf-req {
  color: red;
}
div.mf-ok-text {
  color: green;
  font-weight: bold;
  padding-bottom: 1em;
}
.button {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  background: #710707;
  border-radius: 10px;
  padding: 24px 64px;
  font-family: var(--body-font);
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  transition: 0.5s;
  cursor: pointer;
}

.title-feedback {
  margin-top: 30px;
  text-transform: uppercase;
  font-family: var(--body-font);
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.mfeedback {
  max-width: 700px;
  margin: 80px auto;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 500;
}
.captcha-img {
  width: 25% !important;
}
.mf-captcha img {
  max-width: fit-content;
  width: 180px;
}
.mf-captcha input {
  width: 180px !important;
  max-width: 180px;
  min-width: 180px !important;
  padding-left: 15px !important;
}

.form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 6%;
  position: relative;
}
.page-have-form .button,
.page-have-form .btn {
  margin-left: 0 !important;
}
.form-bottom-row {
  width: 100%;
  min-height: 74px;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form-container {
    flex-direction: column;
  }
  div.mf-name,
  div.mf-email,
  div.mf-captcha {
    width: 100%;
  }
  .form-bottom-row {
    flex-direction: column;
  }
  div.mf-captcha {
    display: flex;
    flex-direction: column;
  }

  .page-have-form .button,
  .page-have-form .btn {
    margin-top: 20px !important;
  }
}
@media (max-width: 426px) {
  .mfeedback input {
    max-width: 100%;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/main.feedback/feedback/style.css?17441009471965 */
