.room-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 0;
    color: #fff;
}
.room-outer__link {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    line-height: 1.1em;
    position: relative;
    align-items: center;
    min-width: 245px;
    flex: 1;
    margin: 5px 30px 5px 0;
}
.room-outer__image {
    width: 120px;
    height: 80px;
    object-fit: contain;
    object-position: center;
    background-color: #fff;
    margin: 0 12px 0 0;
}
.room-outer__rate {
    margin: 0 10px;
}
.room-outer__rate:before {
    content: '\e804';
    color: #ffc645;
    font-family: 'FontAwesome';
    margin: 0 3px 0 0;
}
.room-outer__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.room-outer__name:after {
    content: 'Выбор редакции';
    min-width: 137px;
    text-align: center;
    background-color: #4d3bfe;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    height: 21px;
    padding: 0 6px;
    margin: 8px 8px 8px 0;
    text-align: center;
    border-radius: 4px;
}
.room-outer__bonus-promo {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin: 3px 15px 3px 0;
    min-width: 280px;
    justify-content: center;
}
.room-outer__promo,
.room-outer__bonus {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    margin: 3px 0;
}
.room-outer__bonus-text {
    font-weight: normal;
    margin: 0 5px 0 0;
}
.room-outer__promo {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.room-outer__promo:hover {
    opacity: 0.8;
}
.room-outer__promo-text {
    margin: 0 8px 0 0;
}
.room-outer__btns {
    margin: 0 -5px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    min-width: 180px;
}
.room-outer__btn {
    line-height: 45px;
    height: 45px;
    color: #fff !important;
    padding: 0 15px;
    text-decoration: none !important;
    text-align: center;
    flex: 1;
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.room-outer__btn.default:hover {
    opacity: 1;
    background-color: #fff;
    color: #000 !important;
}
.room-outer__btn:hover {
    opacity: 0.8;
}
.room-outer__promo-value {
    background-color: #f03b8c;
    padding: 0 7px;
    border-radius: 4px;
}
.room-outer__promo-value-inner {
    border-bottom: 1px dashed #fff;
    line-height: 1em;
    display: inline-block;
}
.room-outer__copy-icon, .room-outer__copy-icon * {
    fill: #fff;
}
.room-outer__copy-icon {
    width: 16px;
    height: 17px;
    margin: -2px 0 0;
    position: relative;
}
.room-outer__btn.download {
    order: -1;
    background-color: #4d3bfe;
    border: 1px solid #4d3bfe;
}
