

/* Start:/bitrix/templates/aspro_next/components/bitrix/form.result.new/inline_custom/style.css?17530947463122*/
#askwrap {
  padding: 0.1px 21px;
  background: #f1f1f1 url(/bitrix/templates/aspro_next/images/form-bg.jpg)
    no-repeat;
  background-size: cover;
}

#askwrap .ask__headline {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

#askwrap .maxwidth-theme,
#askwrap .form-control {
  background: none;
}

#askwrap .form {
  position: static;
}

#askwrap .form_result {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 18px;
}

#askwrap h4 {
  margin-top: 32px;
}

#askwrap .success,
#askwrap .form-control label {
  color: #fff;
}

#askwrap label.error {
  font-size: 16px;
}

#askwrap .form-control label {
  margin-bottom: 2px;
}

#askwrap .form.inline.ASK input:not([type="submit"]) {
  height: 47px;
  color: #636363;
  font-size: 16px;
  background: #fff;
}

#askwrap .form.inline.ASK textarea {
  font-size: 16px;
}

#askwrap .ask__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 !important;
}

#askwrap .form .form_footer {
  display: block;
}

#askwrap .filter label[for="licenses_inline"] {
  font-size: 16px;
  color: #fff;
}

#askwrap .filter label[for="licenses_inline"]:before {
  z-index: 3;
  content: "";
  background: #c41415;
  display: inline-block !important;
}

#askwrap .filter input[type="checkbox"]:checked + label:before {
  z-index: -1;
}

#askwrap .filter.label_block input[type="checkbox"] + label:before,
#askwrap .filter.label_block input[type="checkbox"] + label:after {
  top: 2px;
}

#askwrap .filter.licence_block input[type="checkbox"]#licenses_inline {
  height: 0;
}

#askwrap .ask__row.ask__row--h-60 {
  height: 60px;
}

#askwrap button[type="reset"] {
  display: none;
}

#askwrap .ask__row input.ask__submit_btn {
  width: 345px;
  background: #c41415;
  color: #fff;
  border: none;
  margin-bottom: 38px;
  margin-right: 0 !important;
  height: 47px;
  font-size: 16px;
}

#askwrap .ask__row input.ask__submit_btn:hover {
  background: #aa0e0f;
}

#askwrap .ask__row input.ask__submit_btn.lock {
  opacity: 0.5;
  background-color: #4a4a4a;
  cursor: default;
  pointer-events: none;
}

.question-type-file .form-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 колонки по 33% */
  grid-auto-rows: auto;
  gap: 0 30px; /* отступы между элементами */
}

.question-type-file .form-control label {
  grid-column: 1 / -1;
}

.question-type-file .form-control br,
.question-type-file .bx-input-file-desc {
  display: none;
}

@media screen and (max-width: 1200px) {
  #askwrap .question-type-file .form-control label {
    margin-bottom: -10px;
  }
  .question-type-file .form-control {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 10px 30px;
  }
}

/* End */
/* /bitrix/templates/aspro_next/components/bitrix/form.result.new/inline_custom/style.css?17530947463122 */
