@font-face {
    font-family: montserrat;
    src: url("../lottoluckaus_fonts/lottoluckaus_opensans-regular.woff2")
}

@font-face {
    font-family: montserrat-bold;
    src: url("../lottoluckaus_fonts/lottoluckaus_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: #212121;
    font-family: montserrat-bold;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF955), to(#F47B02));
    background: -o-linear-gradient(top, #FFF955 0%, #F47B02 100%);
    background: linear-gradient(180deg, #FFF955 0%, #F47B02 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#confirmButton:hover {
    color: #fff;
    background: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.confirmButton {
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 14px;
    width: 10px;
    height: 10px;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto
}

.lottoluckaus_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
}

.lottoluckaus_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
}

.lottoluckaus_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
}

.lottoluckaus_header__btn {
    color: #212121;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    width: 240px;
    -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, from(#FFF955), to(#F47B02));
    background: -o-linear-gradient(top, #FFF955 0%, #F47B02 100%);
    background: linear-gradient(180deg, #FFF955 0%, #F47B02 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
    background: #fff;
    color: #000;
}

.lottoluckaus_header__sup {
    color: #fff;
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-align: center;
    font-weight: 500
}

.lottoluckaus_header__info {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.lottoluckaus_header__info:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.lottoluckaus_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding-left: 0;
    list-style: none;
}

.lottoluckaus_header__burger {
    display: none
}

.lottoluckaus_header__link {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.lottoluckaus_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
}

.lottoluckaus_header__block {
    max-width: 782px;
    width: 100%;
}

.lottoluckaus_header__title {
    color: #000;
    font-family: montserrat-bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header__title {
    margin-bottom: 0;
}

.lottoluckaus_header {
    padding-top: 80px;
    background: url("../lottoluckaus_img/lottoluckaus-header-background.webp") no-repeat center center/cover;
    padding-bottom: 80px;
}

.lottoluckaus_header__button {
    color: #212121;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    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, from(#FFF955), to(#F47B02));
    background: -o-linear-gradient(top, #FFF955 0%, #F47B02 100%);
    background: linear-gradient(180deg, #FFF955 0%, #F47B02 100%);
    
    border: none;
    cursor: pointer;
    border-radius: 100px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_header__button:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
    background: #000;
    color: #fff;
}

.header__play {
    padding-top: 40px;
    padding-bottom: 40px;
}

.lottoluckaus_winners {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lottoluckaus_winners__title {
    color: #000;
    font-family: montserrat-bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lottoluckaus_winners__subtitle {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}

.lottoluckaus_winners__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}

.lottoluckaus_winners__item {
    max-width: 610px;
    width: 100%;
    padding: 32px;
    border-radius: 30px;
    border: 1px solid #212121;
}

.lottoluckaus_winners__head {
    color: #1341CA;
    font-family: montserrat-bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 36px */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lottoluckaus_winners__data {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

.lottoluckaus_winners__wraps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.lottoluckaus_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: #142670;
}

.lottoluckaus_winners__number {
    color: #fff;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.winners__yellow {
    background: #FEDF3A;
}

.winners__color {
    color: #142670;
}

.lottoluckaus_winners__name {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
}

.lottoluckaus_winners__price {
    color: #142670;
    font-family: montserrat-bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.winners__head_green {
    color: #1F9D25;
}

.winners__border {
    border: 1px solid #142670;
    background-color: #fff
}

.winners__head_satur {
    color: #187BED;
}

.lottoluckaus_winners__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.lottoluckaus_winners__link {
    color: #212121;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_winners__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_winners__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.lottoluckaus_winners__date {
    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: 190px;
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid #212121;
    background: #FFF;
}

.lottoluckaus_winners__caption {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.lottoluckaus_winners__calendar {
    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: 315px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid #212121;
    background: #FFF;
}

.lottoluckaus_countdown {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FEDF3A;
}

.lottoluckaus_countdown__title {
    color: #212121;
    font-family: montserrat-bold;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.lottoluckaus_countdown__head {
    color: #212121;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.lottoozluck_header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding-left: 0;
    list-style: none;
    max-width: 609px;
    width: 100%;
    padding: 24px 32px;
    border-radius: 20px;
    border: 1px solid #F9C727;
    background: -webkit-gradient(linear, left top, left bottom, from(#1B4DAA), color-stop(49.04%, #1D5185), to(#142670));
    background: -o-linear-gradient(top, #1B4DAA 0%, #1D5185 49.04%, #142670 100%);
    background: linear-gradient(180deg, #1B4DAA 0%, #1D5185 49.04%, #142670 100%);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    margin: 0 auto;
}

.lottoozluck_header__item {
    text-align: center;
}

.lottoozluck_header__name {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lottoozluck_header__time {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    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: 66px;
    height: 66px;
    border-radius: 6.75px;
    border: 1.35px solid #F9C727;
    background: -webkit-gradient(linear, left top, left bottom, from(#151F3C), color-stop(51.92%, #151F3C), to(#18285B));
    background: -o-linear-gradient(top, #151F3C 0%, #151F3C 51.92%, #18285B 100%);
    background: linear-gradient(180deg, #151F3C 0%, #151F3C 51.92%, #18285B 100%);
}

.lottoluckaus_countdown__text {
    color: #fff;
    font-size: 40px;
    font-family: montserrat-bold;
    margin-top: 25px;
}

.lottoluckaus_about {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lottoluckaus_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../lottoluckaus_img/lottoluckaus-about-background.webp") no-repeat center left;
}

.lottoluckaus_about__content {
    max-width: 900px;
    width: 100%;
}

.lottoluckaus_about__title {
    color: #000;
    font-family: montserrat-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 48px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lottoluckaus_about__text {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
}

.lottoluckaus_about__text:last-child {
    margin-bottom: 0;
}

.lottoluckaus_play {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #142670;
}

.lottoluckaus_play__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lottoluckaus_play__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: 24px;
}

.lottoluckaus_play__item {
    max-width: 397px;
    width: 100%;
    min-height: 157px;
    padding: 16px;
    border-radius: 30px;
    border: 1px solid #212121;
    background: #FFF;
}

.lottoluckaus_play__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.lottoluckaus_play__number {
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    width: 39px;
    height: 39px;
    background: #142670;
}

.lottoluckaus_play__head {
    color: #212121;
    font-family: montserrat-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}

.lottoluckaus_play__text {
    color: #212121;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.lottoluckaus_strategies {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lottoluckaus_strategies__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../lottoluckaus_img/lottoluckaus-strategies-background.webp") no-repeat center left;
    background-size: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.lottoluckaus_strategies__content {
    max-width: 900px;
    width: 100%;
}

.lottoluckaus_strategies__title {
    color: #000;
    font-family: montserrat-bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lottoluckaus_strategies__items {
    padding-left: 30px;
}

.lottoluckaus_strategies__info {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.lottoluckaus_reviews {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lottoluckaus_reviews__title {
    color: #000;
    font-family: montserrat-bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lottoluckaus_reviews__subtitle {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.lottoluckaus_reviews__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;
}

.lottoluckaus_reviews__item {
    max-width: 400px;
    width: 100%;
    min-height: 329px;
    padding: 32px;
    border-radius: 30px;
    border: 1px solid #212121;
}

.lottoluckaus_reviews__head {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #212121;
    font-family: montserrat-bold;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.reviews__head_1::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../lottoluckaus_img/lottoluckaus-reviews-image-1.webp") no-repeat center center;
}

.reviews__head_2::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../lottoluckaus_img/lottoluckaus-reviews-image-2.webp") no-repeat center center;
}

.reviews__head_3::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../lottoluckaus_img/lottoluckaus-reviews-image-3.webp") no-repeat center center;
}

.lottoluckaus_reviews__price {
    color: #142670;
    font-family: montserrat-bold;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lottoluckaus_reviews__text {
    color: #212121;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.lottoluckaus_contact {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #142670;
}

.lottoluckaus_contact__wrap {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.lottoluckaus_contact__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lottoluckaus_contact__subtitle {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}

.lottoluckaus_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;
}

.lottoluckaus_contact__input {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 16px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin-bottom: 16px;
}

.lottoluckaus_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;
}

.lottoluckaus_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, from(#FFF955), to(#F47B02));
    background: -o-linear-gradient(top, #FFF955 0%, #F47B02 100%);
    background: linear-gradient(180deg, #FFF955 0%, #F47B02 100%);
    width: 246px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_contact__btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_contact__messages {
    display: none;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
}

.lottoluckaus_contact__checkbox {
    opacity: 0;
    position: absolute;
}

.lottoluckaus_contact__inner {
    margin: 0 auto;
    margin-bottom: 20px;
}

.lottoluckaus_contact__label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.lottoluckaus_contact__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #142670;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.lottoluckaus_contact__checkbox:checked+.lottoluckaus_contact__label:before {
    background-color: #007BFF;
    border-color: #007BFF;
}

.lottoluckaus_contact__label:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 40%;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
        -ms-transform: translateY(-50%) rotate(45deg) scale(0);
            transform: translateY(-50%) rotate(45deg) scale(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.lottoluckaus_contact__checkbox:checked+.lottoluckaus_contact__label:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
        -ms-transform: translateY(-50%) rotate(45deg) scale(1);
            transform: translateY(-50%) rotate(45deg) scale(1);
}

.lottoluckaus_contacts {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lottoluckaus_contacts__title {
    color: #000;
    font-family: montserrat-bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lottoluckaus_contacts__subtitle {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px;
}

.lottoluckaus_contacts__wrap {
    padding: 40px 100px;
    border-radius: 30px;
    background: #142670;
}

.lottoluckaus_contacts__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.lottoluckaus_contacts__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.lottoluckaus_contacts__input {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 14px 16px;
    margin-bottom: 16px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
}

.lottoluckaus_contacts__message {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    height: 100px;
    padding: 14px 16px;
    margin-bottom: 16px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    resize: none;
}

.lottoluckaus_contacts__messages {
    display: none;
    font-family: montserrat-bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.lottoluckaus_contacts__btn {
    color: #212121;
    font-family: montserrat-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 246px;
    -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;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF955), to(#F47B02));
    background: -o-linear-gradient(top, #FFF955 0%, #F47B02 100%);
    background: linear-gradient(180deg, #FFF955 0%, #F47B02 100%);
    padding: 14px 24px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_contacts__btn:hover {
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_bonuses {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lottoluckaus_bonuses__title {
    color: #000;
    font-family: montserrat-bold;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lottoluckaus_bonuses__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 600px;
    width: 100%;
    padding: 32px;
    border-radius: 30px;
    border: 1px solid #212121;
    margin: 0 auto;
}

.lottoluckaus_bonuses__name {
    color: #142670;
    font-family: montserrat-bold;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lottoluckaus_bonuses__head {
    color: #212121;
    font-family: montserrat-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.lottoluckaus_bonuses__price {
    color: #142670;
    font-family: montserrat-bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lottoluckaus_bonuses__link {
    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, from(#FFF955), to(#F47B02));
    background: -o-linear-gradient(top, #FFF955 0%, #F47B02 100%);
    background: linear-gradient(180deg, #FFF955 0%, #F47B02 100%);
    width: 246px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_bonuses__link:hover {
    background: #000;
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.lottoluckaus_footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.lottoluckaus_footer__sup {
    color: #212121;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.lottoluckaus_footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}

.lottoluckaus_footer__links {
    max-width: 874px;
    width: 100%;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}

.lottoluckaus_footer__link {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
    text-decoration: underline;
}

.lottoluckaus_footer__wrapper {
    margin-bottom: 40px;
}

.lottoluckaus_footer__head {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.lottoluckaus_footer__text {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.lottoluckaus_footer__networks {
    padding-left: 0;
    list-style: none;
    margin-bottom: 40px;
    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;
}

.lottoluckaus_footer__network {
    display: block;
    width: 32px;
    height: 32px;
}

.footer__network_1 {
    background: url("../lottoluckaus_img/lottoluckaus-footer-network-1.webp") no-repeat center;
}

.footer__network_2 {
    background: url("../lottoluckaus_img/lottoluckaus-footer-network-2.webp") no-repeat center;
}

.footer__network_3 {
    background: url("../lottoluckaus_img/lottoluckaus-footer-network-3.webp") no-repeat center;
}

.lottoluckaus_footer__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}

.lottoluckaus_footer__age {
    width: 168px;
    min-height: 39px;
    background: url("../lottoluckaus_img/lottoluckaus-footer-icon-age.webp") no-repeat center;
}

.lottoluckaus_footer__sub {
    color: #212121;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.lottoluckaus_faq {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lottoluckaus_faq__title {
    max-width: 782px;
    width: 100%;
    color: #000;
    font-family: montserrat-bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lottoluckaus_faq__subtitle {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px;
}

.lottoluckaus_faq__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: 10px;
}

.lottoluckaus_faq__item {
    padding: 24px;
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
    background: #2B2B2B;
}

.lottoluckaus_faq__head {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lottoluckaus_faq__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.lottoluckaus_how {
    padding-top: 80px;
    padding-bottom: 80px;
}

.lottoluckaus_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;
}

.lottoluckaus_how__item {
    max-width: 298px;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
}

.lottoluckaus_how__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.lottoluckaus_how__head {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lottoluckaus_how__list {
    padding-left: 20px;
}

.lottoluckaus_how__info {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.lottoluckaus_win {
    padding-top: 140px;
}

.lottoluckaus_win__title {
    color: #000;
    font-family: montserrat-bold;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lottoluckaus_win__text {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.lottoluckaus_share {
    padding-bottom: 60px;
    padding-bottom: 60px;
}

.lottoluckaus_share__wrap {
    padding: 40px;
    border-radius: 30px;
    background-color: #142670;
    background-image: url("../lottoluckaus_img/lottoluckaus-share-background.webp");
    background-repeat: no-repeat;
    background-position: center right 40px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.lottoluckaus_share__content {
    max-width: 490px;
    width: 100%;
}

.lottoluckaus_share__title {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lottoluckaus_share__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}

.lottoluckaus_share__btn {
    color: #212121;
    font-family: montserrat-bold;
    font-size: 16px;
    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, from(#FFF955), to(#F47B02));
    background: -o-linear-gradient(top, #FFF955 0%, #F47B02 100%);
    background: linear-gradient(180deg, #FFF955 0%, #F47B02 100%);
    width: 100%;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.lottoluckaus_share__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
    background: #000;
    color: #FFF;
}

.lottoluckaus_info {
    padding-top: 60px;
    padding-bottom: 60px;
}

.lottoluckaus_info__title {
    color: #000;
    font-family: montserrat-bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.lottoluckaus_info__head {
    color: #000;
    font-family: montserrat-bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 36px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.lottoluckaus_info__text {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
}

.lottoluckaus_info__sup {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 15px;
}


.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
}




.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__titleadd {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.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: -o-linear-gradient(top, #FFF315 0.6%, #CB8E00 100.6%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.6%, #FFF315), color-stop(100.6%, #CB8E00));
    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
}

.modal_form {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal_form__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(#142670), to(#142670)), #272727;
    background: -o-linear-gradient(bottom, #142670 0%, #142670 100%), #272727;
    background: linear-gradient(0deg, #142670 0%, #142670 100%), #272727;
    padding: 30px;
    max-width: 420px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



.modal_form__left {
    width: 100%;
}

.modal_form__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
}

.modal_form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.modal_form__links {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__input {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 14px 16px;
    width: 100%;
    margin-bottom: 20px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal_form__input::-webkit-input-placeholder {
    color: #808080;
}

.modal_form__input::-moz-placeholder {
    color: #808080;
}

.modal_form__input:-ms-input-placeholder {
    color: #808080;
}

.modal_form__input::-ms-input-placeholder {
    color: #808080;
}

.modal_form__input::placeholder {
    color: #808080;
}

.modal_form__btn {
    padding: 14px 24px;
    width: 100%;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD700), to(#FF9D00));
    background: -o-linear-gradient(top, #FFD700 0%, #FF9D00 100%);
    background: linear-gradient(180deg, #FFD700 0%, #FF9D00 100%);
    color: #212121;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal_form__close {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}


.modal_form__close1 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modal_form__close2 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modal_form__links {
    color: #fff;
}

.modal_form__btns {
    max-width: 273px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal_form__log {
    color: #212121;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD700), to(#FF9D00));
    background: -o-linear-gradient(top, #FFD700 0%, #FF9D00 100%);
    background: linear-gradient(180deg, #FFD700 0%, #FF9D00 100%);
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__reg {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    border: 2px solid #FFF;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__log:hover {
    color: #000;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__reg:hover {
    color: #000;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_contact__checkbox {
    opacity: 0;
    position: absolute;
}

.modal_contact__inner {
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal_contact__label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.modal_contact__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #142670;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.modal_contact__checkbox:checked+.modal_contact__label:before {
    background-color: #007BFF;
    border-color: #007BFF;
}

.modal_contact__label:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 40%;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
        -ms-transform: translateY(-50%) rotate(45deg) scale(0);
            transform: translateY(-50%) rotate(45deg) scale(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.modal_contact__checkbox:checked+.modal_contact__label:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
        -ms-transform: translateY(-50%) rotate(45deg) scale(1);
            transform: translateY(-50%) rotate(45deg) scale(1);
}




.share_modal_form {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.share_modal_form__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(#142670), to(#142670)), #272727;
    background: -o-linear-gradient(bottom, #142670 0%, #142670 100%), #272727;
    background: linear-gradient(0deg, #142670 0%, #142670 100%), #272727;
    padding: 30px;
    max-width: 610px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.share_modal_form__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.share_modal_form__left {
    width: 100%;
}

.share_modal_form__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
}

.share_modal_form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.share_modal_form__links {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.share_modal_form__links:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.share_modal_form__input {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 14px 16px;
    width: 100%;
    margin-bottom: 20px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.share_modal_form__textarea {
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 14px 16px;
    width: 100%;
    margin-bottom: 20px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    resize: none;
}

.share_modal_form__input::-webkit-input-placeholder {
    color: #808080;
}

.share_modal_form__input::-moz-placeholder {
    color: #808080;
}

.share_modal_form__input:-ms-input-placeholder {
    color: #808080;
}

.share_modal_form__input::-ms-input-placeholder {
    color: #808080;
}

.share_modal_form__input::placeholder {
    color: #808080;
}

.share_modal_form__btn {
    padding: 14px 24px;
    width: 100%;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD700), to(#FF9D00));
    background: -o-linear-gradient(top, #FFD700 0%, #FF9D00 100%);
    background: linear-gradient(180deg, #FFD700 0%, #FF9D00 100%);
    color: #212121;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.share_modal_form__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.share_modal_form__wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.share_modal_form__close {
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}


.share_modal_form__close1 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.share_modal_form__close2 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.share_modal_form__links {
    color: #fff;
}

.share_modal_form__btns {
    max-width: 273px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.share_modal_form__log {
    color: #212121;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD700), to(#FF9D00));
    background: -o-linear-gradient(top, #FFD700 0%, #FF9D00 100%);
    background: linear-gradient(180deg, #FFD700 0%, #FF9D00 100%);
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.share_modal_form__reg {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    border: 2px solid #FFF;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.share_modal_form__log:hover {
    color: #000;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.share_modal_form__reg:hover {
    color: #000;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.share_modal_contact__checkbox {
    opacity: 0;
    position: absolute;
}

.share_modal_contact__inner {
    margin: 0 auto;
    margin-bottom: 20px;
}

.share_modal_contact__label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.share_modal_contact__label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #142670;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.share_modal_contact__checkbox:checked+.share_modal_contact__label:before {
    background-color: #007BFF;
    border-color: #007BFF;
}

.share_modal_contact__label:after {
    content: '';
    position: absolute;
    left: 11px;
    top: 40%;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: translateY(-50%) rotate(45deg) scale(0);
        -ms-transform: translateY(-50%) rotate(45deg) scale(0);
            transform: translateY(-50%) rotate(45deg) scale(0);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.share_modal_contact__checkbox:checked+.share_modal_contact__label:after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
        -ms-transform: translateY(-50%) rotate(45deg) scale(1);
            transform: translateY(-50%) rotate(45deg) scale(1);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* Увеличение размера */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* Увеличение размера */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.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);
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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
    }

    .lottoluckaus_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .lottoluckaus_header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .lottoluckaus_header__links {
        display: none
    }

    .lottoluckaus_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
    }

    .lottoluckaus_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
    }

    .lottoluckaus_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .lottoluckaus_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
    }

    .lottoluckaus_header__line {
        height: 2px;
        background-color: #212121;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        background: #FFF;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 72px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .lottoluckaus_about__content {
        max-width: 66vw;
    }

    .lottoluckaus_footer__items {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 32px;
    }

    .lottoluckaus_share__content {
        max-width: 40vw;
    }

    .lottoluckaus_strategies__content {
        max-width: 66vw;
    }

}

@media (max-width: 991px) {
    .lottoluckaus_about__content {
        max-width: 100%;
    }

    .lottoluckaus_about__wrap {
        background: url(../lottoluckaus_img/lottoluckaus-about-background.webp) no-repeat center top;
        padding-top: 300px;
    }

    .lottoluckaus_contacts__wrap {
        padding: 40px;
    }

    .lottoluckaus_share__content {
        max-width: 100%;
        width: 100%;
    }

    .lottoluckaus_share__wrap {
        padding: 20px;
        background-image: url(../lottoluckaus_img/lottoluckaus-share-background.webp);
        background-repeat: no-repeat;
        background-position: center bottom 20px;
        background-size: 300px;
        padding-top: 20px;
        padding-bottom: 260px;
    }

    .lottoluckaus_strategies__content {
        max-width: 100%;
    }

    .lottoluckaus_strategies__wrap {
        background: url(../lottoluckaus_img/lottoluckaus-strategies-background.webp) no-repeat center top;
        background-size: 300px;
        padding-top: 300px;
        padding-bottom: 0px;
    }

}


@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .lottoluckaus_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .modal_form__content {
        padding: 40px 30px;
    }

    .modal_form__links {
        font-size: 14px;
    }

    .lottoluckaus_header__title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 120%;
    }

    .lottoluckaus_header__btn {
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .lottoozluck_header__items {
        gap: 10px;
    }

    .lottoozluck_header__time {
        font-size: 20px;
        width: 49px;
        height: 49px;
    }

    .lottoluckaus_countdown__head {
        font-size: 48px;
    }

    .lottoluckaus_countdown__title {
        font-size: 24px;
    }

    .lottoluckaus_countdown {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoluckaus_header__logo {
        max-width: 174px;
    }

    .menu {
        top: 61px;
        gap: 20px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .lottoluckaus_header {
        padding-top: 115px;
        padding-bottom: 115px;
    }

    .lottoluckaus_winners {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoluckaus_winners__title {
        margin-bottom: 8px;
        font-size: 24px;
    }

    .lottoluckaus_winners__subtitle {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .lottoluckaus_winners__item {
        padding: 20px;
    }

    .lottoluckaus_about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoluckaus_about__title {
        text-align: center;
        font-size: 24px;
    }

    .lottoluckaus_about__text {
        font-size: 16px;
    }

    .lottoluckaus_play {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoluckaus_play__title {
        font-size: 24px;
    }

    .lottoluckaus_play__item {
        min-height: auto;
    }

    .lottoluckaus_play__items {
        gap: 8px;
    }

    .lottoluckaus_reviews {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoluckaus_reviews__title {
        text-align: center;
        font-size: 24px;
    }

    .lottoluckaus_contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoluckaus_contact__title {
        font-size: 24px;
    }

    .lottoluckaus_contact__subtitle {
        margin-bottom: 16px;
    }

    .lottoluckaus_bonuses {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lottoluckaus_bonuses__title {
        font-size: 24px;
    }

    .lottoluckaus_footer {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .lottoluckaus_footer__sup {
        font-size: 14px;
    }

    .lottoluckaus_footer__wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .lottoluckaus_footer__links {
        max-width: 203px;
        gap: 23px;
    }

    .lottoluckaus_footer__top {
        margin-bottom: 16px;
    }

    .lottoluckaus_footer__wrap {
        margin-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .lottoluckaus_footer__head {
        font-size: 12px;
    }

    .lottoluckaus_footer__text {
        font-size: 12px;
    }

    .lottoluckaus_footer__wrapper {
        margin-bottom: 30px;
    }

    .lottoluckaus_footer__sub {
        font-size: 14px;
    }

    .lottoluckaus_countdown__text {
        font-size: 20px;
    }

    .lottoluckaus_info__title {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
    }

    .lottoluckaus_info__head {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .lottoluckaus_info__text {
        margin-bottom: 30px;
    }

    .lottoluckaus_footer__networks {
        margin-bottom: 16px;
    }

    .lottoluckaus_footer__items {
        margin-bottom: 16px;
    }

    .lottoluckaus_contacts__title {
        font-size: 32px;
        margin-bottom: 24px;
        text-align: center;
    }

    .lottoluckaus_contacts__subtitle {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .lottoluckaus_contacts__wrap {
        padding: 20px;
    }

    .lottoluckaus_contacts__btn {
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .lottoluckaus_faq__title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 24px;
    }

    .lottoluckaus_faq__subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .lottoluckaus_faq__item {
        padding: 16px;
    }

    .lottoluckaus_faq__head {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .lottoluckaus_faq__text {
        font-size: 14px;
    }

    .lottoluckaus_win__title {
        font-size: 32px;
        margin-bottom: 24px;
        text-align: center;
    }

    .lottoluckaus_win__text {
        font-size: 16px;
    }

    .lottoluckaus_share__title {
        font-size: 24px;
    }

    .lottoluckaus_share__subtitle {
        font-size: 16px;
    }

    .lottoluckaus_share__btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .lottoluckaus_win {
        padding-top: 100px;
    }

    .share_modal_form__content {
        padding: 15px;
    }

    .share_modal_form__title {
        font-size: 20px;
    }

    .lottoluckaus_strategies__title {
        font-size: 24px;
    }

    .lottoluckaus_strategies__info {
        font-size: 16px;
    }

    .lottoluckaus_winners__nav{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px;
    }

    .lottoluckaus_winners__date{
        width: 100%;
        max-width: 100%;
    }

    .lottoluckaus_winners__calendar{
        width: 100%;
        max-width: 100%;
    }
}