#top_sponsors .top_sponsors_info {
    width: 850px;
    margin: 0 auto
}

#top_sponsors-top_info-fundraising_efficiency-tooltip {
    width: 500px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

#top_sponsors-top_info-fundraising_efficiency-tooltip p {
    margin-top: 10px
}

#top_sponsors-top_info-fundraising_efficiency-tooltip p:first-child {
    margin-top: 0
}

#top_sponsors .personal_counters {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 18px
}

#top_sponsors .personal_counters>div {
    line-height: 26px
}

.list {
    width: 100%;
    flex-direction: column
}

.list,
.list .item {
    display: flex;
    align-items: center
}

.list .item>div {
    margin-left: 20px
}

.list .place {
    width: 70px;
    color: var(--color-black-50);
    text-align: center
}

.list .item:first-child .place,
.list .item:nth-child(2) .place,
.list .item:nth-child(3) .place {
    color: var(--color-orange)
}

.list .item .user {
    display: flex;
    flex-grow: 2;
    flex-direction: row;
    align-items: center
}

.list .item .geo {
    display: flex;
    margin-top: 10px
}

.list .item .geo_flag {
    position: relative;
    margin-right: 3px;
    top: -5px
}

#top_sponsors_current_list .item>div:first-child {
    margin-left: 0
}

#top_sponsors_current_list .item .place {
    margin-right: -20px;
    font-size: 48px
}

#top_sponsors_current_list .item .photo {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%
}

#top_sponsors_current_list .item .photo img {
    width: 100%
}

#top_sponsors_current_list .user_name_wrapper {
    width: 250px
}

#top_sponsors_current_list .item .name {
    font-size: 20px
}

#top_sponsors_current_list .item .geo_country {
    font-size: 14px
}

#top_sponsors_current_list .item .info {
    display: flex;
    padding: 5px 40px 5px 5px;
    background-color: var(--color-black-35);
    border-radius: 80px 10px 10px 80px
}

#top_sponsors_current_list .item .amount {
    width: 80px;
    height: 80px;
    display: flex;
    color: var(--color-white-100);
    font-size: 20px;
    background-color: var(--color-green-50);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#top_sponsors_current_list .item .amount:hover {
    background-color: var(--color-green-55)
}

#top_sponsors_current_list .item .amount:hover+.amount_tip {
    width: 320px;
    z-index: 2;
    display: block;
    position: absolute;
    margin-left: -140px;
    margin-top: -109px;
    padding: 15px 15px 15px 20px;
    box-sizing: content-box;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    background: var(--color-white-100);
    border: 1px solid var(--color-green-55);
    border-radius: 4px
}

#top_sponsors_current_list .item .amount_tip {
    display: none
}

#top_sponsors_current_list .item .amount_tip:after,
#top_sponsors_current_list .item .amount_tip:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    content: " ";
    border: solid rgba(0, 0, 0, 0);
    pointer-events: none
}

#top_sponsors_current_list .item .amount_tip:after {
    margin-left: -11px;
    border-color: #fff hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
    border-width: 11px
}

#top_sponsors_current_list .item .amount_tip:before {
    margin-left: -12px;
    border-color: #3f9b30 rgba(63, 155, 48, 0) rgba(63, 155, 48, 0);
    border-width: 12px
}

#top_sponsors_current_list .item .counters {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
    justify-content: center
}

#top_sponsors_current_list .item .counters>div {
    margin-top: 5px
}

#top_sponsors_current_list .item .counters>div:first-child {
    margin-top: 0
}

#top_sponsors_previous .month_select_wrapper {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center
}

#top_sponsors_previous ._loader {
    display: none
}

#top_sponsors_previous[data-loading="1"] ._loader {
    display: inline-block
}

#top_sponsors_previous_list .item {
    height: 30px;
    line-height: 30px
}

#top_sponsors_previous_list .item .place {
    width: 40px;
    font-size: 30px
}

#top_sponsors_previous_list .item .bonus {
    height: 100%;
    color: var(--color-orange)
}

#top_sponsors_previous_list .item:first-child .bonus,
#top_sponsors_previous_list .item:nth-child(2) .bonus,
#top_sponsors_previous_list .item:nth-child(3) .bonus {
    color: var(--color-white-100);
    background-color: var(--color-orange)
}

#top_sponsors_previous_list .item .user {
    margin-left: 0
}

#top_sponsors_previous_list .item .name {
    width: 200px;
    font-size: 20px
}

#top_sponsors_previous_list .item .info {
    width: 460px;
    display: flex;
    padding-right: 25px;
    background-color: var(--color-black-35);
    border-radius: 7px;
    overflow: hidden;
    align-items: center
}

#top_sponsors_previous_list .item .amount {
    width: 85px;
    height: 100%;
    color: var(--color-white-100);
    background-color: var(--color-green-50);
    text-align: center
}

#top_sponsors_previous_list .item .prizes {
    width: 200px;
    height: 100%;
    background-color: var(--color-black-35);
    border-radius: 7px;
    overflow: hidden
}

#top_sponsors_previous_list .item .prizes .bonus_icon {
    width: 30px;
    height: 30px;
    background-image: url(https://cdn.wholeworld.org/images/rating_top_mod/gift_orange.png);
    float: left
}

#top_sponsors_previous_list .item:first-child .prizes .bonus_icon,
#top_sponsors_previous_list .item:nth-child(2) .prizes .bonus_icon,
#top_sponsors_previous_list .item:nth-child(3) .prizes .bonus_icon {
    background-image: url(https://cdn.wholeworld.org/images/rating_top_mod/gift_white.png)
}

#top_sponsors_previous_list .item:first-child .prizes .bonus_text {
    display: flex
}

#top_sponsors_previous_list .item:first-child .prizes .bonus_text_separator {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}
