.modal__bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 1100px;
  width: 70%;
}
.photo-thumbnail {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.photo-count {
  padding-top: 2px;
  color:#fff;
  border-radius: 25px;
  text-align: center;
  background-color: #D42C2C;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 45px;
  left: 65px;
}
.btnPhotoModalClose {
  margin-top: 24px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  max-width: 1000px;
  max-height: 700px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #FFFFFF;
  font-weight: bold;
}
