* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1077px;
  margin: 0 auto;
  padding: 55px 0 55px;
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 10px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 620px) {
  html {
    font-size: 6px;
  }
}
@media screen and (max-width: 410px) {
  html {
    font-size: 5px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 4.6px;
  }
}
@media screen and (max-height: 420px) and (orientation: landscape) {
  html {
    font-size: 4.5px;
  }
}

body {
  background: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 2rem;
  color: #fff;
}

img,
svg {
  display: block;
}

.video-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 65rem;
  padding-bottom: 3rem;
}

.player {
  position: relative;
  background: rgba(0, 0, 0, 0.55);
  height: calc(100vh - 20rem);
  height: auto;
  z-index: 100;
  width: 100%;
}

.player__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.player__play img {
  width: 15rem;
}

.player__timer {
  position: absolute;
  right: 4rem;
  bottom: 100%;
  margin-bottom: 2.4rem;
  background: #323232;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 1.8rem;
  padding: 0 2rem 0 0.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.player__timer img {
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
}

.player__play,
.success-text {
  visibility: hidden;
  opacity: 0;
}

.show-all .player__play,
.show-all .success-text {
  visibility: visible;
  opacity: 1;
}
.show-all .player__timer {
  opacity: 0;
  visibility: hidden;
}

.player__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.player__video img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.player__video:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.success-text {
  z-index: 200;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  font-weight: normal;
  max-width: 1077px;
  width: 100%;
}
.success-text b,
.success-text strong {
  color: #fff;
  font-size: 5rem;
}

.player__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3.5rem 4rem;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.player__title {
  margin-right: 2rem;
}

.player__title-right {
  margin-left: auto;
}

.player__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 4rem 2rem;
}

.player__progress {
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
}

.player__progress-load {
  height: 0.5rem;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  width: 5rem;
}
.player__progress-load svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.player__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.player__time {
  color: #8D8D8D;
}
.player__time span {
  color: #B8B8B8;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 4rem 0;
  margin-bottom: auto;
}

.info__platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info__logo {
  margin-right: 1rem;
}

.info__title {
  font-weight: bold;
  font-size: 2.4rem;
}

.info__subscribe {
  color: #777777;
}

.info__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  color: #777777;
}

.info__comments,
.info__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2rem;
}
.info__comments svg,
.info__view svg {
  margin-right: 1rem;
}

.info__dots {
  margin-left: 1rem;
}

.success-arrow {
  position: fixed;
  top: 3px;
  left: 40%;
  -webkit-animation-name: arrowLeft;
          animation-name: arrowLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.success-arrow:before {
  content: "";
  background: url(../images/arrow.svg) center no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 5rem;
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@-webkit-keyframes arrowLeft {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes arrowLeft {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes arrowTop {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes arrowTop {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.tablet .wrapper,
.mobile .wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
.tablet .success-text,
.mobile .success-text {
  position: relative;
  -webkit-transform: none;
          transform: none;
  padding: 4rem 2rem;
  margin-top: auto;
}
.tablet .player__play,
.mobile .player__play {
  margin-top: 0;
}
.tablet .success-arrow,
.mobile .success-arrow {
  position: absolute;
  -webkit-animation-name: arrowTop;
          animation-name: arrowTop;
  left: calc(50% + 30px);
  top: auto;
  bottom: calc(100% + 20px);
}
.tablet .success-arrow:before,
.mobile .success-arrow:before {
  -webkit-transform: none;
          transform: none;
  width: 3rem;
}
.tablet.android .success-arrow,
.mobile.android .success-arrow {
  left: auto;
  right: 30px;
}
.tablet .player,
.mobile .player {
  height: calc(100vh - 35rem);
}
@media screen and (max-width: 620px) {
  .tablet .player,
.mobile .player {
    max-height: 290px;
  }
}
@media screen and (orientation: landscape) {
  .tablet .wrapper,
.mobile .wrapper {
    max-width: 568px;
  }
  .tablet .success-arrow,
.mobile .success-arrow {
    display: none;
  }
}