@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  90% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.audit_reports .sub_title {
  line-height: 1.7em;
}
@media screen and (min-width: 1201px) {
  .audit_reports .sub_title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .audit_reports .sub_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .audit_reports .sub_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .audit_reports .sub_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .audit_reports .sub_title {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1201px) {
  .audit_page {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .audit_page {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .audit_page {
    padding-bottom: 60px;
  }
}

.audit_page {
  margin-top: 30px;
  position: relative;
}
.audit_page .block_img {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.audit_page .block_img img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.audit_inner {
  background: #ffffff;
  box-shadow: 0px 4px 50px 2px rgba(0, 158, 224, 0.07);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0 20px;
}

.audit_reports {
  max-width: 1230px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.audit_reports .page_title {
  padding-top: 70px;
  padding-bottom: 30px;
}
.audit_reports .sub_title {
  font-family: "notosans-bold", "notosansarm-bold";
}

.years_archive {
  padding-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .audit_reports .page_title {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .years_archive {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .audit_reports .page_title {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .years_archive {
    padding-top: 10px;
  }
}

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