.sticky_banner_mobile__wrapper {
    display: none;
}

.sticky_banner__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    position: fixed;
    width: 744px;
    height: 60px;
    left: calc(50% - 744px / 2);
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

.sticky_banner__wrapper > a:first-child {
    height: 44px;
}

.sticky_banner__logotype {
    width: 90px;
    height: 44px;
    object-fit: contain;
}

.sticky_banner__row {
    width: 390px;
    padding: 10px 0;
}

.sticky_banner__offer_description {
    font-family: Arial, serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 125%;
    color: #222222;
    text-align: left;
    padding-left: 8px;
    text-transform: capitalize;
}

.sticky_banner__offer_description > p {
    margin-bottom: 0;
}

.sticky_banner__offer_terms {
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-decoration-line: underline;
    color: #737373;
}

.sticky_banner__cta_button {
    background: #092863;
    border-radius: 4px;
    font-family: Arial, serif;
    text-transform: uppercase;
    width: 145px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding: 10px 0;
    color: #FFFFFF;
}

.sticky_banner__close {
    cursor: pointer;
    padding-right: 8px;
}

.sticky_banner__close svg {
    vertical-align: middle;
}

.sticky_banner__help {
    width: 18px;
    height: 18px;
    position: relative;
    background: url(../images/help-circle.svg) left center no-repeat;
}

.sticky_banner__help:hover .tooltip-preview {
    visibility: visible;
}

.sticky_banner__help .tooltip-preview {
    visibility: hidden;
    width: 200px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 10px;
    bottom: 100%;
    left: -200px;
}

@media (max-width: 767px) {
    .sticky_banner__wrapper {
        display: none;
    }

    .sticky_banner_mobile__wrapper {
        padding: 8px 14px;
        box-sizing: border-box;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        bottom: 0;
        background: #FFFFFF;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.24), 0 2px 4px rgba(0, 0, 0, 0.34);
        z-index: 10000;
    }

    .sticky_banner_mobile__offer_description {
        font-family: Arial, serif;
        font-size: 12px;
        line-height: 125%;
        color: #222222;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
    }

    .sticky_banner_mobile__offer_description > p {
        margin-bottom: 0;
    }

    .sticky_banner_mobile__row {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 0;
    }

    .sticky_banner_mobile__row > a {
        height: 32px;
    }

    .sticky_banner_mobile__logotype {
        height: 32px;
        object-fit: contain;
    }

    .sticky_banner_mobile__cta_button {
        background: #092863;
        border-radius: 4px;
        font-family: Arial, serif;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 5px;
        width: 105px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        color: #FFFFFF;
        margin-left: 10px;
    }

    .sticky_banner_mobile__offer_terms {
        font-family: Arial, sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        text-decoration-line: underline;
        color: #737373;
    }

    .sticky_banner_mobile__close {
        position: initial;
        display: flex;
        align-items: center;
        top: 16px;
        right: 16px;
    }

    .sticky_banner .sticky_banner__help {
        display: flex;
        align-items: center;
        height: auto;
    }

    .sticky_banner .sticky_banner__help .tooltip-preview {
        left: 0;
    }
}
