:root {
  --gray: rgb(230, 230, 230);
}

@media (max-width: 576px) {
  .container {
    /*padding: 15px;*/
  }
}

/* .video-wrapper {
  max-width: 770px;
  width: 100%;
  height: auto;
} */

.video-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  height: 0;
  padding-top: 56.25%;
  
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-wrapper video[poster] {
  /*object-fit: cover;*/
	object-fit: fill;
}

video.fullscreenContainer[poster] {
	object-fit: contain;
}

.video-controls {
  right: 0;
  left: 0;
  padding: 0px 20px 18px 20px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(51.56%, rgba(0, 0, 0, 0.31)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.31) 51.56%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.31) 51.56%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/*.video-player.video-player__min .video-controls{
  padding: 0 2px 5px 2px;
}*/


@media (max-width: 576px) {
	/*.video-controls {
		padding: 24px 10px 10px 10px;
	}

	.video-player.video-player__min .video-controls{
		padding: 0 1px 2.5px 1px;
	}*/
}

/*.video-wrapper.small-player .video-controls {
	padding: 0px 10px 10px 10px;
}*/

.video-wrapper.small-player .video-controls {
	padding: 0 10px 15px 10px;
}

.video-wrapper.smaller-player .video-controls {
    padding: 0 5px 10px 5px;
}

.video-controls.hide {
  opacity: 0;
  pointer-events: none;
}
#chapters_menu.hide,
#more_menu.hide,
#subtitles_menu.hide,
#speed_menu.hide {
  opacity: 0;
  pointer-events: none;
}
#chapters_menu,
#more_menu,
#subtitles_menu,
#speed_menu {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  height: 8.4px;
  pointer-events: none;
  position: absolute;
  top: 0;
}

progress::-webkit-progress-bar {
  background-color: #474545;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

progress::-webkit-progress-value {
  background: var(--youtube-red);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

progress::-moz-progress-bar {
  border: 1px solid var(--youtube-red);
  background: var(--youtube-red);
}

.bottom-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  /*height: 40px;*/
  margin-bottom: 14px;
}

.video-player.video-player__min .bottom-controls{
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  /*.bottom-controls {
    height: 22px;
  }*/
}

.video-wrapper.small-player .bottom-controls{
	height: 22px;
}

.video-wrapper.smaller-player .bottom-controls {
    height: 15px;
}

.left-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.left-controls--play {
  margin-right: 5px;
}

.left-controls .time {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
@media (max-width: 1100px) {
  /*.left-controls .time {
    font-size: 12px;
  }*/
}
.video-wrapper.small-player .left-controls .time {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  /*.left-controls .time {
    font-size: 11px;
  }*/
}

.right-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.right-controls-button {
  margin-right: 5px;
}

@media (max-width: 576px) {
  .right-controls-button {
    margin-right: 8px;
  }
}

.right-controls-button:last-of-type {
  margin-right: 0;
}

.volume-controls {
  -webkit-border-radius: 36px;
  border-radius: 36px;
  /*max-height: 40px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  /*-webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;*/
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s background;
  -o-transition: 0.3s background;
  transition: 0.3s background;
  height: 110px;
  width: 40px;
}

@media (max-width: 576px) {
  /*.volume-controls {
    display: none;
  }*/
}

.video-wrapper.small-player .volume-controls {
    display: none;
}

.volume-controls input {
  width: 100px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.volume-controls:hover input,
.volume-controls input:focus {
  width: 100px;
  opacity: 1;
}

/*.video-player.video-player_big button {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}*/

.video-player button {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.video-player.video-player_big button::-moz-focus-inner {
  border: 0;
}

@media (max-width: 576px) {
  /*.video-player.video-player_big button {
    width: 26px;
    height: 26px;
  }
	.video-player.video-player__min button {
		width: 26px;
		height: 26px;
  }*/
}

.video-player .small-player button{
    width: 26px;
    height: 26px;
}
.video-player .smaller-player button{
    width: 24px;
    height: 24px;
}
.media-slider__item .video-player .small-player button{
    width: 14px;
    height: 24px;
}

.video-player button:hover{
  background-color: rgba(255, 255, 255, 0.2);
}

.video-player button *{
  pointer-events: none;
}

.video-player.video-player_big button::before {
  /* content: attr(data-title);
  position: absolute;
  display: none;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre; */
}

.video-player button.left-controls--play::before {
  left: 0;
}

.video-player button.controls-button::before,
.video-player button.fullscreen-button::before {
  right: 0;
}

.fullscreen-button:hover img {
  -webkit-animation: buttonAnim 0.3s ease;
  animation: buttonAnim 0.3s ease;
}

@-webkit-keyframes buttonAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes buttonAnim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes buttonAnimFullscreen {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes buttonAnimFullscreen {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media all and (display-mode: fullscreen) {
  .fullscreen-button:hover img {
    -webkit-animation: buttonAnimFullscreen 0.3s ease;
    animation: buttonAnimFullscreen 0.3s ease;
  }
  
  .video-wrapper {
          padding-top: 0;
  }
}

.video-player button:hover::before {
  display: inline-block;
}

.playback-animation {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  z-index: 10;
}

input[type='range'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 8.4px;
  background: transparent;
  cursor: pointer;
}

input[type='range']:focus {
  outline: none;
}

input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  -webkit-border-radius: 1.3px;
  border-radius: 1.3px;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input[type='range']::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: var(--youtube-red);
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: -1px;
}

input[type='range']:focus::-webkit-slider-runnable-track {
  background: transparent;
}

input[type='range'].volume {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 52px;
  height: 4px;
  /*margin-left: 16px;
  margin-right: 4px;*/
  background: rgba(255, 255, 255, 0.3);
  background-image: -o-linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0.5))
  );
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none;
  -webkit-transform: rotate(-90deg) translateX(30px); /* Safari */
   -moz-transform: rotate(-90deg) translateX(30px);    /* Firefox */
   -ms-transform: rotate(-90deg) translateX(30px);     /* IE 9 */
   -o-transform: rotate(-90deg) translateX(30px);      /* Opera */
   transform: rotate(-90deg) translateX(30px);
}

.volume-controls:hover {
  background: rgba(0, 0, 0, 0.4);
}

.volume-controls:hover input[type='range'].volume {
  display: block;
}

input[type='range'].volume::-webkit-slider-runnable-track {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

input[type='range'].volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

input[type='range'].volume::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  cursor: pointer;
}

input[type='range'].volume::-moz-range-track {
  -moz-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type='range']::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 1.3px;
}

input[type='range']::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid var(--youtube-red);
  background: var(--youtube-red);
  cursor: pointer;
  margin-top: 5px;
}

