/*!
 * smartbanner.js v1.11.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2019 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
    height: 124px;
    background-color: #fcdd00;
    border: none;
    box-shadow: none;
    width: 100%;
    top: 0;
    position: fixed;
}

.smartbanner__exit {
    position: absolute;
    right: 17px;
    top: 17px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(https://cdn.megabonus.com/images/user/popups/cancel_icon.svg) no-repeat center center;
    opacity: 0.2;
    font-size: 0;
}

.smartbanner__icon {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 118px;
    height: 121px;
    background-size: cover;
}

.smartbanner__info {
    position: absolute;
    left: 128px;
    top: 18px;
    width: 55%;
}

.smartbanner__button {
    position: absolute;
    left: 128px;
    bottom: 20px;
    padding: 6px 13px 6px 34px;
    background: #fff;
    border-radius: 3px;
    font: 14px/18px 'Proxima Nova', sans-serif;
    letter-spacing: 0.32px;
    color: #000;
}

.smartbanner__button:hover,
.smartbanner__button:active{
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 345px){
    .smartbanner__info {
        left: 116px;
    }
    .smartbanner__button {
        left: 116px;
    }
}

.smartbanner__info__title {
    font: 16px/20px 'Proxima Nova', sans-serif;
    color: #000;
    letter-spacing: 0.3px;
}

.smartbanner__info__author, .smartbanner__info__price {
    display: none;
}

.smartbanner__button__label {
    position: relative;
    vertical-align: middle;
}

.smartbanner__button__label .icon{
    color: #424242;
    font-size: 17px;
    margin-right: 10px;
    position: absolute;
    left: -24px;
    top: 0;
}