

/* Start:/local/templates/marcandre2023/components/marcandre/main.feedback/exhibition/style.css?17744383163066*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}




.application {
  padding: 41px 125px 50px 125px;
  border: 1px solid #c3a471;
}
.application__title {
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  line-height: 32.81px;
  
}
.form-item__label {
  font-size: 16px;
  line-height: 18.75px;
  font-weight: 400;
  margin: 10px 0;
}
.form-item input.standart,
.form-item__textarea {
  width: 100%;
  height: auto;
  line-height: 24px;
  padding: 10px 15px;
  background-color: #FFF;
  border-radius: 8px;
  border: 1px solid #C3A471;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.form-item input.standart:focus,
.form-item__textarea:focus {
  outline: none;
  border-color: #C3A471;
  box-shadow: 0 0 0 2px rgba(195, 164, 113, 0.2);
}
.form-item.error input.standart,
.form-item.error .form-item__textarea {
  border-color: #D93333 !important;
  background-color: #FFF8EB;
}

.form-item.error .form-item__label {
  color: #D93333;
}

.field-error {
  display: none;
  color: #D93333;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.form-item.error .field-error {
  display: block;
}

.btn.btn-primary {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.67px;
  text-transform: uppercase;
  display: block;
  border-radius: 8px;
  border: 1px solid #C3A471;
  background: #C3A471;
  padding: 12px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn.btn-primary:hover {
  background: #A88B5A;
  border-color: #A88B5A;
}

.mf-captcha img {
  display: block;
  border-radius: 4px;
}

.captcha-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.captcha-image {
  display: block;
  border: 1px solid #C3A471;
  border-radius: 4px;
  width: 180px;
  height: 40px;
}

.captcha-right {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}

.captcha-label {
  margin: 0 0 8px 0;
  font-size: 14px;
}

.captcha-input {
  margin-bottom: 0 !important;
  width: 100%;
}

@media (max-width: 480px) {
  .captcha-right {
    max-width: 100%;
    width: 100%;
  }
}
.gratitude {
  padding: 60px 40px;
  background: #FFF;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.gratitude__content {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #1E1E1E;
  line-height: 1.5;
}
@media (max-width: 767.98px){
  .application {
    padding: 21px 50px 30px 50px;
  }
  .gratitude {
    padding: 40px;
    width: 60%;
  }
}
/* End */
/* /local/templates/marcandre2023/components/marcandre/main.feedback/exhibition/style.css?17744383163066 */
