@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@font-face {
    font-family: Geologica;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Geologica-Regular.woff2) format("woff2")
}

@font-face {
    font-family: Geologica;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Geologica-Medium.woff2) format("woff2")
}

:root {
    --font-main: "Geologica", sans-serif;
    --container-width: 1296px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 24px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #FFF;
    --main: #ffffff;
    --black: #000000;
    --white: #ffffff;
    --menu: #1f0e00;
    --orange: #ff9000;
    --orange-020: rgba(255, 144, 0, 0.2);
    --orange-050: rgba(12, 12, 12, 0.5);
    --black-020: rgba(0, 0, 0, .2);
    --gray: #cdcdcd;
    --hover: #c232f6;
    --active: #9f00b1
}

.AlbertSans {
    font-family: "Albert Sans"
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background-color: var(--background-page)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px;
    position: static
}

.pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    opacity: .3;
    border-radius: 50%;
    margin: 0 !important;
    background-color: var(--white)
}

.pagination .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    opacity: 1
}

.tx-43-30 {
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.5%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-43-30 {
        font-size: 30px
    }
}

.tx-36-28 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: var(--black)
}

@media (max-width:600px) {
    .tx-36-28 {
        font-size: 28px
    }
}

.tx-21 {
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: var(--black)
}

.tx-19 {
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: var(--white)
}

.tx-15 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

.tx-12 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black)
}

.color-blue {
    color: #385fb7
}

.input {
    display: block;
    border-radius: 4px;
    border: 1px solid #a9a9a9;
    padding: 4px 12px;
    width: 100%;
    height: 40px;
    resize: none;
    min-height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: var(--black);
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.input_textarea {
    padding: 4px 12px;
    resize: none;
    min-height: 147px
}

.input::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent
}

@media (any-hover:hover) {
    .input:hover {
        border-color: var(--hover)
    }
}

.input:focus-visible {
    border-color: var(--hover)
}

.input:active {
    border-color: var(--hover);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.input::-webkit-input-placeholder {
    color: #a9a9a9
}

.input::-moz-placeholder {
    color: #a9a9a9
}

.input:-ms-input-placeholder {
    color: #a9a9a9
}

.input::-ms-input-placeholder {
    color: #a9a9a9
}

.input::placeholder {
    color: #a9a9a9
}

.color-grey {
    color: #cdcdcd
}

.mb-10 {
    margin-bottom: 10px
}

.italic {
    font-style: italic
}

.circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.circle::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--white);
    margin-top: 5px
}

.mb-15 {
    margin-bottom: 15px
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--white);
    border-radius: 10px;
    background: #7b9ce7;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 8px;
    width: 100%;
    max-width: 164px;
    min-height: 45px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.but_border {
    border-radius: 10px;
    background: #385fb7
}

.but img {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (any-hover:hover) {
    .but:hover {
        background-color: var(--hover)
    }
}

.but:focus-visible {
    background-color: var(--hover)
}

.but:active {
    background-color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.mb-30-20 {
    margin-bottom: 40px
}

@media (max-width:600px) {
    .mb-30-20 {
        margin-bottom: 20px
    }
}

.mb-88-70:not(:last-child) {
    margin-bottom: 88px
}

@media (max-width:600px) {
    .mb-88-70:not(:last-child) {
        margin-bottom: 70px
    }
}

.mb-120-60:not(:last-child) {
    margin-bottom: 120px
}

@media (max-width:991px) {
    .mb-120-60:not(:last-child) {
        margin-bottom: 80px
    }
}

@media (max-width:600px) {
    .mb-120-60:not(:last-child) {
        margin-bottom: 60px
    }
}

.mb-20-8:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .mb-20-8:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width:600px) {
    .mb-20-8:not(:last-child) {
        margin-bottom: 8px
    }
}

.mb-12:not(:last-child) {
    margin-bottom: 12px
}

.mb-20:not(:last-child) {
    margin-bottom: 20px
}

.mb-48-24:not(:last-child) {
    margin-bottom: 48px
}

@media (max-width:991px) {
    .mb-48-24:not(:last-child) {
        margin-bottom: 32px
    }
}

@media (max-width:600px) {
    .mb-48-24:not(:last-child) {
        margin-bottom: 24px
    }
}

.mb-40-24:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .mb-40-24:not(:last-child) {
        margin-bottom: 32px
    }
}

@media (max-width:600px) {
    .mb-40-24:not(:last-child) {
        margin-bottom: 24px
    }
}

