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

.followers:hover {
    background-color: #e4eef9 !important;
}

.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-50 .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-50 img {
    border-radius: inherit;
}

.followers .followers__users .bth__ava-50:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.followers .followers__users .bth__ava-50 {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-radius: 5px !important;
}

.followers .followers__users {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.followers .followers__stat {
    margin-bottom: 10px;
}

.followers .followers__stat-bb:hover .hint {
    display: block;
    bottom: 50px;
}

.followers .followers__stat-bb.followers__stat-bb--200 {
    width: 200px;
}

.followers .followers__stat-bb {
    height: 40px;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 15px 0 45px;
    color: #475669;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

.followers .followers__stat-bb b {
    font-size: 20px;
}

.followers .followers__stat-bb b + span {
    margin-left: 10px;
}

.followers .followers__stat-bb > *:not(.hint, i) {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.followers .followers__stat-bb i {
    font-size: 12px;
    color: #ffffff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #318cc6;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    top: 8px;
}

.followers .followers__stat-bb i.fa-rss {
    background: #00a551;
}

.followers .followers__stat-bb i.fa-heart {
    background: #e03a3a;
    line-height: 24px;
}

.followers .followers__users {
    white-space: nowrap;
    overflow: auto;
}


@media screen and (max-width: 1200px) {
    .followers .followers__stat-bb.followers__stat-bb--200 {
        width: auto;
    }
    .followers{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .followers .followers__stat-bb {
        padding-right: 10px;
    }

    .followers .followers__stat-bb.mr40 {
        margin-right: 10px !important;
    }

    .followers .followers__stat-bb {
        padding-left: 40px;
        font-size: 10px;
        line-height: 35px;
        height: 35px;
    }

    .followers .followers__stat-bb b + span {
        margin-left: 5px;
    }

    .followers .followers__stat-bb b {
        font-size: 16px;
    }

    .followers .followers__stat-bb i {
        left: 10px;
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
        line-height: 20px !important;
        font-size: 9px;
    }

    .followers .bth__btn {
        width: 250px;
        font-size: 10px;
    }

    .followers .followers__users .bth__ava-50 {
        width: 40px;
        height: 40px;
    }

    .followers .followers__users .bth__ava-50 .fa-rss {
        top: -1px;
        right: -1px;
    }
}

@media screen and (max-width: 767px) {

    .followers .followers__stat {
        white-space: nowrap;
        overflow: auto;
    }

    .followers .followers__btns .bth__btn {
        width: 50% !important;
    }

    .followers .followers__users .bth__ava-50 {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }

    .followers {
        padding: 10px;
    }

    .followers .followers__stat-bb.mr40 {
        margin-right: 5px !important;
    }

    .followers .followers__stat-bb {
        padding-right: 10px;
        margin-right: 5px;
    }

    .followers .followers__stat-bb b {
        font-size: 14px;
    }

    .followers .followers__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 359px) {
    .followers .followers__btns {
        flex-direction: column;
        gap: 0;
    }

    .followers .followers__btns .bth__btn {
        width: 100% !important;
    }

}
