.title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 600;
}

.subtitle {
    font-size: 16px;
    color: #748A96;
}

.ranking_wrap {
    background: #001b731f;
    padding: 15px 20px;
    border-radius: 20px;
    margin: 20px 0;
}

.rank_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 120px;
}

.back {
    border: none;
    background: transparent;
    cursor: pointer;
}

.rank_bonus_block {
    background: linear-gradient(180deg, rgba(16, 18, 33, 1) 0%, rgba(10, 11, 20, 1) 100%);
    background-clip: content-box;
    border-radius: 16px;
    padding: 1px;
    display: flex;
    position: relative;
}

.rank_bonus_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(221deg, rgba(51, 37, 25, 1) 0%, rgba(255, 210, 46, 1) 54%, rgba(51, 43, 25, 1) 100%);
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    box-sizing: border-box;
}

.rank_bonus_content {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.rank_bonus_content > svg {
    border: 1px solid #ffcf40;
    padding: 8px;
    border-radius: 8px;
    width: 18px;
    height: 18px;
}

.rank_bonus_text {
    display: flex;
    flex-direction: column;
}

.rank_bonus_text > h4 {
    font-size: 16px;
    margin: 10px 5px;
    font-weight: 500;
}

.rank_bonus_text > span {
    font-size: 14px;
    margin-bottom: 3px;
    color: #FFCF40;
}

.rank_personal_top {
    margin: 20px 0;
}

.first_place_block {
    background-image: url('../img/rank.png');
    width: 280px;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 40px auto 0;
}

.avatar_place {
    margin-top: -105px;
    border: 1px solid #b7993e;
    border-radius: 10px;
    padding: 15px 25px;
    background: linear-gradient(180deg, rgba(16, 18, 33, 1) 0%, rgba(10, 11, 20, 1) 100%);
}

.nickname_place {
    font-size: 16px;
    font-weight: 600;
}

.champion_block {
    background: #FFD365;
    padding: 8px 10px 5px;
    border-radius: 10px;
}

.total_place {
    font-size: 26px;
    margin: 15px 0;
    color: #18C29C;
}

.status_block {
    background: linear-gradient(100.73deg, #423F00 7.27%, #E4BA3E 100.87%);
    padding: 10px 35px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #b7993e;
    margin-bottom: 10px;
}

.status_block > span {
    font-size: 17px;
    font-weight: 600;
}

.total_place_ref {
    font-size: 16px;
    font-weight: 500;
}

.main_rank_wrap {
    margin-top: -20px;
}

.title_rank {
    font-size: 18px;
}

.another_top_block {
    max-width: 330px;
    width: 100%;
    background: linear-gradient(180deg, #101221 -2.63%, #0A0B14 100%);
    border-radius: 17px;
    margin: 10px 0;
    background-clip: content-box;
    padding: 1px;
    position: relative;
}

.another_top_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(221deg, rgba(25, 36, 51, 1) 0%, rgb(57 123 193) 50%, rgba(21, 44, 69, 1) 100%);
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    box-sizing: border-box;
}

.another_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 20px;
    gap: 15px;
}

.another_place {
    border: 1px solid #b7993e;
    border-radius: 10px;
    padding: 8px;
    background: linear-gradient(180deg, rgba(16, 18, 33, 1) 0%, rgba(10, 11, 20, 1) 100%);
}

.another_place > span {
    font-size: 16px;
}

.another_avatar {
}

.another_info_profile {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nick {
    font-size: 17px;
}

.another_miners {
    font-size: 14px;
    color: #6B7280;
}

.another_info_profit {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    align-items: flex-start;
}

.total_earn {
    font-size: 17px;
    color: #18C29C;
}

.total_ref {
    display: flex;
    /* gap: 5px; */
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.total_ref > span {
    font-size: 14px;
    color: #6B7280;
}

.another_wrap_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.btn_more {
max-width: 420px;
width: 100%;
padding: 15px 20px;
display: flex;
align-self: center;
justify-content: center;
margin: 20px auto;
background: linear-gradient(90deg, #232E87 0%, #001942 100%);
border-radius: 23.8486px;
color: #fff;
font-size: 16px;
font-weight: 500;
font-family: 'Montserrat';
border: 2px solid #001b73;
cursor: pointer;
}

@media screen and (max-width: 730px) {
.another_top_block {
    max-width: 720px;
}
}

@media screen and (max-width: 860px) and (min-width: 731px) {
.another_top_block {
    max-width: 320px;
}
}

@media screen and (max-width: 860px) {
    .back {
        display: none;
    }

    .rank_bonus_block {
        width: 100%;
    }
}