.photo__image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.photo__image .name__list {
  width: 50%;
  color: #59D6CA;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
}
.photo__image .block_help {
  display: flex;
  flex-direction: row;
  margin-top: 1px;
}

.photo__image__ {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.photo__image__ .photo__image__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 1%;
  padding: 0;
  margin-top: 4%;
}
.photo__image__ .photo__image__list .photo__image__list__man {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  align-items: center;
}
.photo__image__ .photo__image__list .photo__image__list__man img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
.photo__image__ .photo__image__list .photo__image__list__man img:hover {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.6);
  opacity: 60%;
  visibility: visible;
  transition: 2s;
}
.photo__image__ .photo__image__list .photo__image__list__man p {
  text-align: center;
  color: #0e0d0d;
  opacity: 80%;
}
.photo__image__ .photo__image__list .photo__image__list__man .photo__image__list__man__adress {
  font-size: 1.2em;
  text-shadow: 2px 2px 3px black;
  color: #161616;
  padding-top: -20px;
}
.photo__image__ .photo__image__list .photo__image__list__man .photo__image__list__man__adress:hover {
  color: #5f5f5f;
  transition: 1s;
}
.photo__image__ .photo__image__list .photo__image__list__man .more {
  margin-bottom: 5%;
  position: relative;
  display: inline-block;
  width: 8em;
  height: 2.5em;
  line-height: 2.4em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  user-select: none;
  color: #000;
  outline: none;
  border: 1px solid rgba(110, 121, 128, 0.8);
  border-top-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #cedce7 linear-gradient(#cedce7, #596a72);
  box-shadow: 0 -1px rgba(10, 21, 28, 0.9) inset, 0 1px rgba(255, 255, 255, 0.5) inset;
}
.photo__image__ .photo__image__list .photo__image__list__man .more:hover {
  background: linear-gradient(#d2dfea, #71828c);
}
.photo__image__ .photo__image__list .photo__image__list__man .more:active {
  line-height: 2.6em;
  background: linear-gradient(#bac6cf, #c5d3de 20%, #71828c);
  box-shadow: 0 -1px rgba(255, 255, 255, 0.4) inset;
}
.photo__image__ .photo__image__list .photo__image__list__man .more:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(rgba(200, 200, 200, 0.5), rgba(240, 240, 240, 0.5));
}

.bg__bg {
  display: block;
}

footer {
  background-color: #9b9b9b;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .navigation {
  margin-left: 20%;
}
footer .icon_navigation {
  width: 15%;
  height: auto;
  margin-left: 5%;
}
footer .icon_navigation img {
  width: 20%;
  background-color: #4d4c4c;
  border-radius: 10px;
}
footer .icon_navigation img:hover {
  border-radius: 10px;
  background-color: #dcdce0;
}