.bo-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: #00804e;
    z-index: 99999;
    border-top:1px solid #fff
}
.bo-banner__mt16 { margin-top: 16px; }
.bo-banner__mt24 { margin-top: 24px; }
.bo-banner__title {
    text-align: left;
    font-size: 22px;
    line-height: 25px;
    margin-top: 16px;
    color: #fff;
    font-weight: 700;
}
.bo-banner__text {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin-top:0;
}
.bo-banner__text--small {
    margin:5px 0;
    line-height: 16px;
}
.bo-banner__close {
    float:right;
    text-align: right;
    margin-top: -10px;
    margin-right: -6px;
    line-height: 20px;
}
.bo-banner__close__inner {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}
.bo-banner__variants {
    display: flex;
    flex-wrap: wrap;
}
.bo-banner__variants__item {
    margin:0;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
}
.app-button {    display: block;
    background: #fff;
    padding: 0 40px;
    line-height: 40px;
    font-size: 18px;
color:#00804e}
.bo-banner__payments {
    display: flex;
}
.bo-banner__payment{
    width: 44px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #a1a4a3;
    padding: 1px 2px;
    margin-right: 2px;
}
.bo-banner__payments img {
    max-width: 100%;
}
.bo-banner__btn {
    margin-top: 24px;
}
.bo-banner__btn__inner {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.bo-banner__btn__inner.btn_custom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 11px 16px 10px;
    font-size: 18px;
}
