.interior-banner__advert__wrapper {
    padding-bottom: 36px;
    margin-top: 20px;
}

.interior-banner__advert__title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.interior-banner__advert__photos__wrapper {
    margin-top: 22px;
    display: flex;
}

.interior-banner__advert__photo {
    margin-right: 15px;
}

.interior-banner__advert__image {
    height: 125px;
    width: 165px;
    position: relative;
}

.interior-banner__advert__image img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.interior-banner__advert__image__title {
    height: 22px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.interior-banner__advert__image__count {
    position: absolute;
    top: 6px;
    left: -5px;
    border-radius: 3px;
    background-color: #FFC809;
    height: 22px;
    color: #333333;
    font-size: 12px;
    line-height: 22px;
    padding: 0 5px;
}

.interior-banner__advert__last {
    margin-left: 8px;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.interior-banner__advert__photo__count {
    font-weight: bold;
    font-size: 18px;
}

.interior-banner__advert__photo__icon {
    background: url(/static/svg/interior/right-arrow-index.svg) center center no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 18px;
}