<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-request .file {
  margin-bottom: 23px
}
.form-request .file-list {
  margin-bottom: 16px
}
.form-request .file-list__el {
  display: flex;
  align-items: center;
  font-family: OpenSans;
  font-weight: 400;
  font-size: 13px;
  color: #af0606
}
.form-request .file-list__el img {
  margin-right: 5px;
  margin-left: 0
}
.form-request .file-download {
  position: relative;
  cursor: pointer
}
.form-request .file-download input {
  opacity: 0!important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.form-request .file-download__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: OpenSans;
  font-weight: 400;
  font-size: 13px;
  color: #af0606;
  width: 100%;
  border: 1px dashed #af0606;
  border-radius: 4px;
  padding: 20px 0
}
.form-request .file-download__button img {
  margin: 0 5px 0 0
}
.form-request textarea {
  min-height: 88px
}
@media screen and (max-width:1109px) {
  .close.jqmClose {
    display: none
  }
}</pre></body></html>