@font-face {
    font-family: roboto;
    src: url("../onlinepokiesnow_fonts/onlinepokiesnow_roboto-regular.woff2")
}

@font-face {
    font-family: Poppins;
    src: url("../onlinepokiesnow_fonts/onlinepokiesnow_poppins-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: roboto;
    background: #FFF;
}

#confirmButton {
    border: none;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border-radius: 10px;
    background: #039;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#confirmButton:hover {
    color: #fff;
    background: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.confirmButton {
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 14px;
    width: 10px;
    height: 10px;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto
}

.onlinepokiesnow_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.onlinepokiesnow_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: 16px;
    padding-bottom: 16px
}

.onlinepokiesnow_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
}

.onlinepokiesnow_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding-left: 0;
    list-style: none;
}

.onlinepokiesnow_header__burger {
    display: none
}

.onlinepokiesnow_header__link {
    color: #039;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.onlinepokiesnow_header__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0.5;
    text-decoration: underline;
}

.onlinepokiesnow_header__age {
    width: 40px;
    height: 40px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-header-icon-age.webp") no-repeat center;
}

.onlinepokiesnow_header__wrap {
    background: url("../onlinepokiesnow_img/onlinepokiesnow-header-background.webp") no-repeat center right;
    padding-top: 100px;
    padding-bottom: 100px;
}

.onlinepokiesnow_header__block {
    max-width: 598px;
    width: 100%;
}

