.bth__crown {
    font-size: 15px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 20px;
    position: relative;
    padding-left: 22px;
}

.bth__crown::before {
    position: absolute;
    content: '';
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    width: 15px;
    height: 15px;
}

.bth__crown.green::before {
    background-image: url(https://tophotels.ru/csstx/i/crown-green.svg);
}

.bth__crown.red::before {
    background-image: url(https://tophotels.ru/csstx/i/crown-red.svg);
}

.bth__crown.yellow {
    color: #dfa918 !important;
}

.bth__crown.orange::before, .bth__crown.yellow::before {
    background-image: url(https://tophotels.ru/csstx/i/crown-yellow.svg);
}

.bth__crown.white::before {
    background-image: url(https://tophotels.ru/csstx/i/crown-white.svg);
}

.bth__crown.grey::before {
    background-image: url(https://tophotels.ru/csstx/i/crown-grey.svg);
}

.bth__crown.bth__crown--big::before {
    top: 4px;
    width: 16px;
    height: 16px;
}

.bth__crown.bth__crown--big {
    font-weight: normal;
    padding-left: 24px;
    font-size: 18px;
}