@font-face {
    font-family: montserrat;
    src: url("../lottoozaus_fonts/lottoozaus_montserrat-regular.woff2")
}

@font-face {
    font-family: montserrat-bold;
    src: url("../lottoozaus_fonts/lottoozaus_montserrat-bold.woff2")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: montserrat;
    background: #FFF;
}

#confirmButton {
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}


.confirmButton {
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 14px;
    width: 10px;
    height: 10px;
}

canvas {
    display: block;
    vertical-align: bottom
}

.particles-js-canvas-el {
    position: fixed;
    z-index: -1
}

.js-count-particles {
    font-size: 1.1em
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

.body__container {
    max-width: 1240px;
    margin: 0 auto
}

.lottoozaus_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(19px);
            backdrop-filter: blur(19px);
    background-color: rgba(0, 0, 0, .3);
}

.lottoozaus_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.lottoozaus_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
}

.lottoozaus_header__btn{
    color: #1B2679;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    padding: 16px 16px 16px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 99px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoozaus_header__btn:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.lottoozaus_header__sup {
    color: #fff;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-align: center;
    font-weight: 500
}

.lottoozaus_header__info {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.lottoozaus_header__info:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.lottoozaus_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-left: 0;
    list-style: none;
}

.lottoozaus_header__burger {
    display: none
}

.lottoozaus_header__link {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.lottoozaus_header__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0.5;
}

.header__link {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid #FFF;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__link:hover {
    background-color: #fff;
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.header__link_yellow {
    color: #fdee44
}

.lottoozaus_header__block {
    max-width: 100%
}

.lottoozaus_header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

.lottoozaus_header__title {
    color: #F0F0F0;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 48px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.header__title{
    margin-bottom: 0;
}

.lottoozaus_header {
    padding-top: 85px;
    background: url("../lottoozaus_img/lottoozaus-header-background.webp") no-repeat center center/cover;
    padding-bottom: 137px;
    border-radius: 0px 0px 24px 24px;
}

.header__play{
    padding-top: 40px;
    padding-bottom: 40px;
}

.lottoozaus_winners {
    padding-top: 80px;
    padding-bottom: 80px;
}
.lottoozaus_winners__title {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.lottoozaus_winners__subtitle {
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.lottoozaus_winners__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}
.lottoozaus_winners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
    padding: 16px;
    transition: transform 0.3s ease;
}
.lottoozaus_winners__item:hover {
    transform: scale(1.05);
}
.lottoozaus_winners__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 464px;
    min-height: 128px;
    width: 100%;
}
.lottoozaus_winners__data {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.lottoozaus_winners__wraps {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.lottoozaus_winners__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 34px;
    background: #1B2679;
}
.lottoozaus_winners__number {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}
.winners__numbers {
    border-radius: 34px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
}
.winners__number {
    color: #1B2679;
}
.lottoozaus_winners__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 217px;
    min-height: 128px;
    width: 100%;
}
.lottoozaus_winners__head {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.lottoozaus_winners__price {
    color: #1B2679;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.lottoozaus_winners__link {
    color: #1B2679;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 57px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 99px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    width: 300px;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoozaus_winners__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background: #000;
}

.lottoozaus_winners__wrpapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}
.lottoozaus_winners__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.lottoozaus_winners__name {
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
}

.lottoozaus_countdown {
    padding-top: 80px;
    padding-bottom: 80px;
}

