@-ms-viewport {
  width: device-width;
}

@font-face {
  font-family: "PT Sans";
  src: url("https://static.1tv.ru/special/russia-spain/assets/fonts/PTSansBold.eot?#iefix") format("embedded-opentype"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/PTSansBold.woff") format("woff"),
    url("https://static.1tv.ru/special/russia-spain/assets/fonts/PTSansBold.ttf") format("truetype"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/PTSansBold.svg#PTSans-Narrow") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "PT Sans";
  src: url("https://static.1tv.ru/special/russia-spain/assets/fonts/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/PTSansRegular.woff") format("woff"),
    url("https://static.1tv.ru/special/russia-spain/assets/fonts/PTSansRegular.ttf") format("truetype"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/PTSansRegular.svg#PTSans-Narrow") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon.eot?kwiy7n");
  src: url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon.eot?kwiy7n#iefix") format("embedded-opentype"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon.ttf?kwiy7n") format("truetype"),
    url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon.woff?kwiy7n") format("woff"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon.svg?kwiy7n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon-share";
  src: url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-share.eot?t3t3kr");
  src: url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-share.eot?t3t3kr#iefix") format("embedded-opentype"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-share.ttf?t3t3kr") format("truetype"),
    url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-share.woff?t3t3kr") format("woff"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-share.svg?t3t3kr#icomoon-share") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon-info";
  src: url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-info.eot?kwuubb");
  src: url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-info.eot?kwuubb#iefix") format("embedded-opentype"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-info.ttf?kwuubb") format("truetype"),
    url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-info.woff?kwuubb") format("woff"), url("https://static.1tv.ru/special/russia-spain/assets/fonts/icomoon-info.svg?kwuubb#icomoon-info") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-device-width: 800px) {
  html {
    overflow: hidden;
  }
}

html {
  height: 100%;
}
.noclick {
  pointer-events: none;
}

.mediaholder.mediaholder__expanded .mediaholder-players {
  overflow-y: scroll;
  padding-right: 10px;
  padding-left: 10px;
}

.lpano-highlights {
  position: fixed;
  width: 1000px;
  max-width: 100%;
  left: 20px;
  top: 20px;
  z-index: 9999999;
}
.lpano-highlights-player {
  margin-right: 220px;
}
.lpano-highlights-playlist {
  width: 220px;
  background-color: black;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}

.lpano-highlights-playlist-item {
  cursor: pointer;
}

.highlight-thumb {
  width: 144px;
  height: 81px;
}
.hidden {
  display: none !important;
}
body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
}

#krpanoSWFObject.disabled {
  pointer-events: none !important;
}
.lpano-player-popup {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  z-index: 999999999;
  width: 90%;
  max-height: 90%;
  top: 50%;
  right: 50%;
  transition: all 0.3s;
  transform: translate(50%, -50%);
  box-shadow: 0 0 5px 2px black;
}
.lpano-player-popup::before {
  content: "";
  display: block;
  padding-bottom: 45.05%;
}
.lpano-popup-close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background-image: url("https://static.1tv.ru/russia-spain/assets/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.lpano-player-popup.minimized .lpano-popup-close {
  opacity: 0;
}
.lpano-player-popup.minimized {
  top: 20px;
  right: 20px;
  transform: translate(0%, 0%);
  width: 320px;
  height: 180px;
  background-color: black;
}
.lpano-player-popup .lpano-active-player {
  width: 100%;
  height: 100%;
}
.lpano-player-popup .lpano-popup-toggle {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.lpano-popover {
  width: 200px;
  min-height: 240px;
  background-color: white;
  color: black;
  border: 2px solid black;
  position: fixed;
  z-index: 1111111111;
  transition: opacity 0.2s;
  /* box-shadow: 0 0 5px 1px black; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.lpano-popover.disabled {
  opacity: 0;
  pointer-events: none;
}

.lpano-player-popup.minimized .lpano-players-list {
  display: none;
}
.lpano-player-popup:not(.minimized) .lpano-popup-toggle {
  pointer-events: none;
}
.lpano-player-popup:not(.minimized) .lpano-players-list,
.mediaholder-players {
  width: 100%;
  max-width: 20%;
  overflow-y: auto;
}
.lpano-players-container {
  display: none;
}
.lpano-popup-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lpano-player-popup:not(.minimized) .lpano-popup-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.eump-player,
.eump-player * {
  pointer-events: none;
}

.lpano-player-placeholder {
  position: relative;
  width: 100%;
}
.lpano-player-placeholder::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
}

.lpano-player-placeholder-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: biege;
  text-align: center;
  line-height: 100%;
}

.lpano-popover-player-wrapper {
  width: calc(100% - 40px);
  margin: 20px;
}

.mediaholder.mediaholder {
  background-color: black;
  width: 240px;
  z-index: 999;
}

.mediaholder.mediaholder .lpano-close-button {
  display: none;
  position: absolute;
  top: -40px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-image: url("https://static.1tv.ru/russia-spain/assets/close.svg");
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.mediaholder.mediaholder__expanded .lpano-close-button {
  display: block;
}
.mediaholder.mediaholder .lpano-close-button:hover {
  opacity: 1;
}
.mediaholder .player-preview {
  display: flex;
  flex-direction: column;
  background-color: #2d91b1;
  margin: 5px;
}
.player-preview {
  cursor: pointer;
}
.player-preview .vslider-player {
  pointer-events: none;
}
.player-container {
  position: relative;
  height: 90px;
  width: 160px;
  margin: auto;
  margin-top: 8px;
}
.player-container.active {
  display: none;
}
.player-container.active + .player-desc {
  position: relative;
  flex-direction: column;
  justify-content: space-around;
  height: 138px;
}

.player-container.active + .player-desc::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #2b8fad transparent transparent;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.player-container.active + .player-desc .player-desc-icon {
  width: 72px;
  height: 72px;
}
.player-container.active + .player-desc .player-desc-icon.yt {
  width: auto !important;
  height: 72px;
}

.player-desc {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 34px;
  padding: 8px;
  font-size: 13px;
}
.player-desc-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.player-desc-icon.yt {
  width: 60px !important;
  margin-left: -10px;
  margin-right: -5px;
}
.player-desc p {
  margin: 0;
}

.mediaholder-bg {
  position: fixed;
  background-color: black;
  display: block;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.mediaholder__expanded .mediaholder-bg {
  opacity: 0.7;
  pointer-events: all;
}

.lpano-info {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-image: url("img/icon-info.svg");
  background-size: contain;
  z-index: 99;
  opacity: 0.8;
  cursor: pointer;
}
.lpano-look-arrow {
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  opacity: 0.8;
}

.lpano-look-left {
  left: 20px;
  background-image: url("img/icon-arrow-left.svg");
}

.lpano-look-right {
  background-image: url("img/icon-arrow-right.svg");
  right: 20px;
}
.lpano_countdown {
  z-index: 9999;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 242px;
  height: 137px;
  background-color: black;
  background-image: url("https://static.1tv.ru/russia-spain/img/time-bg-piter.jpg");
  font-family: "PT Sans";
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lpano_countdown__title {
  font-size: 14px;
  letter-spacing: 0.6px;
  margin-top: 8px;
}
.lpano_countdown__desc {
  font-size: 20px;
  letter-spacing: 1.2px;
  margin-top: -1px;
}
.lpano_countdown__time {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  letter-spacing: 6px;
}
.lpano_countdown__time_h::after,
.lpano_countdown__time_m::after {
  content: ":";
  margin: 0 3px;
}

.lpano-popover-image {
  display: block;
  width: auto;
  height: 72px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lpano-popover-hint {
  margin-top: 40px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
}
.lpano-popover-desc {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
}
.lpano-header {
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  height: 150px;
  padding-top: 23px;
  padding-left: 30px;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

.header-logo {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("https://static.1tv.ru/russia-spain/img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-text {
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 24px;
  font-family: "PT Sans";
  margin-left: 47px;
  margin-top: -8px;
  pointer-events: none;
}
.header-date {
  margin-top: 10px;
  font-weight: bold;
}

[class^="icon-"],
[class*="iconfont-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
}
[class^="iconshare-"],
[class*=" iconshare-"] {
  font-family: "icomoon-share" !important;
}

[class^="infoicon-"],
[class*=" infoicon-"] {
  font-family: "icomoon-info" !important;
}

[class^="icon-"],
[class*=" icon-"],
[class^="iconshare-"],
[class*=" iconshare-"],
[class^="infoicon-"],
[class*=" infoicon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-share::before {
  content: "\e907";
}

.iconshare-twitter:before {
  content: "\e900";
}

.iconshare-facebook:before {
  content: "\e901";
}

.iconshare-vk:before {
  content: "\e902";
}

.iconshare-ok:before {
  content: "\e903";
}

.share-btn {
  position: fixed;
  bottom: 20px;
  left: 100px;
  z-index: 99;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.share-toggle {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("https://static.1tv.ru/russia-spain/assets/img/icon-share.svg");
  opacity: 0.8;
}
.share-close-button {
  position: absolute;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  right: 0;
  top: -40px;
  transition: opacity 0.2s;
  cursor: pointer;
}
.share-close-button:hover {
  opacity: 1;
}
.share-btn .share .dropdown > a {
  font-size: 28px;
  color: #9e9b99;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  text-decoration: none;
}

.share-btn .share .dropdown > a:hover,
.share-btn .share .dropdown > a:focus {
  color: #ddd8d1;
  text-decoration: none;
}

.share-btn .share .dropdown .dropdown-menu {
  position: fixed;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 10px 15px;
  border-radius: 3px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.share-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 20px;
  cursor: pointer;
  max-width: 100%;
}
.share-title {
  color: black;
  font-family: "PT Sans";
  font-size: 16px;
}
.share-image-preview {
  max-width: 100%;
}

.share-btn .share .dropdown .dropdown-menu.open {
  display: flex;
}

.share-btn .share .dropdown .dropdown-menu li {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #2c8fb0;
  border-radius: 2px;
  margin: 10px 10px 0px;
  transition: transform 0.2s;
  z-index: 999999;
}
.share-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.share-btn .share .dropdown .dropdown-menu li a {
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: white;
}

.share-toggle {
  cursor: pointer !important;
}

.share-btn .share .dropdown .dropdown-menu li:hover {
  background-color: #2f9cc0;
  transform: scale(1.2);
}
.share-btn .share .dropdown .dropdown-menu li:active {
  background-color: #227d9c;
  transform: scale(1);
}

.novideo.lpano-popover {
  justify-content: center;
  min-height: 50px;
  padding: 30px 0;
}
.lpano-popover-highlights-link {
  display: none;
}
.lpano-popover.vod .lpano-popover-highlights-link {
  display: none;
}
.novideo .lpano-popover-highlights-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.novideo.lpano-popover .lpano-popover-hint {
  margin-top: 0;
}
.novideo .lpano-popover-image {
  display: none;
}

.novideo .lpano-popover-player-wrapper {
  display: none;
}
.header-image {
  max-width: 350px;
  width: 100%;
  height: auto;
  display: block;
  flex: none;
  position: relative;
  align-self: flex-start;
}

.hotspot-icon-commentator {
  background-image: url("https://static.1tv.ru/russia-spain/img/icon-commentator.svg");
}
.hotspot-icon-spain {
  background-image: url("https://static.1tv.ru/russia-spain/img/icon-spain.svg");
}
.hotspot-icon-asensio {
  background-image: url("https://static.1tv.ru/russia-spain/img/icon-asensio.svg");
}
.hotspot-icon-inesta {
  background-image: url("https://static.1tv.ru/russia-spain/img/icon-inesta.svg");
}
.hotspot-icon-main {
  background-image: url("https://static.1tv.ru/russia-spain/img/icon-main.svg");
}
.hotspot-icon-nocomment {
  background-image: url("https://static.1tv.ru/russia-spain/img/icon-nocomment.svg");
}
.hotspot-icon-nashi {
  background-image: url("https://static.1tv.ru/russia-spain/img/icon-nashi.svg");
}
.hotspot-icon-360 {
  background-image: url("https://static.1tv.ru/russia-spain/img/icon-360.svg");
}
.hotspot-icon-highlights {
  background-image: url("https://static.1tv.ru/russia-spain/img/icon-highlights.svg");
}

@media (min-width: 984px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 984px) {
  .hide-on-mobile {
    display: none !important;
  }
  .lpano-look-arrow {
    display: none;
  }
  .share-toggle,
  .lpano-info {
    width: 50px;
    height: 50px;
    z-index: 9999;
  }
  .share-btn {
    z-index: 9999;
  }

  .lpano_countdown {
    bottom: 20px;
    top: auto;
    right: 10px;
    width: 150px;
    height: 60px;
    font-size: 21px;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
  }
  .lpano_countdown__title {
    font-size: 11px;
  }
  .lpano_countdown__desc {
    font-size: 11px;
  }

  .lpano-header {
    padding: 23px 10px;
    flex-wrap: wrap;
  }
  .header-text {
    width: calc(100% - 60px);
    margin-left: 10px;
    font-size: 15px;
  }
  .header-image {
    max-width: 300px;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    flex: none;
    position: relative;
    align-self: flex-start;
  }
  .mediaholder.mediaholder.mediaholder__expanded {
    margin-top: 30px;
    padding: 0;
    width: 100%;
    right: 0;
    z-index: 9999;
    bottom: 70px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .mediaholder.mediaholder.mediaholder__expanded .mediaholder-viewport {
    margin-right: 0;
    max-height: 50vh;
  }

  .mediaholder.mediaholder .mediaholder-players {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    order: 3;
  }
  .player-container {
    display: none;
  }
  .mediaholder.mediaholder .player-preview {
    /* background-color: #091d23; */
    background-color: rgba(9, 29, 35, 0.6);
  }

  .mediaholder.mediaholder .player-desc {
    font-size: 17px;
  }
  .mediaholder.mediaholder .player-desc-icon {
    width: 70px;
    height: 70px;
  }
  .mediaholder.mediaholder .player-desc-icon.yt {
    width: 100px !important;
  }

  /* .mediaholder.mediaholder .player-container.active + .player-desc .player-desc-icon {
    width: 40px;
    height: 40px;
  } */

  .mediaholder.mediaholder .player-container.active + .player-desc {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    background-color: #2c8fb0;
  }
  .mediaholder.mediaholder .player-container.active + .player-desc::before {
    content: none;
  }

  .mediaholder.mediaholder .mediaholder-controls {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto !important;
  }
  .mediaholder.mediaholder .mediaholder-popup-control {
    display: none;
  }

  .lpano-header {
    height: 35px;
    background: none;
    z-index: 99999;
  }

  .lpano-header::before {
    content: "";
    display: block;
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    height: 150px;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
  }
  .vod-pano-wrapper.vod-pano-wrapper {
    width: 100%;
  }
  .hotspots-wrapper {
    position: absolute;
    top: 120px;
    max-height: calc(100% - 210px);
    overflow-y: scroll;
    width: 100%;
  }
  .hotspot.hotspot {
    position: relative;
    display: flex;
    align-items: center;
    width: 100% !important;
    height: 70px !important;
    margin-bottom: 5px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    background-color: rgba(9, 29, 35, 0.6);
  }
  .mediaholder.mediaholder {
    display: none;
  }
  .hotspot.hotspot:not(.yt) {
    background-position: 20px center;
  }
  .hotspot-icon-commentator {
    background-image: url("https://static.1tv.ru/russia-spain/img/icon-commentator-small.svg");
  }
  .hotspot-icon-spain {
    background-image: url("https://static.1tv.ru/russia-spain/img/icon-spain-small.svg");
  }
  .hotspot-icon-asensio {
    background-image: url("https://static.1tv.ru/russia-spain/img/icon-asensio-small.svg");
  }
  .hotspot-icon-inesta {
    background-image: url("https://static.1tv.ru/russia-spain/img/icon-inesta-small.svg");
  }
  .hotspot-icon-main {
    background-image: url("https://static.1tv.ru/russia-spain/img/icon-main-small.svg");
  }
  .hotspot-icon-nocomment {
    background-image: url("https://static.1tv.ru/russia-spain/img/icon-nocomment-small.svg");
  }
  .hotspot-icon-nashi {
    background-image: url("https://static.1tv.ru/russia-spain/img/icon-nashi-small.svg");
  }
  .hotspot-icon-360 {
    background-image: url("https://static.1tv.ru/russia-spain/img/icon-360-small.svg");
  }
  .hotspot-icon-highlights {
    background-image: url("https://static.1tv.ru/russia-spain/img/icon-highlights-small.svg");
  }
  .yt.hotspot-title {
    margin-left: 30px !important;
  }

  .hotspot-title {
    margin: 0 20px 0 100px !important;
    max-width: calc(100% - 110px);
  }
  .lpano-close-button.lpano-close-button.lpano-close-button {
    display: none;
  }
  .mediaholder-did-expanded .hotspots-wrapper {
    display: none;
  }

  .mediaholder-fullscreen-control {
    display: block !important;
    right: 0 !important;
    height: 60px !important;
  }
  .eump-fullscreen-button-on {
    display: none !important;
  }
  .photo-copyright.photo-copyright {
    display: none;
  }
}

