
.scoreboard {
    border-top: 1px solid transparent;
    padding: 32px 16px 0;
  	text-align: center;
  }
  
.scoreboard .scoreboard__title {
    opacity: 0.99;
  	margin: 30px auto;
  	line-height: 1.2;
  }
  
  .scoreboard__counter {
    font-size: 46px;
    margin: 0 0 42px;
    opacity: 0.99;
  }
  
  .scoreboard__text {
    font-size: 18px;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 20px;
  }
  
  .scoreboard hr.scoreboard__line_green {
    height: 2px;
    opacity: 1;
    background: linear-gradient(to right, #042e45 0%, #0d4361 48%, #0c893e 100%);
  }
  
  .progressBar {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    height: 500px;
  }
  
  .achievement {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 60px;
  }
  
  .scale__section .achievement {
    width: 100%;
    max-width: 200px;
  }
  
  .scale__section_big .achievement {
    max-width: 200px;
  }
  
  .scale__section .achievement {
    bottom: 60px;
    top: -400px;
    left: 24px;
  }
  
  .achievement__image {
    opacity: 0.6;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
  }
  
  .achievement__image_top {
   margin-bottom: 10px;
  }
  
  .achievement__image img {
    max-width: 100%;
    max-height: 100%;
  }
  
  .achievement__text {
    margin: 10px auto 0;
    order: 3;
    min-height: 54px;
  }
  
  .achievement__text > h1 {
    opacity: .77;
    font-size: 32px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  
  .achievement__text > h3 {
    opacity: .77;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  
  .achievement__text > p {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.77;
  }
  
  .achievement__number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #068ecc;
    background-color: #105a7d;
    transform: scale(1);
    transition: all .3s;
  }
  
  .achievement__number__progress {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background: rgba(12, 136, 63, 0);
    clip: rect(auto, 0px, auto, auto);
    transition: all .5s;
  }
  
  .achievement__number_top {
    margin: 22px auto 8px;
    order: 4;
  }
  
  .achievement__number_bottom {
    margin: 8px auto 22px;
  }
  
  .achievement__container {
    display: flex;
    flex-direction: column;
    min-height: 344px;
  }
  
  .achievement__container_top {
    justify-content: flex-end;
  }
  
  .achievement__container_bottom {
    justify-content: flex-start;
  }
  
  .achievement__image,
  .achievement__number {
    transform: scale(1);
    transition: all .5s;
  }
  
  /* .achievement:hover .achievement__number,
  .achievement:hover .achievement__image {
    -webkit-backface-visibility: hidden;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  } */
  
  /* .popUpIsOpen .achievement:hover .achievement__number,
  .popUpIsOpen .achievement:hover .achievement__image {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  } */
  
  .achievement__number p {
    font-size: 24px;
    font-weight: bold;
  }
  
  .achievement__stub {
    width: 2px;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .achievement__stub > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    opacity: 0.2;
    transition: all 0.5s;
  }
  
  .custom-width {
    max-width: 138px;
  }
  
  /* body:not(.popUpIsOpen) .achievement:hover .stub_top {
    top: 15px;
  }
  
  body:not(.popUpIsOpen) .achievement:hover .stub_bottom {
    bottom: 15px;
  } */
  
  .progressBar__scale {
    width: 100%;
  }
  
  .scale {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    box-shadow: inset 0 0 7px 1px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    background: rgba(3, 29, 43, .9);
  }


  #anshan .achievement__image {
    height: 170px;
    margin-bottom: -20px;
  }
  
  .scale__section {
    position: relative;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    z-index: 10;
  }
  
  .scale__section_highZ {
    z-index: 11;
  }
    
  .scale__section:not(.scale__section_last):after {
    content: '';
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, .1);
  }
  
  .scale__section_big {
    flex-grow: 2;
  }
  
  .scale__section_last .achievement {
    max-width: 100%;
  }
  
  .scale__section_last .achievement__text {
    width: 186px;
  }
  
  .scale__section > p {
    font-size: 16px;
    opacity: 0.54;
  }
  
  .scale__section_big > p {
    font-size: 24px;
    opacity: 1;
  }
  
  .scale__section_big .achievement__number {
    width: 56px;
    height: 56px;
  }
  
  .scale__section_big .achievement__number_top {
    margin-top: 14px;
  }
  
  .scale__section_big .achievement__number_bottom {
    margin-bottom: 14px;
  }
  
  .scale__section_big .achievement__number p {
    font-size: 28px;
  }
  
  .scale__section_big .achievement__stub {
    height: 32px;
  }
  
  .scale__section_completed .achievement__number {
    border: 2px solid #1b5e20;
  }

  .scale__section_completed .achievement__number:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #388e3c url('//ips4-wowslegends-global.gcdn.co/pages_media/8_check.png') no-repeat center center;
  }
  
  .scale__section_completed .achievement__image {
    opacity: 1;
  }

  .scale__section:not(.scale__section_completed) .achievement__image {
  	filter: grayscale(0.75);  
  }
  
  .scale__section_completed > p {
    opacity: .77;
  }
  
  .scale__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: all .3s;
    background: linear-gradient(to right, #0886bf 0%, #156e99 44%, #0c893e 86%)  no-repeat;
    clip: rect(auto, 0, auto, auto);
    background-clip: padding-box;
  }
  
  @media screen and (max-width: 900px) {
    .scoreboard {
      padding-top: 0;
        overflow-x: hidden;
    }
  
    .scoreboard__title {
      font-size: 24px;
      line-height: 40px;
      opacity: .77;
      letter-spacing: 0.1em;
      margin-bottom: 24px;
    }
  
    .scoreboard__counter {
      font-size: 32px;
      font-weight: 700;
    }
  
    .scoreboard__text {
      font-size: 14px;
      line-height: 20px;
    }
  
    .progressBar {
      height: 100%;
    }
  
    .progressBar__scale.row {
      flex-direction: column;
      align-items: start;
      height: 100%;
      padding: 40px 0;
    }
  
    .scale {
      flex-direction: column;
      width: 80px;
      height: 100%;
      border-radius: 0;
      border: 1px solid rgba(6, 122, 177, .56);
      background-color: #031d2b;
    }
    
    #anshan .achievement__image {
      height: 50px;
      margin-bottom: 0;
    }
    
    #anshan .achievement__image img {
      transform: scale(1.2);
    }
  
    .scale__section {
      width: 80px;
      height: 92px;
    }
  
    .scale__section > p {
      font-size: 16px;
      line-height: 1;
      position: absolute;
      bottom: 6px;
    }
  
    .scale__section:first-child {
      height: 46px;
    }
  
    .scale__section_big {
      flex-grow: 1;
    }
  
    .scale__section:nth-child(n) .achievement {
      bottom: auto;
      max-width: none;
      flex-direction: row;
      position: absolute;
      left: 116px;
      top: calc(100% - 30px);
      width: calc(100vw - 132px);
    }
  
    .scale__progress {
      background: linear-gradient(to bottom, #042e45 0%, #0d4361 48%, #0c893e 100%);
      background-clip: padding-box;
      clip: rect(0, auto, 0, auto);
      border: none;
      border-radius: 0;
    }
  
    .achievement__number,
    .scale__section_big .achievement__number {
      width: 32px;
      height: 32px;
      margin: 0;
      order: 1;
      flex-shrink: 0;
    }
  
    .achievement__number p,
    .scale__section_big .achievement__number p {
      font-size: 18px;
    }
  
    .achievement__container {
      display: flex;
      flex-direction: row;
      align-items: start;
      justify-content: flex-start;
      min-height: auto;
    }
  
    .achievement:hover .achievement__container {
      transform: scale(1);
    }
  
    .achievement__image {
      height: 100px;
      margin: -20px 20px 0;
      position: relative;
      text-align: center;
      min-width: 100px;
      order: 1;
    }
  
    .achievement__image img {
      height: 100%;
      margin: auto;
    }
  
    .achievement__text {
      margin: 0;
      text-align: left;
      order: 1;
      min-height: unset;
    }
  
    .achievement__text > h1,
    .achievement__text > h3 {
      margin-bottom: 0;
    }

    .achievement:hover .achievement__number,
    .achievement:hover .achievement__image {
        -webkit-backface-visibility: hidden;
        -ms-transform: scale(1); /* IE 9 */
        -webkit-transform: scale(1); /* Chrome, Safari, Opera */
        transform: scale(1);
    }
  }
  
  @media screen and (max-width: 600px) {
    .scale {
      width: 24px;
    }
  
    .scale__section {
      width: 24px;
    }
  
    .scale__section > p {
      display: none;
    }
  
    .scale__section:nth-child(n) .achievement {
      left: -4px;
      top: calc(100% - 16px);
      width: calc(100vw - 32px);
    }
  
    .achievement__number,
    .scale__section_big .achievement__number {
      border: 2px solid #068ecc;
      background-color: #105a7d;
    }
  
    .achievement__number__progress {
      display: none;
    }
  
    .achievement__image {
      margin: 0;
      height: 50px;
    }
  
    .achievement__text > p {
      font-size: 14px;
      line-height: 18px;
    }
    
    .custom-width {
      max-width: 124px;
    }
  }
  
  
  
  
  
  
  
  
  
  