
.followers {
    display: block;
    background: #e7f2f8;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 2px;
}

.followers .followers__users-num b {
    font-size: 22px;
    display: block;
    line-height: 25px;
}

.followers .followers__users-num:hover {
    color: #318cc6;
}

.followers .followers__users-num {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    width: 110px;
    font-size: 14px;
    padding: 10px;
    background: #ffffff;
    border-radius: 2px;
    color: #475669;
    margin-right: 10px;
}

.followers .followers__btn {
    position: relative;
    border: 2px solid #318cc6;
    border-radius: 2px;
    line-height: 56px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
}

.followers .followers__users .bth__ava-60 .fa-rss {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 6px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    text-align: center;
    line-height: 12px;
    border-radius: 100%;
}

.followers .followers__users .bth__ava-60 {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.followers .followers__users {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 125px);
}


@media screen and (max-width: 1875px) {
    .followers .followers__users .bth__ava-60:nth-child(14) {
        display: none;
    }

    .followers .followers__users .bth__ava-60 {
        margin-right: 8px;
    }
}

@media screen and (max-width: 1776px) {
    .followers .followers__users .bth__ava-60:nth-child(13) {
        display: none;
    }
}


@media screen and (max-width: 1700px) {
    .followers .followers__users .bth__ava-60:nth-child(14),
    .followers .followers__users .bth__ava-60:nth-child(13) {
        display: inline-block;
    }
}

@media screen and (max-width: 1590px) {
    .followers .followers__users .bth__ava-60:nth-child(14),
    .followers .followers__users .bth__ava-60:nth-child(13) {
        display: none;
    }
}

@media screen and (max-width: 1340px) {
    .followers .followers__users .bth__ava-60:nth-child(12) {
        display: none;
    }
}

@media screen and (max-width: 1255px) {
    .followers .followers__users .bth__ava-60:nth-child(11) {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .followers .followers__users {
        white-space: nowrap;
        overflow: auto;
    }

    .followers .followers__users .bth__ava-60 {
        display: inline-block !important;
    }
}

@media screen and (max-width: 598px) {
    .followers .followers__users-num {
        margin-right: 5px;
    }

    .followers .followers__users {
        width: calc(100% - 120px);
    }

    .followers .followers__users .bth__ava-60 {
        margin-right: 5px;
    }

    .followers {
        padding: 10px;
    }

    .followers .bth__btn.bth__btn--28 span {
        display: none;
    }

    .followers .bth__btn.bth__btn--28 {
        width: 133px !important;
        padding: 0;
        font-size: 11px;
    }
}