body {
    font-family: "Poppins", serif;
    background: #1E1450;
    color: #fff;
    overflow-x: hidden;
}

.header {
    background: #463296;
    position: fixed;
    z-index: 1;
    width: 100%;
    padding: 0 10px 0 74px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    top: 0;
}

.header-btns,
.sidebar-item-burger .sidebar-link,
.sidebar-item:hover .onhover {
    display: flex;
}

.logo-link {
    display: block;
}

.logo-img {
    width: 110px;
}

.btn {
    font-family: "Roboto", serif;
    border-radius: 8px;
    border: 1px solid #FFDC41;
    background: #FFDC41;
    color: #1E1E28;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.header-btns .btn {
    width: 88px;
    height: 44px;
    font-size: 12px;
    line-height: 16px;
}

.btn.header-btn_signin {
    border-color: #BEB9FF;
    color: #BEB9FF;
    background-color: transparent;
    margin-right: 2px;
}

.btn:hover {
    background: #FFE673;
    color: #1E1E28;
}

.btn:active,
.btn:focus {
    background: #F5B940;
    border-color: #F5B940;
    color: #1E1E28;
}

.header-btn_signin:hover {
    border-color: #DCDCFF;
    background: transparent;
    color: #DCDCFF;
}

.header-btn_signin:focus {
    border-color: #7864FA;
    background: transparent;
    color: #7864FA;
}

.sidebar {
    position: fixed;
    background: #372873;
    width: 60px;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding: 3px;
}

.sidebar-menu {
    text-align: center;
    padding-top: 12px;
}

.sidebar-item {
    margin-bottom: 12px;
    padding: 2px 0;
    position: relative;
}

.sidebar-item-current {
    border-radius: 10px;
}

.sidebar-item-burger {
    background-color: #16103d;
    border-radius: 8px;
    transition: .3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    margin: 0 auto 24px;
    justify-content: center;
    align-items: center;
}

.sidebar-item-chat img {
    width: 24px;
    height: 24px;
}

.sidebar-item-pwa {
    margin-top: 16px;
    border-radius: 10px;
}

.sidebar-item img {
    filter: grayscale(1) contrast(0);
    opacity: .8;
}

.sidebar-item-pwa img {
    height: 34px;
    filter: unset;
    opacity: 1;
}

.sidebar-item-pwa:hover,
.sidebar-item-current:hover {
    background-color: rgba(190, 135, 255, .5);
}

.sidebar-item:hover img {
    filter: unset;
    opacity: 1;
}

.sidebar-item-current img {
    width: 38px;
    height: 38px;
    filter: unset;
    opacity: 1;
}

.sidebar-item-burger img {
    width: 24px;
    height: 20px;
    opacity: 1;
    filter: unset;
}

.opened {
    width: 255px;
}

.opened .sidebar-menu {
    padding-top: 66px;
}

.opened .white-burger,
.opened .sidebar-item:hover .onhover,
.mob-burger,
.sidebar .hidden,
#sidebar-mob,
.sidebar .missions-link.hidden {
    display: none;
}

.opened .sidebar-item-burger {
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
    border-radius: 10px 0 0 10px;
}

.header.opened-sidebar {
    padding-left: 271px;
}

.main.opened-sidebar {
    padding-left: 255px;
}

.opened .sidebar-item-current:hover {
    background-color: transparent;
}

.missions-block {
    display: flex;
    flex-wrap: wrap;
    padding: 0 14px;
    margin-bottom: 16px;
}

.missions-block a {
    position: relative;
    display: flex;
    flex: 48% 1 0;
    align-items: center;
    max-width: 104px;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
    background: linear-gradient(130deg, #715cc6, #463296 60%, #463296 74%, #463296 85%, #463296 98%);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    font-family: "Roboto", serif;
}

.opened .sidebar-link {
    font-family: "Roboto", serif;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    display: flex;
    min-height: 40px;
    padding: 12px 14px;
    margin-left: 12px;
}

.opened .sidebar-item img {
    margin-right: 12px;
}

.opened .sidebar-item {
    padding: 0;
    margin-bottom: 0;
}

.missions-block a img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.opened .missions-link {
    margin: 0 6px 4px 0;
}

.onhover {
    font-family: "Roboto", serif;
    display: none;
    position: absolute;
    left: 80px;
    height: 24px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    background: #7579f4;
    border-radius: 4px;
    top: 2px;
    justify-content: center;
    align-items: center;
}

.opened .sidebar-item-pwa {
    padding: 0 18px;
    margin-top: 24px;
}

.opened .sidebar-item-pwa:hover {
    background-color: unset;
}

.opened .sidebar-item-pwa a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    overflow: hidden;
    color: #beb9ff;
    cursor: pointer;
    border: 1px solid #beb9ff;
    border-radius: 8px;
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
}

.opened .sidebar-item-pwa img {
    width: 24px;
    margin-right: 2px;
}

.opened #burger {
    margin-left: 0;
}

