@font-face {
    font-family: "Source-Sans";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/nwpStKy2OAdR1K-IwhWudF-R3w8aZQ.sbau-woff2");
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
strong,
ul,
li,
table,
tbody,
tr,
td,
details,
footer,
header,
nav,
section,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

details,
footer,
header,
nav,
section {
    display: block
}

body {
    line-height: 1
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

main {
    padding: 70px 10px 0;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

button {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle
}

button {
    line-height: normal
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

:root {
    --font-family: 'Source-Sans', sans-serif;
    --color-light: #fff;
    --bg-dark: #1c1c1c;
    --bg-card: #1c1c1c;
    --border-radius: 10px;
    --transition-duration: .3s;
    --color-accent: #b0d100
}

a,
button {
    transition-duration: var(--transition-duration)
}

body {
    color: #000;
    background-color: #DCDAF9;
    font-family: var(--font-family);
    display: flex;
    flex-direction: column
}

a {
    text-decoration: none
}

h1 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    margin: 10px 0 16px;
}

h3 {
    font-size: 26px;
    font-weight: 5700;
    text-align: left;
    margin: 10px 0 16px
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 20px
}

strong {
    color: var(--color-accent)
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 22px
    }

    h3 {
        font-size: 20px
    }

    p {
        font-size: 16px
    }
}

.sbau-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    gap: 10px;
    min-height: 70px;
    padding: 0 2%;
    background: radial-gradient(88.18% 100% at 50% 0%, #7c47d1 0%, #081064 60%, #081064 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.sbau-logo {
    height: 60px;
    max-width: 200px;
    width: 100%
}

@media (max-width: 600px) {
    .sbau-logo {
        height: 45px;
        width: 70%
    }
}

.sbau-navbar {
    width: 100%
}

.sbau-navbar-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    width: 100%
}

.sbau-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.sbau-btn {
    border: 0;
    border-radius: 8px;
    padding: 12px 10px;
}

.sbau-btn span {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .2px;
}

.sbau-btn:nth-of-type(1) {
    background: radial-gradient(182.55% 100% at 50% 0%, #c5a1fa, #8f60e2 33%, #655dd0 38%, #302987) padding-box, linear-gradient(180deg, rgb(115 78 212 / 1) 0%, rgb(168 115 248 / 1) 98%) border-box;
    border: 1px solid white;
    margin-right: 10px;
}

.sbau-btn:nth-of-type(1):hover {
    bottom: 5px;
}

.sbau-btn:nth-of-type(2) {
    background: radial-gradient(182.55% 100% at 50% 0%, #c5a1fa, #8f60e2 33%, #655dd0 38%, #302987) padding-box, linear-gradient(180deg, rgb(115 78 212 / 1) 0%, rgb(168 115 248 / 1) 98%) border-box;
    border: 1px solid white;
}

.sbau-btn:nth-of-type(2):hover {
    bottom: 5px;
}


@media screen and (max-width:768px) {
    .sbau-header {
        height: auto;
        padding-left: 50px
    }
}

@media screen and (max-width:478px) {

    .sbau-btn span {
        font-size: 12px;
    }

    .sbau-btn {
        padding: 8px 10px;
    }
}

.sbau-wrapper {
    display: none
}

@media screen and (max-width:768px) {
    .sbau-wrapper {
        display: block;
        position: static;
        z-index: 902
    }

    .sbau-burgermenu {
        position: fixed;
        left: -60%;
        top: 0;
        width: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: #ECE7E4;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 4px 8px rgba(0, 0, 0, 0.24);
        overflow: hidden;
        transition: left .3s ease;
        z-index: 903;
        padding: 30px 10px;
    }

    .sbau-burgermenu.sbau-active {
        width: 70%;
        left: 0
    }

    .sbau-btn-burger {
        width: 100%;
        padding: 10px 40px;
        background-color: #fcc301;
        border: 0;
        text-align: center;
    }

    .sbau-btn-burger:nth-of-type(2) {
        background-color: var(--color-accent)
    }

    .sbau-btn-burger span {
        text-transform: uppercase;
        color: var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .sbau-burger-list {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
        margin-top: 50px;
    }

    .sbau-burger-button {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        left: 15px;
        top: 30px;
        z-index: 100
    }

    .sbau-close {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5%;
        right: 10%;
        transform: translate(50%, -50%);
        cursor: pointer
    }

    .sbau-close:before,
    .sbau-close:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background: #FF6C4B
    }

    .sbau-close:before {
        transform: rotate(45deg)
    }

    .sbau-close:after {
        transform: rotate(-45deg)
    }

    .sbau-burger-button div {
        width: 25px;
        height: 3px;
        background-color: #FF6C4B
    }
}

.sbau-banner {
    width: 100%;
    max-width: 1440px;
    height: auto;
    background-image: url('../images/banner.webp');
    background-position: top center;
    background-size: cover;
    margin: 0px auto;
    margin-top: 20px;
}

.sbau-banner__box {
    max-width: 1440px;
    height: 500px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.sbau-banner__box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 45%;
}

.sbau-banner__title {
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 1px 0px rgb(142 13 240 / 1);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.2;
}

.sbau-banner__desc {
    width: fit-content;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 3px 4px 0px #2542dd;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: 700;
    background-image: url(../images/label-main-banner.sbau-webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 14px 22px;
}

.sbau-banner__desc-bonus {
    color: #fff;
    text-shadow: 0px 1px 0px rgb(142 13 240 / 1);
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}

@media screen and (max-width:870px) {
    .sbau-banner {
        background-image: url(../images/banner.sbau-webp);
        background-position: top right 25%;
        padding-top: 50px;
        width: 100%;
        height: 430px;
    }

    .sbau-banner__title {
        margin-bottom: 0;
    }

    /* .sbau-buttons-banner {
        margin-top: 70px;
    } */

    .sbau-banner__box {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
        justify-content: center;
        align-items: center;
    }

    .sbau-banner__box-content {
        width: 60%;
        text-align: center;
    }

    .sbau-banner__title {
        font-size: 30pt;
        line-height: 1.2
    }

    .sbau-banner__desc {
        line-height: 1.2
    }
}

@media screen and (max-width:790px) {
    .sbau-banner__title {
        font-size: 30px
    }

    .sbau-banner__desc {
        font-size: 16px
    }

    .sbau-banner__desc-bonus {
        font-size: 30px;
    }
}

@media screen and (max-width:500px) {

    .sbau-banner {
        height: 450px;
        padding-top: 70px;
    }

    .sbau-banner__box-content {
        width: 100%
    }
}

.sbau-category {
    width: 100%
}

.sbau-carousel {
    max-width: 100%;
}

.sbau-category__box {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 840px) {
    .sbau-carousel {
        position: relative;
        overflow: hidden;
    }

    .sbau-category__box-item {
        flex: 0 0 200px;
        box-sizing: border-box;
        text-align: center;
    }
}

.sbau-category__box-item {
    max-width: 260px;
    width: 100%;
    height: 200px;
    padding-top: 30px;
    background-color: #2A2578;
    box-shadow: -10px 2px 0 rgb(90 103 246 / 1);
    border: 3px solid #fff;
    border-radius: 8px
}

.sbau-category__box-item a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: var(--color-light)
}

.sbau-category__box-item img {
    max-width: 83px;
    width: 100%;
    height: 80px
}

.sbau-category__box-item p {
    font-size: 16px;
    font-weight: bold
}

@media screen and (max-width:1325px) {

    .sbau-category__box {
        display: flex;
        transition: transform 0.4s ease;
        gap: 10px;
    }

    .sbau-category__box-item {
        max-width: 260px;
        width: 100%;
        height: 170px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 20px
    }

    .sbau-category__box-item img {
        max-width: 60px;
        width: 100%;
    }

    .sbau-category__box-item p {
        font-size: 16px;
        font-weight: bold
    }
}

.sbau-slot__box,
.sbau-text {
    max-width: 1440px;
    margin: 0 auto;
}

.sbau-slot {
    width: 100%;
    margin-bottom: 40px
}

.sbau-slot-carousel {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sbau-slot__box-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    padding-top: 20px;
    transition: transform 0.4s ease;
}

.sbau-slot__box-item {
    flex: 0 0 auto;
    max-width: 220px;
    min-height: auto;
    position: relative;
    border-radius: 10px;
}

.sbau-slot__box-item img {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: auto;
    border-radius: 20px;
    box-shadow: -10px 2px 0 rgb(90 103 246 / 1);
    border: 3px solid #fff;
}

.sbau-slot__box-item .sbau-svg {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sbau-slot__box-item:hover .sbau-svg {
    opacity: 1;
}

.sbau-slot__box-item:hover img {
    opacity: 0.3;
}

.sbau-category .sbau-carousel__btn {
    display: none;
}

@media (max-width: 840px) {
    .sbau-category .sbau-carousel__btn {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.3);
        border: none;
        color: white;
        font-size: 24px;
        padding: 10px;
        cursor: pointer;
        user-select: none;
        border-radius: 5px;
    }

    .sbau-category .sbau-carousel__btn.sbau-prev {
        left: 0;
    }

    .sbau-category .sbau-carousel__btn.sbau-next {
        right: 0;
    }
}

.sbau-slot-carousel .sbau-carousel__btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.856);
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
}

.sbau-slot-carousel .sbau-carousel__btn.sbau-prev {
    left: 0;
}

.sbau-slot-carousel .sbau-carousel__btn.sbau-next {
    right: 0;
}


table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin: 30px 0
}

