.smartbanner {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #F8F8F8;
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center;
}

.smartbanner__exit::before,
.smartbanner__exit::after {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #767676;
    content: " ";
}

.smartbanner__exit::before {
    transform: rotate(45deg);
}

.smartbanner__exit::after {
    transform: rotate(-45deg);
}

.smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-size: 64px 64px;
}

.smartbanner__info {
    position: absolute;
    top: 10px;
    left: 104px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    align-items: center;
    color: #000000;
}

.smartbanner__info__title {
    font-size: 1rem;
}

.smartbanner__info__author,
.smartbanner__info__price {
    font-size: 0.75rem;
    color: #848489;
}

.smartbanner__button {
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    border-radius: 5px;
    background: #F3F3F3;
    color: #1474FC;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.smartbanner__button__label {
    text-align: center;
}

.smartbanner.smartbanner--android {
    background: #F8F8F8;
    border-bottom: 1.5px solid #BCBCC1;
}

.smartbanner.smartbanner--android .smartbanner__exit {
    left: 6px;
    margin-right: 7px;
    width: 17px;
    height: 17px;
    border-radius: 14px;
    color: #B1B1B3;
    font-family: "ArialRoundedMTBold", Arial;
    font-size: 20px;
    line-height: 17px;
    text-shadow: 0 1px 1px #000000;
}

.smartbanner.smartbanner--android .smartbanner__exit::before,
.smartbanner.smartbanner--android .smartbanner__exit::after {
    top: 3px;
    left: 8px;
    width: 2px;
    height: 11px;
    background: #B1B1B3;
}

.smartbanner.smartbanner--android .smartbanner__exit:active,
.smartbanner.smartbanner--android .smartbanner__exit:hover {
    color: #EEEEEE;
}

.smartbanner.smartbanner--android .smartbanner__icon {
    background-color: transparent;
    box-shadow: none;
}

.smartbanner.smartbanner--android .smartbanner__info {
    color: #CCCCCC;
}

.smartbanner.smartbanner--android .smartbanner__info__title {
    color: #000000;
}

.smartbanner.smartbanner--android .smartbanner__button {
    top: 30px;
    right: 10px;
    padding: 0;
    min-width: 12%;
    border-radius: 0;
    background: none;
    color: #579439;
    font-size: 1.1rem;
}

.smartbanner.smartbanner--android .smartbanner__button:active,
.smartbanner.smartbanner--android .smartbanner__button:hover {
    background: none;
}

.smartbanner.smartbanner--android .smartbanner__button__label {
    display: block;
    box-shadow: none;
    line-height: 24px;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}

/*# sourceMappingURL=smartbanner.css.map */
