/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Анкета оценки качества условий оказания медицинских услуг */
.quality-survey {
  max-width: 850px;
  margin: 0 auto;
}
/* Каждый вопрос отдельным блоком */
.quality-survey .control-group, .quality-survey .row {
  display: block;
  margin-bottom: 28px;
}
/* Текст вопроса на всю ширину */
.quality-survey .control-label, .quality-survey label {
  width: 100%;
  max-width: 100%;
}
.quality-survey .control-label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
/* Ответы под вопросом */
.quality-survey .controls {
  width: 100%;
  max-width: 100%;
}
/* Варианты ответов один под другим */
.quality-survey .radio, .quality-survey .form-check, .quality-survey .form-check-inline {
  display: block;
  margin: 8px 0;
}
/* Отступ между кружком и текстом */
.quality-survey input[type="radio"] {
  margin-right: 8px;
}
/* Поле дополнительного комментария */
.quality-survey textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  box-sizing: border-box;
  border-radius: 6px;
}
/* Кнопка отправки */
.quality-survey input[type="submit"], .quality-survey button[type="submit"] {
  padding: 11px 25px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}
/* Кнопка перехода к анкете */
.survey-open-button {
  display: inline-block;
  margin-top: 15px;
  padding: 11px 28px;
  background: #00a99d;
  color: #ffffff !important;
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.2s ease;
}
.survey-open-button:hover, .survey-open-button:focus {
  background: #008f85;
  color: #ffffff !important;
  text-decoration: none !important;
}
/*# sourceMappingURL=custom_39.css.map */