.wb_smart_banner_container {
    display: block;
    height: 76px;
    line-height: 76px;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    position: relative;
    font-family: 'Roboto';
    top: 0;
    box-sizing: border-box;
}
.wb_smart_banner_block {
    background: #EEF1F7;
    padding: 0 15px;
    width: 100%;
    height: inherit;
    position: fixed;
}

.wb_smart_banner_content {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.wb_smart_banner_close {
    position: absolute;
    left: 0;
    top: 33px;
    border: 0;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/webbankir/img/webbankir_smart_banner/webbankir_smart_banner_close.svg);
}

.wb_smart_banner_app_ico {
    position: absolute;
    left: 25px;
    top: 9px;
    width: 58px;
    height: 58px;
    background-size: cover;
    background-image: url(/wp-content/themes/webbankir/img/webbankir_smart_banner/webbankir_smart_banner_app_ico.svg);
}

.wb_smart_banner_info {
    position: absolute;
    left: 95px;
    top: 12px;
    width: 44%;
    color: #1D2431;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
}

.wb_smart_banner_info_title {
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #1D2431;
}

.wb_smart_banner_stars {
    display: inline-block;
    width: 54px;
    height: 9.3px;
    margin-left: 2px;
    background-size: cover;
    background-image: url(/wp-content/themes/webbankir/img/webbankir_smart_banner/webbankir_smart_banner_stars.svg);
}

.wb_smart_banner_button {
    position: relative;
    overflow: hidden;
    right: 30px;
    float: right;
    background: #FFDD44;
    border-radius: 5px;
    top: 22px;
    bottom: 0;
    margin: auto 0;
    text-align: center;
    color: #1D2431;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 26px;
    max-width: 100px;
}

.wb_smart_banner_button:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    animation: sheen 3s forwards;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}

.wb_smart_banner_button:hover {
    background: #f5d962;
}

.wb_smart_banner_active {
    margin-top: 76px !important;
}

@media (max-width: 340px) {
    .wb_smart_banner_button {
        padding: 0 12px;
    }
}

@media (max-width: 374px) {
    .wb_smart_banner_active {
        margin-top: 66px !important;
    }

    .wb_smart_banner_container {
        height: 66px;
        line-height: 66px;
    }

    .wb_smart_banner_close {
        top: 28px;
    }

    .wb_smart_banner_app_ico {
        top: 10px;
        left: 21px;
        width: 46px;
        height: 46px;
    }

    .wb_smart_banner_info {
        left: 79px;
        top: 10px;
        font-size: 9px;
    }

    .wb_smart_banner_info_title {
        margin-bottom: 3px;
        font-size: 10px;
    }

    .wb_smart_banner_stars {
        width: 45.78px;
        height: 8px;
    }

    .wb_smart_banner_button {
        top: 17px;
    }
}

@media (min-width: 768px) {
    .wb_smart_banner_container {
        display: none;
    }

    .wb_smart_banner_active {
        margin-top: 0 !important;
    }

    .wb_smart_banner_content {
        max-width: 790px;
    }

    .wb_smart_banner_block {
        padding: 0;
    }

    .wb_smart_banner_button {
        right: 0;
    }
}

@media (min-width: 991px) {
    .wb_smart_banner_content {
        max-width: 820px;
    }
}

@media (min-width: 1199px) {
    .wb_smart_banner_content {
        max-width: 1110px;
    }
}