@import "panel";

.player {

  &__container {
    position: relative;
    img  {
      width: 100%;
      display: block;
      object-fit: contain;
    }

  }
  &__head {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    width: auto;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  &__quality {
    background: $c-red;
    color: $c-white;
    padding: 2px 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 3px;
  }

  &__time {
    background: $c-bg-o7;
    padding: 4px 5px;
    border-radius: 3px;
    color: $c-white;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  &__panel {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    width: auto;
    padding: 5px 15px;
  }

  &__control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    color: $c-white;
    justify-content: center;
    align-items: stretch;
  }

  &__agree {
    display: none;
  }

  &__loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.27);
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  &__disclaimer {
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
  }

  &__play {
    &Container {
      border: none;
      background: $c-bg-black-o7;
      padding: 45px 7px 45px 7px;
      display: flex;
      justify-content: center;
      align-items: center;

      img {
        display: block;
        object-fit: contain;
        width: 50px;
        height: 56px;

      }
    }
  }

  &__text {
    &Btn {
      color: $c-white;
      text-align: left;
      margin-right: 21px;
      h2 {
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.3px;
      }

      span {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
    }
  }

  &__description {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: $c-white;
    text-align: center;
    padding-top: 10px;
  }
}
