.top-experts {
    border-radius: 5px;
    padding: 15px 15px 15px 220px;
    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;
}

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

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

.top-experts .bth__ava-170:hover::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.top-experts .bth__ava-170 {
    position: absolute;
    top: 15px;
    border: 5px solid #ffffff;
    border-radius: 5px !important;
    overflow: hidden;
    left: 15px;
}

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

.top-experts .bth__ttl-h2, .top-experts .top-experts__geo {
    width: calc(100% - 150px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

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

.top-experts .top-experts__stat.grey b {
    color: inherit;
}

.top-experts a.top-experts__stat:hover {
    background: rgba(255, 255, 255, 0.5);
}

.top-experts .top-experts__stat.top-experts__stat--150 {
    width: 150px;
}

.top-experts .top-experts__stat.top-experts__stat--250 {
    width: 220px;
}

.top-experts .top-experts__stat .top-experts__stat-abs li * {
    display: inline-block;
}

.top-experts .top-experts__stat .top-experts__inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.top-experts .top-experts__stat .top-experts__stat-abs {
    font-size: 14px;
    color: #475669;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
}

.top-experts .top-experts__stat {
    margin-right: 15px;
    color: #475669;
    padding: 13px 10px 13px 20px;
    width: 180px;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
}

.top-experts .top-experts__stat,
.top-experts .top-experts__ico {
    display: inline-block;
    margin-top: 25px;
    height: 85px;
    vertical-align: top;
}

.top-experts .top-experts__ico {
    font-weight: bold;
    position: relative;
    padding-left: 44px;
}

.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 (min-width: 1199px) {
    .top-experts-long .top-experts .top-experts__stats {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1360px) {
    .top-experts-long .top-experts .top-experts__stat {
        padding-left: 15px;
        margin-right: 10px;
    }

    .top-experts .top-experts__stat.top-experts__stat--150 {
        width: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .top-experts-long .top-experts .top-experts__ico.super-grey {
        padding-left: 35px;
    }

    .top-experts-long .top-experts .top-experts__ico span {
        line-height: 55px;
    }

    .top-experts-long .top-experts .top-experts__ico.super-grey span {
        font-size: 20px;
    }

    .top-experts-long .top-experts .top-experts__stat {
        width: auto;
        padding-right: 30px;
    }

    .top-experts-long .top-experts .top-experts__ico.super-grey span::before {
        font-size: 18px;
    }

    .top-experts-long .top-experts .top-experts__ico {
        position: absolute;
        right: 10px;
        height: auto;
        line-height: normal;
        top: 10px;
        display: block;
        margin: 0;
    }

    .top-experts {
        padding-left: 210px;
    }

    .top-experts-long .top-experts .top-experts__stats::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .top-experts-long .top-experts .top-experts__stats {
        white-space: nowrap;
        overflow: auto;
    }
}

@media screen and (max-width: 768px) {
    .top-experts .bth__ttl-h2 {
        margin-bottom: 15px;
        font-size: 19px;
    }
}

@media screen and (max-width: 767px) {
    .top-experts .bth__ava-170 {
        width: 50px;
        left: 10px;
        top: 10px;
        height: 50px;
        border-width: 2px;
    }

    .top-experts .top-experts__name {
        padding-left: 65px;
    }

    .top-experts {
        padding: 10px;
        min-height: auto;
        font-size: 10px;margin-bottom: 10px;
    }

    .top-experts .bth__ttl-h2 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 23px;
    }

    .top-experts .bth__ttl-h2, .top-experts .top-experts__geo {
        width: calc(100% - 55px);
    }

    .top-experts .top-experts__stats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        white-space: normal;
        margin-top: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-experts .top-experts__stat:not(.top-experts__stat--250) b {
        margin: 0;
    }

    .top-experts .top-experts__stat.top-experts__stat--250 > .mb10 + .top-experts__inline {
        margin-left: auto !important;
    }

    .top-experts .top-experts__stat.top-experts__stat--250 > .mb10 * {
        display: inline-block;
        vertical-align: middle;
    }

    .top-experts .top-experts__stat.top-experts__stat--250 > * {
        margin-bottom: 0 !important;
    }

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

    .top-experts-long .top-experts .top-experts__ico.super-grey span {
        font-size: 16px;
    }

    .top-experts:not(.top-experts--inline-mob) .top-experts__stat:not(.top-experts__stat--250) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-experts .top-experts__stat {
        width: 100% !important;
        height: auto;
        margin: 0 !important;
        padding: 5px 15px !important;
    }

    .top-experts .top-experts__geo {
        font-size: 10px;
    }

    .top-experts .top-experts__stat .top-experts__inline {
        margin-right: 10px;
    }

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

    .top-experts .top-experts__ico span::before, .page .top-experts .top-experts__ico span {
        line-height: 20px;
        font-size: 20px;
    }

    .top-experts .top-experts__ico span::before {
        left: auto;
        right: 0;
        font-size: 15px;
    }

    .top-experts .top-experts__ico {
        position: absolute;
        right: 10px;
        height: auto;
        line-height: normal;
        top: 10px;
        padding: 0 25px 0 0 !important;
        display: block;
        margin: 0;
    }

    .page .top-experts .top-experts__ico.super-grey {
        padding: 0 20px 0 0 !important;
    }

    .page .top-experts .top-experts__ico.super-grey span::before {
        font-size: 12px;
    }

    .top-experts-long .top-experts .top-experts__stats {
        display: block;
        white-space: nowrap;
        overflow: auto;
    }

    .top-experts-long .top-experts .top-experts__stats .top-experts__stat--250 > * > * {
        display: block;
    }

    .top-experts-long .top-experts .top-experts__stats .top-experts__stat--250 .bold {
        line-height: 20px;
    }

    .top-experts-long .top-experts .top-experts__stats .top-experts__stat--250 > * {
        display: inline-block !important;
        vertical-align: top;
        margin: 0 15px 0 0 !important;
    }

    .top-experts-long .top-experts .top-experts__stats .top-experts__stat {
        display: inline-block;
        vertical-align: top;
        width: auto !important;
        padding: 5px 10px !important;
        margin-right: 5px !important;
    }

    .top-experts.top-experts--inline-mob .top-experts__stats {
        flex-wrap: nowrap;
    }

    .top-experts.top-experts--inline-mob .top-experts__stat {
        width: auto !important;
        display: flex;
        align-items: center;gap: 10px;
        height: auto;
    }
}