.ad_to_aisazky {
    min-height: 50px;
    border: 1px solid #FFC876;
    background: linear-gradient(90deg, #200049 0.43%, #0B2530 54.36%, #070900 99.99%);
}

.ad_to_aisazky span {
    line-height: 48px;
    padding-left: 20px;
}

@font-face {
    font-family: Sora;
    font-style: auto;
    font-weight: auto;
    font-display: swap;
    src: url('./font/Sora-VariableFont_wght.ttf');
}

.ad_to_aisazky .ai_sazky_go {
    /* Layout */
    width: 145px;
    height: 30px;
    padding: 5px 20px;
    margin-top: 8px;
    display: inline-block;
    /* Style */
    border-radius: 4px;
    background: #7ADB78;
    box-shadow: 0px 2px 0px 0px #298827;
    /*Typography */
    color: #054404;
    text-align: center;
    font-family: Sora, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.ad_to_aisazky .ai_sazky_how {
    /* Layout */
    padding-left: 30px;
    /*Typography */
    color: #FFC876;
    text-align: center;
    font-family: Sora, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.42px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

body {
    padding-top: 120px;
}

.mobile-shown-banner {
    display: none;
}

@media screen and (max-width: 1000px) {
    .mobile-hidden-banner {
        display: none;
    }

    .mobile-shown-banner {
        display: flex;
    }

    .ad_to_aisazky img {
        float: left;
        margin-top: 6px;
        margin-right: 20px;
    }

    .ad_to_aisazky span {
        line-height: 0;
        padding: 0;
        font-size: 0.8rem;
    }

    .ad_to_aisazky span b {
        font-size: 1rem;
        margin-top: 17px;
        display: inline-block;
    }

    .ad_to_aisazky span span {
        line-height: 10px;
        display: grid;
    }

    .ad_to_aisazky .ai_sazky_go {
        position: absolute;
        right: 12px;
        top: 0;
    }
}

@media screen and (max-width: 400px) {
    .ad_to_aisazky .ai_sazky_go {
        position: absolute;
        right: 12px;
        top: 0;
        width: 115px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 370px) {
    .ad_to_aisazky img {
        margin-right: 10px;
    }
}

