.reports_page .files_list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.inner_container {
  padding-top: 50px; }

.reports_page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }
  .reports_page .page_description {
    color: #333333;
    font-size: 180%;
    line-height: 22px;
    text-align: center;
    padding-bottom: 70px; }
  .reports_page .files_list li {
    padding-bottom: 25px; }
    .reports_page .files_list li:first-child {
      padding-top: 35px; }
    .reports_page .files_list li:last-child {
      padding-bottom: 70px; }
  .reports_page .file_block {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    padding: 10px 25px;
    min-height: 74px;
    height: 100%; }
    .reports_page .file_block:before {
      font-size: 420%;
      color: #e71521; }
  .reports_page .file_info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between; }
  .reports_page .file_title {
    color: #4A4A4A;
    font-family: "medium", "arm-medium";
    font-size: 160%;
    line-height: 24px;
    padding-left: 25px;
    width: 80%; }
  .reports_page .file_size {
    color: rgba(51, 51, 51, 0.5);
    font-family: "medium", "arm-medium";
    font-size: 130%;
    line-height: 19px;
    padding-left: 25px;
    width: 19%;
    text-align: end; }
  @media (max-width: 768px) {
    .reports_page .file_block {
      flex-direction: column;
      padding: 20px 25px; }
    .reports_page .file_info {
      padding-top: 20px; }
    .reports_page .file_title {
      padding-left: 0;
      width: 70%;
      font-size: 140%; }
    .reports_page .file_size {
      width: 29%; }
    .reports_page .page_description {
      font-size: 160%;
      padding-bottom: 30px; } }
  @media (max-width: 479px) {
    .reports_page .file_info {
      flex-direction: column; }
    .reports_page .file_title {
      width: 100%;
      text-align: center; }
    .reports_page .file_size {
      width: 100%;
      text-align: center;
      padding-left: 0;
      padding-top: 20px; } }

.web .reports_page .file_block {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .web .reports_page .file_block:hover {
    opacity: 0.6; }

.touch .reports_page .file_block {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .touch .reports_page .file_block:active {
    opacity: 0.6; }

.document_page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }
  .document_page .page_description {
    color: #333333;
    font-size: 180%;
    line-height: 22px;
    text-align: center;
    padding-bottom: 70px; }
  .document_page .document_block {
    padding-bottom: 50px; }
  .document_page .files_list {
    padding: 0;
    list-style-type: none;
    margin-top: 10px; }
    .document_page .files_list li {
      margin-bottom: 20px; }
  .document_page .file_block {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05); }
    .document_page .file_block:before {
      display: block;
      font-size: 420%;
      padding-right: 25px;
      color: #e71521; }
  .document_page .file_info {
    display: flex;
    flex-direction: column; }
  .document_page .file_title {
    color: #4A4A4A;
    font-family: "medium", "arm-medium";
    font-size: 160%;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 25px; }
  .document_page .file_size {
    padding-top: 20px;
    color: rgba(51, 51, 51, 0.5);
    font-size: 130%;
    line-height: 19px; }
  @media (max-width: 767px) {
    .document_page .page_description {
      font-size: 160%;
      padding-bottom: 30px; } }
  @media (max-width: 479px) {
    .document_page .file_title {
      font-size: 140%; } }

.web .document_page .files_list .file_block {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .web .document_page .files_list .file_block:hover {
    opacity: 0.6; }

.touch .document_page .files_list .file_block {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .touch .document_page .files_list .file_block:active {
    opacity: 0.6; }

/*# sourceMappingURL=reports.css.map */
