.content {
  width: 100%;

  .content__title {
    color: #454545;
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    margin: 1rem 0 0.5rem;
  }

  .player {
    position: relative;
    margin: 0 auto;
    height: 290px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .75);
    background: #000 url(../img/bg.png) no-repeat center;
    background-size: cover;
  }

  .rate {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20%;
    text-align: center;

    img {
      width: 100%;
      max-width: 300px;
    }
  }

  .tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    .tabs__item {
      padding: 10px;
      width: auto;
      flex: 1;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;

      &.active {
        border-bottom: 2px solid #EC5F56;
      }
    }
  }
  .desc {
    padding: 0 10px 15px;
    color: #575757;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    span {
      color: #0088cf;
      text-decoration: underline;
    }
  }
  .more {
     margin-top: 15px;
     border: 1px solid #007bff;
     border-radius: 4px;
     color: #0088cf;
     font-size: 15px;
     line-height: 40px;
     text-align: center;
   }

}