.lottoozaus_winners__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.lottoozaus_winners__checkbox {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #272727;
    border-radius: 5px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.lottoozaus_winners__checkbox:checked::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #1B2679;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.lottoozaus_countdown__title {
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.lottoozaus_countdown__data {
    color: #272727;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.lottoozaus_countdown__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.lottoozaus_countdown__head {
    color: #1B2679;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.lottoozaus_countdown__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
}
.lottoozaus_countdown__item {
}
.lottoozaus_countdown__item:nth-child(1){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../lottoozaus_img/lottoozaus-countdown-icon-1.webp") no-repeat center;
}

.lottoozaus_countdown__item:nth-child(3){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../lottoozaus_img/lottoozaus-countdown-icon-2.webp") no-repeat center;
}

.lottoozaus_countdown__item:nth-child(5){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../lottoozaus_img/lottoozaus-countdown-icon-1.webp") no-repeat center;
}
.lottoozaus_countdown__time {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.lottoozaus_countdown__name{
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.countdown__time{
    color: #1B2679;
}
.countdown__name{
    color: #1B2679;
}
.lottoozaus_countdown__cirlce{
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 39.6px;
}

.lottoozaus_play {
    padding-top: 80px;
    padding-bottom: 80px;
}
.lottoozaus_play__title {
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.lottoozaus_play__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    gap: 16px;
    list-style: none;
}
.lottoozaus_play__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    max-width: 298px;
    min-height: 195px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
}
.lottoozaus_play__item:nth-child(1)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 70px;
    min-height: 70px;
    background: url("../lottoozaus_img/lottoozaus-play-icon-1.webp") no-repeat center;
}
.lottoozaus_play__item:nth-child(2)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 70px;
    min-height: 70px;
    background: url("../lottoozaus_img/lottoozaus-play-icon-2.webp") no-repeat center;
}
.lottoozaus_play__item:nth-child(3)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 70px;
    min-height: 70px;
    background: url("../lottoozaus_img/lottoozaus-play-icon-3.webp") no-repeat center;
}
.lottoozaus_play__item:nth-child(4)::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 70px;
    min-height: 70px;
    background: url("../lottoozaus_img/lottoozaus-play-icon-4.webp") no-repeat center;
}
.lottoozaus_play__content {
    width: 100%;
}
.lottoozaus_play__head {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.lottoozaus_play__text {
    color: #272727;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


.lottoozaus_stories {
    padding-top: 80px;
    padding-bottom: 80px;
}
.lottoozaus_stories__title {
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.lottoozaus_stories__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}
.lottoozaus_stories__item {
    max-width: 400px;
    width: 100%;
}
.lottoozaus_stories__img {
    margin-bottom: 20px;
}
.lottoozaus_stories__head {
    color: #272727;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lottoozaus_stories__sup {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}
.lottoozaus_stories__text {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}


.lottoozaus_faq{
    padding-top: 80px;
    padding-bottom: 80px;
}

.lottoozaus_faq__title{
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 30px;
    font-weight: 800;
    line-height: 43px;
    margin-bottom: 24px;
}

.accordion__item {
    margin-bottom: 16px;
    border-radius: 30px;
    background: #1B2679;
    padding: 24px;
}

.lottoozaus_features__arrow {
    position: absolute;
    right: 0;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../lottoozaus_img/lottoozaus-faq-icon-arrow.webp);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__arrow_rotated {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__header {
    position: relative;
    font-family: montserrat-bold;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.accordion__header::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion__text {
    max-width: 100%;
    margin-bottom: 0px;
}

.accordion__content {
    color: #E9E9E9;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}


.lottoozaus_bonuses {
    padding-top: 80px;
    padding-bottom: 80px;
}
.lottoozaus_bonuses__title {
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.lottoozaus_bonuses__images{
    border-radius: 30px;
    background: #1B2679;
    min-height: 250px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    padding: 10px;
}
.lottoozaus_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;
}
.lottoozaus_bonuses__item {
    max-width: 400px;
    width: 100%;
}
.lottoozaus_bonuses__img {
    margin-bottom: 20px;
}
.lottoozaus_bonuses__head {
    color: #272727;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lottoozaus_bonuses__sup {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; 
    margin-bottom: 10px;
}
.lottoozaus_bonuses__text {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%; 
}

.lottoozaus_newsletter {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../lottoozaus_img/lottoozaus-newsletter-background.webp") no-repeat center;
    background-size: cover;
}
.lottoozaus_newsletter__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.lottoozaus_newsletter__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 24px;
}
.lottoozaus_newsletter__wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.lottoozaus_newsletter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    width: 100%;
}
.lottoozaus_newsletter__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
    width: 518px;
}
.lottoozaus_newsletter__btn {
    color: #1B2679;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    width: 250px;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoozaus_newsletter__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.lottoozaus_newsletter__messages {
    display: none;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}


.lottoozaus_contact {
    padding-top: 80px;
    padding-bottom: 80px;
}
.lottoozaus_contact__wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.lottoozaus_contact__title {
    color: #272727;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 24px;
}
.lottoozaus_contact__subtitle {
    color: #272727;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.lottoozaus_contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.lottoozaus_contact__input {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 16px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
    margin-bottom: 16px;
}
.lottoozaus_contact__message {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 16px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
    margin-bottom: 24px;
    height: 100px;
    resize: none;
}
.lottoozaus_contact__btn {
    color: #1B2679;
    font-family: montserrat-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    width: 250px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoozaus_contact__btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoozaus_contact__messages{
    display: none;
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}

.lottoozaus_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #1B2679;
}
.lottoozaus_footer__age {
    width: 60px;
    height: 43px;
    background: url("../lottoozaus_img/lottoozaus-footer-icon-age.webp") no-repeat center;
    margin: 0 auto;
    margin-bottom: 40px;
}
.lottoozaus_footer__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.lottoozaus_footer__info {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    margin-bottom: 40px;
}
.lottoozaus_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}
.lottoozaus_footer__link {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    -webkit-transition: 0.4s; 
    -o-transition: 0.4s; 
    transition: 0.4s;
}
.lottoozaus_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}
.lottoozaus_footer__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    margin-bottom: 40px;
}
.lottoozaus_footer__networks {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.lottoozaus_footer__18 {
    width: 160px;
    height: 80px;
    background: url("../lottoozaus_img/lottoozaus-footer-icon-age-red.webp") no-repeat center;
}
.lottoozaus_footer__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
}
.lottoozaus_footer__politica {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; 
    -webkit-text-decoration-line: underline; 
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.lottoozaus_footer__politica:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    opacity: 0.5;
}
.lottoozaus_footer__sup {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
}

