.pswp__bg {
  background: rgba(0, 0, 0, 0.5);
}
.pswp__img {
  border: 10px #fff solid;
  background-color: #fff;
}
.pswp__top-bar {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.pswp__caption {
  min-height: unset;
  background: none;
}
.pswp__caption__center {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  background-color: #FFFFFF;
  padding: 0 10px;
  margin: 0;
  display: inline-block;
}
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0.75;
}
.pswp__ui--idle .pswp__top-bar:hover,
.pswp__ui--idle .pswp__button--arrow--left:hover,
.pswp__ui--idle .pswp__button--arrow--right:hover {
  opacity: 1;
}
.pswp .pswp__button:focus {
  opacity: 0.75;
}
.pswp .pswp__button--close {
  width: 60px;
  height: 60px;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='19' viewBox='0 0 19 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M18.854.795l-.649-.649a.546.546 0 0 0-.744 0L9.505 8.103 6.807 5.405 1.549.146a.546.546 0 0 0-.745 0L.156.795a.523.523 0 0 0 0 .744l8.97 8.983c.208.196.55.196.757 0l8.97-8.983A.575.575 0 0 0 19 1.173a.608.608 0 0 0-.146-.378z'/%3E%3Cpath d='M18.854 17.874l-.649.648a.546.546 0 0 1-.744 0l-7.956-7.956-2.698 2.698-5.258 5.258a.546.546 0 0 1-.745 0l-.648-.648a.523.523 0 0 1 0-.745l8.97-8.983a.562.562 0 0 1 .757 0l8.97 8.983c.086.11.147.22.147.366a.608.608 0 0 1-.146.379z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #ed0f00;
  background-size: 18px;
  background-position: center;
  opacity: 1;
  transition: background-color 0.3s linear;
}
.pswp .pswp__button--close:hover,
.pswp .pswp__button--close:active {
  background-color: #ff2b1d;
}
.pswp .pswp__button--arrow--left:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='40' viewBox='0 0 27 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.598 39.766l5.838-5.838c.312-.312.312-.879 0-1.191l-12.73-12.73 12.73-12.73c.312-.312.312-.878 0-1.19L20.598.249a.837.837 0 0 0-1.191 0L.234 19.402a.899.899 0 0 0 0 1.21l19.173 19.154c.176.136.351.234.586.234.234 0 .43-.098.605-.234z' fill='%23FFF' fill-rule='evenodd' fill-opacity='.25'/%3E%3C/svg%3E");
  background-position-x: right;
  left: auto;
  right: calc(1440px/2 - 32px);
}
.pswp .pswp__button--arrow--right:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='40' viewBox='0 0 27 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.072.234L.234 6.072c-.312.312-.312.879 0 1.191l12.73 12.73-12.73 12.73c-.312.312-.312.878 0 1.19l5.838 5.838a.837.837 0 0 0 1.191 0l19.173-19.153a.899.899 0 0 0 0-1.21L7.263.233C7.087.098 6.912 0 6.677 0c-.234 0-.43.098-.605.234z' fill='%23FFF' fill-rule='evenodd' fill-opacity='.25'/%3E%3C/svg%3E");
  background-position-x: left;
  right: auto;
  left: calc(1440px/2 - 32px);
}
.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
  width: 50%;
  height: 100%;
  top: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 15px);
}
.pswp--zoom-allowed .pswp__img {
  cursor: pointer;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible;
}
.pswp.pswp--touch .pswp__button--close {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
}
.pswp.pswp--touch .pswp__caption__center {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  position: static !important;
}
@media (max-width: 1440px) {
  .pswp .pswp__button--arrow--left:before {
    right: calc(100% - 32px);
  }
  .pswp .pswp__button--arrow--right:before {
    left: calc(100% - 32px);
  }
}
@media (max-width: 1200px) {
  .pswp--touch .pswp__button--arrow--left:before,
  .pswp--touch .pswp__button--arrow--right:before {
    background: none;
  }
}
