﻿.smartbanner {
    position: fixed;
    top: auto;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #ffffff;
    font-family: Roboto, Arial, sans-serif;
    z-index: 31001;
}

.smartbanner__whitness {
    position: relative;
    height: 84px;
}

.smartbanner__exit {
    position: absolute;
    top: calc(5%);
    right: 4px;
    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: #333333;
        content: ' '
    }

    .smartbanner__exit::before {
        transform: rotate(45deg)
    }

    .smartbanner__exit::after {
        transform: rotate(-45deg)
    }

.smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 17px;
    width: 60px;
    height: 64px;
    background-size: 64px 64px;
    background-image: url(../images/mriconepr.svg);
}

.smartbanner__info {
    position: absolute;
    top: 8px;
    left: 84px;
    display: flex;
    overflow-y: hidden;
    width: 40%;
    height: 64px;
    align-items: center
}

.smartbanner__info__title {
    font-size: 14px !important
}

.smartbanner__info__author, .smartbanner__info__price {
    font-size: 14px
}

.smartbanner__info__price {
    color: #FFCB05;
}

.smartbanner__button {
    position: absolute;
    top: 22px;
    right: 30px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    font-size: 18px;
    text-align: center;
    text-decoration: none
}

.smartbanner__button__label {
    text-align: center
}

.smartbanner.smartbanner--android {
    background: #F6ABB6
}

    .smartbanner.smartbanner--android .smartbanner__exit {
        right: 6px;
        width: 17px;
        height: 17px;
        color: #333333;
        font-family: 'ArialRoundedMTBold', Arial;
        font-size: 20px;
        -webkit-font-smoothing: subpixel-antialiased;
        line-height: 17px
    }

        .smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
            top: 3px;
            left: 8px;
            width: 2px;
            height: 11px;
            background: #333333
        }

        .smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
            color: #eee
        }

    .smartbanner.smartbanner--android .smartbanner__icon {
        background-color: transparent;
        box-shadow: none
    }

    .smartbanner.smartbanner--android .smartbanner__info {
        color: #212121
    }

    .smartbanner.smartbanner--android .smartbanner__info__title {
        color: #96154A;
        width: 90%;
    }

    .smartbanner.smartbanner--android .smartbanner__button {
        transition: background .2s;
        top: 22px;
        right: 20px;
        padding: 0;
        border-radius: 4px;
        background: #96154A;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold
    }

        .smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
            background: #8bc34a;
            text-decoration: none
        }

    .smartbanner.smartbanner--android .smartbanner__button__label {
        display: block;
        padding: 0 10px;
        border-radius: 5px;
        height: 36px;
        box-shadow: none;
        line-height: 36px;
        text-align: center;
        text-shadow: none;
        text-transform: none
    }


.smartbanner.smartbanner--ios.js_smartbanner {
    background: #F6ABB6 !important;
}

    .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__info {
        color: #212121
    }

    .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__info__title {
        color: #96154A;
        width: 90%;
    }

    .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__icon {
        position: absolute;
        top: 10px;
        left: 17px;
        width: 60px;
        height: 64px;
        background-size: 64px 64px;
    }



    .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__exit {
        right: 6px;
        width: 17px;
        height: 17px;
        color: #333333;
        font-family: 'ArialRoundedMTBold', Arial;
        font-size: 20px;
        -webkit-font-smoothing: subpixel-antialiased;
        line-height: 17px
    }

        .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__exit::before, .smartbanner.smartbanner--ios .smartbanner__exit::after {
            top: 3px;
            left: 8px;
            width: 2px;
            height: 11px;
            background: #333333
        }

        .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__exit:active, .smartbanner.smartbanner--ios .smartbanner__exit:hover {
            color: #eee
        }

    .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__info {
        color: #212121
    }

    .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__info__title {
        color: #96154A;
        width: 90%;
    }

    .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__button {
        transition: background .2s;
        top: 22px;
        right: 20px;
        padding: 0;
        border-radius: 4px;
        background: #96154A;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold
    }

        .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__button:active, .smartbanner.smartbanner--ios .smartbanner__button:hover {
            background: #8bc34a;
            text-decoration: none
        }

    .smartbanner.smartbanner--ios.js_smartbanner .smartbanner__button__label {
        display: block;
        padding: 0 10px;
        border-radius: 5px;
        height: 36px;
        box-shadow: none;
        line-height: 36px;
        text-align: center;
        text-shadow: none;
        text-transform: none
    }
