.smartbanner .smartbanner__info__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.smartbanner .smartbanner__info__title {
    font-size: 12px;
}
.smartbanner .smartbanner__score__container {
    position: relative;
}
.smartbanner .smartbanner__score__stars-filled {
    position: absolute;
    top: 0;
}
.smartbanner .smartbanner__button {
    padding: 5px 10px !important;
    background: #c1a778;
    border-radius: 30px;
    top: 27px;
}
.smartbanner .smartbanner__button__label {
    padding: 0 !important;
    color: #fff;
}
.smartbanner.smartbanner-closed {
    display: none ;
}
.smartbanner.smartbanner--android .smartbanner__button {
    background: #c1a778 !important;
    border-radius: 30px !important;
}
@media (max-width: 768px) {
    body[with-smartbanner="true"] .headerCont {
        z-index: 11111;
        position: absolute;
    }
    body[with-smartbanner="true"] .header._menu_open {
        position: static;
    }
}
