* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

address {
    font-style: normal
}

strong {
    display: block
}

@font-face {
    font-family: Koulen;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/dreamjackpot-fonts/dreamjackpot-koulen-regular.woff2) format("woff2")
}

@font-face {
    font-family: Jost;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/dreamjackpot-fonts/dreamjackpot-jost-bold.woff2) format("woff2")
}

@font-face {
    font-family: Jost;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/dreamjackpot-fonts/dreamjackpot-jost-semibold.woff2) format("woff2")
}

@font-face {
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/dreamjackpot-fonts/dreamjackpot-jost-regular.woff2) format("woff2")
}

:root {
    --font-main: "Jost", sans-serif;
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 10px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #151515;
    --main: #ffffff;
    --black: #000000;
    --white: #ffffff;
    --hover: #d42c8e;
    --active: #d42c8e
}

.Koulen {
    font-family: Koulen
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background-color: var(--background-page)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.cp-header-top {
    border-radius: 15px;
    padding: 10px;
    max-width: 1008px;
    width: 100%;
    background-color: #080a08;
    margin: 0 auto
}

@media (max-width:600px) {
    .cp-header-top {
        padding: 4px 10px
    }
}

.cp-header {
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px 0 #fff;
    box-shadow: 0 0 10px 0 #fff;
    background: linear-gradient(135deg, #330a43 0, #5e00c2 100%);
    padding: 10px;
    min-width: 238px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:600px) {
    .cp-header {
        padding: 4px 10px;
        min-width: 290px
    }
}

.cp-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    border-radius: 15px;
    padding: 4px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #2e2e2e;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: var(--white)
}

.cp-time span {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.cp-benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border: 1px solid #740672;
    border-radius: 15px;
    padding: 4px 16px;
    background: -webkit-gradient(linear, right top, left top, from(#740672), color-stop(50%, #4d004c), to(#740672));
    background: linear-gradient(270deg, #740672 0, #4d004c 50%, #740672 100%)
}

.cp-benefit span {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:1220px) {
    .cp-benefit span {
        width: 28px;
        height: 28px
    }
}

@media (max-width:991px) {
    .cp-benefit span {
        width: 24px;
        height: 24px
    }
}

@media (max-width:600px) {
    .cp-benefit span {
        width: 20px;
        height: 20px
    }
}

.tx-64-20 {
    font-weight: 600;
    font-size: 64px;
    line-height: 100%
}

@media (max-width:1220px) {
    .tx-64-20 {
        font-size: 42px
    }
}

@media (max-width:991px) {
    .tx-64-20 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .tx-64-20 {
        font-size: 20px
    }
}

.tx-12-10 {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: .04em
}

@media (max-width:600px) {
    .tx-12-10 {
        font-size: 10px
    }
}

.tx-14-10 {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%
}

@media (max-width:991px) {
    .tx-14-10 {
        font-size: 12px
    }
}

@media (max-width:600px) {
    .tx-14-10 {
        font-size: 10px
    }
}

.rating {
    font-weight: 400;
    font-size: 32px;
    line-height: 130%
}

@media (max-width:1220px) {
    .rating {
        font-size: 28px
    }
}

@media (max-width:991px) {
    .rating {
        font-size: 26px
    }
}

@media (max-width:600px) {
    .rating {
        font-size: 24px
    }
}

.tx-20-16 {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%
}

@media (max-width:991px) {
    .tx-20-16 {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .tx-20-16 {
        font-size: 16px
    }
}

.tx-32-20 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.3
}

@media (max-width:1220px) {
    .tx-32-20 {
        font-size: 26px
    }
}

@media (max-width:991px) {
    .tx-32-20 {
        font-size: 24px
    }
}

@media (max-width:600px) {
    .tx-32-20 {
        font-size: 20px
    }
}

.tx-20-12 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%
}

@media (max-width:1220px) {
    .tx-20-12 {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .tx-20-12 {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .tx-20-12 {
        font-size: 12px
    }
}

.tx-14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3
}

.tx-main {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

@media (max-width:600px) {
    .tx-main {
        font-size: 14px
    }
}

.box-shadow {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow)
}

.brr-15 {
    border-radius: 15px
}

.brr-40 {
    border-radius: 40px
}

.text-shadow {
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.age {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.age_18 {
    width: 18px;
    height: 18px
}

.ptb-24 {
    padding-top: 24px;
    padding-bottom: 24px
}

.p-20 {
    padding: 20px
}

.plr-20-10 {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:991px) {
    .plr-20-10 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:600px) {
    .plr-20-10 {
        padding-left: 10px;
        padding-right: 10px
    }
}

.plr-24-16 {
    padding-left: 24px;
    padding-right: 24px
}

@media (max-width:600px) {
    .plr-24-16 {
        padding-left: 16px;
        padding-right: 16px
    }
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.mb-24-16:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width:600px) {
    .mb-24-16:not(:last-child) {
        margin-bottom: 16px
    }
}

.mb-16-10:not(:last-child) {
    margin-bottom: 16px
}

@media (max-width:600px) {
    .mb-16-10:not(:last-child) {
        margin-bottom: 10px
    }
}

.mb-section:not(:last-child) {
    margin-bottom: 80px
}

@media (max-width:991px) {
    .mb-section:not(:last-child) {
        margin-bottom: 60px
    }
}

@media (max-width:600px) {
    .mb-section:not(:last-child) {
        margin-bottom: 40px
    }
}

.mb-40:not(:last-child) {
    margin-bottom: 40px
}

.mb-32:not(:last-child) {
    margin-bottom: 32px
}

.mb-24:not(:last-child) {
    margin-bottom: 24px
}

.mb-20:not(:last-child) {
    margin-bottom: 20px
}

.mb-15:not(:last-child) {
    margin-bottom: 15px
}

.mb-10:not(:last-child) {
    margin-bottom: 10px
}

.border {
    border: 1px solid #ff1e1e
}

.logo {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: .04em;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    background: -webkit-gradient(linear, right top, left top, from(#740672), color-stop(50%, #4d004c), to(#740672));
    background: linear-gradient(270deg, #740672 0, #4d004c 50%, #740672 100%);
    border: 1px solid #740672;
    border-radius: 15px;
    padding: 8px 24px
}

@media (max-width:600px) {
    .logo {
        padding: 4px 24px;
        font-size: 10px
    }
}

@media (any-hover:hover) {
    .logo:hover {
        color: var(--hover)
    }
}

.logo:focus-visible {
    color: var(--hover)
}

.logo:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: var(--white);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 30px;
    min-width: 189px;
    min-height: 68px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    background: -webkit-gradient(linear, left top, right top, from(red), to(#af0aac));
    background: linear-gradient(90deg, red 0, #af0aac 100%);
    border: 2px solid #dd9c9c;
    transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
    .but {
        min-height: 42px;
        font-size: 16px
    }
}

@media (max-width:600px) {
    .but {
        font-size: 14px;
        min-height: 38px;
        border-radius: 20px
    }
}

@media (any-hover:hover) {
    .but:hover {
        opacity: .5
    }
}

.but:focus-visible {
    opacity: .5
}

.cp-card {
    border: 1px solid #740672;
    border-radius: 20px;
    background: -webkit-gradient(linear, right top, left top, from(#740672), color-stop(33.65%, #4d004c), to(#000));
    background: linear-gradient(270deg, #740672 0, #4d004c 33.65%, #000 100%)
}

.cp-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px
}

.cp-stars li {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.cp-stars li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
    height: 16px
}

.cp-stars li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px;
    height: 18px
}

.cp-stars li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24px;
    flex: 0 1 24px;
    height: 24px
}

.cp-stars li:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px;
    height: 18px
}

.cp-stars li:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
    height: 16px
}

.cp-stars_card li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
    height: 16px
}

@media (max-width:991px) {
    .cp-stars_card li:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 12px;
        flex: 0 1 12px;
        height: 12px
    }
}

@media (max-width:600px) {
    .cp-stars_card li:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10px;
        flex: 0 1 10px;
        height: 10px
    }
}

.cp-stars_card li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px;
    height: 18px
}

@media (max-width:991px) {
    .cp-stars_card li:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16px;
        flex: 0 1 16px;
        height: 16px
    }
}

@media (max-width:600px) {
    .cp-stars_card li:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 12px;
        flex: 0 1 12px;
        height: 12px
    }
}

.cp-stars_card li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24px;
    flex: 0 1 24px;
    height: 24px
}

@media (max-width:991px) {
    .cp-stars_card li:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20px;
        flex: 0 1 20px;
        height: 20px
    }
}

@media (max-width:600px) {
    .cp-stars_card li:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16px;
        flex: 0 1 16px;
        height: 16px
    }
}

