body {
  &.agree {
    .footer {
      &__default {
        display: none;
      }

      &__agree {
        display: block;
      }
    }

    .player {
      &__default {
        display: none;
      }

      &__agree {
        display: flex;
      }
    }
  }
}
