.docs__subtitle {
  font-size: 0.9183673469vw;
  color: #000000;
  font-weight: 500;
}
.docs__requisites {
  padding-top: 0;
  padding-bottom: 0;
}
.docs__info {
  display: flex;
}
.docs__list {
  font-size: 1.0204081633vw;
  line-height: 1.5em;
  color: #2e3541;
  font-weight: 300;
  flex-basis: 22.9591836735vw;
  list-style: none;
  margin: 1.0204081633vw 0;
  padding: 0;
}
.docs__photos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.docs__photos-item {
  flex-basis: 20%;
  max-width: 20%;
  padding: 0 1.0204081633vw;
  margin-bottom: 1.0204081633vw;
}
.docs__photos-item:first-child, .docs__photos-item:nth-child(5n) {
  padding-left: 0;
}
.docs__photos-item:nth-child(4n) {
  padding-right: 0;
}
.docs__photos-btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1.0204081633vw;
}
.docs__photos-btn {
  padding: 0.2551020408vw 0.5102040816vw;
  border: 2px solid #357dc1;
  font-size: 0.6632653061vw;
  color: #000000;
  font-family: "Corbel";
  font-weight: bold;
  width: 30%;
  text-align: center;
}
.docs__photo {
  height: 20.4081632653vw;
}
.docs__photo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  display: block;
}

@media screen and (max-width: 1264px) {
  .docs__subtitle {
    font-size: 16px;
  }
  .docs__list {
    font-size: 16px;
    flex-basis: 450px;
    margin: 20px 0;
  }
  .docs__photos-item {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .docs__photos-item:first-child, .docs__photos-item:last-child {
    padding: 0 20px;
  }
  .docs__photos-btns {
    margin-top: 20px;
  }
  .docs__photos-btn {
    padding: 5px 10px;
    font-size: 13px;
  }
  .docs__photo {
    height: 300px;
  }
}
@media screen and (max-width: 960px) {
  .docs__photos {
    flex-wrap: wrap;
  }
  .docs__photos-item {
    flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .docs__info {
    flex-wrap: wrap;
  }
  .docs__list {
    font-size: 14px;
    flex-basis: 100%;
  }
  .docs__photos-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

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