.cp-stars_card li:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px;
    height: 18px
}

@media (max-width:991px) {
    .cp-stars_card li:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16px;
        flex: 0 1 16px;
        height: 16px
    }
}

@media (max-width:600px) {
    .cp-stars_card li:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10px;
        flex: 0 1 10px;
        height: 10px
    }
}

.cp-stars_card li:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
    height: 16px
}

@media (max-width:991px) {
    .cp-stars_card li:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 12px;
        flex: 0 1 12px;
        height: 12px
    }
}

@media (max-width:600px) {
    .cp-stars_card li:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 8px;
        flex: 0 1 8px;
        height: 8px
    }
}

.cp-legolas {
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 20px 0;
    padding: 10px 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #ed8221;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: var(--white)
}

.cp-legolas_red {
    background-color: red
}

@media (max-width:991px) {
    .cp-legolas {
        font-size: 14px
    }
}

@media (max-width:600px) {
    .cp-legolas {
        font-size: 12px;
        padding: 5px 24px
    }
}

.cp-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d9d9d9
}

.bg-gr {
    background: -webkit-gradient(linear, left top, left bottom, from(#400040));
    background: linear-gradient(180deg, #400040 0)
}

.bg-black {
    background-color: var(--black)
}

.color-yellow {
    color: #fee651
}

.hover-opacity {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .hover-opacity:hover {
        opacity: .5
    }
}

.hover-opacity:focus-visible {
    opacity: .5
}

.hover-opacity:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.hover-color {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .hover-color:hover {
        color: var(--hover)
    }
}

.hover-color:focus-visible {
    color: var(--hover)
}

.hover-color:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.d-block {
    display: block
}

.w100 {
    min-width: 0;
    width: 100%
}

.relative-z2 {
    position: relative;
    z-index: 2
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.dreamjackpot-terms h1 {
    font-size: 42px;
    line-height: 1.3;
    color: var(--main);
    font-weight: 700
}

@media (max-width:991px) {
    .dreamjackpot-terms h1 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .dreamjackpot-terms h1 {
        font-size: 16px
    }
}

.dreamjackpot-terms h1:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .dreamjackpot-terms h1:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .dreamjackpot-terms h1:not(:last-child) {
        margin-bottom: 15px
    }
}

.dreamjackpot-terms h2 {
    font-size: 36px;
    line-height: 1.3;
    color: var(--main);
    font-weight: 700
}

@media (max-width:991px) {
    .dreamjackpot-terms h2 {
        font-size: 25px
    }
}

@media (max-width:600px) {
    .dreamjackpot-terms h2 {
        font-size: 14px
    }
}

.dreamjackpot-terms h2:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .dreamjackpot-terms h2:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .dreamjackpot-terms h2:not(:last-child) {
        margin-bottom: 15px
    }
}

.dreamjackpot-terms p {
    font-size: 20px;
    line-height: 1.3;
    color: var(--main);
    font-weight: 400
}

@media (max-width:991px) {
    .dreamjackpot-terms p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .dreamjackpot-terms p {
        font-size: 12px
    }
}

.dreamjackpot-terms p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .dreamjackpot-terms p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .dreamjackpot-terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.dreamjackpot-terms ul:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .dreamjackpot-terms ul:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .dreamjackpot-terms ul:not(:last-child) {
        margin-bottom: 15px
    }
}

.dreamjackpot-terms li {
    font-size: 18px;
    line-height: 1.3;
    color: var(--main);
    font-weight: 400
}

@media (max-width:991px) {
    .dreamjackpot-terms li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .dreamjackpot-terms li {
        font-size: 12px
    }
}

.dreamjackpot-terms li:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .dreamjackpot-terms li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .dreamjackpot-terms li:not(:last-child) {
        margin-bottom: 15px
    }
}

