.banner__tooltip {
    position: absolute;
    top: 30px;
    left: -20px;
    padding: 16px 52px 0 16px;
    display: flex;
    align-items: center;
    width: 270px;
    height: 88px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    z-index: 1;
}
@media screen and (max-width: 640px) {
    .banner__tooltip {
        top: 10px;
    }
    .banner__wrapper {
        padding: 120px 15px;
    }
}
.listing .options {
    gap: 0;
}
.listing .options__name,
.listing .options__value{
    font-size: 14px;
}
.listing__icons {
    align-items: flex-end;
    width: auto;
}
.listing__markers {
    margin-bottom: 2px;
    display: flex;
    gap: 8px;
}
.listing__marker {
    padding: 4px 8px;
    font-size: 10px;
    color: #fff;
}
.listing__marker--red {
    background-color: #e73b31;
}
.listing__marker--yellow {
    background-color: #efbf2e;
}
.listing__marker--green {
    background-color: #2cb742;
}
.counters__text {
    white-space: nowrap;
}