.mb-32-24:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width:991px) {
    .mb-32-24:not(:last-child) {
        margin-bottom: 28px
    }
}

@media (max-width:600px) {
    .mb-32-24:not(:last-child) {
        margin-bottom: 24px
    }
}

.mb-60:not(:last-child) {
    margin-bottom: 60px
}

.color-white {
    color: var(--white)
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.mb-30 {
    margin-bottom: 30px
}

.mb-20-16 {
    margin-bottom: 20px
}

@media (max-width:600px) {
    .mb-20-16 {
        margin-bottom: 16px
    }
}

.color-black {
    color: var(--black)
}

.color-yellow {
    color: #ffc31e
}

.mb-40-20 {
    margin-bottom: 40px
}

@media (max-width:600px) {
    .mb-40-20 {
        margin-bottom: 20px
    }
}

.mb-40 {
    margin-bottom: 40px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-8 {
    margin-bottom: 8px
}

.pg-77-68 {
    padding-top: 77px
}

@media (max-width:600p) {
    .pg-77-68 {
        padding-top: 68px
    }
}

.page-color .header {
    margin-bottom: 40px
}

.mb-32 {
    margin-bottom: 32px
}

.header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 8px 0;
    background: #000001
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .header__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header__home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__home span {
    display: block;
    width: 204px;
    height: 57px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .header__home span {
        width: 78px;
        height: 22px
    }
}

.header__list {
    max-width: 290px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

@media (max-width:600px) {
    .header__list {
        gap: 8px;
        max-width: none;
        width: auto
    }
}

.header__btn {
    min-height: 45px
}

@media (max-width:600px) {
    .header__btn {
        min-height: 34px;
        font-size: 10px
    }
}

.header__item:nth-child(1) {
    max-width: 164px;
    width: 100%
}

.header__item:nth-child(2) {
    max-width: 100px;
    width: 100%
}

@media (max-width:600px) {
    .header__item:nth-child(1) {
        max-width: 111px;
        width: 100%
    }

    .header__item:nth-child(2) {
        max-width: 73px;
        width: 100%
    }
}

.header .but-one {
    max-width: 164px
}

@media (max-width:600px) {
    .header .but-one {
        min-height: 36px
    }
}

.header .but-two {
    max-width: 100px;
    border-radius: 10px;
    border: 1px solid #7b9ce7;
    background: #000
}

@media (max-width:600px) {
    .header .but-two {
        min-height: 36px
    }
}

@media (max-width:991px) {
    .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #000;
        z-index: 100;
        padding: 100px 30px 30px 30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: auto;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
    }
}

@media (max-width:600px) {
    .header__menu {
        padding: 80px 30px 30px 30px
    }
}

.header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.header__exit-menu {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent
}

@media (max-width:991px) {
    .header__exit-menu {
        display: block;
        top: 30px;
        right: 30px
    }
}

@media (max-width:600px) {
    .header__exit-menu {
        top: 15px;
        right: 15px
    }
}

.header__exit-menu::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__exit-menu::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav__list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 17px
}

@media (max-width:1440px) {
    .nav__list {
        gap: 10px 40px
    }
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px
    }
}

@media (max-width:991px) {
    .nav__list_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 32px
    }
}

.nav__link {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .nav__link:hover {
        color: var(--hover)
    }
}

.nav__link:focus-visible {
    color: var(--hover)
}

.nav__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.burger {
    display: none;
    -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;
    position: relative;
    width: 24px;
    height: 16px;
    background-color: transparent
}

@media (max-width:991px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    border-radius: 8px
}

.terms {
    padding: 40px 0 40px 0
}

.terms h1 {
    font-size: 32px;
    line-height: 1.3;
    color: var(--black);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h1 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .terms h1 {
        font-size: 16px
    }
}

.terms h1:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h1:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h1:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms h2 {
    font-size: 30px;
    line-height: 1.3;
    color: var(--black);
    font-weight: 700
}

@media (max-width:991px) {
    .terms h2 {
        font-size: 25px
    }
}

@media (max-width:600px) {
    .terms h2 {
        font-size: 14px
    }
}

.terms h2:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h2:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h2:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms p {
    font-size: 20px;
    line-height: 1.3;
    color: var(--black);
    font-weight: 400
}

@media (max-width:991px) {
    .terms p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .terms p {
        font-size: 12px
    }
}