.main {
    padding: 64px 0 0 60px;
}

.container {
    width: 1040px;
    margin: 0 auto;
}

.section-slider {
    margin-top: 52px;
}

.main-banner-slider {
    display: flex;
    justify-content: space-between;
}

.main-banner {
    width: 332px;
    height: 466px;
    border-radius: 12px;
    padding: 20px 20px 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-banner-casino {
    background: url(../images/casino-bg-1.webp) center / cover no-repeat;
}

.main-banner-sport {
    background: url("../images/bg-sport-1.webp") center/cover no-repeat;
}

.main-banner-reward {
    background: url("../images/bg-rewards-1.webp") center/cover no-repeat;
}

.slide-category-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.slide-subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}

.slide-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 42px;
}

.slide-title b {
    font-size: 38px;
    font-weight: 900;
    line-height: 42px;
}

.yellow {
    color: #FFDC41;
}

.slide-btn {
    width: 220px;
    margin: 0 auto;
    height: 52px;
}

.main-banner-sport .slide-subtitle {
    font-size: 38px;
    font-weight: 800;
    line-height: 38px;
    margin: 10px 0 4px;
}

.main-banner-reward .slide-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    margin-top: 20px;
}

.single-banner {
    width: 100%;
    height: 276px;
    background: url("../images/bg-single-banner-1.webp") center/cover no-repeat;
    margin-top: 48px;
    padding: 40px;
    border-radius: 24px;
}

.main-banner-subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.main-banner-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 4px;
}

.main-banner-title b {
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
}

.main-banner-btn {
    width: 326px;
    margin: 0;
}

.payout-banner-slider {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.payout-slide {
    border-radius: 24px;
    padding: 28px 40px;
    width: 508px;
    height: 274px;
}

.payout-slide-rakeback {
    background: url("../images/rake.webp") center/cover no-repeat;
}

.payout-slide-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 12px;
}

.payout-slide-title b {
    font-size: 38px;
    font-weight: 800;
    line-height: 38px;
}

.payout-slide-text {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    width: 179px;
    margin-bottom: 36px;
}

.payout-slide-btn {
    width: 233px;
    margin: 0;
}

.payout-slide-cashback {
    background: url("../images/cash.webp") center/cover no-repeat;
}

.faq {
    margin-top: 52px;
}

.faq .container {
    width: 883px;
}

.faq-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    text-align: center;
}

.accordion {
    margin-top: 32px;
}

