@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    box-sizing: border-box;
    outline: 0;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    background: #0D0F30;
    color: #FFFFFF;
    overflow-x: hidden;
}

body {
}

.background-backdrop {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(9, 10, 45, 0) 0%, rgba(11, 12, 39, 0.33) 15.5%, rgba(13, 15, 48, 1) 90%, #0D0F30 100%), url(../images/bg-desktop.png) center/cover;
}

.bg-container {
    background: linear-gradient(184.2deg, #090A19 1.77%, #1B0740 7.59%, #200560 28.84%, #390651 48.83%, #000823 98.09%);
    margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

img {
    height: auto;
    max-width: 100%;
}

.offer-score.mobile {
    display: flex;
}

.offer-score.desktop {
    display: none;
}

.wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;

}

.header-main {
    background-color: #13124F;
    box-shadow: unset;
    padding-bottom: 8px;
    padding-left: 25px;
}

.header-logo img {
    width: 100%;
    max-width: 67px;
    margin-top: 15px;
    height: auto;
}

.sub-header_container {
    background: transparent;
    padding-top: 21px;
    margin-bottom: 21px;
    box-shadow: unset;
    border-radius: 20px;
    font-family: inherit;
    color: #FFFFFF;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
}

.sub-header_txt {
    text-align: center;
}

.date {
    color: #8733FF;
    text-shadow: #e0933e 1px 2px 1px;
}

.sub-header_txt h1, .sub-header_txt h2, .sub-header_txt h3, .sub-header_txt h4 {
    font-family: inherit;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}

.sub-header_txt p {
    font-size: 15px;
    line-height: 18px;
}

.break::before {
    content: "\a";
    white-space: pre;
}

.secure-icons {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 60%;
}

.icon-flex {
    display: flex;
    gap: 8px;
    align-items: center;
}

.icon-flex .text {
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
}

.flag {
    display: flex;
	scale: 0.7;
}

.offers-header {
    display: none;
}

.offers {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
}

.offers.wrapper {
    display: table;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
}

.offer-promo.desktop {
    display: none;
}

.offer-number {
    display: none;
}

.offers .welcome-policy {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%);
    font-size: 8px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    opacity: 0.7;
    width: 100%;
    padding: 0 5px;
}

.offers .welcome-policy a {
    color: inherit;
}

.offers .welcome-policy a:hover {
    text-decoration: underline;
}

.offer-wrapper {
    position: relative;
    background-color: rgba(24, 40, 90, 0.44);
    margin-top: 20px;
}

.offer-wrapper::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #8733FF;
}

.offer-1::before {
    background: #E48F0F;
}

.offer-2::before {
    background: #E8642B;
}

.offer-3::before {
    background: #D93A6A;
}

.offer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    border: transparent;
    border-radius: 0 0 8px 8px;
    box-shadow: none;
    justify-content: space-between;
    background: transparent;
    margin-bottom: 40px;
}

.offer-label {
    display: block;
    position: absolute;
    z-index: 9;
    top: -8px;
    left: 25px;
    background: #8733FF;
    padding: 4px 12px 4px 14px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
}

.offer-1 > .offer-container > .offer-label:nth-child(1) {
    background-color: #E48F0F;
}

.offer-2 > .offer-container > .offer-label:nth-child(1) {
    background-color: #E8642B;
}

.offer-3 > .offer-container > .offer-label:nth-child(1) {
    background-color: #D93A6A;
}

.offer-cover {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    max-width: 100%;
    flex: 1 1 33%;
    padding: 5px;
}

.offer-cover a {
    width: 100%;
}

.offer-promo {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 33%;
}