.terms p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms ul:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms ul:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms ul:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms li {
    font-size: 18px;
    line-height: 1.3;
    color: var(--black);
    font-weight: 400
}

@media (max-width:991px) {
    .terms li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .terms li {
        font-size: 12px
    }
}

.terms li:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms li:not(:last-child) {
        margin-bottom: 15px
    }
}

.megaozlottohero {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.megaozlottohero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .megaozlottohero__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.megaozlottohero__content {
    margin: 0 auto;
    max-width: 607px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 24px
}

@media (max-width:600px) {
    .megaozlottohero__content {
        gap: 16px
    }
}

.megaozlottohero__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.megaozlottohero__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

@media (max-width:600px) {
    .megaozlottohero__list {
        gap: 5px
    }
}

.megaozlottohero__item {
    width: 159px
}

.megaozlottohero__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.megaozlottohero__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.hero-two {
    padding: 110px 0 47px 0
}

@media (max-width:600px) {
    .hero-two {
        padding: 80px 0 40px 0
    }
}

.megaozlotto-about__text {
    margin: 0 auto;
    max-width: 854px;
    width: 100%
}

.about .megaozlotto-block__content {
    gap: 0;
    max-width: 720px
}

@media (max-width:991px) {
    .about .megaozlotto-block__content {
        max-width: 100%
    }
}

.about .megaozlotto-block__img {
    margin: 0;
    max-width: 460px;
    height: 460px
}

@media (max-width:400px) {
    .about .megaozlotto-block__img {
        height: 327px
    }
}

.about .megaozlotto-block__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991px) {
    .about .megaozlotto-block__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

.megaozlotto-us__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px
}