.onlinepokiesnow_header__title {
    color: #00121D;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.header__title {
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.onlinepokiesnow_header__subtitle {
    color: #1B1B1B;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.onlinepokiesnow_header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.onlinepokiesnow_header__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;
    width: 246px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.onlinepokiesnow_header__btn:nth-child(1) {
    background: #039;
    color: #fff;
}

.onlinepokiesnow_header__btn:nth-child(2) {
    background: #FFF;
    color: #039;
}

.onlinepokiesnow_header__btn:nth-child(1):hover {
    background: #fff;
    color: #039;
}

.onlinepokiesnow_header__btn:nth-child(2):hover {
    background: #039;
    color: #fff;
}


.onlinepokiesnow_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.onlinepokiesnow_header__log {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #020012;
    background: transparent;
    cursor: pointer;
    color: #020012;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.onlinepokiesnow_header__log:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.onlinepokiesnow_header__reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #020012;
    background: transparent;
    cursor: pointer;
    color: #020012;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.onlinepokiesnow_header__reg:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.onlinepokiesnow_header {
    padding-top: 60px;
    padding-bottom: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#B2D3FF), to(#EDF5FF));
    background: -o-linear-gradient(top, #B2D3FF 0%, #EDF5FF 100%);
    background: linear-gradient(180deg, #B2D3FF 0%, #EDF5FF 100%);
}

.onlinepokiesnow_header__inner {
    max-width: 967px;
    width: 100%;
    margin: 0 auto;
}

.header__inner {
    max-width: 100%;
}

.onlinepokiesnow_lotto {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F5F5F5;
}

.onlinepokiesnow_lotto__header {
    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;
    margin-bottom: 24px;
}

.onlinepokiesnow_lotto__left {
    max-width: 900px;
    width: 100%;
}

.onlinepokiesnow_lotto__title {
    color: #00121D;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.onlinepokiesnow_lotto__subtitle {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.onlinepokiesnow_lotto__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #053554;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.onlinepokiesnow_lotto__wrap{
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.onlinepokiesnow_lotto__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.onlinepokiesnow_lotto__link:after {
    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: 24px;
    height: 24px;
    background: url(../onlinepokiesnow_img/onlinepokiesnow-result-icon-arrow.webp) no-repeat center;
}

.onlinepokiesnow_lotto__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;
}

.onlinepokiesnow_lotto__item {
    padding: 16px 30px;
    border-radius: 20px;
    background: #FFF;
    max-width: 610px;
    width: 100%;
    min-height: 311px;
}

.onlinepokiesnow_lotto__name {
    color: #039;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.onlinepokiesnow_lotto__content {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.onlinepokiesnow_lotto__head {
    color: #00121D;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}

.onlinepokiesnow_lotto__numbers {
    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;
    gap: 8px;
}

.onlinepokiesnow_lotto__number {
    width: 48px;
    height: 48px;
    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;
    border-radius: 34px;
    background: -webkit-gradient(linear, right top, left top, from(#FF9812), to(#FFDB15));
    background: -o-linear-gradient(right, #FF9812 0%, #FFDB15 100%);
    background: linear-gradient(270deg, #FF9812 0%, #FFDB15 100%);
}



.onlinepokiesnow_lotto__count {
    color: #00121D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.onlinepokiesnow_lotto__price {
    color: #053554;
    font-family: Poppins;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.onlinepokiesnow_lotto__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}
.onlinepokiesnow_lotto__input {
    width: 200px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.onlinepokiesnow_lotto__select {
    width: 320px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    color: #747474;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lotto__number_red{
    border-radius: 34px;
    background: -webkit-gradient(linear, right top, left top, from(#F23B2D), to(#FF8F60));
    background: -o-linear-gradient(right, #F23B2D 0%, #FF8F60 100%);
    background: linear-gradient(270deg, #F23B2D 0%, #FF8F60 100%);
}

.lotto__count_red{
    color: #fff;
}

.lotto__number_green{
    border-radius: 34px;
    background: -webkit-gradient(linear, right top, left top, from(#005337), to(#16C66C));
    background: -o-linear-gradient(right, #005337 0%, #16C66C 100%);
    background: linear-gradient(270deg, #005337 0%, #16C66C 100%);
}

.lotto__count_green{
    color: #fff;
}

.onlinepokiesnow_winners {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-winners-background.webp") no-repeat center;
    background-size: cover;
}

.onlinepokiesnow_winners__wrap {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.onlinepokiesnow_winners__title {
    text-align: center;
    color: #ffe400;
    -webkit-text-stroke: 1px #00763A;
    font-family: Poppins;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.onlinepokiesnow_winners_data {
    color: #242424;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 6px;
}

.onlinepokiesnow_winners__price {
    font-family: Poppins;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, from(#20472f), color-stop(#1e703d), to(#1a964a));
    background: -o-linear-gradient(top, #20472f, #1e703d, #1a964a);
    background: linear-gradient(180deg, #20472f, #1e703d, #1a964a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}

.onlinepokiesnow_winners__wrapper {
    padding: 20px 40px;
    margin-bottom: 24px;
}

.onlinepokiesnow_winners__items {
    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;
    max-width: 324px;
    gap: 16px;
    margin: 0 auto;
}

.onlinepokiesnow_winners__item {
    max-width: 60px;
    width: 100%;
}

.onlinepokiesnow_winners__time {
    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;
    border-radius: 5px;
    background: #FF8F60;
    width: 60px;
    height: 50px;
    padding: 8px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 8px;
}

.onlinepokiesnow_winners__name {
    color: #242424;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.onlinepokiesnow_winners__btn {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    background: #039;
    border: 1px solid #039;
    width: 246px;
    -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;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.onlinepokiesnow_winners__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #039;
    background: #fff;
}

.onlinepokiesnow_play {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F5F5F5;
}

.onlinepokiesnow_play__title {
    color: #00121D;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.onlinepokiesnow_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;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.onlinepokiesnow_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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 295px;
    min-height: 222px;
    width: 100%;
    padding: 16px 20px;
    border-radius: 20px;
    background: #FFF;
}

.onlinepokiesnow_play__head {
    color: #053554;
    font-family: Poppins;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.onlinepokiesnow_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: 80px;
    height: 80px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-play-icon-1.webp") no-repeat center;
}

.onlinepokiesnow_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: 80px;
    height: 80px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-play-icon-2.webp") no-repeat center;
}

.onlinepokiesnow_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: 80px;
    height: 80px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-play-icon-3.webp") no-repeat center;
}

.onlinepokiesnow_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: 80px;
    height: 80px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-play-icon-4.webp") no-repeat center;
}

.onlinepokiesnow_play__text {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.onlinepokiesnow_stories {
    padding-top: 80px;
    padding-bottom: 80px;
}

.onlinepokiesnow_stories__title {
    color: #00121D;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.onlinepokiesnow_stories__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: 20px;
}

.onlinepokiesnow_stories__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
    max-width: 400px;
    width: 100%;
    padding: 32px 20px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.onlinepokiesnow_stories__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: 100px;
    height: 100px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-stories-image-1.webp") no-repeat center;
    margin-bottom: 16px;
}

.onlinepokiesnow_stories__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: 100px;
    height: 100px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-stories-image-2.webp") no-repeat center;
    margin-bottom: 16px;
}

.onlinepokiesnow_stories__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: 100px;
    height: 100px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-stories-image-3.webp") no-repeat center;
    margin-bottom: 16px;
}

.onlinepokiesnow_stories__name {
    color: #00121D;
    font-family: Poppins;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}

.onlinepokiesnow_stories__price {
    color: #053554;
    font-family: Poppins;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.onlinepokiesnow_stories__text {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.onlinepokiesnow_bonuses {
    padding-top: 80px;
    padding-bottom: 80px;
}

.onlinepokiesnow_bonuses__title {
    color: #00121D;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.onlinepokiesnow_bonuses__subtitle {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.onlinepokiesnow_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;
    margin-bottom: 24px;
}

.onlinepokiesnow_bonuses__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    max-width: 400px;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    background: #F5F5F5;
}

.onlinepokiesnow_bonuses__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: 100px;
    height: 100px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-bonuses-icon-1.webp") no-repeat center;
}

.onlinepokiesnow_bonuses__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: 100px;
    height: 100px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-bonuses-icon-2.webp") no-repeat center;
}

.onlinepokiesnow_bonuses__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: 100px;
    height: 100px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-bonuses-icon-3.webp") no-repeat center;
}

.onlinepokiesnow_bonuses__head {
    color: #053554;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.onlinepokiesnow_bonuses__text {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.onlinepokiesnow_bonuses__btn {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 246px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #039;
    border: 1px solid #039;
    cursor: pointer;
    border-radius: 10px;
    padding: 14px 24px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto;
}

.onlinepokiesnow_bonuses__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #039;
}

.onlinepokiesnow_subscription {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F5F5F5;
}

.onlinepokiesnow_subscription__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: 40px;
    padding: 40px;
    border-radius: 20px;
    background: #B2D3FF;
}

.onlinepokiesnow_subscription__content {
    max-width: 582px;
}

.onlinepokiesnow_subscription__title {
    color: #00121D;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.onlinepokiesnow_subscription__text {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.onlinepokiesnow_subscription__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.onlinepokiesnow_subscription__input {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 14px 16px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.onlinepokiesnow_subscription__btn {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    border-radius: 10px;
    padding: 14px 24px;
    cursor: pointer;
    background: #039;
    border: 1px solid #039;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.onlinepokiesnow_subscription__btn:hover {
    background: #fff;
    color: #039;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.onlinepokiesnow_subscription__messages {
    display: none;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.onlinepokiesnow_subscription__sup {
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.onlinepokiesnow_subscription__images {
    padding: 10px;
    width: 500px;
    height: 467px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-subscription-background.webp") no-repeat center;
}

.onlinepokiesnow_footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.onlinepokiesnow_footer__links {
    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;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
}

.onlinepokiesnow_footer__link {
    color: #039;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.onlinepokiesnow_footer__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.onlinepokiesnow_footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}

.onlinepokiesnow_footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 21px;
    max-width: 300px;
    width: 100%;
}

.onlinepokiesnow_footer__sup {
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.onlinepokiesnow_footer__right {
    max-width: 319px;
    width: 100%;
}

.onlinepokiesnow_footer__information {
    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: 24px;
    margin-bottom: 16px;
}

.onlinepokiesnow_footer__info {
    color: #00121D;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.onlinepokiesnow_footer__info:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.onlinepokiesnow_footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-left: 0;
    list-style: none;
}

.onlinepokiesnow_footer__social {
    display: block;
    width: 24px;
    height: 24px;
}

.footer__social_1 {
    background: url("../onlinepokiesnow_img/onlinepokiesnow-footer-network-1.webp") no-repeat center;
}

.footer__social_2 {
    background: url("../onlinepokiesnow_img/onlinepokiesnow-footer-network-2.webp") no-repeat center;
}

.footer__social_3 {
    background: url("../onlinepokiesnow_img/onlinepokiesnow-footer-network-3.webp") no-repeat center;
}

.onlinepokiesnow_footer__networks {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.onlinepokiesnow_footer__age {
    width: 60px;
    height: 60px;
    background: url("../onlinepokiesnow_img/onlinepokiesnow-footer-icon-age.webp") no-repeat center;
}

.onlinepokiesnow_footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

.onlinepokiesnow_footer__head {
    color: #00121D;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}

.onlinepokiesnow_footer__text {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.onlinepokiesnow_footer__sub {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.onlinepokiesnow_faq {
    padding-top: 80px;
    padding-bottom: 80px;
}

.onlinepokiesnow_faq__title{
    color: #00121D;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}

.accordion__item {
    margin-bottom: 20px;
    border-radius: 20px;
    background: #00121D;
    padding: 24px;
}

.onlinepokiesnow_faq__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(../onlinepokiesnow_img/onlinepokiesnow-faq-arrow.webp);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__arrow_rotated {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__header {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 700;
    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: #fff;
    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;
}


.onlinepokiesnow_contacts {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #B2D3FF;
}

.onlinepokiesnow_contacts__wrap {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}


.onlinepokiesnow_contacts__title {
    color: #00121D;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.onlinepokiesnow_contacts__subtitle{
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.onlinepokiesnow_contacts__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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.onlinepokiesnow_contacts__input {
    height: 55px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 14px 24px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.onlinepokiesnow_contacts__message {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 14px 24px;
    width: 100%;
    height: 100px;
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    resize: none;
}

.onlinepokiesnow_contacts__messages {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    display: none;
}

.onlinepokiesnow_contacts__btn {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    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;
    cursor: pointer;
    border-radius: 10px;
    background: #0956A5;
    width: 131px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.onlinepokiesnow_contacts__btn:hover {
    background: #000;
    color: #fff;
    ;
    -webkit-transition: 0.4s;
    ;
    -o-transition: 0.4s;
    ;
    transition: 0.4s
}

.onlinepokiesnow_contacts__sup {
    color: #0D0D0D;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: center;
}

.onlinepokiesnow_information{
    background: #F5F5F5;
}

.onlinepokiesnow_information__title {
    color: #00121D;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.onlinepokiesnow_information__wrap {
    border-radius: 20px 20px;
    background: #FFF;
}
.onlinepokiesnow_information__inner {
    padding: 24px;
}
.onlinepokiesnow_information__head {
    color: #242424;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
.onlinepokiesnow_information__text {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.onlinepokiesnow_information__items {
    padding-left: 20px;
}
.onlinepokiesnow_information__info {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.onlinepokiesnow_disclaimer__title {
    color: #00121D;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.onlinepokiesnow_disclaimer__wrap {
    padding: 24px;
    border-radius: 20px;
    background: #00121D;
}
.onlinepokiesnow_disclaimer__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.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: 120px;
    padding-bottom: 50px
}


.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: #272727;
    text-align: center;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}

.modal__titleadd {
    color: #272727;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 20px;
}

.modal__info {
    color: #020012;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.modal__text {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    margin: 0;
    color: #272727;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

.modal__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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: 10px;
    background: #039;
    width: 72px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -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 {
    color: #039;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    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: 72px;
    padding: 14px 24px;
    border-radius: 10px;
    border: 2px solid #FFF;
    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: 20px;
    background: #EDF5FF;
    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: 24px;
    max-width: 423px;
    gap: 0px;
    width: 100%
}

.modal__content_age {
    padding: 24px;
    max-width: 453px;
}

.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
}

.modal_form {
    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, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal_form__content {
    position: relative;
    top: 0%;
    border-radius: 20px;
    background: #EDF5FF;
    padding: 16px;
    padding-top: 32px;
    max-width: 360px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__form {
    padding: 0px 25px;
}

.modal_form__left {
    width: 100%;
}

.modal_form__title {
    color: #272727;
    font-family: Poppins;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}

.modal_form__inner {
    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;
    width: 100%;
}

.modal_form__links {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.modal_form__input {
    border-radius: 10px;
    background: #FFF;
    border: none;
    padding: 5px 18px;
    height: 39px;
    width: 100%;
    margin-bottom: 10px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal_form__input::-webkit-input-placeholder {
    color: #747474;
}

.modal_form__input::-moz-placeholder {
    color: #747474;
}

.modal_form__input:-ms-input-placeholder {
    color: #747474;
}

.modal_form__input::-ms-input-placeholder {
    color: #747474;
}

.modal_form__input::placeholder {
    color: #747474;
}

.modal_form__btn {
    padding: 10px 20px;
    width: 246px;
    height: 38px;
    border-radius: 10px;
    background: #039;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__further {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    background: transparent;
    border: none;
    cursor: pointer;
}

.modal_form__wrappper {
    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;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal_form__close {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #272727;
    font-size: 24px;
}


.modal_form__close1 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #272727;
    font-size: 24px;
}

.modal_form__close2 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #272727;
    font-size: 24px;
}

.modal_form__links {
    color: #fff;
}

.modal_form__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal_form__log {
    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: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0px;
    width: 157px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #FFD900;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.modal_form__reg {
    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: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0px;
    width: 157px;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.modal_contact__checkbox {
    opacity: 0;
    position: absolute;
}

.modal_contact__inner {
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal_contact__label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    color: #212121;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.modal_contact__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #142670;
    border: 1px solid #212121;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal_contact__checkbox:checked+.modal_contact__label:before {
    background-color: #007BFF;
    border-color: #007BFF;
}

.modal_contact__label:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 40%;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
    -ms-transform: translateY(-50%) rotate(45deg) scale(0);
    transform: translateY(-50%) rotate(45deg) scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.modal_contact__checkbox:checked+.modal_contact__label:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
    -ms-transform: translateY(-50%) rotate(45deg) scale(1);
    transform: translateY(-50%) rotate(45deg) scale(1);
}


.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.center__header {
    text-align: center;
}

.mobile{
    display: none;
}

.lotto__mobile{
    display: none;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .onlinepokiesnow_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .onlinepokiesnow_header__links {
        display: none
    }

    .onlinepokiesnow_header__burger {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px
    }

    .onlinepokiesnow_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
    }

    .onlinepokiesnow_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .onlinepokiesnow_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
    }

    .onlinepokiesnow_header__line {
        display: block;
        height: 2px;
        background-color: #272727;
        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: #fff;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 72px;
        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
    }

    .onlinepokiesnow_header__burger {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .onlinepokiesnow_header__block {
        max-width: 60vw;
    }

    .onlinepokiesnow_header__wrap {
        background: url("../onlinepokiesnow_img/onlinepokiesnow-header-background.webp") no-repeat center right;
        background-size: 350px;
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .onlinepokiesnow_lotto__left{
        max-width: 700px;
    }

    .onlinepokiesnow_subscription__content{
        max-width: 44vw;
    }
    .onlinepokiesnow_subscription__images {
        padding: 10px;
        width: 400px;
        height: 380px;
        background: url(../onlinepokiesnow_img/onlinepokiesnow-subscription-background.webp) no-repeat center;
        background-size: 400px
    }
}

@media (max-width: 991px) {
    .onlinepokiesnow_header__title {
        font-size: 36px;
    }

    .onlinepokiesnow_header__block {
        max-width: 45vw;
    }

    .desctop{
        display: none;
    }

    .mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .onlinepokiesnow_lotto__link{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .onlinepokiesnow_lotto__items{
        margin-bottom: 16px;
    }

    .onlinepokiesnow_header__btn{
        padding: 14px 10px;
        font-size: 14px;
    }

    .onlinepokiesnow_subscription__wrap{
        padding: 16px;
    }

    .onlinepokiesnow_subscription__images {
        padding: 10px;
        width: 320px;
        height: 310px;
        background: url(../onlinepokiesnow_img/onlinepokiesnow-subscription-background.webp) no-repeat center;
        background-size: 320px;
    }

    .onlinepokiesnow_header{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .onlinepokiesnow_header__wrap {
        background: url(../onlinepokiesnow_img/onlinepokiesnow-header-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-top: 0px;
        padding-bottom: 250px;
    }

    .onlinepokiesnow_header__block {
        max-width: 100%;
        text-align: center;
    }

    .onlinepokiesnow_header__btn {
        margin: 0 auto;
    }

    .onlinepokiesnow_header__buttons{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

    .onlinepokiesnow_subscription__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .onlinepokiesnow_subscription__content{
        max-width: 100%;
    }

    .onlinepokiesnow_subscription__images {
        padding: 10px;
        width: 280px;
        height: 250px;
        background: url(../onlinepokiesnow_img/onlinepokiesnow-subscription-background.webp) no-repeat center;
        background-size: 280px;
    }

    .onlinepokiesnow_footer__wrap{
        -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: 16px;
    }

    .onlinepokiesnow_lotto__content{
        gap: 10px;
    }

    .onlinepokiesnow_winners__title{
        font-size: 45px;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .onlinepokiesnow_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .modal_form__form {
        padding: 0px 0px;
    }

    .onlinepokiesnow_header__title {
        font-size: 28px;
        margin-bottom: 16px;
        text-align: center;
    }

    .onlinepokiesnow_header__box {
        padding-top: 80px;
    }

    .onlinepokiesnow_header__subtitle {
        font-size: 16px;
    }

    .header__title {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .lotto__mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lotto__desctop{
        display: none;
    }

    .onlinepokiesnow_lotto__numbers{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .onlinepokiesnow_winners__title{
        font-size: 28px;
    }

    .onlinepokiesnow_header{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .onlinepokiesnow_header__title{
        font-size: 26px;
        margin-bottom: 24px;
    }

    .onlinepokiesnow_header__btn{
        font-size: 12px;
        padding: 10px 20px;
    }

    .onlinepokiesnow_lotto{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .onlinepokiesnow_lotto__title{
        margin-bottom: 16px;
        font-size: 24px;
    }

    .onlinepokiesnow_lotto__subtitle{
        font-size: 14px;
    }

    .onlinepokiesnow_lotto__header{
        margin-bottom: 16px;
    }

    .onlinepokiesnow_lotto__item{
        padding: 16px 20px;
    }

    .onlinepokiesnow_lotto__numbers{
        max-width: 77vw;
    }

    .onlinepokiesnow_lotto__content{
        margin-bottom: 20px;
    }

    .onlinepokiesnow_lotto__price{
        font-size: 24px;
    }

    .onlinepokiesnow_winners {
        padding-top: 40px;
        padding-bottom: 40px;
        background: url(../onlinepokiesnow_img/onlinepokiesnow-winners-background-mob.webp) no-repeat center;
        background-size: cover;
    }

    .onlinepokiesnow_winners__price{
        font-size: 24px;
    }

    .onlinepokiesnow_winners__items{
        gap: 12px;
    }

    .onlinepokiesnow_winners__time{
        font-size: 20px;
    }

    .onlinepokiesnow_winners__name{
        font-size: 14px;
    }

    .onlinepokiesnow_winners__btn{
        padding: 10px 20px;
        font-size: 12px;
    }

    .onlinepokiesnow_play{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .onlinepokiesnow_play__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .onlinepokiesnow_play__item{
        max-width: 328px;
        min-height: 216px;
    }

    .onlinepokiesnow_stories{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .onlinepokiesnow_stories__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .onlinepokiesnow_stories__price{
        font-size: 24px;
    }

    .onlinepokiesnow_bonuses{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .onlinepokiesnow_bonuses__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .onlinepokiesnow_bonuses__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .onlinepokiesnow_bonuses__btn{
        padding: 10px 20px;
        font-size: 12px;
    }

    .onlinepokiesnow_subscription__title{
        font-size: 20px;
    }

    .onlinepokiesnow_subscription__text{
        font-size: 14px;
    }

    .onlinepokiesnow_subscription__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .onlinepokiesnow_subscription__btn{
        width: 100%
    }

    .onlinepokiesnow_subscription__btn{
        font-size: 12px;
    }

    .onlinepokiesnow_footer{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .onlinepokiesnow_footer__links{
        margin-bottom: 16px;
    }

    .onlinepokiesnow_footer__wrap{
        margin-bottom: 16px;
    }

    .onlinepokiesnow_footer__networks{
        gap: 32px;
        margin-bottom: 16px;
    }

    .onlinepokiesnow_footer__age {
        width: 37px;
        height: 37px;
        background: url(../onlinepokiesnow_img/onlinepokiesnow-footer-icon-age.webp) no-repeat center;
        background-size: 37px
    }

    .footer__icon_1{
        max-width: 131px;
    }

    .footer__icon_2{
        max-width: 198px;
    }

    .onlinepokiesnow_footer__head{
        font-size: 14px;
        margin-bottom: 8px;
    }

    .onlinepokiesnow_footer__text{
        font-size: 14px;
    }

    .onlinepokiesnow_footer__wrapper{
        gap: 16px;
        margin-bottom: 16px;
    }

    .onlinepokiesnow_footer__sub{
        font-size: 14px;
    }

    .onlinepokiesnow_faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .onlinepokiesnow_faq__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .accordion__header{
        font-size: 14px;
    }

    .accordion__item{
        padding: 16px;
    }

    .accordion__content{
        font-size: 14px;
        padding-top: 12px;
    }
    .onlinepokiesnow_contacts__title{
        font-size: 24px;
        margin-bottom: 16px;
    }
    .onlinepokiesnow_contacts__subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .onlinepokiesnow_contacts__btn{
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }
    .onlinepokiesnow_information__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .onlinepokiesnow_information__inner{
        padding: 16px;
    }

    .onlinepokiesnow_information__head{
        font-size: 14px;
        margin-bottom: 12px;
    }

    .onlinepokiesnow_information__text{
        font-size: 14px;
    }

    .onlinepokiesnow_information__info{
        font-size: 14px;
    }
    .onlinepokiesnow_disclaimer__title{
        font-size: 24px;
        margin-bottom: 16px;
    }
    .onlinepokiesnow_disclaimer__wrap{
        padding: 16px;
    }
    .onlinepokiesnow_disclaimer__text{
        font-size: 14px;
    }
    .onlinepokiesnow_lotto__filter{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
        margin-bottom: 16px;
    }
    .onlinepokiesnow_lotto__input{
        width: 100%;
    }
    .onlinepokiesnow_lotto__select{
        width: 100%;
    }
    .desc__top {
        padding-top: 120px;
        padding-bottom: 50px;
    }
}