.documents-list {
  margin-bottom: 70px;
  position: relative;
  min-height: 300px; }
  .documents-list .g-arrow.m-prev {
    left: -60px; }
  .documents-list .g-arrow.m-next {
    right: -60px; }

.documents-list_item {
  text-align: center; }
  .documents-list_item A {
    vertical-align: top;
    display: inline-block;
    background: url("/img/documents-border.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 16px; }
  .documents-list_item IMG {
    display: block;
    width: 100%; }

@media (max-width: 1200px) {
  H1 {
    text-align: center; }

  .documents-list {
    margin: 60px 0; }
    .documents-list .g-arrow .svg path[fill="#FFFFFF"] {
      fill: #009976; }
    .documents-list .g-arrow .svg path[fill="#009877"] {
      fill: #fff; }
    .documents-list .g-arrow.m-prev {
      left: -86px; }
    .documents-list .g-arrow.m-next {
      right: -86px; }
    .documents-list .g-arrow:before {
      background: #009976;
      border: none; } }
@media (max-width: 700px) {
  .documents-list .g-arrow.m-prev {
    left: -24px; }
  .documents-list .g-arrow.m-next {
    right: -24px; } }