@media(max-width:768px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block
    }
}

td {
    white-space: normal;
    word-wrap: break-word
}

td {
    border: 0;
    border-radius: 8px;
    background-color: #F2ECFF;
    border: 1px solid #4D31A5;
    padding: 20px
}

@media (max-width:550px) {
    td {
        padding: 5px
    }

    table {
        border-spacing: 5px 5px;
    }
}

tr {
    background-color: rgba(146, 146, 146, 0.105);
    border: 2px solid #f5f5f5;
}

.sbau-text {
    width: 100%;
    margin-bottom: 40px
}

.sbau-text__box {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px
}

/* Center images in text__box blocks */
.sbau-text__box img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
}

/* Mobile responsive styles for text__box images */
@media screen and (max-width: 768px) {
    .sbau-text__box img {
        max-width: 100%;
        height: auto;
        margin: 15px auto;
    }
}

@media screen and (max-width: 480px) {
    .sbau-text__box img {
        max-width: 100%;
        height: auto;
        margin: 10px auto;
    }
}

.sbau-text .sbau-buttons {
    display: flex;
    justify-content: center
}

.sbau-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0
}


.sbau-log {
    --stb-main-button-box-shadow: 0 3px 8px 0 #10520c inset, 0 -3px 2px 0 rgb(27 112 23 / 0.7) inset, 0 -10px 4px 0 #2ca032 inset, 0 -12px 12px 0 rgb(47 132 20 / 0.9) inset, 0 8px 8px 0 rgb(43 52 83 / 0.35), 0 4px 0 0 #436601;
    --stb-main-button-background: linear-gradient(180deg, #c3e725 20%, #90da16 50%, #67cd0b 79.28%, #4ac403 100%) padding-box, radial-gradient(182.55% 100% at 50% 0%, #f6ffde 0%, #aeef01 33.17%, #9bd601 37.98%, #91ca01 100%) border-box;
    -webkit-box-shadow: var(--stb-main-button-box-shadow);
    box-shadow: var(--stb-main-button-box-shadow);
    background: var(--stb-main-button-background);
    border-radius: 1000px;
    height: auto;
    padding: 20px 70px 15px;
    font-size: 25px;
}

.sbau-log:hover {
    filter: brightness(1.1);
}

.sbau-log span {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: .2px
}

.sbau-faq {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px
}

.sbau-faq__container h2 {
    margin-bottom: 1.875rem;
    font-size: 1.875rem;
    font-weight: 700
}

summary.sbau-spollers__title {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 2rem;
    border: 1px solid var(--color-light);
    padding: 1rem
}

.sbau-spollers__body {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 2rem;
    border: 0 dotted var(--color-light);
    padding: 0 1rem
}

footer {
    --stb-gradient-625: linear-gradient(180deg, rgb(6 11 69 / 1) 0%, rgb(73 7 124 / 1) 100%);
    background: url(../images/footer-mask.webp), var(--stb-gradient-625);
    width: 100%;
}

.sbau-footer__box {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px
}

.sbau-footer__top {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 10px;
    padding: 20px
}

.sbau-footer-links {
    display: flex;
    justify-content: center;
    align-items: center
}

.sbau-footer-links a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.sbau-footer-links a:hover {
    text-decoration: underline
}

.sbau-footer-pay {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.sbau-footer-pay img {
    height: 30px;
    opacity: .4
}

.sbau-copy {
    font-size: 16px;
    margin: 40px 0;
    color: #fff;
}

@media(max-width:768px) {
    .sbau-footer__top {
        grid-template-columns: repeat(1, 2fr)
    }

    .sbau-log {
        padding: 15px 60px 13px
    }

    .sbau-log span {
        font-size: 20px
    }
}

ul li {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px
}

ol li {
    list-style: decimal;
    line-height: 1.5;
}

.sbau-navbar-links ul {
    display: flex;
}

.sbau-navbar-links ul li {
    list-style: none;
}

.sbau-navbar-links ul li a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .2px;
}

@media (max-width:768px) {
    .sbau-navbar-links ul {
        display: none;
    }

    .sbau-burger-list ul {
        width: 100%;
        margin-left: 0;
        list-style: none;
    }

    .sbau-burger-list ul li {
        list-style: none;
        margin-bottom: 15px;
        padding: 7px 10px;
        border-radius: 8px;
        border: 2px solid #ffe486;
        box-shadow: inset 0 0 8px #f90, 0 0 4px 2px #ffc700, 0 0 8px #ff5c00;
    }

    .sbau-burger-list ul li a {
        color: #2A2F31;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: .2px;
    }
}

.sbau-compoff-footer__wrap {
    padding: 30px 0 0;
    margin: 0 auto;
    display: -ms-grid;
    -ms-grid-columns: 4.5fr 50px 7.5fr;
    grid-template-columns: 4.5fr 7.5fr;
    grid-gap: 0 150px;
    max-width: 1160px;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-areas: "menu paysys" "info paysys" "extra-info paysys"
}

.sbau-compoff-footer__wrap {
    display: flex;
    justify-content: center;
}

.sbau-compoff-footer__title h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.sbau-compoff-footer__pays-section {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    grid-area: paysys;
    display: block;
    margin-bottom: 60px
}

.sbau-compoff-footer__pays-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.sbau-compoff-footer__pays-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 105px;
    height: 90px;
    margin: 2px;
    padding: 10px;
}

.sbau-compoff-footer__pays-item:hover {
    transition: 0.2s ease-in;
}

.sbau-compoff-footer__pays-item img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    .sbau-compoff-footer__wrap {
        flex-direction: column;
        align-items: center;
    }
}

.sbau-mobile-grid {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0;
}

.sbau-mob-link {
    display: inline-block;
    width: 162px;
    height: 54px;
    color: transparent;
    border-radius: 20px;
}

@media (min-width: 425px) {
    .sbau-mob-link {
        width: 196px;
    }
}

.sbau-android-app {
    background: url(../images/android.svg) center center no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.sbau-appstore {
    background: url(../images/app-store.svg) center center no-repeat;
    background-size: contain;
}