[data-playback_rate='1'] .menu-playback [data-value='1'] {
  color: #7fcc4e;
}
[data-playback_rate='1.5'] .menu-playback [data-value='1.5'] {
  color: #7fcc4e;
}
[data-playback_rate='2'] .menu-playback [data-value='2'] {
  color: #7fcc4e;
}

.subtitlesContainer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.subtitlesContainer-checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.viqeo-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 19px;
  margin-left: 10px;
}

.viqeo-switch input {
  display: none;
}

.viqeo-switch .switch-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 34px;
       border-radius: 34px;
}

.viqeo-switch .switch-slider:before {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.subtitleEnabled .viqeo-switch .switch-slider {
  background-color: var(--color-primary);
}

.subtitleEnabled .viqeo-switch .switch-slider:before {
  -webkit-transform: translateX(18px);
     -moz-transform: translateX(18px);
      -ms-transform: translateX(18px);
          transform: translateX(18px);
}

.contextMenu {
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
}

.contextMenu-item {
  display: block;
  padding-left: 5px;
  color: #000;
  background: none;
  text-decoration: none;
}

.contextMenu-item:hover {
  color: #fff;
  background: #4a9bfe;
}

.popupsContainer {
  position: absolute;
}

.popupsOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shareBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shareBlock-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 200;
  cursor: pointer;
  color: #000;
}

.shareBlock-iconClose {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.shareBlock-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 150;
  font-size: 0;
  background: #fff;
  -moz-border-radius: 5px;
       border-radius: 5px;
  text-align: center;
  min-width: 300px;
  min-height: 150px;
}

@media (max-width: 480px) {
  .shareBlock-container {
    width: 80%;
  }
}

.shareBlock-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
}

.shareBlock-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.shareBlock-text {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}

.shareBlock-iconsWrapper {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.shareBlock-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  margin-left: 20px;
  cursor: pointer;
}

.button {
  padding: 5px;
  margin: -5px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;

  background-color: transparent;
  border: 0;
  color: inherit;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}

.button-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.button-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.button-background {
  display: block;
}

.button-backgroundHover {
  display: none;
}

.button:hover .button-background,
.buttonForceHover .button-background {
  display: none;
}

.button:hover .button-backgroundHover,
.buttonForceHover .button-backgroundHover {
  display: block;
}

.button-text {
  font-weight: 700;
  font-size: 12px;
  z-index: 100;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -0.5em;
  line-height: 100%;
  position: absolute;
}

.button-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.button-image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.fullScreenContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.fullScreenContainer-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullScreenContainer-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

[data-full_screen='1'] .fullScreenContainer-out,
[data-full_screen='0'] .fullScreenContainer-in {
  display: block;
}

[data-full_screen='0'] .fullScreenContainer-out,
[data-full_screen='1'] .fullScreenContainer-in {
  display: none;
}

.subtitlesContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.quality-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.settingsPanelMobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--color-button);
}

.settingsPanelMobile-listItems {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
     -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
}

.settingsPanelMobile-item {
  float: left;
  display: inline-block;
  position: relative;
}

.settingsPanelMobile-listItems_one .settingsPanelMobile-item {
  float: none;
}

.settingsPanelMobile-itemContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.settingsPanelMobile-itemIcon {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.settingsPanelMobile-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 200;
  cursor: pointer;
  color: var(--color-button);
}

.subtitleEnabled .settingsPanelMobile-item[data-setting_name='subtitles'] {
  color: var(--color-primary);
}

.qualityPanelMobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qualityPanelMobile-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 200;
  cursor: pointer;
  color: var(--color-button);
}

.qualityPanelMobile-rewind {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  z-index: 200;
  cursor: pointer;
  color: var(--color-button);
}

.qualityPanelMobile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: right;
  font-size: 1.5em;
  font-weight: 400;
  max-width: 90%;
  margin: 0 auto;
}

