.member-stats .member-stat__left .member-stat .fa-status-tx::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background-color: #ff8e41;
    -webkit-mask: url(https://tophotels.ru/i/th/crown-trophy.svg) no-repeat center/contain;
    mask: url(https://tophotels.ru/i/th/crown-trophy.svg) no-repeat center/contain;
}

.stat .stat-item b {
    display: block;
    margin: 0 auto 10px auto;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    line-height: 60px;
    font-size: 25px;
    background: #ffffff;
}

.stat a.stat-item:hover b {
    color: #318cc6;
}

.stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 10px);
}

.stat .stat-item {
    width: calc(20% - 10px);
    color: #475669;
    text-transform: uppercase;
    font-size: 14px;
    padding: 20px;
    margin-right: 10px;
    text-align: center;
    background-color: #d4e4f2;
}

.status {
    text-transform: uppercase;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    padding: 12px 30px 10px 75px;
    position: relative;
}

.awards .award__icon {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #eeeeee;
    border-radius: 2px;
    padding: 5px;
}

.award {
    text-transform: uppercase;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
    color: #475669;
    border-radius: 5px;
    padding: 10px 30px 10px 65px;
    position: relative;
    margin-right: 15px;
}

.status-wrap .status:not(:last-child) {
    margin-right: 15px;
}

.grey-block {
    padding: 15px;
    background: #eeeeee;
}

.status b::before {
    content: '';
    width: 45px;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-mask: url(https://tophotels.ru/i/th/crown-trophy.svg) no-repeat center/contain;
    mask: url(https://tophotels.ru/i/th/crown-trophy.svg) no-repeat center/contain;
}

.status.status--gold b::before {
    background: #d9af16;
}

.status.status--gold b {
    color: #d9af16;
}

.status.status--bronze b::before {
    background: #c29b86;
}

.status.status--bronze b {
    color: #c29b86;
}

.status.status--silver b::before {
    background: #999898;
}

.status.status--silver b {
    color: #999898;
}

.status.status--platinum b::before {
    background: #c4aa79
}

.status.status--platinum b {
    color: #c4aa79;
}

.status.disabled b::before {
    background: #cccccc;
}

.status.disabled * {
    color: inherit !important;
}

.status.disabled {
    color: #cccccc;
}

.medals .medal img {
    border-radius: 100%;
}

.medals .medal {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    min-width: 220px;
    max-width: 255px;
}

.medals .medal__icon {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
}

.medals .medal b {
    width: calc(100% - 90px);
    vertical-align: middle;
    display: inline-block;
}

.achievements .achievement {
    border-radius: 0 !important;
}

@media screen and (max-width: 1490px) {
    .member-stats .member-stat__left .member-stat .fa-status-tx::before {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .page .member-stats .member-stat__left .member-stat {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .status-wrap .status:not(:last-child) {
        margin-right: 10px;
    }

    .achievements .achievement {
        width: 100% !important;
    }

}

@media screen and (max-width: 1199px) and (min-width: 1023px) {
    .medals, .awards, .status-wrap, .page .member-stats .member-stat__left {
        display: block;
        white-space: nowrap;
        overflow: auto;
    }

    .medals .medal {
        white-space: normal;
    }
}

@media screen and (max-width: 1023px) {
    .award .fz10, .status .fz10 {
        margin: 0 0 0 auto !important;
    }

    .medals .medal:last-child {
        margin-right: 0 !important;
    }

    .medals .medal {
        white-space: normal;
    }

    .medals {
        display: block;
        white-space: nowrap;
        overflow: auto;
    }

    .awards .award:not(:last-child), .status-wrap .status:not(:last-child) {
        margin-bottom: 10px;
    }

    .status b::before {
        content: '';
        width: 35px;
    }

    .award, .status {
        padding: 10px 30px 10px 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .awards .award__icon img {
        width: 25px;
        height: 25px;
    }

    .awards .award__icon {
        background-color: transparent;
        padding: 0;
        top: 8px;
        left: 20px;
    }

    .medals .medal {
        min-width: auto;
    }
}

@media screen and (max-width: 767px) {
    .member-stats .member-stat__left .member-stat .fa-status-tx::before {
        width: 25px;
        height: 25px;
    }

    .grey-block {
        background-color: transparent;
        padding: 0;
    }

    .medals .medal, .award, .status {
        background-color: #eeeeee;
    }

    .medals .medal:not(:last-child) {
        margin-bottom: 10px;
    }

    .medals .medal .medal__icon {
        position: absolute;
        left: 20px;
        top: 9px;
    }

    .stat {
        display: block;
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }

    .stat .stat-item {
        width: 105px;
        display: inline-block;
        vertical-align: top;
        padding: 10px;
        font-size: 11px;
        margin-right: 5px;
    }

    .medals .medal {
        width: 100%;
        padding: 10px 30px 10px 70px;
        margin-right: 0 !important;
        position: relative;
        max-width: none;
    }


    .medals .medal b {
        width: 100%;
    }

    .medals .medal__icon img {
        width: 25px;
        height: 25px;
    }

    .medals {
        white-space: normal;
    }
}

@media screen and (max-width: 550px) {
    .grey-block {
        font-size: 13px;
    }

    .award, .status {
        padding-right: 20px;
    }

    .medals .medal .medal__icon {
        top: 8px;
    }
}

@media screen and (max-width: 413px) {
    .award, .status {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .award .fz10, .status .fz10 {
        width: 100%;
        margin: 5px 0 0 0 !important;
    }

    .awards .award__icon {
        top: 14px;
        left: 18px;
    }

    .medals .medal .medal__icon {
        top: 5px;
    }

    .medals .medal__icon img, .awards .award__icon img {
        width: 30px;
        height: 30px;
    }
}