.nav_document a::after {
  display: inline-block;
}

.document main {
  padding-bottom: 0;
}

.document main .bottomline::after {
  background-color: #333333;
}

.document main .bg_left section {
  padding: 0 0 80px;
}

.document main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
}

.document main ul::after {
  display: block;
  width: 32%;
  max-width: 300px;
  content: "";
}

.document main ul li {
  width: 32%;
  max-width: 300px;
}

.document main ul li figure {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 294px;
  margin-bottom: 26px;
  text-align: center;
}

.document main ul li figure a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
}

.document main ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.document main ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70px;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333;
}

.document main ul a span {
  padding-right: 16px;
  text-align: center;
}

.document main ul a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.document main ul a.pdf::after {
  width: 20px;
  height: 20px;
  background-image: url(../img/ico_pdf.svg);
}

.document main ul a.link::after {
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cg fill='none' stroke='%23333333'%3E%3Ccircle cx='7' cy='7' r='7' stroke='none'/%3E%3Ccircle cx='7' cy='7' r='6.5'/%3E%3C/g%3E%3Cpath fill='%23333333' d='m6.184 10.025-.622-.622 2.327-2.327-2.326-2.325.622-.622 2.948 2.948Z'/%3E%3C/svg%3E");
}

@media screen and (max-width: 768px) {
  .document main ul::after {
    display: none;
  }
  .document main ul li {
    width: 100%;
    max-width: none;
  }
}

/*# sourceMappingURL=maps/document.css.map */