.qualityPanelMobile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  text-align: inherit;
  width: 100%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}

.qualityPanelMobile-item {
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 5px 10px;
  height: 15vh;
  font-size: 4.5vw;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qualityPanelMobile-itemActive {
  color: #7fcc4e;
}

.info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-message_container {
  padding: 20px 30px;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}

.info-message_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0.9;
  z-index: 50;
  -moz-border-radius: 8px;
       border-radius: 8px;
}

.info-message_text {
  position: relative;
  z-index: 100;
}

.copyBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copyBlock textarea {
  height: 60vh;
}

.copyBlock-container {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}

.copyBlock-container textarea {
  width: 100%;
  resize: none;
}

.copyBlock-title {
  color: #fff;
  line-height: 32px;
}

.replayOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--color-button);
}

.replayOverlay-button {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.playPauseContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.playPauseContainer-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.playPauseContainer-pause {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

[data-player_status='played'] .playPauseContainer-play,
[data-player_status='paused'] .playPauseContainer-pause {
  display: none;
}

[data-player_status='played'] .playPauseContainer-pause,
[data-player_status='paused'] .playPauseContainer-play {
  display: block;
}

.playOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-player_type='article'] .playOverlay-button {
  display: none;
}

[data-player_type='article'] .a2v {
  display: block;
}

.playOverlay-button {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-button);
}

.a2v {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;

  container-name: wrapper;
  container-type: size;
}

.t-button-start {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
     -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;

  width: 100%;
}

.a2v-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.a2v:hover .a2v-background {
  opacity: 0.3;
}

.a2v-wrapper {
  position: absolute;
  height: 100px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.a2v-start-text {
  display: none;
  color: #fff;
  font-weight: 600;
  font-family: 'Roboto Regular', sans-serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  padding-right: 8px;
}

.a2v-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: display 0.2s ease-in-out;
  -moz-transition: display 0.2s ease-in-out;
  transition: display 0.2s ease-in-out;
  color: var(--color-primary);
}