.lottoozaus_how {
    padding-top: 80px;
    padding-bottom: 80px;
}
.lottoozaus_how__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
}
.lottoozaus_how__item {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
}
.lottoozaus_how__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}
.lottoozaus_how__head {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.lottoozaus_how__list {
    padding-left: 20px;
}
.lottoozaus_how__info {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}


.lottoozaus_info {
    padding-top: 80px;
    padding-bottom: 80px;
}
.lottoozaus_info__title {
    color: #2A2A2A;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 43px;
    margin-bottom: 24px;
}
.lottoozaus_info__inner {
    margin-bottom: 15px;
}
.lottoozaus_info__text {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.lottoozaus_info__list{
    padding-left: 40px;
}

.header__top {
    margin-top: 80px
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.sec__top {
    margin-top: 88px;
}

.terms__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content__title,
.info__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px
}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px
}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px
}

.desc__top {
    padding-top: 140px;
    padding-bottom: 50px
}


.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-dots {
    position: absolute;
    bottom: -20px; 
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.slick-dots li {
    width: 21px;
    height: 5px;
    margin: 0 7px;
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    height: 100%;
    width: 100%;
    border: none;
    cursor: pointer;
    border: none;
    background: #d4d4d4;
    border-radius: 30px;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    cursor: pointer; 
}

/* Цвет активной полоски */
.slick-dots li.slick-active button {
    background: #272727;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.modal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.modal__text{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 20px;
    color: #EAEAEA;
    font-size: 14px;
    font-weight: 400;
}

.modal__btns{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.modal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 100px;
    font-family: montserrat-bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    background: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: linear-gradient(180deg, #FFF315 0.6%, #CB8E00 100.6%);
    width: 100%;
    color: #1B2679;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 100px;
    font-family: montserrat-bold;
    border: 2px solid #FFF;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no:hover{
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 15px;
    border: 1px solid #4484BA;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__content {
    position: relative;
    top: 0;
    border-radius: 30px;
    background: #1B2679;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
    max-width: 500px;
    width: 100%
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: 700
}

.modal__close:focus,
.modal__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.animate-element {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

/* Дополнительные стили для Animate.css */
.animate__animated.animate__fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.animate__animated.animate__slideInUp {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width:1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .lottoozaus_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .lottoozaus_header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .lottoozaus_header__links {
        display: none
    }

    .lottoozaus_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px
    }

    .lottoozaus_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
    }

    .lottoozaus_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .lottoozaus_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
    }

    .lottoozaus_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        background: -o-linear-gradient(right, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.60)), to(rgba(0, 0, 0, 0.60)));
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 62px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 991px) {
    .lottoozaus_winners__item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        max-width: 400px;
    }

    .lottoozaus_winners__items{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .lottoozaus_winners__wraps{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .lottoozaus_winners__data{
        text-align: center;
        margin-bottom: 24px;
    }

    .lottoozaus_winners__right{
        min-height: auto;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }

    .lottoozaus_countdown__time{
        font-size: 14px;
    }

    .lottoozaus_countdown__name{
        font-size: 14px;
    }

    .lottoozaus_countdown__items{
        gap: 20px;
    }

    .lottoozaus_countdown__item:nth-child(1) {
        width: 60px;
        height: 60px;
        background: url(../lottoozaus_img/lottoozaus-countdown-icon-1.webp) no-repeat center;
        background-size: 60px;
    }
    .lottoozaus_countdown__item:nth-child(3) {
        width: 60px;
        height: 60px;
        background: url(../lottoozaus_img/lottoozaus-countdown-icon-2.webp) no-repeat center;
        background-size: 60px;
    }
    .lottoozaus_countdown__item:nth-child(5) {
        width: 60px;
        height: 60px;
        background: url(../lottoozaus_img/lottoozaus-countdown-icon-1.webp) no-repeat center;
        background-size: 60px;
    }

    .lottoozaus_newsletter__form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

    .lottoozaus_newsletter__btn{
        width: 100%;
    }

    .lottoozaus_newsletter__input{
        width: 100%;
    }
}


@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .lottoozaus_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .lottoozaus_header__title{
        font-size: 32px;
        margin-bottom: 20px;
    }

    .header__title{
        margin-bottom: 0;
    }

    .lottoozaus_header__btn{
        font-size: 16px;
        padding: 0px 16px 0px 16px;
        width: 100%;
    }

    .lottoozaus_header{
        padding-bottom: 40px;
        padding-top: 32px;
    }

    .lottoozaus_header__box {
        padding-top: 60px;
    }

    .lottoozaus_winners {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoozaus_winners__title{
        margin-bottom: 8px;
        font-size: 24px;
    }

    .lottoozaus_winners__subtitle{
        font-size: 16px;
        margin-bottom: 12px;
    }

    .lottoozaus_winners__wraps{
        gap: 8px;
    }

    .lottoozaus_winners__items{
        margin-bottom: 12px;
    }

    .lottoozaus_winners__link{
        width: 100%;
        font-size: 16px;
        padding: 0px 57px;
    }

    .lottoozaus_countdown {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoozaus_countdown__title{
        text-align: left;
        margin-bottom: 8px;
        font-size: 24px;
    }

    .lottoozaus_countdown__data{
        font-size: 16px;
        text-align: left;
        margin-bottom: 16px;
    }

    .lottoozaus_countdown__logo{
        display: none;
    }

    .lottoozaus_countdown__head{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .lottoozaus_play {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoozaus_play__item{
        padding: 16px;
        gap: 16px;
        min-height: auto;
    }

    .lottoozaus_play__head{
        font-size: 20px;
    }

    .lottoozaus_play__title{
        font-size: 24px;
    }

    .lottoozaus_stories {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoozaus_stories__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .lottoozaus_faq{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoozaus_faq__title{
        text-align: left;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .accordion__item{
        margin-bottom: 12px;
        padding: 16px;
    }

    .accordion__header{
        font-size: 14px;
    }

    .accordion__content{
        font-size: 14px;
    }

    .lottoozaus_bonuses {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .lottoozaus_bonuses__title{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .lottoozaus_newsletter {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoozaus_newsletter__title{
        font-size: 24px;
    }

    .lottoozaus_newsletter__subtitle{
        text-align: left;
    }

    .lottoozaus_contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoozaus_contact__title{
        font-size: 24px;
        margin-bottom: 16px;
    }

    .lottoozaus_contact__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .lottoozaus_contact__message{
        margin-bottom: 16px;
    }

    .lottoozaus_contact__btn{
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .lottoozaus_footer{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .lottoozaus_footer__age{
        margin-bottom: 16px;
    }

    .lottoozaus_footer__logo{
        margin-bottom: 16px;
    }

    .lottoozaus_footer__info{
        font-size: 12px;
        margin-bottom: 16px;
        text-align: left;
    }

    .lottoozaus_footer__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 40px;
        margin-bottom: 16px;
    }

    .lottoozaus_footer__text{
        font-size: 12px;
        margin-bottom: 16px;
    }

    .lottoozaus_footer__icon{
        max-width: 120px;
    }

    .lottoozaus_footer__18 {
        width: 120px;
        height: 60px;
        background: url(../lottoozaus_img/lottoozaus-footer-icon-age-red.webp) no-repeat center;
        background-size: 120px;
    }

    .lottoozaus_footer__networks{
        margin-bottom: 16px;
    }

    .lottoozaus_footer__politica{
        font-size: 14px;
    }

    .lottoozaus_footer__items{
        gap: 10px;
        margin-bottom: 16px;
    }

    .lottoozaus_stories__item{
        max-width: 100%;
    }

    .lottoozaus_stories__img{
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .lottoozaus_bonuses__item{
        max-width: 100%;
    }

    .lottoozaus_bonuses__img{
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .lottoozaus_how {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoozaus_how__item{
        padding: 16px;
        max-width: 100%;
    }

    .lottoozaus_how__head{
        font-size: 20px;
    }

    .lottoozaus_info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoozaus_info__text {
        font-size: 18px;
    }

    .lottoozaus_winners__wrpapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}