.mfp-bg {
  position: fixed;
  inset: 0;
  z-index: 1042;
  overflow: hidden;
  background: #0b0906;
  opacity: .9;
}

.mfp-wrap {
  position: fixed;
  inset: 0;
  z-index: 1043;
  overflow: auto;
  outline: 0;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 72px;
  text-align: center;
}

.mfp-container::before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}

.mfp-figure { line-height: 0; }

.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 128px);
  height: auto;
  margin: 0 auto;
  padding: 38px 0 42px;
  line-height: 0;
}

.mfp-figure::after {
  position: absolute;
  top: 38px;
  right: 0;
  bottom: 42px;
  left: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  content: '';
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .55);
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 34px;
  margin-top: -36px;
  color: #f7f4ef;
  font: 14px/1.35 Arial, sans-serif;
}

.mfp-title { padding-right: 50px; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #d8d2c8; }

.mfp-preloader {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1044;
  width: auto;
  margin-top: -.8em;
  color: #d8d2c8;
  text-align: center;
}

.mfp-close,
.mfp-arrow {
  position: absolute;
  z-index: 1046;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  opacity: .86;
}

.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow:hover,
.mfp-arrow:focus { opacity: 1; outline: 2px solid #d69a23; outline-offset: 2px; }

.mfp-close {
  top: 8px;
  right: 12px;
  width: 46px;
  height: 46px;
  padding: 0;
  font: 42px/42px Arial, sans-serif;
}

.mfp-arrow {
  top: 50%;
  width: 54px;
  height: 72px;
  margin-top: -36px;
  padding: 0;
  font: 56px/58px Arial, sans-serif;
}

.mfp-arrow-left { left: 10px; }
.mfp-arrow-right { right: 10px; }
.mfp-arrow-left::before { content: '\2039'; }
.mfp-arrow-right::before { content: '\203a'; }
.mfp-arrow::after { display: none; }

@media (max-width: 700px) {
  .mfp-container { padding: 24px 14px; }
  .mfp-img { max-height: calc(100vh - 94px); padding: 24px 0 38px; }
  .mfp-figure::after { top: 24px; bottom: 38px; }
  .mfp-arrow { width: 42px; height: 58px; margin-top: -29px; font-size: 46px; }
  .mfp-arrow-left { left: 0; }
  .mfp-arrow-right { right: 0; }
  .mfp-close { top: 3px; right: 3px; }
}