.offer-promo .welcome-title {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.offer-promo .welcome-title h1, .offer-promo .welcome-title h2, .offer-promo .welcome-title h3 {
    font-size: 16px;
    line-height: 17px;
    font-weight: 900;
    text-transform: capitalize;
    text-align: center;
}

.offer-promo .welcome-title p {
    font-family: inherit;
    color: inherit;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 2px;
}

.offer-logo {
    margin-top: 10px;
    height: 6rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.offer-logo img {
    margin: 20px auto 0;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
}

.offer-score {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 20%;
}

.offer-votes .txt-raiting {
    font-family: inherit;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}

.offer-votes .score-block {
    text-align: center;
}

.offer-votes .score-point {
    display: block;
    font-family: inherit;
    color: #5B89FF;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.offer-votes .stars {
    position: relative;
    font-size: 16px;
    margin-top: 10px;
}

.offer-votes .stars .star-5::before {
    content: "★★★★★";
    top: -25px;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
}

.offer-votes .stars .star-4::before {
    content: "★★★★☆";
    top: -25px;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
}

.offer-votes .stars .star-3::before {
    content: "★★★☆☆";
    top: -25px;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
}

.offer-votes .stars .star-2::before {
    content: "★★☆☆☆";
    top: -25px;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
}

.offer-votes .stars .star-1::before {
    content: "★☆☆☆☆";
    top: -25px;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
}

.min-deposit {
    position: relative;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    margin-top: 20px;
    white-space: nowrap;
    padding-bottom: 10px;
}

.min-deposit:before {
    content: "";
    position: absolute;
    top: -10px;
    padding: 10px 0;
    border-top: 0.5px solid #4E5586;
    width: 100%;
}

.min-deposit > span {
    color: #E48F0F;
}

.offer-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-btn {
    width: 100%;
    font-family: inherit;
    font-size: 15px;
    line-height: 18px;
    background: linear-gradient(124.91deg, #E0933E 14.05%, #DA37F8 120.59%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
}

.offer-btn a {
    display: inline-block;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 12px 27px;
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 167px;

}

.offer-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: calc(-100% - 35px);
    top: 0;
    background-color: #E0933E;
    transition: left 0.5s ease;
}

.offer-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 0px;
    height: 0px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #E0933E;
    transition: left 0.5s ease;
}

.offer-btn:hover {
    transform: scale(1.05);
}

.payments-block {
    margin-top: 10px;
    display: flex;
    gap: 5px;
}

.offer-wrapper:hover .offer-btn:before {
    left: 0;
}

.offer-wrapper:hover .offer-btn:after {
    left: calc(100% - 35px);
}

.content-container {
    padding: 15px 15px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    text-align: center;
}

.content-container h1 {
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.content-container h2 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.5px;
}

.content-container h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #FF793E;
    bottom: -7px;
    left: 2px;
}

.content-container h3, .content-container h4, .content-container h5 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.content-container p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 20px auto 7px;
}

.bonuses_inner {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    gap: 30px;
}

.bonuses_inner h3 {
    font-size: 20px;
    line-height: 18px;
    font-weight: 700;
}

.separation-line {
    width: 100%;
    border: 1px solid #441588;
    box-shadow: 0px 4px 22px 0px #5549D3C4;
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 24px;
}

.faq h2 {
    font-size: 24px;
    line-height: 62px;
    font-weight: 700;
    text-align: center;
    color: #E2E3FE;
}

.faq .faq-tab {
    border-radius: 20px;
    padding: 14px 10px;
    background: #13183A;
}

.faq .faq-tab button {
    background-color: transparent;
    border: none;
    color: #E3E4FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    text-align: left;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2em;
}

.faq .faq-tab button:focus {
    border: none;
    outline: none;
}

.faq .faq-tab button .icon {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8733FF;
}

.faq .faq-tab button .icon svg {
    margin: 0 6px;
}

.faq .faq-tab button .icon .minus {
    display: none;
}

.faq .faq-tab .content {
    color: #C7C8F6A8;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    max-width: 100%;
    margin-top: 16px;
    padding-top: 1.2em;
    display: none;
    overflow: hidden;
    border-top: 1px solid #915CA7
}

.question.is-open .plus {
    display: none;
}

.faq .faq-tab button.is-open .icon .minus {
    display: block;
}


