@font-face {
    font-family: montserrat;
    src: url("../djspidercr_fonts/djspidercr_montserrat-regular.woff2")
}

@font-face {
    font-family: montserrat-bold;
    src: url("../djspidercr_fonts/djspidercr_montserrat-bold.woff2")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: montserrat;
    background: #FFF;
}

#confirmButton {
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}


.confirmButton {
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 14px;
    width: 10px;
    height: 10px;
}

canvas {
    display: block;
    vertical-align: bottom
}

.particles-js-canvas-el {
    position: fixed;
    z-index: -1
}

.js-count-particles {
    font-size: 1.1em
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

.body__container {
    max-width: 1240px;
    margin: 0 auto
}

.djspidercr_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(19px);
            backdrop-filter: blur(19px);
    background-color: rgba(0, 0, 0, .3);
}

.djspidercr_header__nav {
    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;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.djspidercr_header__box {
    padding-top: 80px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.djspidercr_header__btn{
    color: #1B2679;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    padding: 16px 16px 16px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 99px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.djspidercr_header__btn:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.djspidercr_header__sup {
    color: #fff;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-align: center;
    font-weight: 500
}

.djspidercr_header__info {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.djspidercr_header__info:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.djspidercr_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-left: 0;
    list-style: none;
}

.djspidercr_header__burger {
    display: none
}

.djspidercr_header__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.djspidercr_header__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0.5;
}

.header__link {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid #FFF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__link:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__link_yellow {
    color: #fdee44
}

.djspidercr_header__block {
    max-width: 100%
}

.djspidercr_header__wrap {
    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: 20px;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.djspidercr_header__title {
    color: #F0F0F0;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 48px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.header__title{
    margin-bottom: 0;
}

.djspidercr_header {
    padding-top: 85px;
    background: url("../djspidercr_img/djspidercr-header-background.webp") no-repeat center center/cover;
    padding-bottom: 137px;
    border-radius: 0px 0px 24px 24px;
}

.header__play{
    padding-top: 40px;
    padding-bottom: 40px;
}

.djspidercr_winners {
    padding-top: 80px;
    padding-bottom: 80px;
}
.djspidercr_winners__title {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.djspidercr_winners__subtitle {
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.djspidercr_winners__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}
.djspidercr_winners__item {
    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;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
    padding: 16px;
}
.djspidercr_winners__center {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 464px;
    min-height: 128px;
    width: 100%;
}
.djspidercr_winners__data {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.djspidercr_winners__wraps {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.djspidercr_winners__numbers {
    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: 48px;
    height: 48px;
    border-radius: 34px;
    background: #1B2679;
}
.djspidercr_winners__number {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
.winners__numbers {
    border-radius: 34px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
}
.winners__number {
    color: #1B2679;
}
.djspidercr_winners__right {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 217px;
    min-height: 128px;
    width: 100%;
}
.djspidercr_winners__head {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.djspidercr_winners__price {
    color: #1B2679;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.djspidercr_winners__link {
    color: #1B2679;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 57px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 99px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    width: 300px;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.djspidercr_winners__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background: #000;
}

.djspidercr_winners__wrpapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}
.djspidercr_winners__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.djspidercr_winners__name {
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
}

.djspidercr_countdown {
    padding-top: 80px;
    padding-bottom: 80px;
}

.djspidercr_winners__block{
    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;
    position: relative;
}

.djspidercr_winners__checkbox {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #272727;
    border-radius: 5px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.djspidercr_winners__checkbox:checked::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #1B2679;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.djspidercr_countdown__title {
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.djspidercr_countdown__data {
    color: #272727;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.djspidercr_countdown__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.djspidercr_countdown__head {
    color: #1B2679;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.djspidercr_countdown__items {
    padding-left: 0;
    list-style: none;
    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;
    gap: 50px;
}
.djspidercr_countdown__item {
}
.djspidercr_countdown__item:nth-child(1){
    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: 100px;
    height: 100px;
    background: url("../djspidercr_img/djspidercr-countdown-icon-1.webp") no-repeat center;
}

.djspidercr_countdown__item:nth-child(3){
    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: 100px;
    height: 100px;
    background: url("../djspidercr_img/djspidercr-countdown-icon-2.webp") no-repeat center;
}

.djspidercr_countdown__item:nth-child(5){
    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: 100px;
    height: 100px;
    background: url("../djspidercr_img/djspidercr-countdown-icon-1.webp") no-repeat center;
}
.djspidercr_countdown__time {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.djspidercr_countdown__name{
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.countdown__time{
    color: #1B2679;
}
.countdown__name{
    color: #1B2679;
}
.djspidercr_countdown__cirlce{
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 39.6px;
}

.djspidercr_play {
    padding-top: 80px;
    padding-bottom: 80px;
}
.djspidercr_play__title {
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.djspidercr_play__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    gap: 16px;
    list-style: none;
}
.djspidercr_play__item {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    max-width: 298px;
    min-height: 195px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
}
.djspidercr_play__item:nth-child(1)::before {
    content: "";
    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: 100%;
    max-width: 70px;
    min-height: 70px;
    background: url("../djspidercr_img/djspidercr-play-icon-1.webp") no-repeat center;
}
.djspidercr_play__item:nth-child(2)::before {
    content: "";
    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: 100%;
    max-width: 70px;
    min-height: 70px;
    background: url("../djspidercr_img/djspidercr-play-icon-2.webp") no-repeat center;
}
.djspidercr_play__item:nth-child(3)::before {
    content: "";
    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: 100%;
    max-width: 70px;
    min-height: 70px;
    background: url("../djspidercr_img/djspidercr-play-icon-3.webp") no-repeat center;
}
.djspidercr_play__item:nth-child(4)::before {
    content: "";
    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: 100%;
    max-width: 70px;
    min-height: 70px;
    background: url("../djspidercr_img/djspidercr-play-icon-4.webp") no-repeat center;
}
.djspidercr_play__content {
    width: 100%;
}
.djspidercr_play__head {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.djspidercr_play__text {
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


.djspidercr_stories {
    padding-top: 80px;
    padding-bottom: 80px;
}
.djspidercr_stories__title {
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.djspidercr_stories__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}
.djspidercr_stories__item {
    max-width: 400px;
    width: 100%;
}
.djspidercr_stories__img {
    margin-bottom: 20px;
}
.djspidercr_stories__head {
    color: #272727;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.djspidercr_stories__sup {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}
.djspidercr_stories__text {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}


.djspidercr_faq{
    padding-top: 80px;
    padding-bottom: 80px;
}

.djspidercr_faq__title{
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 30px;
    font-weight: 800;
    line-height: 43px;
    margin-bottom: 24px;
}

.accordion__item {
    margin-bottom: 16px;
    border-radius: 30px;
    background: #1B2679;
    padding: 24px;
}

.djspidercr_features__arrow {
    position: absolute;
    right: 0;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../djspidercr_img/djspidercr-faq-icon-arrow.webp);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__arrow_rotated {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__header {
    position: relative;
    font-family: montserrat-bold;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    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;
    gap: 20px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.accordion__header::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion__text {
    max-width: 100%;
    margin-bottom: 0px;
}

.accordion__content {
    color: #E9E9E9;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}


.djspidercr_bonuses {
    padding-top: 80px;
    padding-bottom: 80px;
}
.djspidercr_bonuses__title {
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.djspidercr_bonuses__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.djspidercr_bonuses__item {
    max-width: 400px;
    width: 100%;
}
.djspidercr_bonuses__img {
    margin-bottom: 20px;
}
.djspidercr_bonuses__head {
    color: #272727;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.djspidercr_bonuses__sup {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; 
    margin-bottom: 10px;
}
.djspidercr_bonuses__text {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%; 
}

.djspidercr_newsletter {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../djspidercr_img/djspidercr-newsletter-background.webp") no-repeat center;
    background-size: cover;
}
.djspidercr_newsletter__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.djspidercr_newsletter__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 24px;
}
.djspidercr_newsletter__wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.djspidercr_newsletter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    width: 100%;
}
.djspidercr_newsletter__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
    width: 518px;
}
.djspidercr_newsletter__btn {
    color: #1B2679;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    width: 250px;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.djspidercr_newsletter__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.djspidercr_newsletter__messages {
    display: none;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}


.djspidercr_contact {
    padding-top: 80px;
    padding-bottom: 80px;
}
.djspidercr_contact__wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.djspidercr_contact__title {
    color: #272727;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 24px;
}
.djspidercr_contact__subtitle {
    color: #272727;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.djspidercr_contact__form {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.djspidercr_contact__input {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 16px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
    margin-bottom: 16px;
}
.djspidercr_contact__message {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 16px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
    margin-bottom: 24px;
    height: 100px;
    resize: none;
}
.djspidercr_contact__btn {
    color: #1B2679;
    font-family: montserrat-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    width: 250px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.djspidercr_contact__btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.djspidercr_contact__messages{
    display: none;
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}

.djspidercr_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #1B2679;
}
.djspidercr_footer__age {
    width: 60px;
    height: 43px;
    background: url("../djspidercr_img/djspidercr-footer-icon-age.webp") no-repeat center;
    margin: 0 auto;
    margin-bottom: 40px;
}
.djspidercr_footer__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.djspidercr_footer__info {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    margin-bottom: 40px;
}
.djspidercr_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}
.djspidercr_footer__link {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    -webkit-transition: 0.4s; 
    -o-transition: 0.4s; 
    transition: 0.4s;
}
.djspidercr_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}
.djspidercr_footer__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    margin-bottom: 40px;
}
.djspidercr_footer__networks {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.djspidercr_footer__18 {
    width: 160px;
    height: 80px;
    background: url("../djspidercr_img/djspidercr-footer-icon-age-red.webp") no-repeat center;
}
.djspidercr_footer__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
}
.djspidercr_footer__politica {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; 
    -webkit-text-decoration-line: underline; 
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.djspidercr_footer__politica:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    opacity: 0.5;
}
.djspidercr_footer__sup {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
}

.djspidercr_how {
    padding-top: 80px;
    padding-bottom: 80px;
}
.djspidercr_how__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
}
.djspidercr_how__item {
    max-width: 298px;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
}
.djspidercr_how__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}
.djspidercr_how__head {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.djspidercr_how__list {
    padding-left: 20px;
}
.djspidercr_how__info {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}


.djspidercr_info {
    padding-top: 80px;
    padding-bottom: 80px;
}
.djspidercr_info__title {
    color: #2A2A2A;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
    margin-bottom: 24px;
}
.djspidercr_info__inner {
    margin-bottom: 15px;
}
.djspidercr_info__text {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.djspidercr_info__list{
    padding-left: 40px;
}

.header__top {
    margin-top: 80px
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.sec__top {
    margin-top: 88px;
}

.terms__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content__title,
.info__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px
}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px
}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px
}

.desc__top {
    padding-top: 140px;
    padding-bottom: 50px
}


.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-dots {
    position: absolute;
    bottom: -20px; 
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.slick-dots li {
    width: 21px;
    height: 5px;
    margin: 0 7px;
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    height: 100%;
    width: 100%;
    border: none;
    cursor: pointer;
    border: none;
    background: #d4d4d4;
    border-radius: 30px;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    cursor: pointer; 
}

/* Цвет активной полоски */
.slick-dots li.slick-active button {
    background: #272727;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.modal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.modal__text{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 20px;
    color: #EAEAEA;
    font-size: 14px;
    font-weight: 400;
}

.modal__btns{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 100px;
    font-family: montserrat-bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    width: 100%;
    color: #1B2679;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 100px;
    font-family: montserrat-bold;
    border: 2px solid #FFF;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no:hover{
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 15px;
    border: 1px solid #4484BA;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__content {
    position: relative;
    top: 0;
    border-radius: 30px;
    background: #1B2679;
    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;
    padding: 32px;
    max-width: 500px;
    width: 100%
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: 700
}

.modal__close:focus,
.modal__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .djspidercr_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .djspidercr_header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .djspidercr_header__links {
        display: none
    }

    .djspidercr_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px
    }

    .djspidercr_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .djspidercr_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .djspidercr_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px
    }

    .djspidercr_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        background: -o-linear-gradient(right, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.60)), to(rgba(0, 0, 0, 0.60)));
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 62px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 991px) {
    .djspidercr_winners__item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        max-width: 400px;
    }

    .djspidercr_winners__items{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .djspidercr_winners__wraps{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .djspidercr_winners__data{
        text-align: center;
        margin-bottom: 24px;
    }

    .djspidercr_winners__right{
        min-height: auto;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }

    .djspidercr_countdown__time{
        font-size: 14px;
    }

    .djspidercr_countdown__name{
        font-size: 14px;
    }

    .djspidercr_countdown__items{
        gap: 20px;
    }

    .djspidercr_countdown__item:nth-child(1) {
        width: 60px;
        height: 60px;
        background: url(../djspidercr_img/djspidercr-countdown-icon-1.webp) no-repeat center;
        background-size: 60px;
    }
    .djspidercr_countdown__item:nth-child(3) {
        width: 60px;
        height: 60px;
        background: url(../djspidercr_img/djspidercr-countdown-icon-2.webp) no-repeat center;
        background-size: 60px;
    }
    .djspidercr_countdown__item:nth-child(5) {
        width: 60px;
        height: 60px;
        background: url(../djspidercr_img/djspidercr-countdown-icon-1.webp) no-repeat center;
        background-size: 60px;
    }

    .djspidercr_newsletter__form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

    .djspidercr_newsletter__btn{
        width: 100%;
    }

    .djspidercr_newsletter__input{
        width: 100%;
    }
}


@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .djspidercr_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .djspidercr_header__title{
        font-size: 32px;
        margin-bottom: 20px;
    }

    .header__title{
        margin-bottom: 0;
    }

    .djspidercr_header__btn{
        font-size: 16px;
        padding: 0px 16px 0px 16px;
        width: 100%;
    }

    .djspidercr_header{
        padding-bottom: 40px;
        padding-top: 32px;
    }

    .djspidercr_header__box {
        padding-top: 60px;
    }

    .djspidercr_winners {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .djspidercr_winners__title{
        margin-bottom: 8px;
        font-size: 24px;
    }

    .djspidercr_winners__subtitle{
        font-size: 16px;
        margin-bottom: 12px;
    }

    .djspidercr_winners__wraps{
        gap: 8px;
    }

    .djspidercr_winners__items{
        margin-bottom: 12px;
    }

    .djspidercr_winners__link{
        width: 100%;
        font-size: 16px;
        padding: 0px 57px;
    }

    .djspidercr_countdown {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .djspidercr_countdown__title{
        text-align: left;
        margin-bottom: 8px;
        font-size: 24px;
    }

    .djspidercr_countdown__data{
        font-size: 16px;
        text-align: left;
        margin-bottom: 16px;
    }

    .djspidercr_countdown__logo{
        display: none;
    }

    .djspidercr_countdown__head{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .djspidercr_play {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .djspidercr_play__item{
        padding: 16px;
        gap: 16px;
        min-height: auto;
    }

    .djspidercr_play__head{
        font-size: 20px;
    }

    .djspidercr_play__title{
        font-size: 24px;
    }

    .djspidercr_stories {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .djspidercr_stories__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .djspidercr_faq{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .djspidercr_faq__title{
        text-align: left;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .accordion__item{
        margin-bottom: 12px;
        padding: 16px;
    }

    .accordion__header{
        font-size: 14px;
    }

    .accordion__content{
        font-size: 14px;
    }

    .djspidercr_bonuses {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .djspidercr_bonuses__title{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .djspidercr_newsletter {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .djspidercr_newsletter__title{
        font-size: 24px;
    }

    .djspidercr_newsletter__subtitle{
        text-align: left;
    }

    .djspidercr_contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .djspidercr_contact__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .djspidercr_contact__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .djspidercr_contact__message{
        margin-bottom: 16px;
    }

    .djspidercr_contact__btn{
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .djspidercr_footer{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .djspidercr_footer__age{
        margin-bottom: 16px;
    }

    .djspidercr_footer__logo{
        margin-bottom: 16px;
    }

    .djspidercr_footer__info{
        font-size: 12px;
        margin-bottom: 16px;
        text-align: left;
    }

    .djspidercr_footer__links{
        -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: 40px;
        margin-bottom: 16px;
    }

    .djspidercr_footer__text{
        font-size: 12px;
        margin-bottom: 16px;
    }

    .djspidercr_footer__icon{
        max-width: 120px;
    }

    .djspidercr_footer__18 {
        width: 120px;
        height: 60px;
        background: url(../djspidercr_img/djspidercr-footer-icon-age-red.webp) no-repeat center;
        background-size: 120px;
    }

    .djspidercr_footer__networks{
        margin-bottom: 16px;
    }

    .djspidercr_footer__politica{
        font-size: 14px;
    }

    .djspidercr_footer__items{
        gap: 10px;
        margin-bottom: 16px;
    }

    .djspidercr_stories__item{
        max-width: 100%;
    }

    .djspidercr_stories__img{
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .djspidercr_bonuses__item{
        max-width: 100%;
    }

    .djspidercr_bonuses__img{
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .djspidercr_how {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .djspidercr_how__item{
        padding: 16px;
        max-width: 100%;
    }

    .djspidercr_how__head{
        font-size: 20px;
    }

    .djspidercr_info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .djspidercr_info__text {
        font-size: 18px;
    }

    .djspidercr_winners__wrpapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}
.djspidercr_bonuses {
    background-color: #f0f8ff; /* светло-синий фон */
    padding: 40px 0;
    color: #002c5f; /* тёмно-синий текст */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.djspidercr_bonuses__box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.djspidercr_bonuses__title {
    font-size: 2rem;
    text-align: center;
    color: #002c5f;
    margin-bottom: 30px;
    position: relative;
}

.djspidercr_bonuses__title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #ffd700; /* ярко-жёлтая полоса под заголовком */
    margin: 10px auto 0;
    border-radius: 2px;
}

.djspidercr_bonuses__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.djspidercr_bonuses__item {
    background-color: #ffffff;
    border: 2px solid #002c5f;
    border-left: 8px solid #ffd700;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.djspidercr_bonuses__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 44, 95, 0.2);
}

.djspidercr_bonuses__img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.djspidercr_bonuses__head {
    font-weight: bold;
    font-size: 1.1rem;
    color: #002c5f;
    margin-bottom: 8px;
}

.djspidercr_bonuses__sup {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.4;
}

.djspidercr_bonuses__text {
    font-size: 1rem;
    background-color: #fffbe6; /* светло-жёлтый фон */
    padding: 12px;
    border-left: 4px solid #ffd700;
    border-radius: 6px;
    color: #333;
    line-height: 1.5;
}
.djspidercr_stories {
    background-color: #e6f0ff; /* светло-синий фон */
    padding: 40px 0;
    color: #002c5f;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.djspidercr_stories__box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.djspidercr_stories__title {
    font-size: 2rem;
    text-align: center;
    color: #002c5f;
    margin-bottom: 30px;
    position: relative;
}

.djspidercr_stories__title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #ffd700;
    margin: 10px auto 0;
    border-radius: 2px;
}

.djspidercr_stories__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.djspidercr_stories__item {
    background-color: #ffffff;
    border: 2px solid #002c5f;
    border-left: 8px solid #ffd700;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.djspidercr_stories__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 44, 95, 0.2);
}

.djspidercr_stories__img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 2px solid #002c5f;
}

.djspidercr_stories__head {
    font-weight: bold;
    font-size: 1.1rem;
    color: #002c5f;
    margin-bottom: 5px;
}

.djspidercr_stories__sup {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 10px;
}

.djspidercr_stories__text {
    font-size: 1rem;
    background-color: #fffbe6;
    padding: 12px;
    border-left: 4px solid #ffd700;
    border-radius: 6px;
    color: #333;
    line-height: 1.5;
}
.djspidercr_countdown {
    background-color: #f0f8ff; /* светло-синий фон */
    padding: 40px 0;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #002c5f;
}

.djspidercr_countdown__box {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.djspidercr_countdown__title {
    font-size: 2rem;
    margin-bottom: 10px;
    position: relative;
}

.djspidercr_login {
    
    background-size: cover;
    padding: 30px 0;
    min-height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.djspidercr_login__box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(27, 38, 121, 0.9); /* Dark blue with transparency */
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.djspidercr_login__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.djspidercr_login__subtitle {
    color: #E9E9E9;
    text-align: center;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.djspidercr_login__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.djspidercr_login__input {
    padding: 14px 16px;
    font-family: montserrat;
    font-size: 16px;
    color: #272727;
    border: 1px solid #FFF;
    border-radius: 30px;
    background: #FFF;
    outline: none;
    transition: border-color 0.4s;
}

.djspidercr_login__input:focus {
    border-color: #FFF315;
}

.djspidercr_login__link {
    color: #FFF;
    font-family: montserrat;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    margin: 10px 0;
    transition: opacity 0.4s;
}

.djspidercr_login__link:hover {
    opacity: 0.7;
}

.djspidercr_login__btn {
    color: #1B2679;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    padding: 14px 24px;
    border: none;
    border-radius: 100px;
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    cursor: pointer;
    transition: background 0.4s, color 0.4s;
}

.djspidercr_login__btn:hover {
    background: #000;
    color: #FFF;
}

@media (max-width: 575px) {
    .djspidercr_login {
        padding: 40px 13px;
    }

    .djspidercr_login__box {
        padding: 20px;
    }

    .djspidercr_login__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .djspidercr_login__subtitle {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .djspidercr_login__input {
        padding: 10px 12px;
        font-size: 14px;
    }

    .djspidercr_login__btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .djspidercr_login__link {
        font-size: 12px;
    }
}
.djspidercr_faq__subtitle {
    color: #4106e2;
    text-align: center;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    padding: 0 20px;
}

@media (max-width: 575px) {
    .djspidercr_faq__subtitle {
        font-size: 14px;
        text-align: left;
        margin-bottom: 16px;
    }
}
.djspidercr_disclaimer {
 
    background-size: cover;
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.djspidercr_disclaimer__box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(27, 38, 121, 0.9); /* Dark blue with transparency */
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.djspidercr_disclaimer__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.djspidercr_disclaimer__subtitle {
    color: #E9E9E9;
    text-align: center;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    padding: 0 20px;
}

.djspidercr_disclaimer__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.djspidercr_disclaimer__heading {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}

.djspidercr_disclaimer__text {
    color: #E9E9E9;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.djspidercr_disclaimer__link {
    color: #FFF315;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: opacity 0.4s;
}

.djspidercr_disclaimer__link:hover {
    opacity: 0.7;
}

@media (max-width: 575px) {
    .djspidercr_disclaimer {
        padding: 40px 13px;
    }

    .djspidercr_disclaimer__box {
        padding: 20px;
    }

    .djspidercr_disclaimer__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .djspidercr_disclaimer__subtitle {
        font-size: 14px;
        text-align: left;
        margin-bottom: 16px;
    }

    .djspidercr_disclaimer__heading {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .djspidercr_disclaimer__text {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .djspidercr_disclaimer__link {
        font-size: 14px;
    }
}


.djspidercr_privacy {
  
    background-size: cover;
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.djspidercr_privacy__box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(27, 38, 121, 0.9); /* Dark blue with transparency */
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.djspidercr_privacy__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.djspidercr_privacy__subtitle {
    color: #E9E9E9;
    text-align: center;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    padding: 0 20px;
}

.djspidercr_privacy__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.djspidercr_privacy__heading {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}

.djspidercr_privacy__text {
    color: #E9E9E9;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.djspidercr_privacy__list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 16px;
}

.djspidercr_privacy__item {
    color: #E9E9E9;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
}

.djspidercr_privacy__link {
    color: #FFF315;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: opacity 0.4s;
}

.djspidercr_privacy__link:hover {
    opacity: 0.7;
}

@media (max-width: 575px) {
    .djspidercr_privacy {
        padding: 40px 13px;
    }

    .djspidercr_privacy__box {
        padding: 20px;
    }

    .djspidercr_privacy__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .djspidercr_privacy__subtitle {
        font-size: 14px;
        text-align: left;
        margin-bottom: 16px;
    }

    .djspidercr_privacy__heading {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .djspidercr_privacy__text {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .djspidercr_privacy__list {
        padding-left: 15px;
        margin-bottom: 12px;
    }

    .djspidercr_privacy__item {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .djspidercr_privacy__link {
        font-size: 14px;
    }
}
.djspidercr_terms {

    background-size: cover;
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.djspidercr_terms__box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(27, 38, 121, 0.9); /* Dark blue with transparency */
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.djspidercr_terms__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.djspidercr_terms__subtitle {
    color: #E9E9E9;
    text-align: center;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    padding: 0 20px;
}

.djspidercr_terms__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.djspidercr_terms__heading {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}

.djspidercr_terms__text {
    color: #E9E9E9;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.djspidercr_terms__list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 16px;
}

.djspidercr_terms__item {
    color: #E9E9E9;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
}

.djspidercr_terms__link {
    color: #FFF315;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: opacity 0.4s;
}

.djspidercr_terms__link:hover {
    opacity: 0.7;
}

@media (max-width: 575px) {
    .djspidercr_terms {
        padding: 40px 13px;
    }

    .djspidercr_terms__box {
        padding: 20px;
    }

    .djspidercr_terms__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .djspidercr_terms__subtitle {
        font-size: 14px;
        text-align: left;
        margin-bottom: 16px;
    }

    .djspidercr_terms__heading {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .djspidercr_terms__text {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .djspidercr_terms__list {
        padding-left: 15px;
        margin-bottom: 12px;
    }

    .djspidercr_terms__item {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .djspidercr_terms__link {
        font-size: 14px;
    }
}
/* 18+ Age Warning Bar Styles */
.djspidercr_age-warning-bar {
    background-color: #6e150b; /* Red color for warning */
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001; /* Higher than other fixed elements like header or cookie bar */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex; /* Use flex for content alignment */
    align-items: center;
    justify-content: center;
    /* No 'hidden' class or transitions needed as it's always visible */
}

.djspidercr_age-warning-bar__content {
    display: flex; /* Keep flex for content inside */
    justify-content: center; /* Center text if no close button */
    align-items: center;
    width: 100%; /* Ensure content fills container */
    max-width: 1200px; /* Adjust to your body__container max-width */
    padding: 0 15px; /* Add padding for smaller screens */
}

.djspidercr_age-warning-bar__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    flex-grow: 1; /* Allows text to take available space */
    text-align: center; /* Center the text within the bar */
}

/* Adjust header/body padding to account for the fixed bar */
/* Make sure these values are correct for the height of your bar */
body {
    padding-top: 40px; /* Base padding for the body to move content below the bar */
}

.djspidercr_header {
    padding-top: 50px; /* Your original header padding-top */
    /* If you had specific padding-top on the .djspidercr_header__container,
       you might need to adjust it there as well to combine with this. */
}

.djspidercr_header__fixed {
    top: 40px; /* The fixed header starts below the warning bar */
}

/* Ensure other fixed elements also account for the new bar */
.djspidercr_cookie-consent {
    /* No changes needed here, as it's fixed to the bottom. */
}

@media (max-width: 768px) {
    .djspidercr_age-warning-bar__text {
        font-size: 12px;
        text-align: center;
    }
    .djspidercr_age-warning-bar__content {
        flex-direction: column; /* Still good for stacking on small screens */
        gap: 5px;
        padding: 5px 10px;
    }
    /* Adjust padding for header on smaller screens if warning bar height changes */
    body {
        padding-top: 55px; /* Example adjustment for smaller screens */
    }
    .djspidercr_header__fixed {
        top: 55px; /* Example adjustment for smaller screens */
    }
}
.djspidercr_reset-password {
  
    background-size: cover;
    padding: 20px 0;
    min-height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.djspidercr_reset-password__box {
    max-width: 500px; /* Matches djspidercr_login__box for form consistency */
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(27, 38, 121, 0.9); /* Dark blue with transparency */
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.djspidercr_reset-password__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.djspidercr_reset-password__subtitle {
    color: #E9E9E9;
    text-align: center;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    padding: 0 20px;
}

.djspidercr_reset-password__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.djspidercr_reset-password__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.djspidercr_reset-password__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.djspidercr_reset-password__label {
    color: #FFF;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.djspidercr_reset-password__input {
    background: #FFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1B2679; /* Dark blue for input text */
    outline: none;
    transition: border-color 0.3s;
}

.djspidercr_reset-password__input:focus {
    border-color: #FFF315; /* Yellow border on focus */
}

.djspidercr_reset-password__error {
    color: #D32F2F; /* Red for error messages */
    font-family: montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    min-height: 21px; /* Reserve space for error messages */
}

.djspidercr_reset-password__btn {
    background: #FFF315; /* Yellow button */
    border: none;
    border-radius: 8px;
    padding: 12px;
    color: #1B2679; /* Dark blue text */
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s, opacity 0.3s;
}

.djspidercr_reset-password__btn:hover {
    background: #E6DA00; /* Slightly darker yellow on hover */
    opacity: 0.9;
}

.djspidercr_reset-password__text {
    color: #E9E9E9;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-top: 16px;
}

.djspidercr_reset-password__link {
    color: #FFF315;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: opacity 0.4s;
}

.djspidercr_reset-password__link:hover {
    opacity: 0.7;
}

@media (max-width: 575px) {
    .djspidercr_reset-password {
        padding: 40px 13px;
    }

    .djspidercr_reset-password__box {
        padding: 20px;
    }

    .djspidercr_reset-password__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .djspidercr_reset-password__subtitle {
        font-size: 14px;
        text-align: left;
        margin-bottom: 16px;
    }

    .djspidercr_reset-password__label {
        font-size: 14px;
    }

    .djspidercr_reset-password__input {
        font-size: 14px;
        padding: 10px 12px;
    }

    .djspidercr_reset-password__error {
        font-size: 12px;
        min-height: 18px;
    }

    .djspidercr_reset-password__btn {
        font-size: 14px;
        padding: 10px;
    }

    .djspidercr_reset-password__text {
        font-size: 14px;
        margin-top: 12px;
    }

    .djspidercr_reset-password__link {
        font-size: 14px;
    }
}
.djspidercr_account {
    
    background-size: cover;
    padding: 40px 0;
    min-height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.djspidercr_account__box {
    max-width: 800px; /* Matches djspidercr_reset-password__box and djspidercr_login__box */
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(27, 38, 121, 0.9); /* Dark blue with transparency */
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.djspidercr_account__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.djspidercr_account__subtitle {
    color: #E9E9E9;
    text-align: center;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    padding: 0 20px;
}

.djspidercr_account__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.djspidercr_account__text {
    color: #E9E9E9;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    text-align: center;
}

.djspidercr_account__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.djspidercr_account__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.djspidercr_account__label {
    color: #FFF;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.djspidercr_account__input {
    background: #FFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #1B2679; /* Dark blue for input text */
    outline: none;
    transition: border-color 0.3s;
}

.djspidercr_account__input:focus {
    border-color: #FFF315; /* Yellow border on focus */
}

.djspidercr_account__error {
    color: #D32F2F; /* Red for error messages, matches header warning */
    font-family: montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    min-height: 21px; /* Reserve space for error messages */
}

.djspidercr_account__btn {
    background: #FFF315; /* Yellow button */
    border: none;
    border-radius: 8px;
    padding: 12px;
    color: #1B2679; /* Dark blue text */
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s, opacity 0.3s;
}

.djspidercr_account__btn:hover {
    background: #E6DA00; /* Slightly darker yellow on hover */
    opacity: 0.9;
}

.djspidercr_account__link {
    color: #FFF315;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: opacity 0.4s;
}

.djspidercr_account__link:hover {
    opacity: 0.7;
}

@media (max-width: 575px) {
    .djspidercr_account {
        padding: 40px 13px;
    }

    .djspidercr_account__box {
        padding: 20px;
    }

    .djspidercr_account__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .djspidercr_account__subtitle {
        font-size: 14px;
        text-align: left;
        margin-bottom: 16px;
    }

    .djspidercr_account__text {
        font-size: 14px;
        margin-bottom: 12px;
        text-align: left;
    }

    .djspidercr_account__label {
        font-size: 14px;
    }

    .djspidercr_account__input {
        font-size: 14px;
        padding: 10px 12px;
    }

    .djspidercr_account__error {
        font-size: 12px;
        min-height: 18px;
    }

    .djspidercr_account__btn {
        font-size: 14px;
        padding: 10px;
    }

    .djspidercr_account__link {
        font-size: 14px;
    }
}
.djspidercr_disclaimer_block {
   
    background-size: cover;
    padding: 10px 0;
}

.djspidercr_disclaimer_block__box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: rgba(27, 38, 121, 0.9); /* Dark blue with transparency */
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.djspidercr_disclaimer_block__title {
    color: #FFF;
    font-family: montserrat-bold, sans-serif; /* Added fallback */
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.djspidercr_disclaimer_block__text {
    color: #E9E9E9;
    font-family: montserrat, sans-serif; /* Added fallback */
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
}

.djspidercr_disclaimer_block__links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 0;
    margin: 0;
}

.djspidercr_disclaimer_block__item {
    margin: 0;
}

.djspidercr_disclaimer_block__link {
    color: #FFF315;
    font-family: montserrat, sans-serif; /* Added fallback */
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: opacity 0.3s ease; /* Optimized transition */
}

.djspidercr_disclaimer_block__link:hover {
    opacity: 0.7;
}

.djspidercr_responsible_gambling_block {
   
    background-size: cover;
    padding: 10px 0;
}

.djspidercr_responsible_gambling_block__box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: rgba(27, 38, 121, 0.9); /* Dark blue with transparency */
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.djspidercr_responsible_gambling_block__title {
    color: #FFF;
    font-family: montserrat-bold, sans-serif; /* Added fallback */
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}

.djspidercr_responsible_gambling_block__text {
    color: #E9E9E9;
    font-family: montserrat, sans-serif; /* Added fallback */
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
}

.djspidercr_responsible_gambling_block__links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 0;
    margin: 0;
}

.djspidercr_responsible_gambling_block__item {
    margin: 0;
}

.djspidercr_responsible_gambling_block__link {
    color: #FFF315;
    font-family: montserrat, sans-serif; /* Added fallback */
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    transition: opacity 0.3s ease; /* Optimized transition */
}

.djspidercr_responsible_gambling_block__link:hover {
    opacity: 0.7;
}

@media (max-width: 575px) {
    .djspidercr_disclaimer_block,
    .djspidercr_responsible_gambling_block {
        padding: 20px 13px;
    }

    .djspidercr_disclaimer_block__box,
    .djspidercr_responsible_gambling_block__box {
        padding: 20px;
    }

    .djspidercr_disclaimer_block__title,
    .djspidercr_responsible_gambling_block__title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .djspidercr_disclaimer_block__text,
    .djspidercr_responsible_gambling_block__text {
        font-size: 14px;
        margin-bottom: 16px;
        text-align: left;
    }

    .djspidercr_disclaimer_block__links,
    .djspidercr_responsible_gambling_block__links {
        flex-direction: column;
        gap: 12px;
    }

    .djspidercr_disclaimer_block__link,
    .djspidercr_responsible_gambling_block__link {
        font-size: 14px;
    }
}