/*
 * Copyright (c) 2021. sandysman@mail.ru Martynov A.V.
 */
.gallery-content {
  margin-bottom: 150px !important;
}
.gallery-content .projects__main__all .news_post {
  margin: 0 20px 30px 0;
}
.gallery-content .projects__main__all .news_post:nth-child(3n-1) {
  margin: 0 20px 30px 0;
}
.gallery-content .projects__main__all .news_post .news_post-img a {
  width: 100%;
  height: 100%;
}
.gallery-content .projects__main__all .news_post .news_post-content {
  height: 90px;
}
.gallery-detail_wrap {
  display: flex;
  flex-wrap: wrap;
}
.photo_wrap {
  width: 300px;
  height: 200px;
  margin: 20px 20px 20px 0;
}
.photo_wrap-img {
  cursor: pointer;
  height: 150px;
  width: 100%;
  background-size: cover;
}
.photo_wrap-text {
  margin: 4px 0 11px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */