@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/manrope/manrope-v15-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/manrope/manrope-v15-cyrillic_cyrillic-ext_latin_latin-ext-800.woff2') format('woff2');
}

.bottom-banner {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
}

.bottom-banner .container {
    position: relative;
    height: 100%;
}

body.has-bottom-banner footer,
body.has-bottom-banner .footer {
    padding-bottom: 120px;
}

.sc-banner {
    background-color: #ffc155;
}

.sc-banner__art {
    position: absolute;
    width: 100%;
    height: 100%;
}

.sc-banner__art-glow-1 {
    position: absolute;
    left: -100px;
    top: 0;
    height: 70px;
}

.sc-banner__art-glow-2 {
    position: absolute;
    right: -140px;
    top: 0;
    height: 70px;
}

.sc-banner__art-star-1 {
    position: absolute;
    left: 0;
    top: 20px;
}

.sc-banner__art-cup {
    position: absolute;
    left: 37px;
    top: -8px;
    width: 75px;
}

.sc-banner__art-flamingo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sc-banner__art-star-2 {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.sc-banner__content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 120px;
}

.sc-banner__header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2em;
    height: 100%;
}

.sc-banner__header {
    font-size: 1.375em;
    line-height: 1;
    font-weight: 700;
    color: #533250;
    white-space: nowrap;
}

.sc-banner__header-tags {
    position: relative;
    line-height: 1;
}

.sc-banner__header-tags .feature-tag {
    color: #fff;
    font-size: 0.8125em;
    position: absolute;
    border-radius: 2em;
    padding: 0.375em 0.75em;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border: none !important;
}

.sc-banner__header-tags .feature-tag-primary {
    transform: rotate(-2.626deg);
    background-color: #ff9341 !important;
    top: -22px;
    left: 0;
}

.sc-banner__header-tags .feature-tag-secondary {
    transform: rotate(3.988deg);
    background-color: #292037 !important;
    left: 140px;
    top: -4px;
}

.sc-banner__btn {
    color: #292037;
    background-color: #fff;
    padding: 0.75em 1.5em;
    display: flex;
    align-items: center;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75em;
    line-height: 1em;
    letter-spacing: 0.03em;
    border-radius: 0.5em;
    transition: background-color 0.2s ease-in-out;
}

.sc-banner__btn:hover,
.sc-banner__btn:active,
.sc-banner__btn:focus {
    background-color: #f5f5f5;
    color: #000;
    text-decoration: none;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

/* xl: max-width 1199.98px */
@media (max-width: 1199.98px) {
    .sc-banner__content {
        padding: 0 115px;
    }

    .sc-banner__header-container {
        gap: 1.5em;
    }
}

/* lg: max-width 991.98px */
@media (max-width: 991.98px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .sc-banner__header {
        font-size: 1.125em;
    }

    .sc-banner__header-container {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 0.375em;
    }

    .sc-banner__header-tags .feature-tag {
        position: relative;
        font-size: 0.6875em;
    }

    .sc-banner__header-tags .feature-tag-primary {
        transform: none;
        top: auto;
        left: auto;
    }
}

/* md: max-width 767.98px */
@media (max-width: 767.98px) {
    .sc-banner__content {
        padding: 0 0 0 120px;
    }

    .sc-banner__art-flamingo {
        display: none;
    }

    .sc-banner__art-star-2 {
        display: none;
    }
}

/* sm: max-width 575.98px */
@media (max-width: 575.98px) {
    .sc-banner {
        background-color: #ffe471;
    }

    .bottom-banner .container {
        max-width: 95%;
    }

    .sc-banner__art-glow-1 {
        display: none;
    }

    .sc-banner__art-glow-2 {
        display: none;
    }

    .sc-banner__art-star-1 {
        display: none;
    }

    .sc-banner__art-cup {
        left: -20px;
        width: 55px;
    }

    .sc-banner__content {
        padding-left: 40px;
        gap: 0.75em;
    }

    .sc-banner__header {
        font-size: 0.9em;
    }

    .sc-banner__header-container {
        gap: 0.25em;
    }

    .sc-banner__header-tags .feature-tag {
        font-size: 0.5625em;
    }

    .sc-banner__header-tags .feature-tag-primary {
        background-color: #ffa83f;
        padding: 0.25em 0.75em;
        border-radius: 1.375em;
    }

    .sc-banner__btn {
        font-size: 0.6875em;
        padding: 0.6em 0.75em;
    }
}

/* >= 992px: show desktop tags, hide mobile tags */
@media (min-width: 992px) {
    .d-none.d-lg-block {
        display: block !important;
    }

    .d-block.d-lg-none {
        display: none !important;
    }
}

/* < 992px: show mobile tags, hide desktop tags */
@media (max-width: 991.98px) {
    .sc-banner .d-none.d-lg-block {
        display: none !important;
    }

    .sc-banner .d-block.d-lg-none {
        display: block !important;
    }
}
