@font-face {
    font-family: 'ProbaLight';
    src: url('/upload/images/premium/ProbaPro-Thin.ttf') format('truetype'),
    url('/upload/images/premium/ProbaPro-Thin.woff') format('woff'),
    url('/upload/images/premium/ProbaPro-Thin.woff2') format('woff2');
    font-weight: 100;
}

@font-face {
    font-family: 'ProbaExtraLight';
    src: url('/upload/images/premium/ProbaPro-ExtraLight.ttf') format('truetype'),
    url('/upload/images/premium/ProbaPro-ExtraLight.woff') format('woff'),
    url('/upload/images/premium/ProbaPro-ExtraLight.woff2') format('woff2');
    font-weight: 300;
}
.header-m._smartbanner {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
}
.smartbanner-app {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 330px;
    height: 410px;
    background-color: #fff;
    z-index: 9999;
    overflow: hidden;
    display: none;
}

/* info */
.smartbanner-app__info {
    position: relative;
    text-align: center;
}
.smartbanner-app__info::before {
    content: "";
    position: absolute;
    background: #15479E;
    width: 500px;
    height: 500px;
    top: -270px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.smartbanner-app__logo {
    position: relative;
    width: 53px;
    height: 53px;
    background-color: #272725;
    margin: 30px auto 10px;
    border-radius: 16px;
}
.smartbanner-app__logo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 25px;
    margin-left: -18px;
    margin-top: -13px;
    background-position: -471px -206px;
}
.smartbanner-app__rating {
    margin-bottom: 20px;
}
.smartbanner-app__rating-stars {
    display: flex;
    justify-content: center;
    align-items: center;
}
.smartbanner-app__rating-stars img {
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 1px;
}
.smartbanner-app__rating-stars span {
    display: block;
    margin-left: 3px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
.smartbanner-app__rating-count {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
.smartbanner-app__title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 7px;
}
.smartbanner-app__subtitle {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.smartbanner-app__qr {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.smartbanner-app__infolist b {
    font-weight: 600;
}

.smartbanner-app__infolist,
.smartbanner-app__button {
    display: none;
}
@media (max-width: 1024px) {
    .smartbanner-app {
        width: 260px;
        height: 318px;
    }
    .smartbanner-app__info::before {
        top: -290px;
    }
    .smartbanner-app__title {
        font-size: 12px;
    }
    .smartbanner-app__subtitle {
        font-size: 16px;
    }
    .smartbanner-app__qr {
        display: none;
    }
    .smartbanner-app__button {
        display: block;
        width: calc(100% - 20px);
        height: 48px;
        line-height: 48px;
        background: #000;
        color: #fff;
        position: absolute;
        left: 10px;
        bottom: 10px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }
    .smartbanner-app__button:hover {
        color: #fff;
    }
}
@media (max-width: 768px) {
    .smartbanner-app {
        width: 320px;
        height: 340px;
    }
    .smartbanner-app__info::before {
        top: -270px;
    }
}
@media (max-width: 540px) {
    .smartbanner-app {
        width: 326px;
        max-width: 326px;
        min-width: 326px;
        height: auto;
        bottom: 50px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .smartbanner-app__exit {
        top: 10px;
        right: 10px;
    }
    .smartbanner-app__info::before {
        top: -480px;
        width: 700px;
        height: 700px;
    }
    .smartbanner-app__title {
        font-family: 'ProbaLight';
        font-size: 14px;
        margin-bottom: 6px;
    }
    .smartbanner-app__subtitle {
        font-size: 20px;
    }
    .smartbanner-app__infolist {
        display: block;
        margin-top: 80px;
        margin-bottom: 36px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .smartbanner-app__infolist b {
        font-weight: 900;
        font-size: 9px;
    }
    .smartbanner-app__infolist li {
        font-family: 'ProbaLight';
        font-weight: 400;
        text-transform: none;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 130%;
        list-style-type: disc;
        letter-spacing: 0;
    }
    .smartbanner-app__infolist li:last-child {
        line-height: 24px;
        margin-top: -2px;
    }
    .smartbanner-app__button {
        position: relative;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
    }
}

.smartbanner-app__exit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-position: -552px -161px;
    filter: invert(1);
    z-index: 1;
    cursor: pointer;
}
body.smartbannered {
    overflow: hidden;
}
body.smartbannered::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1e1e1e;
    opacity: .5;
    transition: all .3s cubic-bezier(.22,.61,.36,1);
    z-index: 9998;
}
body.smartbannered .wrap_bfe9,
body.smartbannered .cookie-banner {
    z-index: 999;
}