input[type='range']:focus::-moz-range-track {
  outline: none;
}

input[type='range'].volume::-moz-range-thumb {
  border: 1px solid #fff;
  background: #fff;
}

.hidden {
  display: none !important;
}

.video-wrapper svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
}

.video__markers-links {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}

.video__markers-links li {
  list-style: none;
  margin: 8px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  max-width: 96%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.video__markers-links li:hover {
  color: rgba(0, 0, 0, 0.4);
}

.video__controls-actions-icn {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.video-wrapper.small-player .video__controls-actions-icn{
  width: 24px;
  height: 24px;
}

@media (max-width: 576px) {
  /*.video__controls-actions-icn {
    width: 22px;
    height: 22px;
  }*/
}

.video__controls-timeline {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  position: relative;
}

.video__controls-timeline-wrapper {
  padding: 0 8px;
}

.video__controls-timeline-passed {
  background: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 0;
  height: 4px;
}

.video__controls-timeline-markers {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video__controls-timeline-markers span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  height: 4px;
  border-right: 3px solid rgba(0, 0, 0, 0.6);
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  cursor: pointer;
}

.video__controls-timeline-markers span:hover {
  height: 10px;
}

.video__controls-timeline-markers span:first-of-type {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.video__controls-timeline-markers span:last-of-type {
  border-right: none;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.video__controls-timeline-tooltip {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 15px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: 0.3s visibility;
  -o-transition: 0.3s visibility;
  transition: 0.3s visibility;
  bottom: 10px;
  max-width: 300px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.video__controls-actions-more-menu, .video__controls-actions-chapters-menu {
  background: #ffffff;
  -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 101;
  position: absolute;
  right: 20px;
  bottom: 80px;
  display: none;
}
/*стили для списка глав*/
.video__controls-actions-chapters-menu{
    /* right: 0; */
    position: absolute;
    z-index: 101;
    bottom: 80px;
    /*top: 10px;*/
    /* padding: 10px 20px; */
    max-height: 65%;
    width: 65%;
    overflow-y: auto;
}
@media(max-width: 1300px){
	/*.main-medias-container #chapters_menu{
		top: 10px;
	}*/
}
@media(max-width: 600px){
	/*#chapters_menu{
		top: 10px;
	}*/
}
@media(max-width: 576px){
	/*#chapters_menu{
		bottom: 55px;
		max-height: 100%
	}*/
}

.video-wrapper.small-player #chapters_menu{
	/*top: 10px;*/
	bottom: 55px;
	max-height: 60%
}

/*.video-wrapper.small-player #chapters_menu.chaptersForSmallFullscreen{
	top: unset;
	max-height: 40%
}*/

.video-wrapper.small-player #more_menu,
.video-wrapper.small-player #subtitles_menu,
.video-wrapper.small-player #speed_menu {
    bottom: 55px;
}
/*@media(max-width: 1100px){
	.video__controls-actions-chapters-menu{
		height: 11vw;
	}
}*/
.video__controls-actions-chapters-menu-item {
    /*margin-bottom: 10px;*/
	padding: 10px 20px;
	border-bottom: 1px solid #e3e3e3;
}
.video__controls-actions-chapters-menu-item:last-child {

	border-bottom: none;
}
.video__controls-actions-chapters-menu-item:hover{
	background-color: #e3e3e3;
}

.video__controls-actions-chapters-menu-item p {
    font-family: "PTSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.small-player .video__controls-actions-chapters-menu-item {
	padding: 5px 15px;
}
.small-player .video__controls-actions-chapters-menu-item p{
	font-size: 12px;
}



.video__controls-actions-more-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video__controls-actions-more-menu p {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  width: 128px;
}

.video__controls-actions-more-menu-item p {
  margin-left: 17px;
}

.video__controls-actions-more-menu-item,
.video__controls-actions-subtitles-menu-item,
.video__controls-actions-speed-menu-item {
  padding: 15px 17px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (max-width: 576px) {
  /*.video__controls-actions-more-menu-item,
  .video__controls-actions-subtitles-menu-item,
  .video__controls-actions-speed-menu-item {
    padding: 6px 6px;
  }*/
}

.video-wrapper.small-player .video__controls-actions-more-menu-item,
.video-wrapper.small-player .video__controls-actions-subtitles-menu-item,
.video-wrapper.small-player .video__controls-actions-speed-menu-item{
    padding: 6px 6px;
}

.video__controls-actions-more-menu-item:hover,
.video__controls-actions-subtitles-menu-item:hover,
.video__controls-actions-speed-menu-item:hover {
  background-color: var(--gray);
}

.video__controls-actions-subtitles-menu-item p,
.video__controls-actions-speed-menu-item p {
  margin-left: 56px;
}

@media (max-width: 576px) {
  .video__controls-actions-subtitles-menu-item p,
  .video__controls-actions-speed-menu-item p {
    margin-left: 6px;
  }
}

.video__controls-actions-subtitles-menu-item.selected,
.video__controls-actions-speed-menu-item.selected {
  background-image: url('/static/videoplayer/assets/check.svg');
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

@media (max-width: 576px) {
  .video__controls-actions-subtitles-menu-item.selected,
  .video__controls-actions-speed-menu-item.selected {
    background-position: 92% 50%;
  }
}

.shown {
  display: block;
}

.hidden {
  display: none;
}

.video__controls-actions-subtitles-menu,
.video__controls-actions-speed-menu {
  max-height: 60%;
  overflow-y: auto;
}

/*@media (max-width: 576px) {
  .video__controls-actions-subtitles-menu,
  .video__controls-actions-speed-menu {
    max-height: 100px;
  }
}*/

::cue {
  color: #fff !important;
  text-shadow: grey 0 0 2px;
  /* -webkit-text-stroke: 2px grey; */
  -webkit-text-stroke: initial!important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}


.video__controls-actions-more-menu::-webkit-scrollbar,
.video__controls-actions-chapters-menu::-webkit-scrollbar {
  width: 4px;
}

.video__controls-actions-more-menu::-webkit-scrollbar-track,
.video__controls-actions-chapters-menu::-webkit-scrollbar-track {
  background-color: darkgrey;
}

.video__controls-actions-more-menu::-webkit-scrollbar-thumb,
.video__controls-actions-chapters-menu::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} 
.right-controls p { margin-bottom: 0; margin-top: 0; }

.video-player { direction: ltr; }

@media (max-width: 768px) {
  .video__controls-timeline-tooltip {
    display: none;
  }
}

.video__markers-links li {
    display: none;
}

.video__markers-links.expand li {
    display: list-item;
}

.video__markers-links > div > span {
    cursor: pointer;
}

.video__markers-links > div > span > svg  {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

