
.smartbanner__info {
    font-size: 16px;
}

    .smartbanner__info .smartbanner__button {
        top: 54px;
    }

.smartbanner.smartbanner--android,
.smartbanner.smartbanner--ios {
    background: #F7F7F9;
    box-shadow: none;
}

    .smartbanner.smartbanner--ios .smartbanner__button {
        top: calc(50% - 0.7em);
        font-size: 1em;
        box-shadow: none;
        font-weight: 400;
    }

    .smartbanner.smartbanner--android .smartbanner__button {
        top: calc(50% - 1.2em);
        font-size: 1em;
        box-shadow: none;
        font-weight: 400;
    }

    .smartbanner.smartbanner--android .smartbanner__button__label,
    .smartbanner.smartbanner--ios .smartbanner__button__label {
        line-height: 1.6em !important;
        background: #6e7ffc;
        color: #fff;
        padding: 0.4em 1em;
        border-radius: 0.4em;
    }

        .smartbanner.smartbanner--android .smartbanner__button__label:active,
        .smartbanner.smartbanner--android .smartbanner__button__label:hover
        .smartbanner.smartbanner--ios .smartbanner__button__label:active,
        .smartbanner.smartbanner--ios .smartbanner__button__label:hover {
            background: #6e7ffc;
            color: #fff;
        }

    .smartbanner.smartbanner--android .smartbanner__exit,
    .smartbanner.smartbanner--ios .smartbanner__exit {
        color: #5B5E77;
        background: #f7f7f9;
        box-shadow: none;
    }

    .smartbanner.smartbanner--android .smartbanner__icon,
    .smartbanner.smartbanner--ios .smartbanner__icon {
        border: 1px solid #dadada;
    }

    .smartbanner.smartbanner--android .smartbanner__info__title,
    .smartbanner.smartbanner--ios .smartbanner__info__title {
        font-size: 0.7em;
        color: #5B5E77;
        text-shadow: none;
    }

    .smartbanner.smartbanner--android .smartbanner__info__author,
    .smartbanner.smartbanner--ios .smartbanner__info__author {
        font-size: 0.7em;
        color: #BFBFBF;
        text-shadow: none;
    }

    .smartbanner.smartbanner--android .smartbanner__info__price,
    .smartbanner.smartbanner--ios .smartbanner__info__price {
        font-size: 0.7em;
        color: #BFBFBF;
        text-shadow: none;
    }





@media (max-width: 416px) {
    .text-wide-block {
        display: none !important;
    }
}

@media (max-width: 344px) {
    .text-middle-block {
        display: none !important;
    }
}
