.single__article-command {
  .taglib-header {
    border: none;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 10px;

    width: 100%;
    margin: 0 auto;

    @media (min-width: $mobile) {
      width: 750px;
      padding-left: 5px;
      padding-right: 0;
    }

    @media (min-width: $tablet) {
      width: 970px;
      padding-left: 5px;
      padding-right: 0;
    }

    @media (min-width: $desktop) {
      width: 1170px;
      padding-left: 5px;
      padding-right: 0;
    }

    .header-back-to {
      /* position: relative;*/
      /* width: 1170px;*/
      /*   margin: 0 auto;
         display: block;*/
      float: right;
      a {
        font-family: FontAwesome;
        text-decoration: none;
        margin: 0;
        padding: 0;
        transition: color $speed;

        &:hover, &:focus {
          color: $red-logo;

        }

        &:before {
          content: "\f177";
        }

        .helper-hidden-accessible {
          position: relative !important;
          font-family: $second-font !important;
          font-size: em(20px, 21px) !important;
          text-transform: lowercase;
          font-weight: lighter !important;
          font-variant: small-caps;

        }
      }
    }

    .header-title {
      font-family: $second-font;
      font-size: em(26px);
      float: left;
      margin: 0;
      white-space: initial!important;
    }

  }
}

.single__article {
  .single__article-date {
    color: $date-news;
    font-family: $second-font;
    font-size: em(14px);
    padding-top: em(18px);
    padding-bottom: em(18px);
  }

  .single__article-description {
    font-size: em(14px);
    font-family: $main-font;
    color: $text-news;
  }
}