.statisticsTopMenuBlock .overflowMenu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .statisticsTopMenuBlock .overflowMenu.isOverflowed {
    background: 0;
  }
  .statisticsTopMenuBlock .overflowMenu a {
    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;
    font-size: 14px;
    color: #595F6C;
    height: 34px;
    padding: 0 15px;
    background: rgba(231, 235, 243, 0.7);
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 0 6px 6px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1;
  }
  .statisticsTopMenuBlock .overflowMenu a .labelNew {
    color: #1FA765;
    font-size: 0.786em;
    font-weight: 500;
  }
  .statisticsTopMenuBlock .overflowMenu a .labelNew:after {
    display: none;
  }
  .statisticsTopMenuBlock .overflowMenu a.newLink {
    background: #ECF5F1;
  }
  .statisticsTopMenuBlock .overflowMenu a.active {
    color: #3485FF;
    font-weight: 600;
    background: #EBF3FF;
    border: 1px solid #3485FF;
  }
  @media (hover: hover) {
    .statisticsTopMenuBlock .overflowMenu a:hover {
      border-color: #3485FF;
    }
  }
  @media screen and (max-width: 767px) {
    .statisticsTopMenuBlock .overflowMenu a {
      font-size: 13px;
      padding: 0 10px;
    }
  }