.docs {
  margin-bottom: 20px;
}
.docs a {
  text-decoration: none;
}
.docs a:hover {
  text-decoration: none;
}
.docs__parent-section {
  margin-bottom: 80px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.docs__parent-section:after {
  transition: 250ms;
  opacity: 0;
  background-color: black;
  content: "";
  height: calc(100% - 80px);
  width: calc(100% - 30px);
  position: absolute;
}
.docs__parent-section:hover:after {
  opacity: 0.6;
}
.docs__parent-section_name {
  z-index: 10;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.docs .child-section {
  text-align: center;
  justify-content: center;
}
.docs .child-section__item {
  margin-bottom: 80px;
}
.docs .child-section__item a {
  text-decoration: none;
  transition: 250ms;
  color: #373737;
}
.docs .child-section__item a:hover {
  color: #924e8c;
}
.docs .child-section__icon {
  margin-bottom: 20px;
}
.docs .child-section__icon img {
  width: 100px;
}
.docs .child-section__name {
  margin-bottom: 30px;
  font-weight: bold;
}
.search {
  margin-bottom: 30px;
  font-size: 14px;
}
.search input {
  padding-left: 5px;
  width: 195px;
  height: 23px;
  border: 2px solid #969696;
  border-right: none;
  font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.search input::placeholder {
  font-size: 13px;
  line-height: 22px;
}
.search input:focus {
  outline: none;
}
.search span {
  transition: 200ms;
  cursor: pointer;
  text-align: center;
  padding: 3px 12px;
  color: white;
  font-size: 14px;
  background-color: #969696;
}
.search span:hover {
  background-color: #924e8c;
}

.documents {
  padding: 20px 0;
  align-items: center;
  border-top: 1px solid #969696;
  color: #373737;
}
.documents:last-child {
  border-bottom: 1px solid #969696;
  margin-bottom: 80px;
}
.documents a {
  text-decoration: none;
  color: #373737;
}
.documents a:hover {
  color: #373737;
  text-decoration: underline;
}

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