@media (min-width: 414px) {
    .break::before {
        white-space: normal;
    }

    .offers.wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 600px) {
    .offer-container {

    }

    .offer-logo img {
        margin-top: 0;
    }

    .offer-cover {
        justify-content: center;
    }

    .min-deposit {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .min-deposit span {
        margin-top: 5px;
    }

    .offer-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .offer-container {
        padding-right: 23px;
        height: 167px;
    }

    .offer-promo {
        flex-direction: row;
        align-items: center;
        gap: 34px;
        min-height: 68px;
    }

    .offer-score.mobile {
        display: none;
    }

    .offer-score.desktop {
        display: flex;
        gap: 15%;
    }

    .offer-promo .welcome-container {
        width: 200px;
    }

    .sub-header_container::before {
        width: 270px;
        height: 156px;
        bottom: -24px;
    }

    .offers.wrapper {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .header-main {
        padding-left: 25px;
    }

    .header-logo img {
        max-width: 76px;
    }

    .header-item.top {
        max-width: 25%;
    }

    .header-item.welcome {
        max-width: 20%;
        margin-right: 45px;
    }

    .header-item.rating {
        max-width: 20%;
        margin-left: 10px;
    }

    .header-item.play {
        max-width: 20%;
    }

    .offer-cover {
        max-width: 20%;
    }

    .offer-score {
        max-width: 20%;
    }

    .offer-promo {
        max-width: 20%;
    }

    .offer-promo {
        max-width: 20%;
    }

    .sub-header_container {
        margin-bottom: 44px;
    }

    .sub-header_container::before {
        content: none;
    }

    .sub-header_txt {
        width: 100%;
    }

    .sub-header_txt h1, .sub-header_txt h2, .sub-header_txt h3, .sub-header_txt h4 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 6px;
    }

    .sub-header_txt p {
        font-size: 22px;
        line-height: 30px;
    }

    .offer-promo.desktop {
        display: flex;
    }

    .offers-header {
        display: block;
        background-color: #0F215A70;
        border-top: 1px solid #8733FF;
        margin-bottom: 25px;
        padding: 5px 0;
    }

    .offers-header__inner {
        display: flex;
        justify-content: space-between;
        padding: 0 80px 0 55px;
    }

    .offers-header__inner p {
        font-size: 14px;
        font-weight: 700;
        line-height: 17.07px;

    }

    .offers {
        gap: 18px;
    }

    .offer-container {
    }

    .offer-label {
        display: block;
        top: -10px;
        padding: 3px 12px 4px 14px;
        font-size: 13px;
    }

    .offer-cover {
        width: 180px;
    }

    .offer-promo {
        flex-direction: row;
        align-items: center;
        gap: 54px;
    }

    .offer-logo {
        max-width: 150px;
    }

    .content-container {
        padding: 15px 25px;
    }

    .sub-header_txt h1 > .break {
        color: #5B89FF;
    }

    .welcome-container.mobile {
        display: none;
    }

    .offer-promo.desktop {
        display: flex;
    }

    .bonuses_inner {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .faq .faq-tab {
        padding: 28px 18px;
    }

    .faq .faq-tab .question {
        display: flex;
        align-items: center;
        font-size: 18px;
        line-height: 23px;
        font-weight: 600;
    }

    .faq .faq-tab .content {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    .faq .faq-tab button .icon{
        width: 35px;
        height: 35px;
        border-radius: 35px;
    }

}

@media (min-width: 900px) {
    .offer-cover {
        background-position: left;
    }


    .offer-cover {
        width: unset;
        flex-direction: row;
    }

    .offer-logo {
        width: 180px;
        max-width: unset;
    }

    .offer-label {
        right: unset;
        left: 25px;
    }

    .break::before {
        white-space: normal;
    }

    .offer-btn a {
        max-width: 167px;
    }
}

@media (min-width: 1024px) {
    .date {
        color: #8733FF;
        text-shadow: #e0933e 2px 3px 2px;
    }

    .header-item.welcome {
        margin-right: 20px;
    }

    .header-item.rating {
        max-width: 20%;
        margin-right: 0;
        margin-left: 8px;
    }

    .bg-container {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        background: transparent;
    }

    .wrapper {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .sub-header_container {
        width: 100%;
        margin-bottom: 44px;
        margin-left: 0;
        margin-right: 0;
    }

    .sub-header_txt h1, .sub-header_txt h2, .sub-header_txt h3, .sub-header_txt h4 {
        font-size: 36px;
        line-height: 58px;
        margin-bottom: 15px;
    }

    .sub-header_txt p {
        font-size: 20px;
        line-height: 29px;
    }

    .header-main {
        box-shadow: none;
        padding-left: 0;
    }

    .header-logo img {
        max-width: 105px;
        margin-left: 20%;
    }

    .offers .welcome-policy {
        font-family: 'Open Sans', sans-serif;
        font-size: 8px;
        font-weight: 400;
        line-height: 14px;
        bottom: -25px;

        opacity: 0.7;

        padding-left: 0;
        padding-right: 0;
    }

    .offer-wrapper::before {
        background: #8733FF;
    }

    .offer-1::before {
        background: #E48F0FD6;
    }

    .offer-2::before {
        background: #E8642BB2;
    }

    .offer-3::before {
        background: #D93A6AB5;
    }

    .offer-number {
        display: block;
        position: absolute;
        top: 40%;
        left: -40px;
        font-family: Inter, sans-serif;
        font-size: 36px;
        font-weight: 500;
        line-height: 43.57px;
        text-align: center;
        color: #8733FFB0;
    }

    .offer-1 .offer-number {
        color: #E48F0FD6;
    }

    .offer-2 .offer-number {
        color: #E8642BB2;
    }

    .offer-3 .offer-number {
        color: #D93A6AB5;
    }

    .offer-container {
        gap: 60px;
    }

    .offer-cover {
        flex-direction: row;
    }

    .offer-logo {
        max-width: 191px;
    }

    .offer-score {
    }

    .offer-promo {
        gap: 30px;
    }

    .min-deposit {
        flex-direction: row;
        align-items: flex-end;
    }

    .welcome-title h1 {
        font-size: 14px;
        line-height: 17px;
        font-weight: 900;
        text-transform: capitalize;
        text-align: center;
    }

    .welcome-title p {
        font-size: 17px;
        line-height: 17px;
        font-weight: 900;
        text-transform: capitalize;
        text-align: center;
    }

    .offer-promo .welcome-title p {
        font-size: 15px;
        line-height: 28px;
        font-weight: 500;
        text-transform: capitalize;
        text-align: center;

    }

    .offer-votes .txt-raiting {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .offer-votes .score-point {
        font-size: 30px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .offer-votes .stars {
        font-size: 27px;
    }

    .offer-votes .stars .star-5::before {
        top: -35px;
        left: -7px;
        width: 20px;
        height: 20px;
    }

    .offer-votes .stars .star-4::before {
        top: -35px;
        left: -7px;
        width: 20px;
        height: 20px;
    }

    .offer-votes .stars .star-3::before {
        top: -35px;
        left: -7px;
        width: 20px;
        height: 20px;
    }

    .offer-votes .stars .star-2::before {
        top: -35px;
        left: -7px;
        width: 20px;
        height: 20px;
    }

    .offer-votes .stars .star-1::before {
        top: -35px;
        left: -7px;
        width: 20px;
        height: 20px;
    }

    .offer-btn {
        width: -moz-fit-content;
        width: fit-content;
    }

    .offer-btn a {
        padding: 12px 27px;
    }

    .content-container {
        padding: 35px 0;
    }

    .content-container h2 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .content-container h3, .content-container h4, .content-container h5 {
        font-size: 18px;
        line-height: 21px;
        font-weight: 600;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
    }

    .content-container p {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        margin-bottom: 10px;
    }
}