top100-box,
.top100-box * {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.top100-box {
    text-align: center;
    font-weight: 700
}

.top100-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700
}

.top100-items {
    position: relative
}

.top100-items ol {
    position: relative;
    padding-top: 490px;
    position: relative;
    z-index: 1;
    counter-reset: li
}

.top100-item {
    padding: 0 10px 30px;
    float: left;
    width: 16.66%;
    position: relative
}

.top100-item::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    color: #c5c5c5;
    font-weight: 700;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -10px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background-color: #596a72;
    background: linear-gradient(to top, #030506 0%, #046483 100%);
    box-shadow: 0 0 5px 5px #e2e2e2;
}

.top100-item a {
    display: block;
    color: #000
}

.top100-img {
    height: 155px;
    overflow: hidden;
    background-color: #000
}

.top100-img img {
    width: 100%;
    min-height: 100%
}

.top100-name {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 5px;
    color: #afafaf;
	font-size: 13px;
}

.top100-items::before {
    content: "";
    width: 100%;
    height: 460px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #046483;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, .5) 35px, rgba(255, 255, 255, .5) 70px)
}

.trophy {
    float: none;
    width: 200px;
    position: absolute;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5)
}

.trophy a {
    color: #fff
}

.trophy .top100-img {
    height: 280px
}

.trophy:nth-child(2) {
    left: 30px;
    top: 80px
}

.trophy:nth-child(1) {
    left: 50%;
    margin-left: -100px;
    top: 20px
}

.trophy:nth-child(3) {
    right: 30px;
    top: 80px
}

.trophy:before {
    background-color: #ff0303;
    background: linear-gradient(to top, #030506 0%, #046483 100%);
    box-shadow: 0 0 5px 10px #e2e2e2;
    color: #c5c5c5;
    bottom: 90px
}

.top100-item:hover .top100-name {
    text-decoration: underline
}

@media screen and (max-width: 950px) {
    .top100-item {
        width: 20%
    }
    .trophy {
        width: 200px
    }
    .trophy:nth-child(2) {
        left: 20px
    }
    .trophy:nth-child(3) {
        right: 20px
    }
}

@media screen and (max-width: 760px) {
    .top100-item {
        width: 33.33%
    }
    .trophy {
        width: 200px;
        position: relative;
        left: 0!important;
        top: 0!important;
        margin: 0 auto 20px!important
    }
    .top100-items::before {
        display: none
    }
    .top100-items ol {
        padding-top: 0
    }
}

@media screen and (max-width:590px) {
    .top100-item {
        width: 50%
    }
    .trophy {
        width: 200px
    }
}

.top100-h1 {
    color: #afafaf;
    font: 19px Roboto,Arial,Helvetica,sans-serif;
    text-align: center;
    padding: 0 0 13px;
    font-weight: 700;
}

/* ====== TOPS INDEX PAGE ====== */
.tops-page { max-width: 1200px; margin: 0 auto; }

.tops-head { margin-bottom: 14px; }
.tops-title { margin: 0 0 6px; font-size: 22px; line-height: 1.2; }
.tops-subtitle { opacity: .8; font-size: 14px; }

.tops-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tops-card{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius: 12px;
  padding: 14px;
}

.tops-card__head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.tops-card__title{
  margin: 0;
  font-size: 18px;
}

.tops-card__mainlink{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}

.tops-card__mainlink:hover{
  border-color: rgba(255,255,255,.28);
}

.tops-years__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.tops-year{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.tops-year:hover{
  border-color: rgba(255,255,255,.28);
}

/* ====== RESPONSIVE ====== */
@media (max-width: 980px){
  .tops-years__grid{ grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 768px){
  .tops-grid{ grid-template-columns: 1fr; }
  .tops-card__head{ flex-direction: column; align-items: flex-start; }
  .tops-card__mainlink{ width: 100%; justify-content: center; }
  .tops-years__grid{ grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 420px){
  .tops-years__grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