.a2v-start-btn-block {
  position: relative;
  min-width: 90px;
  min-height: 90px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.t-button-start.align-bottom .a2v-start-btn-block {
  margin-left: 8px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
}

.t-button-start.without-text .a2v-start-btn-block {
  margin: 0 auto;
}

.t-button-start.align-bottom {
  top: 67%;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

@container wrapper (max-width: 320px) {
  .t-button-start {
    width: -webkit-fill-available;
  }
  .t-button-start.align-bottom {
    top: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
            justify-content: start;
  }
  .t-button-start.align-bottom:not(.without-text) {
    margin-left: 16px;
  }
}

@container wrapper (max-width: 400px) {
  [data-language='ru'] .t-button-start.align-bottom .a2v-start-text {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding-right: 0;
  }
}

@container wrapper (min-width: 680px) {
  .t-button-start:not(.without-text) .a2v-start-text {
    font-size: 42px;
    margin-left: 22px;
    display: block;
  }
}

@container wrapper (min-width: 660px) {
  .t-button-start:not(.align-bottom):not(.without-text) .a2v-start-text {
    font-size: 42px;
    margin-left: 22px;
    display: block;
  }
  .t-button-start:not(.align-bottom):not(.without-text) .a2v-start-btn-block {
    margin-left: 45px;
  }
  .t-button-start:not(.align-bottom) .a2v-start-btn-block {
    width: 167px;
    height: 167px;
  }
}

@container wrapper (max-width: 600px) and (min-width: 520px) {
  [data-language='ru'] .t-button-start.align-bottom .a2v-start-text {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding-right: 0;
  }
}

@container wrapper (min-width: 520px) {
  .t-button-start:not(.without-text) .a2v-start-text {
    font-size: 37px;
    margin-left: 17px;
    display: block;
  }
}

@container wrapper (min-width: 475px) {
  .t-button-start:not(.align-bottom):not(.without-text) .a2v-start-text {
    font-size: 37px;
    margin-left: 17px;
    display: block;
  }
  .t-button-start:not(.align-bottom):not(.without-text) .a2v-start-btn-block {
    margin-left: 30px;
  }
  .t-button-start:not(.align-bottom) .a2v-start-btn-block {
    width: 137px;
    height: 137px;
  }
}

@container wrapper (min-width: 320px) {
  .t-button-start:not(.without-text) .a2v-start-text {
    font-size: 24px;
    margin-left: 15px;
    display: block;
  }
  .t-button-start:not(.align-bottom):not(.without-text) .a2v-start-btn-block {
    margin-left: 16px;
  }
  .t-button-start:not(.align-bottom) .a2v-start-btn-block {
    width: 103px;
    height: 103px;
  }
}

@container wrapper (min-width: 320px) and (height > 250px) {
  .t-button-start.align-bottom .a2v-start-btn-block {
    width: 83px;
    height: 83px;
    min-width: 83px;
    min-height: 83px;
  }
}

@container wrapper (min-width: 320px) and (height < 205px) {
  .t-button-start.align-bottom .a2v-start-btn-block {
    width: 53px;
    height: 53px;
    min-width: 53px;
    min-height: 53px;
  }
}

.overlayContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

[data-overlay='start'] .overlayContainer {
  background: none;
}

.previewContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}

[data-video_status='started'] .previewContainer,
[data-video_status='played'] .previewContainer,
[data-video_status='replayed'] .previewContainer {
  opacity: 0;
}

.previewContainer-crop {
  -o-object-fit: cover;
     object-fit: cover;
}

.playerLogo {
  width: 100%;
  height: 100%;
}

.playerLogo-container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.playerLogo:hover .playerLogo-viqeo,
.playerLogo .playerLogo-viqeoHover {
  display: none;
}

.playerLogo:hover .playerLogo-viqeoHover,
.playerLogo .playerLogo-viqeo {
  display: block;
}

:root {
  --logo-position-top-video: 5px + 5vmin;
  --logo-position-top-story: 25px + 5vmin;
  --logo-size-landscape: 20vh;
  --logo-size-portrait: 20vw;
}

.logoContainer {
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  max-width: 250px;
  max-height: 250px;
  min-width: 50px;
  min-height: 50px;
  right: 10px;
}

.external-container .logoContainer,
.nonLinearAdvertStarted .logoContainer {
  display: none;
}

@media (orientation: landscape) {
  .logoContainer {
    width: var(--logo-size-landscape);
    height: var(--logo-size-landscape);
  }
}

@media (orientation: portrait) {
  .logoContainer {
    width: var(--logo-size-portrait);
    height: var(--logo-size-portrait);
  }
}

[data-player_type='mobile_story_widget'] {
  --logo-position-top-video: 50px + 5vmin;
  --logo-position-top-story: 50px + 5vmin;
}

[data-progress_type='video'] .logoContainerWithoutAnimation {
  top: -webkit-calc(var(--logo-position-top-video));
  top: -moz-calc(var(--logo-position-top-video));
  top: calc(var(--logo-position-top-video));
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-progress_type='story'] .logoContainerWithoutAnimation {
  top: -webkit-calc(var(--logo-position-top-story));
  top: -moz-calc(var(--logo-position-top-story));
  top: calc(var(--logo-position-top-story));
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-progress_type='none'] .logoContainerWithoutAnimation {
  top: -webkit-calc(var(--logo-position-top-video));
  top: -moz-calc(var(--logo-position-top-video));
  top: calc(var(--logo-position-top-video));
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-overlay='start'] .logoContainerWithoutAnimation {
  display: none;
}

.player:hover[data-animation_type='up'][data-progress_type='video']
  .logoContainerAnimation,
.player:hover[data-animation_type='up'][data-progress_type='none']
  .logoContainerAnimation,
.player[data-animation_type='alpha'][data-progress_type='video']
  .logoContainerAnimation,
.player[data-animation_type='alpha'][data-progress_type='none']
  .logoContainerAnimation,
.player[data-animation_type='visible'][data-progress_type='video']
  .logoContainerAnimation,
.player[data-animation_type='visible'][data-progress_type='none']
  .logoContainerAnimation {
  top: -webkit-calc(var(--logo-position-top-video));
  top: -moz-calc(var(--logo-position-top-video));
  top: calc(var(--logo-position-top-video));
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.player:hover[data-animation_type='up'][data-progress_type='story']
  .logoContainerAnimation,
.player[data-animation_type='alpha'][data-progress_type='story']
  .logoContainerAnimation,
.player[data-animation_type='visible'][data-progress_type='story']
  .logoContainerAnimation {
  top: -webkit-calc(var(--logo-position-top-story));
  top: -moz-calc(var(--logo-position-top-story));
  top: calc(var(--logo-position-top-story));
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.player:hover[data-animation_type='alpha'] .logoContainerAnimation,
.player.mobile .logoContainerAnimation {
  opacity: 1;
}

.player[data-animation_type='alpha'] .logoContainerAnimation,
.player[data-animation_type='alpha'][data-overlay='start']
  .logoContainerAnimation {
  opacity: 0;
}

.player[data-animation_type='up'] .logoContainerAnimation,
.player[data-animation_type='up'][data-overlay='start'][data-progress_type='story']
  .logoContainerAnimation,
.player[data-animation_type='up'][data-overlay='start'][data-progress_type='video']
  .logoContainerAnimation,
.player[data-animation_type='up'][data-overlay='start'][data-progress_type='none']
  .logoContainerAnimation {
  top: 0;
  -webkit-transform: translate(0, -100%);
     -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.copyright {
  color: #ffffff;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  font-weight: 300;
  -moz-border-radius: 1px;
       border-radius: 1px;
  padding: 6px;
  display: inline-block;
}

.copyright.copyright-type_button:hover {
  opacity: 1;
}

.copyright-type_button.copyright-source_type_youtube {
  background: #ec0202;
  color: #fff;
}

.copyright-type_button {
  background: #d6d6d6;
  color: #000;
}

.copyright-type_disableAuthorLink,
.copyright-type_author,
.copyright-type_original {
  color: #fff;
}

.copyright-type_disableAuthorLink,
.copyright-type_author,
.copyright-type_original {
  color: #fff;
  text-decoration: none;
}

.copyright-inner {
  display: inline-block;
  vertical-align: bottom;
  color: rgb(255, 255, 255);
}

.copyright-image {
  margin-right: 5px;
  margin-top: 1px;
  font-size: 18px;
  line-height: 12px;
  width: 14px;
  height: 14px;
  color: #000;
}

.copyright-text {
  vertical-align: middle;
  top: 0;
  text-shadow: rgb(0, 0, 0) 0 0 4px;
}

.copyright:hover .copyright-link {
  text-decoration: underline;
}

.copyright-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.player[data-player_subtype='sticky'] .copyright {
  display: none;
}

.player[data-overlay='start'] .copyrightContainer,
.advertStarted .copyrightContainer {
  display: none;
}

.statsButton {
  --logo-height: var(--logo-size-landscape);
  --logo-top: var(--logo-position-top-video);
  position: absolute;
  height: 30px;
  width: 30px;
  top: 70px;
  right: 10px;
  cursor: pointer;
  color: var(--color-main);
  display: none;
}

.player:hover .statsButton {
  display: block;
}

.player[data-overlay='start']:hover .statsButton,
.nonLinearAdvertStarted .statsButton {
  display: none;
}

.statsButton.withLogo {
  top: -webkit-calc(var(--logo-top) + var(--logo-height) + 8px);
  top: -moz-calc(var(--logo-top) + var(--logo-height) + 8px);
  top: calc(var(--logo-top) + var(--logo-height) + 8px);
}

[data-progress_type='video'] .statsButton {
  --logo-top: var(--logo-position-top-video);
}

[data-progress_type='story'] .statsButton {
  --logo-top: var(--logo-position-top-story);
}

.player:hover[data-animation_type='up'][data-progress_type='video']
  .statsButton,
.player:hover[data-animation_type='up'][data-progress_type='none'] .statsButton,
.player[data-animation_type='alpha'][data-progress_type='video'] .statsButton,
.player[data-animation_type='alpha'][data-progress_type='none'] .statsButton,
.player[data-animation_type='visible'][data-progress_type='video'] .statsButton,
.player[data-animation_type='visible'][data-progress_type='none'] .statsButton {
  --logo-top: var(--logo-position-top-video);
}

.player:hover[data-animation_type='up'][data-progress_type='story']
  .statsButton,
.player[data-animation_type='alpha'][data-progress_type='story'] .statsButton,
.player[data-animation_type='visible'][data-progress_type='story']
  .statsButton {
  --logo-top: var(--logo-position-top-story);
}

.player[data-animation_type='up'] .statsButton,
.player[data-animation_type='up'][data-overlay='start'][data-progress_type='story']
  .statsButton,
.player[data-animation_type='up'][data-overlay='start'][data-progress_type='video']
  .statsButton,
.player[data-animation_type='up'][data-overlay='start'][data-progress_type='none']
  .statsButton {
  --logo-top: 0;
}

@media (orientation: landscape) {
  .statsButton {
    --logo-height: var(--logo-size-landscape);
  }
}

@media (orientation: portrait) {
  .statsButton {
    --logo-height: var(--logo-size-portrait);
  }
}

.activeVolume {
  display: inline-block;
  padding: 10px;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.player.mobile .activeVolume {
  opacity: 1;
}

.activeVolume:hover {
  opacity: 1;
}

.player.mobile .activeVolume-control {
  border: none;
}
.player.mobile .activeVolume-icon {
  width: 50px;
}
.player.mobile .activeVolume-overlay {
  display: none;
}

.activeVolume-control {
  display: inline-block;
  -moz-border-radius: 50px;
       border-radius: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #c2c2cc;
  height: 100px;
  width: 100px;
  position: relative;
  overflow: hidden;
}

.activeVolume-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  display: inline-block;
}

.activeVolume-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  z-index: 50;
}

.activeVolume-controlWrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.activeVolume:hover .activeVolume-control {
  border: 2px solid var(--color-primary);
}
.player.mobile .activeVolume:hover .activeVolume-control {
  border: none;
}

.activeVolume {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  background-color: transparent;
  border: 0;
  color: #fff;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}

.external-container .activeVolume,
.player[data-overlay='start'] .activeVolume {
  display: none;
}

.storyLink {
  position: relative;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

a:not(.viqeo-form_privacy-link):-webkit-any-link {
  color: inherit;
  text-decoration: none;
}

.storyLink-button {
  border: 2px solid;
  -moz-border-radius: 7px;
       border-radius: 7px;
  position: relative;
  z-index: 100;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.player.mobile .storyLink-button {
  font-size: 12px;
  padding: 0 10px;
  border-width: 1px;
}

.player.mobile .storyLink-icon {
  left: 5px;
}

.storyLink-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
     -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 24px;
  height: 24px;
}

.storyLink-text {
  padding-left: 22px;
  padding-right: 5px;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
     -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.storyLink:hover .storyLink-background {
  opacity: 0.75;
}

.storyLink-background {
  position: absolute;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -moz-border-radius: 7px;
       border-radius: 7px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 50;
}

.storyLinkContainer {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.volumeContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.volumeContainer-buttons {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.volumeContainer-muted {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.volumeContainer-unmuted {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.volumeContainer-slider {
  width: 26px;
  height: 55px;
  margin: auto;
  position: absolute;
  bottom: 100%;
  padding: 10px 0 0 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -moz-border-radius: 3px 3px 0 0;
       border-radius: 3px 3px 0 0;
  z-index: 5;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
}

.volumeContainer-availableSlider
  .volumeContainer:hover
  .volumeContainer-slider {
  display: block;
}

.mobile.volumeContainer-availableSlider
  .volumeContainer:hover
  .volumeContainer-slider {
  display: none;
}

.volumeContainer-sliderBackground {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
}

.volumeContainer-sliderBottomRound {
  position: absolute;
  top: 55px;
  height: 10px;
  width: 100%;
  background-color: rgba(254, 254, 254, 0);
  background-image: -webkit-radial-gradient(
    center bottom,
    ellipse farthest-side,
    rgba(255, 255, 255, 0) 99.5%,
    rgba(253, 253, 253, 0) 99.5%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background-image: -moz-radial-gradient(
    center bottom,
    ellipse farthest-side,
    rgba(255, 255, 255, 0) 99.5%,
    rgba(253, 253, 253, 0) 99.5%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background-image: radial-gradient(
    ellipse farthest-side at center bottom,
    rgba(255, 255, 255, 0) 99.5%,
    rgba(253, 253, 253, 0) 99.5%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.b {
  width: 100%;
  height: 100%;
  position: relative;
}

.e {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
}

.f {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.volumeContainer-emptyLine {
  width: 5px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.volumeContainer-filledLine {
  width: 5px;
  height: var(--volume);
  background: var(--color-primary);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.x {
  width: 100%;
  height: 100%;
  padding-bottom: 11px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.k {
  width: 100%;
  height: 100%;
  position: relative;
}

.volumeContainer-dotContainer {
  top: var(--volume-dot);
  width: 11px;
  height: 11px;
  background: #fff;
  -moz-border-radius: 20px;
       border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.volumeContainer-dot {
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  margin: auto;
  -moz-border-radius: 20px;
       border-radius: 20px;
  position: relative;
  top: 3px;
}

[data-player_volume='muted'] .volumeContainer-muted,
[data-player_volume='unmuted'] .volumeContainer-unmuted {
  display: none;
}

[data-player_volume='unmuted'] .volumeContainer-muted,
[data-player_volume='muted'] .volumeContainer-unmuted {
  display: block;
}

.playbackRate-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.playbackRate-button-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

[data-playback_rate='1'] .menu-content-item[data-speed='1'],
[data-playback_rate='1.5'] .menu-content-item[data-speed='1.5'],
[data-playback_rate='2'] .menu-content-item[data-speed='2'] {
  color: #7fcc4e;
}

[data-playback_rate='1'] .playbackRate-button-10,
[data-playback_rate='1.5'] .playbackRate-button-15,
[data-playback_rate='2'] .playbackRate-button-20 {
  display: block;
}

.buttonContainer {
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  bottom: 13px;
  color: var(--color-button);
}

.external-container .buttonContainer,
.advertStarted .buttonContainer,
.nonLinearAdvertStarted .buttonContainer {
  display: none;
}

.buttonContainer-medium {
  width: 30px;
  height: 30px;
}

.buttonContainer-big {
  width: 36px;
  height: 36px;
}

.player[data-animation_type='alpha'] .buttonContainer,
.player[data-animation_type='alpha'][data-overlay='start']
  .buttonContainer.buttonContainer {
  opacity: 0;
}

.player[data-animation_type='up'] .buttonContainer-medium,
.player[data-animation_type='up'][data-overlay='start']
  .buttonContainer.buttonContainer-medium {
  bottom: -30px;
}

.player[data-animation_type='up'] .buttonContainer-big,
.player[data-animation_type='up'][data-overlay='start']
  .buttonContainer.buttonContainer-big {
  bottom: -36px;
}

.player:hover[data-animation_type='up'] .buttonContainer,
.player.mobile .buttonContainer {
  bottom: 13px;
}

.player:hover[data-animation_type='alpha'] .buttonContainer,
.player.mobile .buttonContainer {
  opacity: 1;
}

.player[data-animation_type='visible'][data-overlay='start'] .buttonContainer,
.player[data-player_subtype='sticky'] .buttonContainer {
  display: none;
}

.splash {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--color-button);
}

.splash-icon_container {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.splash-icon_animation_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.player[data-player_status='played'] .splash-play,
.player[data-player_status='paused'] .splash-pause {
  display: block;
}

.player[data-player_status='paused'] .splash-play,
.player[data-player_status='played'] .splash-pause {
  display: none;
}

.player.splashVisible .splash-icon_animation_container {
  -webkit-animation: splashOpacity 0.5s linear 1 normal forwards;
     -moz-animation: splashOpacity 0.5s linear 1 normal forwards;
          animation: splashOpacity 0.5s linear 1 normal forwards;
}

.splash-icon {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@-webkit-keyframes splashOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@-moz-keyframes splashOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(2);
         transform: scale(2);
  }
}

@keyframes splashOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
            transform: scale(2);
  }
}

.splashContainer {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.splashVisible .splashContainer {
  display: block;
}

.spinner {
  width: 30px;
  height: 30px;
  color: var(--color-primary);
  -webkit-animation: infinity_rotate 1s linear infinite;
     -moz-animation: infinity_rotate 1s linear infinite;
          animation: infinity_rotate 1s linear infinite;
}

.spinner circle {
  -webkit-animation: viqeo_spinner 1.4s ease-in-out infinite;
     -moz-animation: viqeo_spinner 1.4s ease-in-out infinite;
          animation: viqeo_spinner 1.4s ease-in-out infinite;
}

@-webkit-keyframes viqeo_spinner {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

@-moz-keyframes viqeo_spinner {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

@keyframes viqeo_spinner {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

@-webkit-keyframes infinity_rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes infinity_rotate {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes infinity_rotate {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinnerContainer {
  position: absolute;
  bottom: 13px;
  left: 10px;
  display: none;
}

.buffered .spinnerContainer,
.seekBuffered .spinnerContainer {
  display: block;
}

[data-video_status='started'] .external-container .spinnerContainer,
[data-video_status='played'] .external-container .spinnerContainer,
[data-video_status='ended'] .external-container .spinnerContainer,
[data-video_status='replayed'] .external-container .spinnerContainer,
[data-video_status='paused'] .external-container .spinnerContainer {
  display: none;
}

.watermarkContainer {
  white-space: nowrap;
  position: absolute;
}

.pageSwitcher {
  position: relative;
  width: 100%;
  height: 100%;
}

.pageSwitcher-item_wrapper {
  height: 100%;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;

  background-color: transparent;
  border: 0;
  color: inherit;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}

.pageSwitcher-item_hidden {
  display: none;
}

.pageSwitcher-progress_container {
  width: 100%;
  height: 4px;
  position: relative;
  -moz-border-radius: 5px;
       border-radius: 5px;
}

.pageSwitcher-item {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #fff;
}

.pageSwitcher-filled_item {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-primary);
}

.pageSwitcherContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  font-size: 0;
}

.player[data-overlay='start'] .pageSwitcherContainer,
.advertStarted .pageSwitcherContainer,
[data-player_subtype='sticky'] .pageSwitcherContainer {
  display: none;
}

.swipeForward-svgContainer {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swipeForward-hand {
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: swipe 3500ms ease;
     -moz-animation: swipe 3500ms ease;
          animation: swipe 3500ms ease;
}

@-webkit-keyframes swipe {
  0% {
    left: 40%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 40%;
  }
}

@-moz-keyframes swipe {
  0% {
    left: 40%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 40%;
  }
}

@keyframes swipe {
  0% {
    left: 40%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 40%;
  }
}

.swipeForward-container {
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  left: 50%;
  width: 80%;
}

.swipeForward-container.height-33 {
  height: -webkit-calc(1 / 3 * 100%);
  height: -moz-calc(1 / 3 * 100%);
  height: calc(1 / 3 * 100%);
}

.swipeForward-container.height-50 {
  height: -webkit-calc(1 / 2 * 100%);
  height: -moz-calc(1 / 2 * 100%);
  height: calc(1 / 2 * 100%);
}

.external-container.preroll .mediaContainer {
  display: none;
}

.progressBar {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}

.progressBar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  transition: height 1s;
}

.progressBar-main {
  position: absolute;
  z-index: 10;
  width: 0;
  height: 100%;
  background: var(--color-primary);
}

.progressBar-bufferContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 5;
}

.progressBar-bufferItem {
  height: 100%;
  background: var(--color-primary);
  position: absolute;
  top: 0;
}

.progressBar-runner {
  position: absolute;
  z-index: 20;
  left: 0;
  background: var(--color-primary);
  height: 12px;
  bottom: 0;
  display: none;
}

.player.rewind .progressBar-runner {
  display: block;
}

.player.rewind.touch .progressBar-runner {
  position: fixed;
  height: 100%;
  display: block;
}

.progressBar:active .progressBar-runner {
  display: block;
}

.player.touch .progressBar-runner {
  display: none;
}

.player:hover .progressBar-container {
  height: 6px;
}

[data-player_subtype='sticky'] .progressBar,
.external-container .progressBar,
.advertStarted .progressBar,
[data-video_status='initial'] .progressBar {
  display: none;
}

.timeline {
  position: absolute;
  width: 100%;
  height: 100%;
}

.timeline-text {
  position: absolute;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.timelineContainer {
  position: absolute;
  left: 0;
  bottom: 16px;
  display: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.timelineContainer.timelineContainer-loadedSprite {
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.75);
}

.player[data-pointer_position='progress_bar'] .timelineContainer,
.player.rewind .timelineContainer {
  display: block;
}

.player[data-progress_type='video'] {
  touch-action: pan-y;
}

/** List Menu */
.menu-container {
  background-color: rgb(0, 0, 0, 0.6);
  cursor: pointer;
}

.menu-header {
  font-weight: 300;
  font-size: 10pt;
  line-height: 1;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.menu-header {
  padding: 5px;
}

.menu-header:hover {
  background: rgba(255, 255, 255, 0.3);
}

.menu-header-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: none;
}

.menu-header-icon_out {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.menu-header-icon_in {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-header-value {
  margin-top: 3px;
}

.menu-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.menu-content-item {
  font-weight: 300;
  font-size: 10pt;
  line-height: 1;
  color: #fff;
  position: relative;
  padding: 5px 10px;
  list-style-type: none;
}

.menu-content-item:not(:last-child) {
  margin-bottom: 5px;
}

.menu-content-item:hover {
  background: rgba(255, 255, 255, 0.3);
}

.menu-content-item_active {
  color: #7fcc4e;
}

.menu-controller {
  display: none;
}

.menu-controller:checked + .a > .menu-content,
.menu-open .menu-content {
  max-height: 300px;
}

.menu-controller + .a .menu-header-icon_in {
  display: inline-block;
}

.menu-controller:checked + .a .menu-header-icon_in,
.menu-open .menu-header-icon_in {
  display: none;
}

.menu-controller:checked + .a .menu-header-icon_out,
.menu-open .menu-header-icon_out {
  display: inline-block;
}

.menu-controller:checked + .a .menu-header-value,
.menu-open .menu-header-value {
  display: none;
}

.menu-controller:checked + .a .menu-header,
.menu-open .menu-header {
  border-bottom: 1px solid #fff;
}

