.top-experts {
    border-radius: 2px;
    padding: 15px 15px 15px 200px;
    margin-bottom: 20px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    background: #eeeeee;
    min-height: 200px;
}

.top-experts.top-experts--loader {
    background: #eeeeee;
    height: 200px;
    -webkit-animation: expertLoader 5s infinite;
    animation: expertLoader 5s infinite;
}

@keyframes expertLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #cccccc;
    }
    100% {
        background-color: #eeeeee;
    }
}

.top-experts .bth__ava-170 {
    position: absolute;
    top: 15px;
    left: 15px;
}

.top-experts .bth__ttl-h2 {
    margin-bottom: 10px;
    display: block;
}

.top-experts b {
    font-size: 32px;
    line-height: 35px;
    display: block;
    color: #00a551;
    margin-bottom: 5px;
}

.top-experts .top-experts__stat:last-of-type {
    margin-right: 0;
}

.top-experts .top-experts__stat {
    margin-right: 15px;
    margin-top: 31px;
    display: inline-block;
    vertical-align: middle;
    padding: 13px 20px;
    width: 200px;
    border-radius: 5px;
    background-color: #ffffff;
}

.top-experts .top-experts__ico {
    display: inline-block;
    margin-top: 36px;
    vertical-align: top;
    font-weight: bold;
    width: 80px;
    position: relative;
    padding-left: 44px;
    height: 82px;
}

.top-experts .top-experts__ico span {
    font-size: 40px;
    line-height: 80px;
}

.top-experts .top-experts__ico span::before {
    font-family: "Font Awesome 5 Free";
    font-size: 28px;
    font-weight: bold;
    left: 0;
    top: 0;
    position: absolute;
}

.top-experts .top-experts__ico.super-grey span::before {
    content: "\f005";
}

.top-experts .top-experts__ico.yellow span::before,
.top-experts .top-experts__ico.bronze span::before,
.top-experts .top-experts__ico.grey span::before {
    content: "\f091";
}

.top-experts .top-experts__stats .top-experts__stat:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .top-experts .top-experts__name {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        width: calc(100% - 70px);
        font-size: 12px;
    }

    .top-experts .top-experts__stats .top-experts__ico {
        height: auto;
        margin: 0 0 0 auto;
        padding-left: 35px;
        width: auto;
        position: relative;
    }

    .top-experts .top-experts__stats {
        margin-top: 10px;
    }

    .top-experts .top-experts__ico span::before {

        font-size: 25px;
    }

    .top-experts .top-experts__stat div {
        color: #666666;
    }

    .top-experts .top-experts__stat {
        font-size: 11px;
        margin-right: 10px;
        padding: 7px 20px 7px 10px;
        margin-top: 0;
        width: auto;
    }

    .top-experts b {
        font-size: 18px;
        line-height: 18px;
    }

    .top-experts {
        padding: 10px;
        min-height: auto;
    }

    .top-experts .top-experts__ico span {
        line-height: 35px;
        font-size: 35px;
    }

    .top-experts .bth__ava-170 {
        position: static;
        width: 60px;
        display: inline-block;
        vertical-align: middle;
        height: 60px;
    }

    .top-experts .top-experts__stats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-experts .bth__ttl-h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 359px) {
    .top-experts .top-experts__ico span {
        line-height: 25px;
        font-size: 25px;
    }

    .top-experts .top-experts__ico span::before {
        font-size: 20px;
    }

    .top-experts .top-experts__stats .top-experts__ico {
        padding-left: 30px;
    }
}