.dreamjackpot-header {
    padding: 34px 0 10px 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

@media (max-width:991px) {
    .dreamjackpot-header {
        padding: 24px 0 10px 0
    }
}

.dreamjackpot-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px
}

@media (max-width:768px) {
    .dreamjackpot-header__top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.dreamjackpot-hero {
    background-image: url(/dreamjackpot-img/dreamjackpot-heros.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 277px
}

@media (max-width:991px) {
    .dreamjackpot-hero {
        padding-bottom: 220px
    }
}

@media (max-width:600px) {
    .dreamjackpot-hero {
        background-image: url(/dreamjackpot-img/dreamjackpot-heros-mob.webp)
    }
}

.dreamjackpot-hero__descr {
    width: 82%
}

@media (max-width:768px) {
    .dreamjackpot-hero__descr {
        width: 100%
    }
}

@media (max-width:600px) {
    .dreamjackpot-hero__text {
        display: none
    }
}

.dreamjackpot-hero__benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.dreamjackpot-hero__image {
    position: relative;
    z-index: 1;
    width: 450px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px
}

@media (max-width:1220px) {
    .dreamjackpot-hero__image {
        width: 370px;
        height: 370px;
        margin-top: -40px
    }
}

@media (max-width:991px) {
    .dreamjackpot-hero__image {
        width: 300px;
        height: 300px
    }
}

@media (max-width:600px) {
    .dreamjackpot-hero__image {
        width: 239px;
        height: 203px;
        margin-top: -10px
    }
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-40%);
        transform: translateX(-50%) translateY(-40%)
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

@keyframes animate {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-40%);
        transform: translateX(-50%) translateY(-40%)
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
}

.dreamjackpot-faq {
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
    border-radius: 15px
}

.dreamjackpot-faq.active {
    background-color: #2e2e2e;
    border-color: rgba(255, 255, 255, .25)
}

.dreamjackpot-faq.active .dreamjackpot-faq__button span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dreamjackpot-faq__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    z-index: 2
}

