.photorepWrapper {}
.news-piece-layout__main_wide .photorepWrapper {
  margin-left: -18%;
}
.photorep {
  position: relative;
  height: 0;
  margin: 20px 0;
  padding-top: 50%;
  cursor: pointer;
}
.photorep__info {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 25px;
  pointer-events: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.photorep__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  text-shadow: -1px 1px rgba(0, 0, 0, 0.4);
  text-align: left;
}
.photorep__photos {
  text-align: left !important;
}
.photorep__author {
  font-size: 16px;
  position: relative;
  margin-left: 26px;
}
.photorep__author:before {
  position: absolute;
  top: 2px;
  left: -26px;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  background: none center no-repeat transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" enable-background="new 0 0 50 50"><path fill="#fff" d="M39 38H11c-1.7 0-3-1.3-3-3V17c0-1.7 1.3-3 3-3h6c.2 0 .5-.2.6-.3l1.1-2.2c.4-.8 1.4-1.4 2.3-1.4h8c.9 0 1.9.6 2.3 1.4l1.1 2.2c.1.2.4.3.6.3h6c1.7 0 3 1.3 3 3v18c0 1.7-1.3 3-3 3zM11 16c-.6 0-1 .4-1 1v18c0 .6.4 1 1 1h28c.6 0 1-.4 1-1V17c0-.6-.4-1-1-1h-6c-.9 0-1.9-.6-2.3-1.4l-1.1-2.2c-.1-.2-.4-.4-.6-.4h-8c-.2 0-.5.2-.6.3l-1.1 2.2c-.4.9-1.4 1.5-2.3 1.5h-6z"/><path fill="#fff" d="M25 34c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9zm0-16c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z"/><circle fill="#fff" cx="35" cy="18" r="1"/><path fill="#fff" d="M12 12h4v1h-4z"/><path fill="#fff" d="M25 21v-1c-2.8 0-5 2.2-5 5h1c0-2.2 1.8-4 4-4z"/></svg>');
}
.photorep__main {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 66.66%;
  height: 100%;
}
.photorep__main:hover {
  opacity: .9;
}
.photorep__main-img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
.photorep__side {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.33%;
  height: 100%;
}
.photorep__thumbnail {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  width: 98%;
  height: 49%;
  margin-bottom: 2%;
  margin-left: 2%;
}
.photorep__thumbnail:hover {
  opacity: .9;
}
.photorep__thumbnail-img {
  position: absolute;
  z-index: -1;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: auto;
}
.photorep_adjusted .photorep__main-img {
  max-width: 100%;
  max-height: 100%;
}
.photorep-fullscreen {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 960px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}
.photorep-fullscreen__wrap {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.photorep-fullscreen__grid,
.photorep-fullscreen__grid-module {
  height: 100%;
}
.photorep-fullscreen__close {
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 40px;
  display: block;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.photorep-fullscreen__close:hover {
  opacity: .8;
}
.photorep-fullscreen__close:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '✕';
  color: #fff;
}
.photorep-fullscreen .fotorama__caption {
  font-size: 16px;
  color: #fff;
}
.photorep-fullscreen .fotorama__caption__wrap {
  padding: 10px 100px 50px;
  background-color: transparent;
}
