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

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

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

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?kwiy7n");
  src: url("fonts/icomoon.eot?kwiy7n#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?kwiy7n") format("truetype"),
    url("fonts/icomoon.woff?kwiy7n") format("woff"), url("fonts/icomoon.svg?kwiy7n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon-share";
  src: url("fonts/icomoon-share.eot?t3t3kr");
  src: url("fonts/icomoon-share.eot?t3t3kr#iefix") format("embedded-opentype"), url("fonts/icomoon-share.ttf?t3t3kr") format("truetype"),
    url("fonts/icomoon-share.woff?t3t3kr") format("woff"), url("fonts/icomoon-share.svg?t3t3kr#icomoon-share") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon-info";
  src: url("fonts/icomoon-info.eot?kwuubb");
  src: url("fonts/icomoon-info.eot?kwuubb#iefix") format("embedded-opentype"), url("fonts/icomoon-info.ttf?kwuubb") format("truetype"),
    url("fonts/icomoon-info.woff?kwuubb") format("woff"), url("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("./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("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: 50px;
  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("img/countdown-bg.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("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: 50px;
  left: 100px;
  z-index: 999;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.share-toggle {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("img/icon-share.svg");
  opacity: 0.8;
}
.share-close-button {
  position: absolute;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  right: 10px;
  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;
}
.mediaholder:not(.mediaholder__expanded) {
  display: none;
}
.lpano-zoom-button {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 20px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.lpano-zoom-button:hover {
  opacity: 1;
}
.lpano-zoom-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  z-index: 90;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.lpano-zoom-in {
  background-image: url("img/icon-zoom-in.svg");
}
.lpano-zoom-out {
  background-image: url("img/icon-zoom-out.svg");
}
@media (max-width: 984px) {
  /* .lpano-look-arrow {
    display: none;
  } */
  .actions-note {
    font-size: 12px;
  }
  .lpano-zoom-button,
  .share-toggle,
  .lpano-look-arrow,
  .lpano-info {
    width: 50px;
    height: 50px;
  }

  .share-btn {
    left: 20px;
  }
  .lpano-info {
    right: 20px;
    left: auto;
  }

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

  .lpano-header {
    padding: 23px 10px;
    flex-wrap: wrap;
  }
  .header-text {
    width: calc(100% - 60px);
    margin-left: 10px;
    font-size: 19px;
  }
  .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 {
    padding: 0;
    width: 100%;
    right: 0;
    z-index: 9999;
    bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .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;
  }

  .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;
  }

  .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%;
  }
}

@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;
}
.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;
}

.actions-note {
  padding: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
  text-align: center;
}