@media (max-width: 984px) and (orientation: landscape) {
  .share-btn,
  .lpano-info {
    display: none;
  }
  .hotspots-wrapper {
    max-height: calc(100% - 120px);
  }
  .mediaholder.mediaholder.mediaholder__expanded {
    bottom: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .mediaholder {
    display: block !important;
  }
}
.lpano-popover-desc::after {
  content: "Смотреть";
  display: block;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 30px;
  margin-bottom: 20px;
}
.vod-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.vod-popup.disabled {
  display: none;
}
.vod-pano-wrapper {
  width: 80%;
  position: relative;
  max-height: 80%;
}
.vod-pano-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.vod-popup iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vod-close-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  opacity: 0.7;
  transition: 0.2s opacity;
  cursor: pointer;
}
.vod-close-button:hover {
  opacity: 1;
}

.main-bg-image {
  position: fixed;
  top: -100vh;
  left: -200vw;
  right: -200vw;
  bottom: -100vh;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  /* max-width: 150vw; */
  max-height: 100%;
  width: auto;
  height: auto;
  z-index: 3;
}

.hotspot {
  display: block;
  width: 70px;
  height: 70px;
  z-index: 99;
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
}
.hotspot.big {
  width: 200px;
  height: 115px;
}
.photo-copyright {
  position: fixed;
  bottom: 2px;
  right: 2px;
  color: white;
  text-shadow: 0 0 1px black;
  font-size: 14px;
  z-index: 999;
}