.accordion-item {
    margin-bottom: 24px;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    color: #fff;
    border: none;
    background: none;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button:hover .icon,
.accordion button:focus .icon {
    cursor: pointer;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 10px;
    left: 4px;
    width: 12px;
    height: 2px;
    background: #BEB9FF;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 12px;
    background: #BEB9FF;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 0.6;
    max-height: 38em;
    padding-top: 20px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}

.accordion-content ul {
    padding-left: 24px;
}

.accordion-content ul,
.accordion-content ul li {
    list-style: disc;
}

.accordion-content ul li {
    padding-left: 4px;
}

.accordion-content h6 {
    margin: 10px 0;
    font-weight: 600;
}

.accordion-content ul {
    margin-bottom: 12px;
}

.accordion-content a {
    color: #05D2FF;
}

.footer {
    background: #16103D;
    margin-top: 80px;
    padding: 32px 0 36px;
}

.footer .container {
    width: calc(100% - 186px);
}

.footer-text {
    font-family: "Roboto", serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    max-width: 420px;
    opacity: 0.5;
}

.footer-wrapper,
.footer-wrapper-aware {
    display: flex;
    justify-content: space-between;
}

.footer-wrapper {
    margin-bottom: 86px;
}

.circle {
    width: 52px;
    height: 52px;
    margin-right: 12px;
}

.footer-wrapper-text .footer-text {
    margin-bottom: 12px;
}

.footer-wrapper-aware {
    /*align-items: center;*/
}

.footer-aware img {
    width: 134px;
}

.footer-methoods {
    display: flex;
    opacity: 0.3;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

.footer-methoods-top,
.footer-methoods-bottom {
    display: flex;
    justify-content: space-between;
}

.footer-methoods-top {
    width: 50%;
}

.footer-methoods-bottom {
    width: 46%;
}

.footer.opened-sidebar {
    padding-left: 200px;
}

@media (max-width: 1000px) {
    #sidebar-mob {
        display: flex;
        right: 0;
        top: unset;
        width: 100%;
        height: 64px;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    #sidebar-mob ul {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    #sidebar-mob .sidebar-item-mob {
        font-size: 12px;
        line-height: 16px;
        display: block;
        padding-top: 2px;
    }

    #sidebar-mob .sidebar-link {
        display: flex;
        flex-direction: column;
        width: 72px;
        justify-content: center;
        text-align: center;
        color: #fff;
        filter: brightness(0) invert(1);
        opacity: 0.5;
        margin-top: 2px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        font-family: "Roboto", serif;
    }

    #sidebar-mob .sidebar-menu {
        padding: 0;
    }

    #sidebar-mob {
        background-color: #463296;
    }

    #sidebar-mob .sidebar-item-current {
        filter: unset;
        opacity: 1;
    }

    #sidebar-mob .sidebar-link img {
        width: 24px;
        height: 24px;
        display: block;
        margin: 0 auto;
    }

    #sidebar-mob .sidebar-item.sidebar-item-current .sidebar-link {
        color: #FFFFFF;
        opacity: 1;
    }

    #sidebar-mob .sidebar-item {
        margin-bottom: 0;
    }

    #sidebar-web {
        display: none;
    }

    .opened#sidebar-web {
        display: flex;
        z-index: 99;
        width: 100%;
    }

    .opened .sidebar-menu {
        width: 100%;
    }

    .missions-block {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 4px 6px;
        width: 100%;
    }

    .missions-block a {
        max-width: 100%;
        justify-content: flex-start;
        padding: 0 10px;
        font-size: 14px;
    }

    .missions-link {
        margin: 0;
    }

    .opened .missions-block a img {
        margin-right: 4px;
    }

    .opened .sidebar-item-pwa {
        margin-top: 0;
    }

    .opened .sidebar-item-burger {
        right: 10px;
        border-radius: 10px;
    }

    .header,
    .header.opened-sidebar {
        padding: 8px 8px 4px 40px;
        height: 56px;
        z-index: 2;
        transition: transform 0.5s ease;
    }

    .mob-burger {
        display: block;
        position: absolute;
        left: 8px;
        top: 20px;
    }

    .main,
    .main.opened-sidebar {
        padding: 60px 0 0;
        overflow-x: hidden;
    }

    .section-slider {
        margin-top: 24px;
        padding-left: 8px;
    }

    .section-slider .main-banner {
        width: 300px !important;
    }

    .main-banner-reward,
    .payout-slide-cashback {
        margin-right: 8px;
    }

    .payout-slide-rakeback {
        margin-left: 8px;
    }

    .container {
        width: calc(100% - 16px);
    }

    .section-slider .container,
    .payouts .container {
        width: 100%;
    }

    .single-banner {
        margin-top: 16px;
        padding: 24px 20px 35px;
    }

    .main-banner-subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .main-banner-title {
        font-size: 20px;
        line-height: 36px;
    }

    .main-banner-title b {
        font-size: 36px;
        font-weight: 800;
        line-height: 36px;
    }

    .main-banner-btn {
        width: 304px;
        margin: 0 auto;
    }

    .payout-banner-slider {
        margin-top: 26px;
    }

    .payout-slide {
        padding: 24px;
        width: 286px;
        height: 184px;
        border-radius: 12px;
    }

    .payout-slide-title {
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .payout-slide-title span {
        font-size: 22px;
        line-height: 1;
        font-weight: 800;
    }

    .payout-slide-title b {
        font-size: 22px;
        line-height: 1;
    }

    .slide-title b {
        font-size: 34px;
    }
    
    .main-banner-reward .slide-title {
        font-size: 20px;
    }
    
    .payout-slide-rakeback {
        background: url("../images/rake-mob.webp") center/cover no-repeat;
    }

    .payout-slide-cashback {
        background: url("../images/cash-mob.webp") center/cover no-repeat;
    }

    .single-banner {
        background: url("../images/single-banner-mob.webp") center/cover no-repeat;
    }

    .payout-slide-text {
        font-size: 12px;
        line-height: 14px;
        width: 144px;
        margin-bottom: 19px;
    }

    .payout-slide-btn {
        width: 92px;
        height: 28px;
        border-radius: 6px;
        font-size: 8px;
        line-height: 12px;
    }

    .payout-slide-cashback .payout-slide-text {
        width: 148px;
    }

    .faq {
        margin-top: 40px;
    }

    .faq .container {
        width: calc(100% - 16px);
    }

    .faq-title {
        font-size: 48px;
        font-weight: 800;
        line-height: 56px;
    }

    .accordion {
        margin-top: 30px;
    }

    .accordion button .icon::before {
        left: -9px;
        top: -9px;
    }

    .accordion button {
        font-size: 18px;
        line-height: 20px;
    }

    .accordion button .icon::after {
        top: -14px;
        left: -4px;
    }

    .accordion button[aria-expanded='true']+.accordion-content {
        max-height: 70em;
    }

    .footer {
        margin-top: 52px;
        padding: 24px 8px 88px;
    }

    .footer .container {
        width: 100%;
    }

    .footer-wrapper {
        flex-direction: column;
        margin-bottom: 32px;
    }

    .footer-wrapper-text {
        margin-bottom: 32px;
    }

    .footer-wrapper-aware {
        justify-content: start;
    }

    .footer-methoods {
        /*flex-direction: column;*/
        gap: 16px;
        width: 100%;
    }

    .footer-methoods-top,
    .footer-methoods-bottom {
        width: 100%;

    }

    .footer-methoods img {
        width: 74px;
    }
}