@media (max-width:768px) {
    .megaozlotto-us__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

.megaozlotto-us__item {
    width: 33%;
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    min-height: 192px;
    border-radius: 10px;
    border: 1px solid #ffa55c
}

.megaozlotto-us__item span {
    display: block;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:768px) {
    .megaozlotto-us__item {
        width: 100%
    }
}

.bingo .megaozlotto-us__item {
    min-height: 148px
}

.bingo .megaozlotto-us__item span {
    width: 25px;
    height: 25px
}

@media (max-width:768px) {
    .bingo .megaozlotto-us__list {
        gap: 33px
    }
}

.bingo .megaozlotto-us__bitext {
    max-width: 736px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px
}

.bingo__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width:768px) {
    .bingo__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bingo__card {
    max-width: 545px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.bingo__list {
    max-width: 440px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.bingo__item {
    position: relative;
    padding-left: 20px
}

.bingo__item::after {
    position: absolute;
    content: "";
    left: 4px;
    top: 10px;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: var(--black)
}

.bingo__img {
    max-width: 421px;
    width: 100%;
    height: 421px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .bingo__img {
        height: 327px
    }
}

.bingo-descr .megaozlotto-us__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 33px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 16px 33px
}

@media (max-width:600px) {
    .bingo-descr .megaozlotto-us__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bingo-descr .megaozlotto-us__item {
    width: 100%;
    min-height: 137px;
    border-radius: 10px;
    border: 1px solid #4992ff
}

@media (max-width:600px) {
    .bingo-descr .megaozlotto-us__item {
        max-width: 254px;
        width: 100%
    }
}

.megaozlotto-block {
    margin-bottom: 64px
}

@media (max-width:600px) {
    .megaozlotto-block {
        margin-bottom: 48px
    }
}

.megaozlotto-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.megaozlotto-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.megaozlotto-block__item {
    padding: 20px 20px;
    max-width: 306px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(47, 71, 156, .32);
    box-shadow: 0 0 4px 0 rgba(47, 71, 156, .32)
}

@media (max-width:600px) {
    .megaozlotto-block__item {
        padding: 10px 13px
    }
}

.megaozlotto-block__img {
    height: 74px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .megaozlotto-block__img {
        height: 78px
    }
}

.megaozlotto-block__cush {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.megaozlotto-play__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:768px) {
    .megaozlotto-play__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

.megaozlotto-play__list {
    max-width: 507px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.megaozlotto-play__item {
    padding: 8px 17px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(47, 71, 156, .32);
    box-shadow: 0 0 4px 0 rgba(47, 71, 156, .32);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.megaozlotto-play__item span {
    max-width: 24px;
    width: 100%;
    height: 24px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.megaozlotto-play__item:nth-child(1) {
    max-width: 400px
}

.megaozlotto-play__item:nth-child(2) {
    max-width: 244px
}

.megaozlotto-play__item:nth-child(3) {
    max-width: 244px
}

.megaozlotto-play__item:nth-child(4) {
    max-width: 365px
}

.megaozlotto-play__item:nth-child(5) {
    max-width: 417px
}

.megaozlotto-play__img {
    max-width: 330px;
    width: 100%;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.choose .megaozlotto-block__item {
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    border-radius: 20px;
    background: #a51a3c;
    max-width: 306px
}

@media (max-width:666px) {
    .choose .megaozlotto-block__item {
        max-width: 100%
    }
}

.choose .megaozlotto-block__name span {
    max-width: 40px;
    height: 40px;
    gap: 8px
}

@media (max-width:666px) {
    .choose .megaozlotto-block__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:600px) {
    .choose .megaozlotto-block__list {
        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
    }
}

.megaozlotto-works {
    padding: 40px 0;
    background: #eff4ff
}

.megaozlotto-works__list {
    padding: 0 65px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 32px
}

@media (max-width:991px) {
    .megaozlotto-works__list {
        padding: 0;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template: auto/repeat(2, 1fr);
        gap: 24px
    }
}

@media (max-width:450px) {
    .megaozlotto-works__list {
        gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.megaozlotto-works__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px
}

.megaozlotto-works__img {
    max-width: 216px;
    width: 100%;
    height: 219px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.megaozlotto-say__swiper {
    max-width: 1059px;
    width: 100%;
    margin: 0 auto;
    padding: 0 84px
}

@media (max-width:600px) {
    .megaozlotto-say__swiper {
        padding: 0
    }
}

@media (max-width:600px) {
    .megaozlotto-say__list {
        margin-bottom: 32px
    }
}

.megaozlotto-say__text {
    max-width: 384px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.megaozlotto-say__slide {
    padding: 20px 20px;
    max-width: 425px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: auto
}

@media (max-width:600px) {
    .megaozlotto-say__slide {
        max-width: 100%
    }
}

.megaozlotto-say__img {
    max-width: 54px;
    width: 100%;
    height: 54px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.megaozlotto-say__rating {
    max-width: 172px;
    width: 100%;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.megaozlotto-say .swiper-button-next:after,
.megaozlotto-say .swiper-button-prev:after {
    display: none
}

.megaozlotto-say__pag {
    display: none
}

@media (max-width:600px) {
    .megaozlotto-say__pag {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.megaozlotto-say__btn {
    max-width: 40px;
    width: 100%;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .megaozlotto-say__btn {
        display: none
    }
}

.megaozlotto-say .swiper-button-next,
.megaozlotto-say .swiper-rtl .swiper-button-prev {
    right: 0
}

.megaozlotto-say .swiper-button-prev,
.megaozlotto-say .swiper-rtl .swiper-button-next {
    left: 0
}

.megaozlotto-say .prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.megaozlotto-lotto__list {
    max-width: 887px;
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 32px 25px
}

@media (max-width:991px) {
    .megaozlotto-lotto__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.megaozlotto-lotto__text-big {
    margin: 0 auto;
    margin-bottom: 32px;
    max-width: 644px;
    width: 100%
}

.megaozlotto-lotto__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -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;
    padding: 20px 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(47, 71, 156, .32);
    box-shadow: 0 0 4px 0 rgba(47, 71, 156, .32)
}

@media (max-width:991px) {
    .megaozlotto-lotto__item {
        padding: 20px 10px;
        margin: 0 auto;
        max-width: 400px;
        width: 100%
    }
}

@media (max-width:600px) {
    .megaozlotto-lotto__item {
        -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
    }
}

.megaozlotto-lotto__img {
    width: 100%;
    height: 109px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    .megaozlotto-lotto__img {
        height: 86px
    }
}

.megaozlotto-lotto__card-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.megaozlotto-lotto__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .megaozlotto-lotto__numbers {
        width: 100%
    }
}

.megaozlotto-lotto__list-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

@media (max-width:991px) {
    .megaozlotto-lotto__list-two {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:370px) {
    .megaozlotto-lotto__list-two {
        gap: 6px;
        width: 100%
    }
}

.megaozlotto-lotto__iten-two {
    width: 43px;
    height: 43px;
    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;
    text-align: center;
    border-radius: 50%;
    border-radius: 40px;
    background: #385fb7
}

@media (max-width:991px) {
    .megaozlotto-lotto__iten-two {
        max-width: 31px;
        width: 100%;
        height: 31px
    }
}

.megaozlotto-lotto .grey {
    border-radius: 40px;
    background: #7b9ce7
}

.megaozlotto-lotto__win {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-card .megaozlottocontacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
}

.contact-card .megaozlottocontacts__descr {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px
}

@media (max-width:768px) {
    .contact-card .megaozlottocontacts__descr {
        -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
    }
}

.contact-card .megaozlottocontacts__back {
    max-width: 644px;
    width: 100%
}

@media (max-width:600px) {
    .contact-card .megaozlottocontacts__title {
        margin-bottom: 13px
    }
}

.contact-card__img {
    max-width: 469px;
    width: 100%;
    height: 502px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:450px) {
    .contact-card__img {
        height: 350px
    }
}

.contact-card .megaozlottocontacts-form {
    margin: 0;
    margin-right: auto;
    max-width: 426px;
    width: 100%
}

.contact-card .megaozlottocontacts-form__button {
    margin: 0;
    border-radius: 10px;
    background: #385fb7
}

.contact-log-in .megaozlottocontacts__back {
    max-width: 426px;
    width: 100%
}

.contact-log-in .megaozlottocontacts__descr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-log-in .contact-card__img {
    max-width: 271px;
    height: 290px
}

@media (max-width:450px) {
    .contact-log-in .contact-card__img {
        height: 350px
    }
}

.footer {
    padding: 40px 0;
    background: #f3f3f3
}

.footer__top {
    margin-bottom: 33px
}

.footer__age {
    width: 86px;
    height: 86px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .footer__age {
        width: 65px;
        height: 65px
    }
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:600px) {
    .footer__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px
    }
}

.footer__item:nth-child(2) {
    width: 160px;
    height: 92px
}

.footer__item:nth-child(3) {
    width: 118px;
    height: 110px
}

.footer__item:nth-child(4) {
    width: 231px;
    height: 79px
}

.footer__item:nth-child(5) {
    width: 212px;
    height: 28px
}

@media (max-width:600px) {
    .footer__item:nth-child(2) {
        width: 109px;
        height: 63px
    }

    .footer__item:nth-child(3) {
        width: 80px;
        height: 74px
    }

    .footer__item:nth-child(4) {
        width: 157px;
        height: 54px
    }

    .footer__item:nth-child(5) {
        width: 144px;
        height: 19px
    }
}

.footer__links {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .footer__links:hover {
        opacity: .7
    }
}

.footer__links:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.footer__list-two {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__link {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .footer__link:hover {
        color: var(--hover)
    }
}

.footer__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.megaozlottocontacts__back {
    position: relative;
    width: 100%
}

.megaozlottocontacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:600px) {
    .megaozlottocontacts__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.megaozlottocontacts__descr {
    max-width: 426px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

@media (max-width:600px) {
    .megaozlottocontacts__descr {
        gap: 13px
    }
}

.megaozlottocontacts__img {
    max-width: 387px;
    width: 100%;
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:600px) {
    .megaozlottocontacts__img {
        height: 405px
    }
}

.log-in-card .megaozlottocontacts__img {
    max-width: 433px;
    height: 320px
}

.megaozlottocontacts-form {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%
}

.megaozlottocontacts-form span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--white)
}

.megaozlottocontacts-form__button {
    margin: 0 auto
}

@media (max-width:600px) {
    .megaozlottocontacts-form__button {
        max-width: 126px
    }
}

.popup {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.popup.active {
    opacity: 1;
    visibility: visible
}

.popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.popup__content {
    overflow: auto;
    max-width: 399px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    background: var(--white);
    padding: 20px;
    text-align: center
}

@media (max-width:991px) {
    .popup__content {
        width: 95%
    }
}

.popup__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--black)
}

.popup__text img {
    margin: 0 auto;
    max-width: 50px;
    width: 100%;
    height: 50px
}

.popup__text-two {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--black)
}

.popup__exit {
    margin: 0 auto;
    min-width: auto;
    width: 100%;
    font-size: 15px;
    border-radius: 10px;
    background: #ffc31e;
    border: 0
}

.popupag {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.popupag__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.popupag__body {
    overflow: auto;
    max-width: 464px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 20px;
    background: #fff
}

@media (max-width:991px) {
    .popupag__body {
        padding: 16px;
        width: 95%
    }
}

.popupag__text {
    width: 100%
}

.popupag__button {
    max-width: 205px;
    margin: 0 auto;
    border-radius: 10px;
    background: #385fb7
}

.popup-cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    right: 0;
    bottom: 0
}

.popup-cookie.disabled {
    display: none
}

.popup-cookie__content {
    padding: 20px 20px;
    max-width: 387px;
    width: 100%;
    margin-left: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    gap: 19px
}

@media (max-width:600px) {
    .popup-cookie__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        padding: 8px 20px
    }
}

.popup-cookie__texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px
}

@media (max-width:600px) {
    .popup-cookie__texts {
        gap: 8px
    }
}

.popup-cookie__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media (max-width:600px) {
    .popup-cookie__buttons {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        gap: 4px
    }
}

.popup-cookie__button {
    max-width: 126px;
    border-radius: 10px;
    background: #385fb7
}

.popup-cookie__link {
    border-radius: 10px;
    background: #7b9ce7
}

.tx-32 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff
}

.tx-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff
}

.tx-17 {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.megaozlotto-contact {
    position: fixed;
    padding: 143px 20px 20px 20px;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000;
    overflow-y: auto;
    display: none;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.megaozlotto-contact.click-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.megaozlotto-contact__card {
    position: relative;
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 480px;
    min-height: 166px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -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: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #4831ff;
    z-index: 3
}

@media (max-width:600px) {
    .megaozlotto-contact__card {
        padding: 20px 20px
    }
}

.megaozlotto-contact__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
    z-index: 2;
    cursor: pointer
}

.megaozlotto-contact__close::after {
    position: relative;
    display: block;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    left: 0;
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.megaozlotto-contact__close::before {
    position: relative;
    display: block;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 1px;
    top: 4px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.megaozlotto-contact__exit {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.megaozlotto-contact__bottom {
    width: 100%
}

.megaozlotto-contact .form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    z-index: 3
}

.megaozlotto-contact .form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.megaozlotto-contact .form__button {
    width: 100%;
    min-height: 40px;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    border-radius: 20px;
    background: #ffa55c;
    color: #fff;
    border-radius: 100px;
    border: 2px solid #d633c1
}

.megaozlotto-contact .form__link {
    background: 0 0;
    border: 0;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .megaozlotto-contact .form__link:hover {
        color: #2f2f2f
    }
}

.megaozlotto-contact .form__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.megaozlotto-contact__none {
    margin: 0 auto;
    max-width: 200px;
    min-height: 40px;
    width: 100%;
    border-radius: 20px;
    background: #ffa55c;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    color: #fff
}

.contact-popup.click-active {
    display: flex;
}

/**/

.info-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 960px;     
  margin: 2rem auto;    
  padding: 0 1rem;     
}


.info-block {
  position: relative;
  display: flex;
  background: #1d2a3d;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  overflow: hidden;
  padding: 1rem;      
}


.info-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 30px;
  height: 30px;
  background: #1daeff;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.info-icon span {
  transform: rotate(-45deg);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}


.info-content {
  margin-left: 2.5rem;  
  padding-right: 1rem;
  color: #f5f7fa;
}
.info-content h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.info-content p {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.5;
  color: #e1e8f0;
}
@media (max-width: 600px) {
  .info-block {
    flex-direction: column;
    text-align: center;
    padding: 0.75rem;
  }
  .info-icon {
    top: 0.75rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  .info-content {
    margin: 1.5rem 0 0;
  }
  .info-content h3 { font-size: 0.9rem; }
  .info-content p  { font-size: 0.85rem; }
}
/**/
  #ageGateOverlay {
    position: fixed;
    inset: 0;
   background: linear-gradient(
    135deg,
    rgba(23, 9, 150, 0.979) 0%,
    rgb(30, 30, 30) 100%
  );
  backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  #ageGateModal {
    background: #222;
    color: #fff;
    max-width: 320px;
    width: 90%;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
  }
  #ageGateModal h2 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
  }
  #ageGateModal p {
    margin: 0 0 1.5rem;
    font-size: 1rem;
  }
  .age-btn {
    padding: 0.6rem 1.2rem;
    margin: 0 .5rem;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    transition: background .2s;
  }
  .age-btn.yes {
    background: #28a745;
  }
  .age-btn.yes:hover {
    background: #218838;
  }
  .age-btn.no {
    background: #dc3545;
  }
  .age-btn.no:hover {
    background: #c82333;
  }