.dreamjackpot-faq__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px;
    height: 9px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.dreamjackpot-faq__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media (any-hover:hover) {
    .dreamjackpot-faq__button:hover {
        opacity: .5
    }
}

.dreamjackpot-faq__button:focus-visible {
    opacity: .5
}

.dreamjackpot-faq__button:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.dreamjackpot-faq__button span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.dreamjackpot-faq__bottom {
    position: relative;
    z-index: 2;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.dreamjackpot-faq__texts {
    padding-top: 0
}

.dreamjackpot-reviews {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 15px
}

@media (max-width: 991px) {
    .dreamjackpot-reviews {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
}

@media (max-width:600px) {
    .dreamjackpot-reviews {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.dreamjackpot-footer__columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 20px
}

@media (max-width:991px) {
    .dreamjackpot-footer__columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.dreamjackpot-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    border: 1px solid #faf9f0;
    border-radius: 20px;
    padding: 20px
}

@media (max-width:991px) {
    .dreamjackpot-footer__links {
        gap: 10px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.dreamjackpot-footer__links li a {
    display: block;
    width: 100%;
    height: 100%
}

.dreamjackpot-footer__links li:nth-child(2) {
    height: 38px
}

.dreamjackpot-footer__links li:nth-child(3) {
    height: 30px
}

.dreamjackpot-footer__links li:nth-child(4) {
    height: 30px
}

.dreamjackpot-footer__links li:nth-child(5) {
    height: 33px
}

.dreamjackpot-footer__links li:nth-child(6) {
    height: 42px
}

.dreamjackpot-footer__links li:nth-child(7) {
    height: 69px
}

.dreamjackpot-footer__links li:nth-child(8) {
    height: 48px
}

.dreamjackpot-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

@media (max-width:991px) {
    .dreamjackpot-nav__list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }
}

.dreamjackpot-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.dreamjackpot-nav__link-icon {
    width: 10px;
    height: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.dreamjackpot-dates {
    margin-left: auto
}

.dreamjackpot-dates__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dreamjackpot-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    min-height: 180px;
    position: relative;
    overflow: hidden
}

@media (max-width:991px) {
    .dreamjackpot-card {
        gap: 10px
    }
}

.dreamjackpot-card__legolas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.dreamjackpot-card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 292px;
    flex: 0 1 292px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    background-color: var(--black);
    padding: 32px
}

@media (max-width:991px) {
    .dreamjackpot-card__left {
        padding: 32px 16px
    }
}

@media (max-width:550px) {
    .dreamjackpot-card__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
        flex: 0 1 47%;
        padding: 32px 12px
    }
}

.dreamjackpot-card__logo {
    height: 92px
}

@media (max-width:991px) {
    .dreamjackpot-card__logo {
        height: 70px
    }
}

@media (max-width:600px) {
    .dreamjackpot-card__logo {
        height: 50px
    }
}

.dreamjackpot-card__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 512px;
    flex: 0 1 512px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 32px 0
}

@media (max-width:800px) {
    .dreamjackpot-card__middle {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 350px;
        flex: 0 1 350px
    }
}

@media (max-width:550px) {
    .dreamjackpot-card__middle {
        display: none
    }
}

.dreamjackpot-card__right {
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 332px;
    flex: 0 1 332px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 32px;
    padding-left: 0
}

@media (max-width:991px) {
    .dreamjackpot-card__right {
        padding: 32px 16px;
        padding-left: 0
    }
}

@media (max-width:550px) {
    .dreamjackpot-card__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 53%;
        flex: 0 1 53%;
        padding: 32px 12px;
        padding-left: 0
    }
}

.dreamjackpot-card__right-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 18px
}

@media (max-width:991px) {
    .dreamjackpot-card__right-top {
        gap: 14px
    }
}

@media (max-width:600px) {
    .dreamjackpot-card__right-top {
        gap: 10px
    }
}

@media (max-width:600px) {
    .dreamjackpot-card__link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.dreamjackpot-card__link span {
    position: relative;
    z-index: 3
}

.dreamjackpot-slider {
    width: 100%;
    max-width: 200px;
    margin: 0 auto
}

@media (max-width:600px) {
    .dreamjackpot-slider {
        max-width: 148px
    }
}

.dreamjackpot-slider__slide {
    width: 32px;
    height: 32px
}

@media (max-width:991px) {
    .dreamjackpot-slider__slide {
        width: 24px;
        height: 24px
    }
}